diff --git a/iosApp/Podfile b/iosApp/Podfile index 7b384d1c..93e25b2e 100644 --- a/iosApp/Podfile +++ b/iosApp/Podfile @@ -15,6 +15,7 @@ target 'Survey' do # UI pod 'Kingfisher' pod 'SnapKit' + pod 'FlowStacks' # Storage pod 'KeychainAccess' diff --git a/iosApp/Podfile.lock b/iosApp/Podfile.lock index 68b36c07..95eec489 100644 --- a/iosApp/Podfile.lock +++ b/iosApp/Podfile.lock @@ -28,6 +28,7 @@ PODS: - GoogleUtilities/Environment (~> 7.7) - GoogleUtilities/UserDefaults (~> 7.7) - PromisesObjC (~> 2.1) + - FlowStacks (0.2.5) - GoogleDataTransport (9.2.0): - GoogleUtilities/Environment (~> 7.7) - nanopb (< 2.30910.0, >= 2.30908.0) @@ -66,6 +67,7 @@ PODS: DEPENDENCIES: - Firebase/Crashlytics + - FlowStacks - IQKeyboardManagerSwift - KeychainAccess - Kingfisher @@ -89,6 +91,7 @@ SPEC REPOS: - FirebaseCoreInternal - FirebaseCrashlytics - FirebaseInstallations + - FlowStacks - GoogleDataTransport - GoogleUtilities - IQKeyboardManagerSwift @@ -126,6 +129,7 @@ SPEC CHECKSUMS: FirebaseCoreInternal: 50a8e39cae8abf72d5145d07ea34c3244f70862b FirebaseCrashlytics: d20fa38bb8c88cb0f1c9211286bc23ab58c1b464 FirebaseInstallations: 41f811b530c41dd90973d0174381cdb3fcb5e839 + FlowStacks: a8f2c03581f41c4206c8444843a659c8a1897604 GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1 IQKeyboardManagerSwift: 52962c76ab33532f15ad9f3ff4e5715eda5335bb @@ -146,6 +150,6 @@ SPEC CHECKSUMS: SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 Wormholy: 3252bc3e55a1847ef9a0976c1377bd77bf3635fa -PODFILE CHECKSUM: ac97fa8a6f9a5d954462b1ad5ee3f0303aa2702c +PODFILE CHECKSUM: 1b16a2203f7a7e5189b6a011d87018abda0e626b COCOAPODS: 1.11.3 diff --git a/iosApp/Pods/Local Podspecs/shared.podspec.json b/iosApp/Pods/Local Podspecs/shared.podspec.json deleted file mode 100644 index 6496da21..00000000 --- a/iosApp/Pods/Local Podspecs/shared.podspec.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Shared", - "version": "1.0", - "homepage": "Link to the Shared Module homepage", - "source": { - "http": "" - }, - "authors": "", - "license": "", - "summary": "Some description for the Shared Module", - "vendored_frameworks": "build/cocoapods/framework/Shared.framework", - "libraries": "c++", - "platforms": { - "ios": "14.0" - }, - "pod_target_xcconfig": { - "KOTLIN_PROJECT_PATH": ":shared", - "PRODUCT_MODULE_NAME": "Shared" - }, - "script_phases": [ - { - "name": "Build Shared", - "execution_position": "before_compile", - "shell_path": "/bin/sh", - "script": " if [ \"YES\" = \"$COCOAPODS_SKIP_KOTLIN_BUILD\" ]; then\n echo \"Skipping Gradle build task invocation due to COCOAPODS_SKIP_KOTLIN_BUILD environment variable set to \"YES\"\"\n exit 0\n fi\n set -ev\n REPO_ROOT=\"$PODS_TARGET_SRCROOT\"\n \"$REPO_ROOT/../gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n" - } - ] -} diff --git a/iosApp/Pods/Manifest.lock b/iosApp/Pods/Manifest.lock deleted file mode 100644 index 68b36c07..00000000 --- a/iosApp/Pods/Manifest.lock +++ /dev/null @@ -1,151 +0,0 @@ -PODS: - - Firebase/CoreOnly (9.5.0): - - FirebaseCore (= 9.5.0) - - Firebase/Crashlytics (9.5.0): - - Firebase/CoreOnly - - FirebaseCrashlytics (~> 9.5.0) - - FirebaseCore (9.5.0): - - FirebaseCoreDiagnostics (~> 9.0) - - FirebaseCoreInternal (~> 9.0) - - GoogleUtilities/Environment (~> 7.7) - - GoogleUtilities/Logger (~> 7.7) - - FirebaseCoreDiagnostics (9.5.0): - - GoogleDataTransport (< 10.0.0, >= 9.1.4) - - GoogleUtilities/Environment (~> 7.7) - - GoogleUtilities/Logger (~> 7.7) - - nanopb (< 2.30910.0, >= 2.30908.0) - - FirebaseCoreInternal (9.5.0): - - "GoogleUtilities/NSData+zlib (~> 7.7)" - - FirebaseCrashlytics (9.5.0): - - FirebaseCore (~> 9.0) - - FirebaseInstallations (~> 9.0) - - GoogleDataTransport (< 10.0.0, >= 9.1.4) - - GoogleUtilities/Environment (~> 7.7) - - nanopb (< 2.30910.0, >= 2.30908.0) - - PromisesObjC (~> 2.1) - - FirebaseInstallations (9.5.0): - - FirebaseCore (~> 9.0) - - GoogleUtilities/Environment (~> 7.7) - - GoogleUtilities/UserDefaults (~> 7.7) - - PromisesObjC (~> 2.1) - - GoogleDataTransport (9.2.0): - - GoogleUtilities/Environment (~> 7.7) - - nanopb (< 2.30910.0, >= 2.30908.0) - - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/Environment (7.7.0): - - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/Logger (7.7.0): - - GoogleUtilities/Environment - - "GoogleUtilities/NSData+zlib (7.7.0)" - - GoogleUtilities/UserDefaults (7.7.0): - - GoogleUtilities/Logger - - IQKeyboardManagerSwift (6.5.10) - - KeychainAccess (4.2.2) - - Kingfisher (7.3.2) - - nanopb (2.30909.0): - - nanopb/decode (= 2.30909.0) - - nanopb/encode (= 2.30909.0) - - nanopb/decode (2.30909.0) - - nanopb/encode (2.30909.0) - - Nimble (10.0.0) - - NimbleExtension (0.1.0) - - PromisesObjC (2.1.1) - - Quick (5.0.1) - - R.swift (6.1.0): - - R.swift.Library (~> 5.3.0) - - R.swift.Library (5.3.0) - - Resolver (1.5.0) - - Shared (1.0) - - SnapKit (5.6.0) - - Sourcery (1.8.0): - - Sourcery/CLI-Only (= 1.8.0) - - Sourcery/CLI-Only (1.8.0) - - SwiftFormat/CLI (0.49.18) - - SwiftLint (0.49.1) - - Wormholy (1.6.5) - -DEPENDENCIES: - - Firebase/Crashlytics - - IQKeyboardManagerSwift - - KeychainAccess - - Kingfisher - - Nimble - - NimbleExtension (from `https://github.com/nimblehq/NimbleExtension`, branch `master`) - - Quick - - R.swift - - Resolver - - Shared (from `../shared`) - - SnapKit - - Sourcery (= 1.8.0) - - SwiftFormat/CLI - - SwiftLint - - Wormholy - -SPEC REPOS: - trunk: - - Firebase - - FirebaseCore - - FirebaseCoreDiagnostics - - FirebaseCoreInternal - - FirebaseCrashlytics - - FirebaseInstallations - - GoogleDataTransport - - GoogleUtilities - - IQKeyboardManagerSwift - - KeychainAccess - - Kingfisher - - nanopb - - Nimble - - PromisesObjC - - Quick - - R.swift - - R.swift.Library - - Resolver - - SnapKit - - Sourcery - - SwiftFormat - - SwiftLint - - Wormholy - -EXTERNAL SOURCES: - NimbleExtension: - :branch: master - :git: https://github.com/nimblehq/NimbleExtension - Shared: - :path: "../shared" - -CHECKOUT OPTIONS: - NimbleExtension: - :commit: e14de1e80b9a5a6ee43ab1cc60f71601bc193347 - :git: https://github.com/nimblehq/NimbleExtension - -SPEC CHECKSUMS: - Firebase: 800f16f07af493d98d017446a315c27af0552f41 - FirebaseCore: 25c0400b670fd1e2f2104349cd3b5dcce8d9418f - FirebaseCoreDiagnostics: 17cbf4e72b1dbd64bfdc33d4b1f07bce4f16f1d8 - FirebaseCoreInternal: 50a8e39cae8abf72d5145d07ea34c3244f70862b - FirebaseCrashlytics: d20fa38bb8c88cb0f1c9211286bc23ab58c1b464 - FirebaseInstallations: 41f811b530c41dd90973d0174381cdb3fcb5e839 - GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f - GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1 - IQKeyboardManagerSwift: 52962c76ab33532f15ad9f3ff4e5715eda5335bb - KeychainAccess: c0c4f7f38f6fc7bbe58f5702e25f7bd2f65abf51 - Kingfisher: 0086ad83719761ba9b2cdaf6ef4d5b4878cbae23 - nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 - Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84 - NimbleExtension: acad4290f27afd4241b1ea20f8597889085e2ce7 - PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb - Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179 - R.swift: ec98ff71c4ab2f6fd01dd077e5afd15e63a4834c - R.swift.Library: 0fc583cb55a99e28901299cc451614cad1161962 - Resolver: 68984624572763018fd8ec7b8e3e8df0e3b6bba5 - Shared: 0c72e1f7649dc66d4e93f4d61ea6caa582c8de92 - SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25 - Sourcery: 6f5fe49b82b7e02e8c65560cbd52e1be67a1af2e - SwiftFormat: 2402d29b26746f169cce5454d5af88314cbb2e35 - SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 - Wormholy: 3252bc3e55a1847ef9a0976c1377bd77bf3635fa - -PODFILE CHECKSUM: ac97fa8a6f9a5d954462b1ad5ee3f0303aa2702c - -COCOAPODS: 1.11.3 diff --git a/iosApp/Pods/Pods.xcodeproj/project.pbxproj b/iosApp/Pods/Pods.xcodeproj/project.pbxproj deleted file mode 100644 index cbc18387..00000000 --- a/iosApp/Pods/Pods.xcodeproj/project.pbxproj +++ /dev/null @@ -1,12547 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 55; - objects = { - -/* Begin PBXAggregateTarget section */ - 072CEA044D2EF26F03496D5996BBF59F /* Firebase */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 3DC5DA8FF4320F7CEDECCDDA709B5DD1 /* Build configuration list for PBXAggregateTarget "Firebase" */; - buildPhases = ( - ); - dependencies = ( - 7F9B1D67F89C49792277E5589D5B7205 /* PBXTargetDependency */, - CEAA7037E2DFEFEADCEFCA295DE175BD /* PBXTargetDependency */, - ); - name = Firebase; - }; - 1CD0618C486973D5588EF20D2E8C0AEA /* SwiftFormat */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 552D21122BDD15ED924501809C732018 /* Build configuration list for PBXAggregateTarget "SwiftFormat" */; - buildPhases = ( - ); - dependencies = ( - ); - name = SwiftFormat; - }; - 230984053C6652DFF510F450F21C5CF7 /* R.swift */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 98B89BD6B4B89FF74F92933A4B837213 /* Build configuration list for PBXAggregateTarget "R.swift" */; - buildPhases = ( - ); - dependencies = ( - EB2926153E29C07C95558033EF637571 /* PBXTargetDependency */, - ); - name = R.swift; - }; - 4D8229B0397AE8C2F7C11B3F9EFC9362 /* Sourcery */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 9AA27A7EEBFDC941D2B4730088D3F6E0 /* Build configuration list for PBXAggregateTarget "Sourcery" */; - buildPhases = ( - ); - dependencies = ( - ); - name = Sourcery; - }; - 52B60EC2A583F24ACBB69C113F5488B9 /* SwiftLint */ = { - isa = PBXAggregateTarget; - buildConfigurationList = C2F31DFDD867A0D806A5267DBEE5AF75 /* Build configuration list for PBXAggregateTarget "SwiftLint" */; - buildPhases = ( - ); - dependencies = ( - ); - name = SwiftLint; - }; - BEE42ABF215DD362BC110D392D85CA75 /* Shared */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 3B8F9CBC4A337661E6156E6D1F8EFA4D /* Build configuration list for PBXAggregateTarget "Shared" */; - buildPhases = ( - 9803081C886E60BB79ABB97E1AB4F80F /* [CP-User] Build Shared */, - ); - dependencies = ( - ); - name = Shared; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 002D8F1567315B26360F15DA789C27DC /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A3383038F41016AD705ABF2EDEDA52 /* ConstraintOffsetTarget.swift */; }; - 0095CCC0D2E238A0A17235F8C0EF2DFD /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B35864DA9484B3DB7BEB4D67F219455 /* ConstraintDirectionalInsets.swift */; }; - 00B0D825C7AFCF2BAB3DE83E4A0D0425 /* Validatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEC29349802A865F98F4D99CE5704C15 /* Validatable.swift */; }; - 00C5E677B93862676F3700CEFF54198E /* RaisesException.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2E9846B0AE55CBEEA6E0CE891CBAAF5 /* RaisesException.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 01231807FBE4FFB7A1486E4FE8F20CBC /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DB25322285A746771FD8FCA8B1562B2 /* FBLPromise+Timeout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 012B69577668FD1A314447535BDCCE26 /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = FA2A2591E727B38C08DE0A9FEE4C8FA5 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01395B4DFB4AFF102764D9DC66FD5548 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DBA04EBEB5835AC3CACD1E697DFD28B /* ConstraintPriority.swift */; }; - 01BE9F7B58ABF73C6E5EF373B3566249 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 12D7354220E7DF123EDC41787BC17A6A /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 021B978DEFBEC690931180F9396ED534 /* FIRCLSMachOBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = E07FDE82574D488073ABEC479D659366 /* FIRCLSMachOBinary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0224E5D8AE22D3A59B68D49239B9FBDC /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 871419A4C1D42F48253AA042E4956A20 /* ImageModifier.swift */; }; - 02F3F76502DD12D68C02184461C194D8 /* Predicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5A36C03F84643F93A2FBC18B54A8AE2 /* Predicate.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 0396F623C39FB31D51200A45DC182A06 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = EC2F7AF32E635726B82EDCA552E7F559 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03DD541F06ED63E36E9C6709A85F62FF /* Postman.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F72A49A0500EC950A903ACB8DB5D7A /* Postman.swift */; }; - 042E62E98D74CE98EADE7B906A52E217 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D1A77C622272A9310D95091216C5FC /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0451E59177EECE44C7EFE6A59357620B /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5180E7705B53B973A6355F7BF06517 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0483012DDA3F76129156067802C63B81 /* FIRCLSByteUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C00E0F02EAE0709F2E5839FF849367 /* FIRCLSByteUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04F7777ED721A024DB2135EAFE1B2880 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B5CD0BE55B0B1CC82F1FE74172CD54 /* ConstraintAttributes.swift */; }; - 05B82BD05EB6C2C24528BA2E9B208C79 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C57FB9A4B3218B25719298E3A9372C54 /* ConstraintMakerExtendable.swift */; }; - 05C83CF4DC0D351006BB8FCA33269BC7 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6A37DF58E952ECD191598827221F84C /* AVAssetImageDataProvider.swift */; }; - 07BE232A17926364F477CCB455DCF4D0 /* GDTCOREvent+GDTMetricsSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = CDEF9F8AADA9FB888B05CB832525D3D6 /* GDTCOREvent+GDTMetricsSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07DF31C93416951FC4BA7E992DBBFD1C /* FIRCLSMachO.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B60B62285A097FE03E6AE374457E23 /* FIRCLSMachO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07EE1E4B56B75AFF48FA40512DB76F5D /* XCTestObservationCenter+Register.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D960AFA18ACB1260EE50A244345E154 /* XCTestObservationCenter+Register.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 08048ACED01FAC87B20E1876A2478B7C /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DCD8E4BB14A5DFF5B5D86F6C05BDCC8 /* FIRVersion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 080DEED16FF3753E89DCF4594A879C7D /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0623B517AC54155587E372E34B4F366 /* ImageCache.swift */; }; - 0861E0CFA8385E38C0F15B5FE7C66D42 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F7E0D665FE7B0105CA7983A5E8E4EE4 /* Security.framework */; }; - 08804E25A7963CD1841F26A297E39887 /* RequestCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 815ADBB0816C493A0290BB6E1301477F /* RequestCell.xib */; }; - 09F79E121F852FD060F7AD4CB71DEC8B /* GULURLSessionDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 104A3D1926475DB36E6454BB82FEE117 /* GULURLSessionDataResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A4EF1BB26F9A6E13D4F18D9A00EC226 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = A6F8519A38A413A5041897762BAF9909 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A5A4FD47C818CDDF046DB3041630E8F /* FIRCLSNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CA4DED5C2387F8443ED03B7A5D27A4D4 /* FIRCLSNetworkOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A6DE612A3213D855D367194C3204649 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 333936A69CF73A72901B8E3F8EF18F54 /* FIRInstallationsIDController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0A7C65C81C6DA011EB428D05558A843C /* SatisfyAllOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963AEE635C66E0D1AEBE929C4E07DDDE /* SatisfyAllOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 0AD70B106A2F4CCA00DA6968064CBBBB /* FIRFirebaseUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = 12B5EBE67902402A5004A20454BAE1D6 /* FIRFirebaseUserAgent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0B2264FC3BF6F6ED01CA1E4953CBE027 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD860F4D3E5DE5E3A2C96A5BC4D116A5 /* IQUITextFieldView+Additions.swift */; }; - 0C01728D2927BDA1C9A7FB2C4EADA77F /* UIImage+ImageResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D764087009E4B2DAD2298B89CA96D20 /* UIImage+ImageResource.swift */; }; - 0C20E24E5DF95DCF05211C85401671DF /* UITableView+DequeueReusable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6555B7A068DCAB90E3A1399B2EF6C0F7 /* UITableView+DequeueReusable.swift */; }; - 0CF212837C83A9793C75C6E079013138 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D2B985C710D2322F229A74CD2C87ABD /* ImageProcessor.swift */; }; - 0E75FF606109F2CE6B909CD0F877D76C /* NimbleEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021FD367A102E98844823B9F07AAED1F /* NimbleEnvironment.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 0EFD082EEC5D3641D95AC8488B0111DD /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D692B07DE1E76C1E2404D82A32146D7 /* IQPreviousNextView.swift */; }; - 0F8764C04690082EFA723EE97ADB59C2 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 39718D40FC6C378ECCE227125A4F459C /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FC5FAF26B90C4CE1E87FEE01FEA5805 /* QuickConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 562849F6085859632688E4FC545DCAA1 /* QuickConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1025BBB43A4351C8A0BDCF85FFB3A645 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = EE713AF414E1E7E007412493BD050909 /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 106D5574DC9E1B9FD5D5919C0EA6F7E6 /* FIRCLSDataCollectionToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C2D696E5167CC59D64533232A00F600 /* FIRCLSDataCollectionToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 10911019259261C99E46DC5159467F52 /* KeychainAccess-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F5CC19062D44A47E3272F3525DC5ABBB /* KeychainAccess-dummy.m */; }; - 10D8F974870DA931A6030725C63ABE49 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 295B159AEB4EA8131D232A7C0E3D524F /* ImageDataProvider.swift */; }; - 10E358FE79502BBFF08FAF7F8855171D /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDC33DA0363D298A8CC833933680D405 /* IQNSArray+Sort.swift */; }; - 11937FC80DE0AFFE37D6138FB76115CD /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BFCEDFA76EDA6DCC0438F037AC1BD3D4 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11EB659ABF2E0D1E587B421F3D6F91F9 /* FIRStackFrame_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3C148A2CF20EC67E0C7D13185EBB18 /* FIRStackFrame_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11EFA61B8586087F12BF7303CF3BDF20 /* FIRCLSReportAdapter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B04D63E0041AD4D4415E33B6B09CB54A /* FIRCLSReportAdapter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12708AA18686ADEB5C65D9161EAAAE40 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EF1EBB7A50FC6D61A345285CAB1C7A7 /* Resource.swift */; }; - 12F03F3C48CE16CFD71D4FD47E29BCBE /* FIRCLSSymbolResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B4264930E8A9A1E517EC0D083BA33D4 /* FIRCLSSymbolResolver.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1337A21E988C53B618713AE4199B9748 /* FIRCLSManagerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 312ADDB74034A7755F9A7845285B9309 /* FIRCLSManagerData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1352243A41F98BF92238F99BA6D51E20 /* FIRCLSDwarfUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FFF53A5A0FFE403E7CBC4C089AA938C /* FIRCLSDwarfUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1368E323029A527FC226E474F8337404 /* GDTCORMetricsMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = ADBA8AFA3B320D6DAA34AAF0348D238F /* GDTCORMetricsMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13BC6254446956C339CDB90CAEC99504 /* FIRCLSExistingReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BCCC44E278A80D5084522CF0A7287D69 /* FIRCLSExistingReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13C9C97026A30CDE2170B5589CAED030 /* Wormholy.h in Headers */ = {isa = PBXBuildFile; fileRef = 17083D0906F22ADC6352B62C97ABC7EC /* Wormholy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1411638F3064625867F3EADF8955A14B /* ReuseIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59089ABE2C3D42F3601C65DB2A2568E /* ReuseIdentifierProtocol.swift */; }; - 147CC2AD729B1F418CE61B7AEC4B9F1F /* CompletionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AF5DC681C5930B2D78D4D2BE2AD34FF /* CompletionHandler.swift */; }; - 14A3D079C20274B77CE75ED17ABD17E8 /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = C50134AE48C2EEB112ED965015A074DE /* FIRInstallationsAPIService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 14EF8C121EDCFB5353848FD38437B18D /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 362A3F2E2BFA313A37987FA50456980B /* Source.swift */; }; - 15183844D1ED7D64EB19DA1EEDE0A3E7 /* NMBExceptionCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B9CFC663418A1DA5D12AE78CEE1000E /* NMBExceptionCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 15C0F5538503189A6A8F199A11FC52D4 /* MatchError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 369428B18A454AAB0E650598383B94BB /* MatchError.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 15F3201A3B7147CD02E9EF16C3976CB1 /* FIRCrashlyticsReport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D1AEA372B6E1374E741536590C5A33C /* FIRCrashlyticsReport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16246A261C4684DE606365DBC999AE29 /* FIRCLSNetworkResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 635F504F296961F1644C4F72BE465C1C /* FIRCLSNetworkResponseHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1642D4E63C4E95EA8121D646F3604B8B /* FIRCLSApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = A420B97F767861210AC21FE0452C27D0 /* FIRCLSApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 164BEB88AB7FEBCDFA270A03B65E6C66 /* _ObjC_HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0398B427451050A38832BBBEDDEC0E6 /* _ObjC_HeartbeatController.swift */; }; - 167957A01CF2440D452D06F58D3589A2 /* RequestTitleSectionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 60BF1503E58D3E1A46C18153B59A0959 /* RequestTitleSectionView.xib */; }; - 168E678AEBC4A9B071FB28B0AE7EC7CA /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = EF649316486409EA669083908AAFA76D /* FIRDependency.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 16F05A99E6C095B08179C6464FCA0E1B /* HooksPhase.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD3A5A87ECEB733E2A559ECF818AEACB /* HooksPhase.swift */; }; - 171ACF4FC034A189E8157908420BE60C /* FIRCLSReportUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 14C33B33A2313EA96CCDA8248205B96E /* FIRCLSReportUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 178658F9AB2A6F6E480141A315E07F9B /* NibResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89181F9863E71533AC5FB2A566FC1751 /* NibResource.swift */; }; - 17A105D7ABBF4927D5165981970F296D /* ResourceIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BDD7C230BF7BFEA6F200844B350A398 /* ResourceIdentifier.swift */; }; - 17B052E153AADB11ACED3D7A6724863E /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 47B946E4480BBA84432FCFED8EF93F98 /* FBLPromise+Catch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 186A9EF9842E51E1A587F274E7D1A152 /* Stringers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B0C35313CC54D0EA2D696ED775CB415 /* Stringers.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 1875FE03DA2E511FB10C48A84E6DD6B4 /* FIRCLSCodeMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A31A32C86FA696AFAE154A83761E6C6 /* FIRCLSCodeMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18E7DE7FCE18B6D253C2FBDC4119C700 /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A11E6627901E7232316215D7C4B6AC3 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 19B93C2940363DFD96973CF69C49765A /* FIRCLSAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 244FC7A5C45A1B29CE38D4F8E9B5F5B2 /* FIRCLSAsyncOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1A21606FE1574711CB4473817F40926A /* Resolver-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C308672DECB1A1F85004AF8C6B1267C4 /* Resolver-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A31917914759AFEE7F7DB0210C9EEDF /* GDTCORStorageSizeBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A15FCB37E480DA0271B7533AB3BD2AF /* GDTCORStorageSizeBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AD83ACAEA97D524FC36529167B9071E /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = F478D080B010E9529375DA9476BE96AD /* Image.swift */; }; - 1B113D6C05B93832C70CFD21D56A4B82 /* QuickSpecBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 97F95DB9F023E5A03156BFE5CD0877FE /* QuickSpecBase.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1B8388D7CA11BFC82B4E40A5A88415E4 /* FIRCLSSymbolicationOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 68844E37AD06C876D70D254D2AB76C94 /* FIRCLSSymbolicationOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1BF38470343C6CB8759FD0FBC7A9876A /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FEABAF53234FDC0A359E6B223E3CF76 /* FirebaseCore-dummy.m */; }; - 1C26AC135D8C6909FD6371512537B520 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7A2FCD1B79E2A2079095D0A6C610E5 /* Expression.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 1C2FE9016810ECB6048C6E1F697B8D8F /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 97FAD9737F82C54D876ADC1CEECEB94E /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C72823AC5CAEF497424C8EAE6B59D84 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 608F4F84E61B76455645A9AFD1F56D83 /* IQTitleBarButtonItem.swift */; }; - 1D0ACBE5480CEEF6A698CEB3512B3031 /* NSURLSession+GULPromises.m in Sources */ = {isa = PBXBuildFile; fileRef = 081AA4C68131AB54A046217E5F2236D1 /* NSURLSession+GULPromises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1D8799B3BDD2F47F44BE68BA8E6E2556 /* FIRCLSInternalLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E5108B753D9AD4D130FE6E51162B40C /* FIRCLSInternalLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DE05D5BD4DF772DA8AEC3AEBB9BA485 /* GDTCOREndpoints.m in Sources */ = {isa = PBXBuildFile; fileRef = B3970AD64068087948276AFA75507BCE /* GDTCOREndpoints.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1EDBF0CE48EBFE1CF10B75D2252FF404 /* BeGreaterThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BF2917C0BEB00E4E1C1EF686C1BB776 /* BeGreaterThan.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 1F067A1EDF36491F94BA4ADE592173AB /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 721BAEB3EAB7503BEE70BAED252B9CB0 /* FIRVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F16BA473E0CB3CFC2770C2044DD9DD7 /* GDTCORMetrics.m in Sources */ = {isa = PBXBuildFile; fileRef = AB3F5CF7A3E9A67BDB82A5E7A2115E57 /* GDTCORMetrics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1F44E1C0DEEF147E65BDDD3B17F14D27 /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2937D7211A2FC25D0207562AFF5E7EEF /* PromisesObjC-dummy.m */; }; - 1F5CD4173C21561F9D2917BDE87E47B0 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5342CB17771AF1FC4DE4C8755885EC19 /* Result.swift */; }; - 1FA47444936DC2E6E4E60791E04C92DA /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A8203CE70A49C917DB71D42FD52C94B /* FIRDiagnosticsData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 208F89E8967D8787B032C9AC5C4A6964 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DEDE1443E776089A95F26597D2231AE /* FIROptions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 20CD82C29B36C42D96FED8C01A5063D1 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 200AB2BD95961CAAE90F2296A213C8D9 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20E800BFDB7B31C980A6112CEC19E556 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F99FBE2B3CE1E938F1C8B790740250E8 /* FIRInstallationsStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 20E8063CE20FE6C550F27DAE00FA1CE3 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = E39C3A14C636B395FF58E15906C490BA /* FIRAnalyticsConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 210754474944DBAD74B01CDD21B934FB /* ThrowError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C539D1FBFDEDE4A382C46AEA089D704 /* ThrowError.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 211DCA1796AC960C20DF8B4FC0DA7A8D /* FIRCLSUnwind_x86.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C96785046B42A38B6CF949084C8D9DF /* FIRCLSUnwind_x86.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2125B909C15258201A701B9BDDC6C9C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - 21532ABB476D1BDEE0E6EAD9CCC14F9A /* ElementsEqual.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E8E4D841EAED8ABFB18594A50421 /* ElementsEqual.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 2194AB71E27BB3FCE8811C28C605C5F5 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654F7FD7AF6C94229E179A58F63D15EA /* ConstraintLayoutSupportDSL.swift */; }; - 219B5C2D3F18F1F6D426C970A5011265 /* QuickConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E607514FFF78610786D89DE53262F2 /* QuickConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 222C7BC4BAAE3F3AC2687F76EBDC67CA /* SatisfyAnyOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AF4724C1216249B9A6FF022137265A /* SatisfyAnyOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 225FD8A798CF7A4A85B051F738D5429E /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CDF0B1AE632544FF4C11288F5E6785C /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 226204B74D42B249E0E571B7CC1924E7 /* ColorResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAD4E53CD086993523A3E96F2EC1A91 /* ColorResource.swift */; }; - 228A8EA3E2027073D999FCF4D76EA1D0 /* Pods-Survey-SurveyUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 42432E9B42E59878B413E740510B6315 /* Pods-Survey-SurveyUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22C5231211BC64BEE03FBFA10A852125 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1722E6FBBF9A5137A6002AB65A89CBC5 /* Storage.swift */; }; - 2301DBEE7532A3723BC576BFDF3CA7CC /* FIRExceptionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C1DBDEBD2343FF7D3EE24985073E9E9 /* FIRExceptionModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 235B5FFDA18095093C708811DA6DDBAE /* Contain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F71FFC63664516F33A4FA4009A43BF /* Contain.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 23893499A31704CBED28B4A0C123A4DA /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = ED2ACD58C3D8CEABD2697921E47661C6 /* GDTCORConsoleLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 23B9E2902E11450A189FC7EAFDB5472C /* FIRCLSBinaryImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 54EB7B6A373D485181576111A0736F89 /* FIRCLSBinaryImage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 23DB9F056BCBB8D67E0B2A93846CF6A7 /* Optional+Extras.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911EE2E1C230C8FEBCB7F28DFD9AD156 /* Optional+Extras.swift */; }; - 2448E2A43B6ACEE080A41585D18A82ED /* Wormholy-Wormholy in Resources */ = {isa = PBXBuildFile; fileRef = AA92ED38E716E03D3FC758C810953B95 /* Wormholy-Wormholy */; }; - 24B87BC18424E89E0C09494632733832 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 604F0142DCE6B2D6FF2A7218157C140B /* FIRInstallationsIIDTokenStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2521B2E6DAE39BF1444B280605DD833E /* Section.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF2D6FAEBDD9E3EE93EB91CB65057EBC /* Section.swift */; }; - 258888C62005834D895B7F334DC551AD /* DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2D8A4598BF35C0753A8000B996AB043 /* DSL.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 25950772C78B35ADF5C88FE289FFE5AB /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DD6A92A41AA5C9634AD55A85566B082 /* FIRInstallationsItem+RegisterInstallationAPI.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 25D49656D6E55283B6CDCE732756BA04 /* FIRCLSInstallIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 134079AFD09F2CBF101F87C817299837 /* FIRCLSInstallIdentifierModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 262CA72B175EBD3B150640B2638343D7 /* GULURLSessionDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E146F175EF4762CC3A61D7A3459568EA /* GULURLSessionDataResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 269DBB08F411758BD75FA9A9177D0465 /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88168F2F96704CD993FC40F29FB9F162 /* ImagePrefetcher.swift */; }; - 26B6975E7173BB3F93BC84CB11C54A12 /* QuickSelectedTestSuiteBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12AA9CD25CBDA94DD334A115A8AAAAF8 /* QuickSelectedTestSuiteBuilder.swift */; }; - 27612EF484B45CCA09A7123325581B9F /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BBBE6C9664AA0252C3F6A8EF6EA21EC /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27B4EEF5D8CE03684F8DBE159DD6A8E4 /* RequestTitleSectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7746631C5F193B4778E4DC3213401B5 /* RequestTitleSectionView.swift */; }; - 27B623E61525D7D8D5519377891BBEB6 /* FIRCLSUnwind_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = E7845EF0BBBAAEE301D4DFF7431C8BF8 /* FIRCLSUnwind_arm.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2812450E753F0E0A34CE00C70EEF3A8D /* UIColor+ColorResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93DBE0D7311A8D6C1F993020DE0B875B /* UIColor+ColorResource.swift */; }; - 28480C622072754A86FB3BFE8F6E6D08 /* FirebaseCrashlytics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 16E5D5882376BB81288758D2D4D11B6C /* FirebaseCrashlytics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 284BBD718063EBB466106DE9937A2D8A /* FIRCLSUserDefaults_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F8329137520EC9E0DF9F9894BA2882C /* FIRCLSUserDefaults_private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2876A1BACC4952683D8116961E333DFB /* FIRCLSNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = CDDA4E36D71AA8C8E54C7228D6938761 /* FIRCLSNetworkOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 290AB86BEA7D3BD7CC78BFB1CBC04CBD /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EF37B80FD90C10E5BD0795AD10933C2 /* GDTCCTUploader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 293655EE1B375977B6FFBEC15B0638E7 /* FIRCLSAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 56C7E56D579B1EED3E2F81C816AB33EC /* FIRCLSAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A89AAE35FB02A304A3756FC29E296EE /* Wormholy-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 89EAFDB1D163FEBFDC3249C9979B57CF /* Wormholy-dummy.m */; }; - 2A8F1A4C9F8E540D029C9B2A590ACB46 /* DSL.h in Headers */ = {isa = PBXBuildFile; fileRef = A19D220B32B12A2FA30B9F53D4F77073 /* DSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2B611E1D7CAD5C4E81BA927F111FCB6F /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = A0B42487F13935AEDF9C1E87273DE2BB /* FBLPromise+Validate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2B65ADB3E078FEF90CE89C29B88FBC48 /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6263ABA600D748B425DF70CA53269916 /* ConstraintMakerRelatable+Extensions.swift */; }; - 2B8793C207B0CD22E3922072B2AC1DC2 /* WormholyConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D5C677CD0C736DC8356A8CAFDF354F8 /* WormholyConstructor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2B9403B9EDAA0334028020B4EA562269 /* FIRCLSByteUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 74B4B685ECFF85CADC2B4C9CE2E6034B /* FIRCLSByteUtility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2BE5D3738E2907949E01279801E70AC1 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D8652FEA11A26CB22544646CC117666 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C3857AD01CE3F495F0AA62F9605B3DF /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E2ADAE461B6FD21C5E219F6550B76DE /* GULLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2CED24F697F49C67351B65FE0831BCBA /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08EB769370F455CF5A96E4903A65FF5D /* ImageDataProcessor.swift */; }; - 2CF3AA5AC83089CD7DDE2386153E2E79 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 668B51F5763CA71E3B556BA645F9BC1F /* FIRCLSSerializeSymbolicatedFramesOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D5589B24F75618F0AA2DEBB3B09920B /* RequestDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D814245012AED8AA90E85893B5B3E4A9 /* RequestDetailViewController.swift */; }; - 2D7D5778C6625DBD23D1792C664CC851 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E7671E0193D008FC3082F0073976439 /* ConstraintPriorityTarget.swift */; }; - 2D96B83CF9F65130F3CEDC12D97FBB76 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = B385062C2EA5DD548FEE85171A8D9A45 /* IQKeyboardManager+Internal.swift */; }; - 2DA367508A491BE6C6C7F1747A8630FB /* FIRStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F1F4D47B1F6221B6591701CDDC990F3 /* FIRStackFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E3FEFCF8AA0FE01BF82B4444009579C /* FIRCLSCompoundOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = E02CED82BC3BF966912AB5BF4C53B46B /* FIRCLSCompoundOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E964D07F41BA8D50BE32A5A852AA927 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = D51B4299BD6971920001942EB45115A5 /* Typealiases.swift */; }; - 2ED57BB5A7281A3E3B08B121A16DB3BC /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 49C85055EB76800CD1B8B00CF2C42C7A /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2EE950BE264EAE34ACAFDC3F683A5356 /* FileResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 221FFC015FBA10281732112558B8925C /* FileResource.swift */; }; - 2F3DBAD717DFA6B544C6BD098EE31EB7 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46B6AB69AF7E1D40A7E8D0FAFAFBB08D /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F6F236927D8B1551786B47F5C89400A /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 683D4A3BE6A288A8483740B61DB46465 /* ImageDownloaderDelegate.swift */; }; - 2FF14A0423E2C20951DEF6464FA299EC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - 30097D0A919C6F74925ECCA2A2BEC129 /* WHString.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5D577BF9C06DB4BAB712914FFAE7FF0 /* WHString.swift */; }; - 319A6AC42F8D60338E6680D8191677A2 /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EDECA855243A83609915F4D0DD5E2B87 /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32512B293401E6E3912274DDE3D6A33F /* WHDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65CE70A3A6A934333B74626E94EF2887 /* WHDate.swift */; }; - 330D0278E61E42703F342276BC1A31AC /* BeEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D6CA1BAB5F5FC28CDB87BEEE2A459A /* BeEmpty.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 331525D163F5C97311C8B927B69F899C /* Data+FileResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4443C4534738B61F7A85424BB254DB42 /* Data+FileResource.swift */; }; - 3360A6D0A8390599B4C47A5A6728921C /* FIRCLSRecordApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = DE6AB4415FB5D9E8F6906419DCF1FCC6 /* FIRCLSRecordApplication.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 33D8038F0A7FB1745BF16C189D004111 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A02FEFCB656890E1996A0B250CDD5DB /* LayoutConstraintItem.swift */; }; - 340E398FE0331D47AEA3A135C85255DF /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 620BBE706FE396B0566CC8601AF7EA32 /* FBLPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 344C000B63DBD21C3F69031878ACBF85 /* FIRCLSUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 97E1AEE336DA3ED95099EAEEE45C33D8 /* FIRCLSUUID.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 34DC630B87748A1C449A070A1F7BC7DD /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = BD222610DD0B42B8E47832665A26EB2D /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35294C4F5BA89CADD624CEFFEFF579D0 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 32FAECC852EDABBBAF91A4E5ED154071 /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 352B49337F79385564C72A9E9D1C77E4 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F7E0D665FE7B0105CA7983A5E8E4EE4 /* Security.framework */; }; - 35510FD771468EF835BBF440FAFE1BB6 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = EC822AD4AB3F8992285781837BEC5AF3 /* FIRCoreDiagnostics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3681A02AD7694CA289DBA773991100B5 /* QuickTestObservation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46BFA2BCF1D8F1BDA96D8C0B1D46B929 /* QuickTestObservation.swift */; }; - 36AD4446D8CCFB07AAE9FCEC193BA2BD /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A0490BD15A16FB3DD836622822B6173 /* SystemConfiguration.framework */; }; - 3731A2C2282A93F4E0A33E49B6559163 /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FA6F755D7EF4953A68D134A3194E8DB /* FIRInstallations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 373922B2E3E20BF81252195004AA99B2 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B29245A1C83498252041EE28D897236 /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3753BFB9167EE1893D09D6CA5BCD9988 /* FIRCLSDataCollectionArbiter.m in Sources */ = {isa = PBXBuildFile; fileRef = 54776C1EE65432CAD61A5BF5251CB125 /* FIRCLSDataCollectionArbiter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3789636980D1BB4F68B512751C3E0D30 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A766B906668A52AD697E7F3DB2686F1A /* Filter.swift */; }; - 3797E213F358BCC21EC19C9EE4919469 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - 3854F9CF1AE49A373313FDC94FBF023F /* QCKConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A2305E2DB8AFF71480339EBED95BAE /* QCKConfiguration.swift */; }; - 386CF3CC7B2CAA9010151A6E174E3C2B /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60D989E77B3BF37348246F15F8FBA64A /* ImageView+Kingfisher.swift */; }; - 387CBCC1D61678309AC0F01AF18F646F /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 234C9E8B3003AE0B8544FF8369B0B0C1 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 389834583A1C258BE37DD278F78A7722 /* Callback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 277A6FCB3B32E881CD2089C2C959D9C6 /* Callback.swift */; }; - 38ADC9F193FB60ED20348CA25BE968F6 /* NimbleXCTestHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A483B410BC2AFA61C92B573B426F246 /* NimbleXCTestHandler.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 38ED410E70BCF19ED4416DC9B4956BA4 /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1871C964F9D05A47610B06E93CDC18DF /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38F61FF559B818CA5BF449B4E4656282 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = 12F112BCF3A1EDEE88BE615B6E0DC310 /* FBLPromise+Race.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 39679BE7C2F5F7CAE209224D2F4E510C /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 629ED2613B3AC0F8976F66EA1C75694B /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3993019726F63883D29982ACCF2DBA9E /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7708F8AA659038A7C41A2545CABB5227 /* FIRInstallationsStoredItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 39C20753C1C42CED9806C80154131E58 /* HeartbeatStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2FC0E562EF2F42FBC76686F6E28D8AD /* HeartbeatStorage.swift */; }; - 39E4B82B0B14C2C5F2D832932D5798CD /* DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CAE652CD8E5A4BD065ECC1B81883D49 /* DSL.swift */; }; - 3A492AA48C1C2519F2016EDD05B7E572 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C1E8EDAE3106793F24DB183F3AC768D /* GULNSData+zlib.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3AB2029B157C188BD15DC361E312E665 /* FIRCLSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DED912223862F0CF3C57502F29F5254 /* FIRCLSSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AB2B97E65B09D082C4E72EC7C9FEF48 /* FIRCLSFABAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DF3B543D2B0962D9062FB744C2BE435 /* FIRCLSFABAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AC7BB477C56AB23BAD205610EE608AD /* Wormholy-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CFCE6C26E4B462A3CF9ACE1CD0059847 /* Wormholy-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3AF1DE2354FCFEC1E9C1AB068446FE1F /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 45298FAA8BFE2D617FE32DA5D79950F8 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B447D6411DB07BA86FE3C6D52D39A67 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 75E046E77E67FD7CFD6CD8FC5807997F /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BE6EDCAE42476967C641AF89CB32577 /* CwlMachBadInstructionHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C2C93F3BF6BA49D0D96A0156F8D2F153 /* CwlMachBadInstructionHandler.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3BFD02C15D5D8AF14FAEA3236C71A364 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F918DDCED78234D4F83C5F6F64F9B258 /* FIRCLSDownloadAndSaveSettingsOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3C11DFDD15B06071FA5C940CBDFBA292 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = BA87154A7A0F775659106CEDE99710AD /* FIRComponentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3CEABAE554AE75B1DAFB96BC2588F238 /* UITableView+ReuseIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC812C68A3A7B0857EDA9F7B6C00238B /* UITableView+ReuseIdentifierProtocol.swift */; }; - 3CF4120B6D9AB60A4EE792258405F385 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CB0EFA37FBC5DA38E1763EE64E9629E /* KFOptionsSetter.swift */; }; - 3DC1C9CD89B9A4D034AD70C779F470F3 /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9B72150D4E02289ABCBD84DC02F3598 /* KingfisherError.swift */; }; - 3DCDD6E2A8EC0132E1836F6C908F8140 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = ED38B5D1B670DF4A4BD41D6A5B32DFA5 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DDFD47D7DBA988C421FDA39F3F5B516 /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F96792F1EEA9728A9213F65425A9F9F /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E0CDD6A68915EC137F4904E85664F98 /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 3063546D73D4F09AB308F546D8397FF7 /* FIRInstallationsAuthTokenResult.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3E2FC802F73F1911119D1C568110491A /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12B0FE9BBF7491E51C57BE4F676FB427 /* CPListItem+Kingfisher.swift */; }; - 3E404E4476B68DA6856F53F55B182005 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 00D1ED1C4BC3F0D3A7A7649F75DE5AF3 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E9126AFAF5C3967140CA0846830F5C5 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = A09377DC59EE85D6961CA0F3ADD79D31 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F5A7F5A13AE33751F5EBEED30A696E5 /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12FC0519AD84CC8DC910CB6C307132D8 /* IQKeyboardManager+Debug.swift */; }; - 3F7F5D0F051624723E1293CF021AE754 /* FirebaseCoreDiagnostics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D966687C4B93610BBAC34588DD7DC15F /* FirebaseCoreDiagnostics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 401B4EB5990898822D27122F00933C66 /* NSURLSessionConfiguration+Wormholy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97FCB98B31C327C336A51B7111444C2A /* NSURLSessionConfiguration+Wormholy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 402DDDA35CA8E76F7EEF025DF131E9B6 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88EF0D97D7C3EA58D3850117705BF42F /* Storage.swift */; }; - 40757BAA7CAB5DFC688B5C14FF26FC0E /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94B75DC7E32B5B55E0FDA62C7D5E4FE0 /* Colors.swift */; }; - 4184A784455B35F7F906D4152797234C /* DSL+Wait.swift in Sources */ = {isa = PBXBuildFile; fileRef = 972E18EAAD9475CE938D47024DCDBB01 /* DSL+Wait.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 4199525ADD01E816C5DF853F9EA64373 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = BBCC10CADD56BFFC2B8D4EE87CA50C29 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 424DA7C923BCC43F877B15841656E10E /* FIRCLSApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = A7FEF695FAE78661404D388A22424103 /* FIRCLSApplication.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 428D7F008EEE75DE91A4FE2A73CD0A14 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 7311D3B03B26A7ED64D449D6EA425958 /* cct.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 429A7E30B7584354C6BCB8F1C8A1464F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - 42E94F496171B523C9AE935FBC8C8282 /* FIRCLSInternalLogging.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CA324E026837ADC0919A5D21D94B699 /* FIRCLSInternalLogging.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 431141719217AF9363F291CECE07937A /* FIRCLSDemangleOperation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 16D8D97890402ED132C18DA781C77511 /* FIRCLSDemangleOperation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 43546A4A656C5C43494234855DACCC01 /* WeakContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 368C031F59D341AF627C01561689174F /* WeakContainer.swift */; }; - 438F317755A7E4686CAD5899EFCE0128 /* FIRCLSCodeMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = A055459C4ACA031FAFF6686C2BAC5A86 /* FIRCLSCodeMapping.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 438F5BA50F768A8128739A1E18BD1C95 /* ActionableTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1F4534E52C01E9318C397302CB933601 /* ActionableTableViewCell.xib */; }; - 4393991182AFAB464928F5672541B2FA /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAB1C2C1DB81C41AC207805F37834174 /* ConstraintLayoutGuide.swift */; }; - 439E7285EB29F48B5239E9FCD553A76F /* Callsite.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6564F920C0D6BA8EA54CD9C21C0128A /* Callsite.swift */; }; - 43E81A5F088A82C4E087A9A4BF57B865 /* NMBStringify.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CCDEF0E84C2BEA4D86B163D05C654F2 /* NMBStringify.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 43F903821346C5821B2DA88BAA445A41 /* FIRCLSUnwind_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 82AA1792EE0E7AB34C69385B888F93BC /* FIRCLSUnwind_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 447758397BF2FF410F7A9BC6B744FFFB /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CB02D42F90054F3CAD7DC40BDDC4911 /* GDTCORUploadCoordinator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 453CEBDA5AB1F89C22180739576B6DA8 /* RequestModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43C756A5548E76895C42C2993FC43172 /* RequestModel.swift */; }; - 45494389183EF3CF6BA2356EF0A6649B /* ExpectationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6D81265D7A71CC2CA23D0265F53F50 /* ExpectationMessage.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 456C6DB3695F81F86D21501620694F28 /* NMBStringify.h in Headers */ = {isa = PBXBuildFile; fileRef = F3EE588E5DAE6B012B657FA601106500 /* NMBStringify.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4605BB86CD95DE7828F2568E2E98024C /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C079DBA050F5B5FE9FB73BDD07F1678 /* GULLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 461B3AA5C37178ED379C37C89A90AFEA /* BeginWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D553DAC71349E3B8FE6E90C62643E16 /* BeginWith.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 4726AF97E98E6A7F7473DD62447CCE81 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = DACA6193A06E004AC0480878679088B4 /* FBLPromise+Async.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 479332620A013C39149D21BC17DD824A /* _ObjC_HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EC96D92EC79BBAA11FAC4E5AB582477 /* _ObjC_HeartbeatsPayload.swift */; }; - 47B88A3C9BF66BCCC601E5467B44C45F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7411E2C1C77FFCE51D3685E65AF6573 /* NSTextAttachment+Kingfisher.swift */; }; - 47D902449794F24D7DB3EDED139B287B /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = EC2A136F4D39E2EECC4CBB6CB5A274B8 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4847526F90F7C5B57EFCA764E79FA419 /* FIRStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 41206C83B256177433E371DBE9E96E42 /* FIRStackFrame.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 48AD4DF2777E05EDE912D5DA1C33824C /* FIRCLSCompactUnwind_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B80E5037DC3848BA40EB7CFF09DBABB /* FIRCLSCompactUnwind_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49D30884CB2DF16FC5C713DEA2752685 /* dwarf.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FA0205A2ECC1832339D04A4921D706C /* dwarf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A0D2A7B638688C1D7BA77066E9B2A88 /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A1EA039D0A4943524BD3CE1F4293A16 /* firebasecore.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4A1440FB879E9707C4C1927511481098 /* FIRCLSdSYM.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F461B9DA7E05A1517E9D80ECD372CB /* FIRCLSdSYM.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A2D2E886038E0535ABFE49FF744A8DB /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = BAB491C3ABCC351F1C109596832BE026 /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A61EBA1251A30134DAA3D79B064B3BB /* GULHeartbeatDateStorable.h in Headers */ = {isa = PBXBuildFile; fileRef = FF766D9E9F2FB63C89A7AE21BC751A6D /* GULHeartbeatDateStorable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A8B66AEADB03E349D49B37D7690ED5D /* FIRCLSDwarfUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = BB284E511962F89279E5CA7EEE96BFD8 /* FIRCLSDwarfUnwind.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4AC3FACE62D6C432E7FDD2E7FD5933B3 /* FIRCLSUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CED1B4FA4EADE75EFFCEC059AAC7F9 /* FIRCLSUnwind.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4B64FB313785B8EC79D2F5388207BD6C /* FIRCLSAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = E99DE9F72A3CD25661F28294AC922AAB /* FIRCLSAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B65EBD4E45EE35FC58F9845A1D9BF87 /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1E7BE7CB803A47B59DECCA50A73935 /* IQKeyboardManager+OrientationNotification.swift */; }; - 4B77E3D4F62BD1F9736F83CAE5A519D8 /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = A70CD7DFA3D6B577346C1C4BDA54F9F0 /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4B899A8839CD109DC487168C8298E052 /* InputStream+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A459BFDEDCBE3F9D3694A37201355AA /* InputStream+Utils.swift */; }; - 4BEF066C2CE3492BAF111084B31D7F30 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = A96E732B18EF155C69FE332872AAB522 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C0C0BD421A214A7298B37D5C19E41CA /* Pods-SurveyTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 04AA8D7F80C4C981BF9D8149781722F1 /* Pods-SurveyTests-dummy.m */; }; - 4C27A9E1526DDD462689C13225D7E4E9 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B5822A8D3A204FB376AFA6D4FAFF182 /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C3D2F83C42A27CD7A6F6C31E5E07666 /* HeartbeatsBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59F8E536114724D3172E9C9A72092ABF /* HeartbeatsBundle.swift */; }; - 4C628C3966C1E8EBD77EFFCF693F5334 /* FIRCLSFABHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 53CB9EE71ACD91C181C8B0977D35F4D7 /* FIRCLSFABHost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4C9CC3C8D41C20B57D1BBDA43A9DEE49 /* GDTCORStorageMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF5547367EE38E7FA8B09FB210C4104 /* GDTCORStorageMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CB2CB2631FA5EDF8B5E45B6B1D3A652 /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = B90AF5EE981D5835B3032A94C6606762 /* GDTCORFlatFileStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4D19DDA34C19FE7E2B3C3697841CACB5 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 456F11F6F6ABE396C77F14E8A0622A0C /* ConstraintConfig.swift */; }; - 4D21B0A9E1384EAB067B304F31908A93 /* Thread+Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A171BA8CDA4243D9986EEDE515104B /* Thread+Async.swift */; }; - 4D665E48CA3D5A27B1EA04FB83D48A50 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C5ED70A2C66B8A2C9A901723A1258785 /* Kingfisher-dummy.m */; }; - 4DFE5289393F89D192E0857368019905 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E81A3DB0B3D80ADF42FB7200AFF4B30A /* FIRCLSSerializeSymbolicatedFramesOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4ED16823219759E190C5B074F2EEBA6D /* FIRCLSDataParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = E7A7C91FCC5C8444E7615A3A450008D6 /* FIRCLSDataParsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 502BD7F895557B745750A04D902D99B6 /* QuickSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 79EDFE778604D38424C76A29E0506502 /* QuickSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5073958F7A26DD026CC376969EBE5D11 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 573A6869EB6349E591112706F0193081 /* RetryStrategy.swift */; }; - 515C4243B4F35C54DE8AD76D5681E900 /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = FE1CAE1255D041AA2030C0EAA0FC55F2 /* FBLPromise+Retry.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 516B9F2AFD95DDF6A6F03D2D41F09244 /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DFB4306AD1B45385BAC2512AC5CD989 /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5189127F11427880A6B8B7E6CED110AA /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2879C4969575B8A10EEB3C9BD6B10295 /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 51AA2702C76CB975166CDDB2A3EE1294 /* FIRCLSUserLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C46DCC5EE561FBB5F1307D4BF759AF2 /* FIRCLSUserLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 524501AD8DAECBAF03E7E94EFE9830FE /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 24B4ADD5F7C3D7A38981C064FA746527 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5249F6DB78BC041720861B5F26EDAE67 /* FIRCLSDataCollectionToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BFC45A22E5D8A0BEC4D7015BA218086 /* FIRCLSDataCollectionToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5298C107E23E85A4AD71D532911C9DB5 /* FIRCLSOnDemandModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 28607383E5455079C6E53E24E9E87C2A /* FIRCLSOnDemandModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 52BA6D4F6786640419A061BAB64AE00A /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 78163A89B5230D3F04C453F7FBC46BDA /* GULSecureCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 534DB1BC6C2B53C3397AF1CE5B962812 /* FirebaseCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D516ADE7A7CCA339D0F965BD818B66A /* FirebaseCrashlytics-dummy.m */; }; - 5358B08CE7DB419B98AB3995CAEBCF84 /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 303F1C103DB52FD2122A4BE9D2608AD8 /* FBLPromise.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 536AF1C430347FA1EADD9389BD04760E /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = BB6EEB4ED4E12F6EC2C169650C218ED7 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 539FBA9F8E21440F53FEAC51F22EFA1C /* GDTCORStorageEventSelector.m in Sources */ = {isa = PBXBuildFile; fileRef = 037F66980734C716DB63DA10A60BB3D5 /* GDTCORStorageEventSelector.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 54A6DDF88B2CD49A0B3BECED4D7DDA46 /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B25FECAA3426AA75DC2E143EEE4300 /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 54B008F95DA8A1CB5E5E6333AA26FCD1 /* GDTCORStorageEventSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = E167B02F3DAB17AA01B7A582EDDF625E /* GDTCORStorageEventSelector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54B83D3B0578D65BA1ADDA7DF1384DE4 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 58C4EE4B244D128D079E3B80EBFC3128 /* FBLPromise+All.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5501617FF7B62A75D3130E3FAED6625A /* FailureMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99435291C4BCF7E61C2038B1D0BD9F1 /* FailureMessage.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 55099BA892BE452BF65D0F35B5AA377C /* FIRCLSDataParsing.c in Sources */ = {isa = PBXBuildFile; fileRef = 48E50DDE32057D725DB3E6DD24D55DB2 /* FIRCLSDataParsing.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 55442292BFA701BECADC719BDD9FA9DD /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 26E0462C786F0350E7395A32DC430F0D /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 554A827EB09263EA16E9FDC1A51180F8 /* WHBaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B3A7A4FF57E5F99FDAD8DD6628F4C7 /* WHBaseViewController.swift */; }; - 5563B8ADE22BFC1512199AA365515850 /* ExampleMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F9EDEF3CC47797FB1F8DB8E2BF3CDFF /* ExampleMetadata.swift */; }; - 566293C90008EAE51AD01F03F5F15E94 /* ExampleHooks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002FF0440CC83FB863FEDEE21ACB6CE0 /* ExampleHooks.swift */; }; - 56DFCA776BCAE96454936312FE2ED0C4 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 126C70ABC0ECA224714ECAF5FEF3A22B /* Filter.swift */; }; - 574D225BA3586F30DEB3D2996B1942AD /* CustomActivity.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF25ACCC4C63E554509BDFB144284D7F /* CustomActivity.swift */; }; - 5810F66D03E549E9F7B199CB93A10EEE /* UICollectionView+ReuseIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = C10342B5E6FDFDD6ADF9F4CC5001FEE3 /* UICollectionView+ReuseIdentifierProtocol.swift */; }; - 582FB1726788464E25A52F0DF91B65C9 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 701976394204ABDFD30D5CAB9DB4067D /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 586F27A1D4347095F9A173ADC7138B45 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A52D3F0F624C2C7275CF960286FD890 /* CallbackQueue.swift */; }; - 590F1F76698A77817CCF2BA938727BAF /* ImageResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5027C2A17A4A2311AE68D81CAA8C2C37 /* ImageResource.swift */; }; - 59421D2FC80180C95D5533F584AC4099 /* BeWithin.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD92047BBCEB065CC73E41193FCD309B /* BeWithin.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 595249BBD36FBFD36D3A7194762BCACB /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B02213DCAEE8CBC3EF49F4F58FCBA360 /* ConstraintDirectionalInsetTarget.swift */; }; - 5A1581050A9C4D3EDE587D2C74E6C7D7 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B7B9AFDA7380BB89C692427A54FE426 /* FIRCLSDownloadAndSaveSettingsOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A18D1D03DBB4755B141D11C077D859D /* FIRCLSCrashedMarkerFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 008E1F6BE3D0E78F39B7B66CE5D51F62 /* FIRCLSCrashedMarkerFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A19BF03B28AF85AB1C4935443C02B14 /* FIRCLSProfiling.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E40D5C2062BC98F99B345799CD72C4D /* FIRCLSProfiling.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5A2863E7EF8FBFEBE912E06975EF9E2E /* FIRCLSSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A3268A5696D4FAA034D4BC061B230C7 /* FIRCLSSettingsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5A2D9B068DDA5156A9B65054469298C8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - 5A4EF67EAE0678213DC94AF16CC4F319 /* FirebaseCoreInternal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B778E1965E732634ABDF4446CE1315FD /* FirebaseCoreInternal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B3E9B32E3824EE5485DDFAFF33CAB28 /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 28E9F8BAC3E85D70F1CEBEFD923B3FA9 /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C08DEECFB71D7AE4F5A6C3DC2588D66 /* FIRCLSHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = FABED8ED4F12929E501A3CCF76B8047F /* FIRCLSHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5C98FCA94E945A4EC5332AC492807106 /* FIRCLSFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 386696245CA0FA4CA77BBF9A3B265C74 /* FIRCLSFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CBC32B56147D0F5C6F3369F5E41DCD1 /* RequestsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8612F01C42B165E1456310D31A12DD36 /* RequestsViewController.swift */; }; - 5D38F68FFAA78D18BA77C52E26512E89 /* FIRExceptionModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E8C7306F29C77C035848BE0ECD815B6 /* FIRExceptionModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D906DF426CC4DBC51D9741EE699FD26 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - 5DBAABB58B33BA2A8B74862A59291686 /* FIRCLSProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = EA65F27057BBCFB49E0AD69E4BE1A727 /* FIRCLSProcess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DE096D0783736CCA47FF2C04D8C5B3A /* WHCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A995B46C7A0622E8926489EE11BB5AE /* WHCollectionView.swift */; }; - 5DE32C6AA544A42E442872A822C85974 /* FIRCLSProfiling.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC4F7F32CC4165C115E541D93359F00 /* FIRCLSProfiling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DF299A0D2272AEC608C1662040969CE /* FontResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9193E9070E9A6273583AC1FA67E491 /* FontResource.swift */; }; - 5E6C766FDFCAD4D4634F2B02974F28A1 /* NMBExpectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CE8AEA7E741A6B412C76A1D08577DB /* NMBExpectation.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 5E7F0F81CF430B563283049021C3DEF7 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = FC011C42C241E63565B7EDC9F8CEA53C /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E92BBF769214EF8D851AABE8B3564A5 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF3735A3C6E0579703FA4CB2A141E827 /* TVMonogramView+Kingfisher.swift */; }; - 5EB882B1E2D5AA741E62669E5FEA1F7E /* FIRCLSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = B09C2815B049D2D585D730A25DCEA3CC /* FIRCLSConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F189B2F18425A3DEEE95B0B8FA1E88B /* FIRCLSFile.h in Headers */ = {isa = PBXBuildFile; fileRef = DF5242D32789826FFE8CB0AB87AD111A /* FIRCLSFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FBFA6A5F0CB8466BED2560F8EB58A6C /* StoryboardSegueIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0EADB7C58E185DE8A7710E307E5BDC8 /* StoryboardSegueIdentifierProtocol.swift */; }; - 6092AAAF7ACC3107D2ABA4E65E18454E /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BA6CAA9D852766C8B6C9CC2479056F9 /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 60BD1A0A2499F2B334B0F8329AC9FB27 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851B0F59525A89B15DC1C6368EDE4F77 /* ConstraintView+Extensions.swift */; }; - 6134EA44FD860122CB5CEAED952AF6DA /* GDTCORMetrics+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = A500F29C8F6681AFE169D2AB3FEE4E55 /* GDTCORMetrics+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61BF3AD34D545A1D2A2798407D34874E /* FIRCLSRecordBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 84F902C3075EF1E76F3C6013FD582E0C /* FIRCLSRecordBase.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 61EFB981385952289263E14205C6C020 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25473B5F82A489F36A4C630BCFD27216 /* ConstraintDSL.swift */; }; - 6220962AB5760C5BB1D97F6757125B38 /* WormholyMethodSwizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = 38B6422751CCF142B87B6C85A4331634 /* WormholyMethodSwizzling.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6233A756784D47EEF9F0AC5E873638C1 /* FIRCLSMetricKitManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 259CF3C5120F60A747FE1D1DB7649BE2 /* FIRCLSMetricKitManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 624C0A626555DB206EA403D3828EF355 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 69F0BEE61FB8DB3FC6FBE49AE41EC49A /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 62833EA5C370B9712F9A3772000D0805 /* FirebaseInstallations-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 772EF645FAF4D15A43EFFF71B736DD8A /* FirebaseInstallations-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 628BA6B417634C3CEB1357D8C3A26968 /* FIRCLSFABNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = BEFC7AAAA16B61F2178779C573C5F5D5 /* FIRCLSFABNetworkClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 631DCA3DA70415107130A90F20F5B249 /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C378BFF2772816A91A76CBCE518884D /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63B15299F14C24961BDF9694B3EDE1D9 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = E945D5C2588259D02E285672FD18028C /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63D3D3249FB6F76D4E0972CEF5DA4CC1 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77E0312169554F6438F1C363A60B2C5F /* IQUIViewController+Additions.swift */; }; - 63DD40D5293111FB08BE60B82505FA14 /* CustomHTTPProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B6A322F63AD02020FCE3D4DFAF042AF /* CustomHTTPProtocol.swift */; }; - 63FA2A7E2D3DCBD6CA3912B755851701 /* GDTCOREvent+GDTMetricsSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E5AA986D754D4A2705B105D25EA1840 /* GDTCOREvent+GDTMetricsSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 647DE1744F6EB1525DDD93BB8DCE88AB /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = 9053ABC6BCD809F6149992D345E4A932 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 649D04F2AB08D865A8392668090E7576 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 095CE1F215E0F1ED2B80D46F15482A3B /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 649DE757660E1736C0AC4174D16059DF /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = B6342E2BAA0AFB2A6450D00D18574BA7 /* FIRBundleUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 64B924E453827E5470AEE9A472268F27 /* FIRCLSDataCollectionArbiter.h in Headers */ = {isa = PBXBuildFile; fileRef = E23D3C7CCD738F65A09A59FFD61B80DE /* FIRCLSDataCollectionArbiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65287782CD5C63A2AFA76A42DD8B9DBF /* UIStoryboard+StoryboardViewControllerResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63D84D3F91CF18473C240E7DA9F977E8 /* UIStoryboard+StoryboardViewControllerResource.swift */; }; - 65C1F06446C84D51B1496582E99486D3 /* FIRCLSMetricKitManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C9F524FFB6314DFAE4FD88D2708B3EC8 /* FIRCLSMetricKitManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 662B10173E9899367A19A6CDB3C7D3B2 /* HaveCount.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE4B9F591661C8133A599710D74089F6 /* HaveCount.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 663A2FBFC687B527BD5C08A2C8C82546 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91340AED2A7FDC31A00714EF653A535C /* ImageProgressive.swift */; }; - 663FECA869D766F2715DF7890B6CC0EC /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBD3A3BFB78CBB119E133FE798A77D92 /* Config.swift */; }; - 6656987C94E48937830446E4A32F0B62 /* FIRCLSCallStackTree.m in Sources */ = {isa = PBXBuildFile; fileRef = AFAAB36289AF08754A5E4365256CC455 /* FIRCLSCallStackTree.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 665A4EEF99CE938011C082226D625ABF /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D0D20F19FBE189A7A3B31076E22FFEC /* FBLPromise+Await.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 66A9E418CDD29694F3EC64DF58F4696A /* StoryboardResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C05FA4AFEF7CE0D478A4EC42F3EF668 /* StoryboardResource.swift */; }; - 67507A2DD7D7139DD43843C6CF51665B /* FIRCLSNotificationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E03A228D40FA1D22458B7BE2DA7AC01 /* FIRCLSNotificationManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 681C54E87AB7700BA972CA33DB446C4E /* FIRCLSReportAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = EBF262A34D5015555AF2EBEA5567BCFF /* FIRCLSReportAdapter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 683088597293B85C182F715AD7AE1E56 /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 25DD0A6CD6C3EE7BF7E4C3420F18F36D /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6856EF34448021497A0D30E075ED99D9 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 35C59B9A02F1F9D6F4A91C93D1C7168B /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 686F7B92A4EED808773DF188EBBA1D7B /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D2FFE81C6B6959453138717299A6A65 /* ConstraintItem.swift */; }; - 68AA1E3D0BE10980D3815AAED4FA5EC1 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 82827EA66D8D2A283763F318654EE761 /* XCTest.framework */; }; - 68F2B4BF52231239537636C4B7200683 /* FIRCLSFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D8C315843115711342F505D86FC8C93 /* FIRCLSFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68F866D8E034844015144FE2A261E643 /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 9651FB0843AACADB2BC9574E489E1DFC /* FIRInstallationsIIDStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 697D09CA50681563E81CCBEFED683D3B /* GoogleDataTransport-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FF264D20296C2BBC3031935981841054 /* GoogleDataTransport-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69B7F9E9857F8865B290E7DE41B0C871 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - 69F0823F5B1AFA1A22C65BA62F7C4EAA /* GDTCOREndpoints.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F52211C421359E035C431502966FA70 /* GDTCOREndpoints.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69F2E6C4329637C48FD2C9C5DCA3A4C8 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CCEE1FCE1979A89BA16520192F1A73A /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69FC837CF3B29096DC5C3DCC29753E02 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B046572F7B50C064B240774F4C87746 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A184571D991FA9DF53FF636D7F7ECE7 /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 7631065D70FF2FBA399F91EDA2DC8905 /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A7347A078B9BAC998333DC6B319B733 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 96A4D67585D6A0A5DD3E2E1CFEC7279C /* FIRInstallationsStoredAuthToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6B98B196DD2A5BAC2911627C134DC797 /* RequestModelBeautifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60F12A3710BDF138D18DF5C4100432EB /* RequestModelBeautifier.swift */; }; - 6BB7BB6921E9A93407C2F4B24D8EFC69 /* ErrorUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = C018BEB88FD25A2A27D35C746E488F32 /* ErrorUtility.swift */; }; - 6BBBE3CA71CFCAF621C81883FBA71C4B /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = F54D851E42F20DB64AC2CDE046C2BA5C /* FIRConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6BD850EAE5134BC2199F7F89CBD3EDFD /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 5F91620FC41A9A656D13B985EDD9FEDD /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6C02C440FAD55A65A62E09AFA774AEB7 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5751BBC2C9FD65F0456C2CC974C9906 /* Accelerate.framework */; }; - 6C0A0E124ADA4E00F2CF77F82982F485 /* crashlytics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = A8B77FAE6C1B1830BD1FB8857572C2A7 /* crashlytics.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6C254BC5C0073DAC2A509918D3BC7CEF /* Nimble.h in Headers */ = {isa = PBXBuildFile; fileRef = 235195E34AF98BC55E403B5EC5D5CEDC /* Nimble.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C3AC9C121B86BC5B2319A9BA0D3292E /* FIRCLSRecordIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = 89383A8E4DCBC7AB5B4910C9CA4E889D /* FIRCLSRecordIdentity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C8BEA617124300491D93C79AA9F4C59 /* RequestResponseExportOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F7F87F6C66E426F5CF0CBB8461412BB /* RequestResponseExportOption.swift */; }; - 6D316E6241F930C153A4E58F17CD040A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 827C74C0C1E31A83D4F7888E301134D8 /* UIKit.framework */; }; - 6E6D6A855FD1D36DB7DC78E46D3B5E6B /* FIRCLSMultipartMimeStreamEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC1D8836CDCFD183EA2E519BC9BEBDC /* FIRCLSMultipartMimeStreamEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6EE0AEED8AD2E696F9001D98937C96E6 /* StorageFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5371EDCA2CE6A6516B6C2DB564D8EB3 /* StorageFactory.swift */; }; - 6EE3B63E18A120A5FDE4406E0433B561 /* GDTCOREndpoints_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E578E31B716FAB0B22ED807D145247FB /* GDTCOREndpoints_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F305D4EE6D9A415B97D0CB44C03D4EB /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F7F95ED5CC9216C96442591BF773A7A /* Resource.swift */; }; - 6FAC7646E6C28D73E289512521449E3E /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3336771629F7729AEC091EE2681B8E48 /* KFImage.swift */; }; - 6FD14B33C448C510FEB78727D63D7610 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D2ECF26595619E1C99C126CE41E77FB /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 715D68F4527407338D17627CD8029ACA /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 37D860AC227A755E434D4A25DC5DA2F6 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7164621A177DA281E3258A4BCAAFF6C4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - 71925AB3D8AE4F36D310B7F47B23910F /* DataType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F15D867EC802F6A2E6BE0296BCAC88AD /* DataType.swift */; }; - 71FE3FB690D5F33B5B0B10456518A6A7 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = A5E72131861B52C0F4DD565F5405C59E /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72B042E02E8E504EF6B95BD07BEEE92E /* FIRCLSCompactUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 58FA18DBA53A92B7E2023F04DB8D44D4 /* FIRCLSCompactUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72B442258FD4948EF16D9EE92E29A62B /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 64842A1746EFC34380F406C1A3DFC5A7 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72C97503AC7F8100B44138AA881D8393 /* FIRCLSFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 96368B990C5423F502527D927142995A /* FIRCLSFileManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 72CE7F345375E7E42751B5B9874EEED3 /* RingBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3471291D1A8527894BB398EED2C0DB6 /* RingBuffer.swift */; }; - 72D79444E8D79B639C114A875FD4A110 /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FFC2DC3AA68C491D53A421E0147A7D /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72E457B43AC1D074B4A8ACC5272F8DA0 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FE5C61F4B3F5DE63553EFFDE45F4E7 /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 739F350797508E4FBED69082BF78D4AA /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38A5E5C1CA9E27F7E463F360F73EFD8C /* UILayoutSupport+Extensions.swift */; }; - 73A409B6BB559DF642CCA1223D200769 /* Identifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97F3A7B19339652B80D038025455F20F /* Identifier.swift */; }; - 73C94A8F8C08510E648A78CBDA37C356 /* FIRCLSSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CB652D74998ACEB5050F202D08D29DF4 /* FIRCLSSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73EDB1D58A6A422F147965413FE95E04 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = E16C2B841028905DCB05E1AC04A399D6 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74276DA18134CBB2F58052B8CBB5ACF9 /* Quick.h in Headers */ = {isa = PBXBuildFile; fileRef = A4AD69ACB55EFFCEE21C18583E399744 /* Quick.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 744D00499C8B120D19CB7B5ECBD830BD /* StoryboardViewControllerResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE0C67406433CF9388F6BBD9B43F3FC9 /* StoryboardViewControllerResource.swift */; }; - 75185FA89CE4358FC169611EEA0FA4BA /* UICollectionView+RegisterReusable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 776D4F30A973DA97BE7F6FDF3E88E391 /* UICollectionView+RegisterReusable.swift */; }; - 754C803CB2DCD0E4F56CBC89D6471132 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7C0EC4B5AAE7AB6ABD7C3567D74C45 /* KF.swift */; }; - 76B0E48A4D5402243EF71F6F96FBA048 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F412B2457A032ABB906307FE0250B4F /* GULUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 76F78EC8781A9ABCEA62310920828BB2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - 78504A466244F846D5DC95DF4B59E411 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = A28AD43FEE51BC88E020725B5318B8B5 /* IQBarButtonItem.swift */; }; - 786D856DA83F931789F64BF9C5887870 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = CA0A63FB41FB5EFD32231885F2696792 /* FBLPromise.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 78BEA22D8304AF61B55A25C1AB9AC727 /* FIRCLSAnalyticsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D97104304F660472AFACD5E67597DCC9 /* FIRCLSAnalyticsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 78DDC9EB0002F14318C89EEF2349356B /* AssertionDispatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 127088D7C009D637A0DD9B1432215A47 /* AssertionDispatcher.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 791D252E01AA1494E27FC6B52ECBBDF8 /* client_metrics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = ADCBF9ECB94562E8E96333DA8F19B6B9 /* client_metrics.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 794F53C99A8A79F68DD2A9C4A5CF34C4 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = 22329F1348EF1325CBDF2872898EE414 /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79522B0942C25FC310E5A0842169F0D2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 827C74C0C1E31A83D4F7888E301134D8 /* UIKit.framework */; }; - 79914D4318936720B1AFE95EB17CC23B /* ExampleGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0CA9D52CF2FF7D11078E42356B1C669 /* ExampleGroup.swift */; }; - 79D1ADE23168BC2ABA9C7B026DEC2D66 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E040B547E61D8983491DE22B230DA20 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79D7456E3D3234A52E4F82AE5A7F0AAF /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 872044BC689E67A72FB265AC81743E0B /* nanopb-dummy.m */; }; - 79E99293F42084493B200E48902E81A8 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CBB2B72BD0746F8DA3FFADD29BB7A03F /* FirebaseInstallations-dummy.m */; }; - 7A5740FF66A669584DF0C6A0781C4909 /* client_metrics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = A3EF185E2AFB6A447D1AE074FE06B94B /* client_metrics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B287928E3FB8F3010A71B9386096B20 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B825AD729EEA9754326E44EDC9A191 /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7BDBF7FD8C76A4A395F6E407332684FB /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = FC1A6E5537F5D6230D8E8CEC7A083484 /* GULKeychainUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7BF8D45D9F871A4B2F130C86D1E842E8 /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AFA5B4F096B5DE78EE102767C18F990 /* SnapKit-dummy.m */; }; - 7C1BFDC00A49E266E8C8488841C49C27 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 65C5E591F280621F9894BF09AB19F712 /* GoogleUtilities-dummy.m */; }; - 7C1E39588D91F0FAC4E58A27801D5B4F /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 04242605C33ED1C0539C7C293AF80F28 /* FirebaseCoreDiagnostics-dummy.m */; }; - 7C2931EA3C78060865EE650FD893455D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 74A10552B1E38CDA1321D90ED4E04093 /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7CB94BC817D87366ED56200B086F9E6D /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CAEEC692AEEFEF69521C5650323E55D6 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CC3D24AFFC9BE47A5B6FBA01110F9A0 /* UINib+NibResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BBA2C8F03712DC3D19029B20CC0F83 /* UINib+NibResource.swift */; }; - 7CF11CF2B1E47D53A0787A47642F8F6D /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB056D7696841B5202B66BF7710BDF6B /* IQKeyboardManager+Toolbar.swift */; }; - 7D62898673935D86CE10954C1E9D808B /* BeLessThanOrEqual.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D22F5092BF706574573777F39DCBB85 /* BeLessThanOrEqual.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 7D995D609B3808C6728FEC89C4B415EB /* GDTCORMetricsController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B2CEFD96295C83E29C3CA48370BFFC9 /* GDTCORMetricsController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DA859CD06F0295C71344B5FC23BC9A6 /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E59FE79E7F35D7848AC5541B9415422 /* GoogleDataTransport-dummy.m */; }; - 7DFC083C01C6580C82B15503EEF90E90 /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91ED45E8AEB0A0B294E28CCF82A6D993 /* IQKeyboardManager+Position.swift */; }; - 7E6A130EB77AA304D0EC8A46A686B93B /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EFE6D52C9FCB279772477C775443A9A /* FIRHeartbeatInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7ECDDC83A984A2CA895796F2155EB057 /* FIRCLSFABAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AAEE96BB7FE715A9D2E46C3BFB58D6B /* FIRCLSFABAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F4C721113FB3297EDBBA571A84604BD /* Expectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 321F9C91D0594F87F316A64FF4D42E2D /* Expectation.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 80701ECB52F6337025A0449F85D06086 /* Resolver-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 132B036FF357A0180EB7275270241443 /* Resolver-dummy.m */; }; - 8099028B24605E4FF890F5BC2F9BBAEC /* XCTestSuite+QuickTestSuiteBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CB94DAB850C9CD397E602DC7047ECE0 /* XCTestSuite+QuickTestSuiteBuilder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 80A81C2C934BCE4840E298A768C81133 /* GDTCORMetricsControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 56EB316F367FF09FF2D1E97A2CD44D52 /* GDTCORMetricsControllerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80CF05659BBBEB4B58AB678C6550D566 /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A7A2F338FE9F14E061A8B3233371DEF /* GULKeychainStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 80D02A035A3EE01BC7DDDADF52482BCD /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C21C0776C2EC72A53FA592B00CCB38A5 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8104FBB219371A6BFAABE2E81E93BD0E /* FIRHeartbeatLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A2322E7A4C899400BDDF115E43F6DE1A /* FIRHeartbeatLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 81065073BC0C554A25EF1E029A8A79DD /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 857FC142C2F37A9FAFED84A87E37F61C /* FIRInstallationsLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 81622887C2B1AF74519F87065516F23E /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4239E3D18581CCCB18F5D395EC452CE2 /* KFImageRenderer.swift */; }; - 8179AF44255B31F1C5E0F4FC4212ABF5 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = D7B2020468F495B1D1F70C80D42A2C08 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81A8BE1B568A02304DC001F8D9B6BE1D /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = AFE05F54930B43AB9400D7D4DD3EBAA6 /* GDTCORClock.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 82060A37AA732DA940C75017DBD2DFDB /* FIRCLSFile.m in Sources */ = {isa = PBXBuildFile; fileRef = FED9FD918EC70E02AB805045A3EF0A52 /* FIRCLSFile.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 820CC451BEAED0FAB695ABD347F98BE6 /* UIStoryboard+StoryboardResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A6321CAC772B9018F1451479785D63 /* UIStoryboard+StoryboardResource.swift */; }; - 825EA35F92D3CFAF7AE9B961B0F819DD /* FIRCLSURLBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = D0E3D1C7C3C50376F967AFF1039F83D3 /* FIRCLSURLBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82D64E05228DAF2C60BF556AA5BCAE1D /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = E7767ADE4C22F70DB2F3B094F4D51C81 /* GULHeartbeatDateStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 830234518A94031C2E07D64A34AF3178 /* GDTCORFlatFileStorage+Promises.m in Sources */ = {isa = PBXBuildFile; fileRef = 546D22B11E84A6DF4EBB1B34CF70BC8F /* GDTCORFlatFileStorage+Promises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8397A6A8B8D01818EEC814F1B7564571 /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = A189F87766A613A5765BCB009D8D4BFB /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83A9B39A9A9CCADDAA67B65396AE765D /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D4FE449EAFD5B2071C80FFB7AD3C6129 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8451EE52EFDF858A1841139D85455BD7 /* Pods-SurveyTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2748E7FA0420370D22017E479151D780 /* Pods-SurveyTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8452DCED943F8CEBC05613129B7ED2FB /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = D3FFC6CCB44970C85DE9D56E3656B661 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 846F1A67AD072AEED2FC00E43F6487D4 /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78587F01BE797B37AC0AADF6C58ACD7A /* IQTextView.swift */; }; - 847565D6302BD6AE66498D488025AF87 /* JSONAPIType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 545FB1A0CE6D184F5C613FDB2961746C /* JSONAPIType.swift */; }; - 84F0F87EC3922187B7835CA21552F7D1 /* FIRCLSUserLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 61FDF7AC4D5A2062F93EC8C293610443 /* FIRCLSUserLogging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 853F90BE59F2D0CA514046B61F9A4DA7 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 99695C321C42983207C11422933B50C8 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85F619032F15AF00F6B57A5AADE5F204 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83E286AF656D237777FFEDF021D27BC /* Debugging.swift */; }; - 862EACF4E7D6DE29EE1E06A36B13E24B /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = EECE86CAB7A8625D0B0A362935378173 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86428BD566E448056A4E6346FABF0A7F /* TextTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 272ABC193126729DDFAA9FC1ED29CEC6 /* TextTableViewCell.swift */; }; - 86CAE06CEDF11FB646541A98ECE50730 /* FIRCLSReportAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = BDF7BDDCA1A490FB33A99B313E7E7853 /* FIRCLSReportAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 871DEE7F0EE3C90341A5A93ED8945B07 /* FIRCLSAllocate.c in Sources */ = {isa = PBXBuildFile; fileRef = 7EA85B9D0AF02529E33A034D7976CCBE /* FIRCLSAllocate.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 878312EC6C0D7BCC8BE87038E121693C /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 31CF632D2CEB2A70C6A9D54863BAEB73 /* FBLPromise+Delay.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 87B27F03CF9B38AF67240BE8DA95DAA1 /* FIRCLSProcessReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 34807A2027C3B7DE9E3CF35722AAEFF5 /* FIRCLSProcessReportOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 87BFA716003277C20185ABE174654CC4 /* UIViewController+StoryboardSegueIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01C229527D1894B907C30E18BCCDC91A /* UIViewController+StoryboardSegueIdentifierProtocol.swift */; }; - 87DDD31559FFE57BE744D9D30F7429F2 /* FIRCLSExistingReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1703A4A337DC7FE09E4DC73514D0FFF7 /* FIRCLSExistingReportManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 87E682E5E7B68A84B12ABAD67836B5E0 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA608CDD2BF96889C3C869FFD1050C91 /* IQKeyboardManagerConstants.swift */; }; - 87F22EEDF29B679FD801BD06F2E7C9ED /* FIRCLSMachOSlice.m in Sources */ = {isa = PBXBuildFile; fileRef = 025513CA25AAF5A6F36CEC53D7478D37 /* FIRCLSMachOSlice.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8891E18031C157094BBA9837A072107A /* FIRCLSRecordApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = A8156A769A94A8816A596E83AEE00C16 /* FIRCLSRecordApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 889CA315676ACC18E0AC641037F6FC33 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = ABF67AE6A3B9DD121FEB2A87ECCB2A35 /* FIRComponentContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 88CCE5240BBBD3699FCC755E8BDC2C8E /* DSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C38DB940F28DCEFF46AF1055BF4795 /* DSL.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 895F4E704A2EB12D28EBAE67B620F9E7 /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF357F4154EED2359F7ADCB06E64B972 /* ImageDrawing.swift */; }; - 8993E7FF9E91F9996FAB41C8A023D7A4 /* R.swift.Library-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D9700583D8C8CABF74A634AA6822E49 /* R.swift.Library-dummy.m */; }; - 89BD9D8090767D8D16D5E68FAA274C53 /* Nimble-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CD2E37ACA7A8C8C627C6179FC20CD72 /* Nimble-dummy.m */; }; - 8A28E17AEBC82DBFCC5B1815AEBA2D79 /* PostNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56FCF3DB1E6B84D654A0C46FC05D2D86 /* PostNotification.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 8A84A251836F55E063DAF1AE3A9DA3F4 /* FIRCLSThreadState.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C33B5622E56F965F15AC48C46B6E7D5 /* FIRCLSThreadState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AA5902754A30394E23F9E230DAE519F /* GDTCORStorageMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 773C628030D0F9F6A182C19972133EC1 /* GDTCORStorageMetadata.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8B2C9D0593A39FE61CB22B23613C85DD /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 086993868BBF9234635068883CB8B75C /* GDTCOREvent+GDTCCTSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8B79DAE3BB7BEE11778F7BC638003A10 /* FIRCLSHost.h in Headers */ = {isa = PBXBuildFile; fileRef = B05C9C8F335FD3024ADC99E4464D25C7 /* FIRCLSHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B9558358346CA1CE482E02047DF4571 /* QuickConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F99FCB8CB2D8C35B6164133FE48F667 /* QuickConfiguration.swift */; }; - 8C29B784483DCFDDE7E486E15C59B18D /* WHLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F76B446EFDD60217202699A92B31D7D /* WHLabel.swift */; }; - 8C2DDD75F5E1E303E579A3F649EF5CD5 /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EB4D54674BD05866269450519F589F7 /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C2EACAF4E1F0AC20B602C162AC5BC48 /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D266B1A29E42609F9B23C28C62E892 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D6752E0E52B6EA429AADD2F19DC518D /* FIRCLSSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 68B99666B576B6A0A01EF7AFF713CB94 /* FIRCLSSettings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8D8B737DBBCCC5DFA879E566C5FEEF85 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 400BE2D86F42B3ABF80002F720C3B7DE /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DA974C6EDFDA3EA3FECCB563023204D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE8F1D857A30FCF57CAB21267F0EBC1A /* ImageTransition.swift */; }; - 8E04F74EEABAEC5037ED1EE015CB7A77 /* FIRCLSSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CE43D6958882A53A17C682C4A79CC6F /* FIRCLSSignal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E1603B0F7CA80AE7DD93836DE835FF2 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B765BB1522850F6CDF71486841145EF1 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8EB3450F77F6B2E916A79904560CDCE5 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2383E8EC25C5B580E2163F35C6306F4A /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8ED7C661427D6FD98D25E706E1344AB0 /* Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 280AA0AD8E2918AACCE5317F203F14A5 /* Async.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 8FA64D5D288F57201E721E2152A89A0D /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BE88D4EAFC32F45C15681E53B69625 /* LayoutConstraint.swift */; }; - 8FB6CF476ED305045A761437F9CFDE19 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAB9C823C7967BD615C3A78C4BE4821 /* FormatIndicatedCacheSerializer.swift */; }; - 90093B6A9BC7B0C9A8D9044D884D9065 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DEEE3D122F88D12CFC671760EAD4AD4 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 902F6842DEA66063DF94CD008DEBEAAB /* Bundle+FileResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69373194ADED8381BE20D07FC6C6C382 /* Bundle+FileResource.swift */; }; - 90F7686715DF4C04EA849B11136E970B /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A8CE4C714745D7DCF41C429D4EB3684 /* AnimatedImageView.swift */; }; - 911D55EFAA9155FE7CCAD44156A9CA33 /* crashlytics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = F550D7E8D8C448BE19DCD633E8C46C76 /* crashlytics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 917C37DA5B7EAE40EB56295664850044 /* JSONAPIObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3334592FDFF735C52848486BAA1ADF1A /* JSONAPIObject.swift */; }; - 917FF28CFE5E722AEA5FE04AE09DC518 /* BeResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF83EA78A24697F82DE8528C20408B8C /* BeResult.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 919F5C9EF16D6C97E6067CE3971075B1 /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 54D510733F39B61D337F4498922A3316 /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91F896565CBD6AF7D191B63C89E606C7 /* FIRCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F73299EA3F2B790475A9180C20942E4 /* FIRCurrentDateProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 92BEF98C177ECDB1B9BBE22BCE8E3543 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E5491DCC132CD1D7A170B20754F623A /* IQKeyboardManager.swift */; }; - 92D26C210EECBDC72E5FF3639B111A68 /* NSURLSessionConfiguration+Wormholy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DDB18D8912508122955BAB71E239E38 /* NSURLSessionConfiguration+Wormholy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 92E3E95A236B52ECC00D8B7F02AAC489 /* mach_excServer.c in Sources */ = {isa = PBXBuildFile; fileRef = 214439C07473ABE92ABE167CF74A4744 /* mach_excServer.c */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 930EDE82B61386BB81FEEF0E17E3C8C0 /* StringResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CCB56675F6977A6B6D0E1B0A5CEA228 /* StringResource.swift */; }; - 942D93C50F6D76976CD39335EAF12319 /* FIRCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 67D8AF7CC6171E042185E6AEB98E6B8A /* FIRCurrentDateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94D69EC524B91D65893D914AD6499F05 /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DF05E3FB8E20361FE510E38E01142B5 /* FBLPromise+Do.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 952D7BD90E07EB2E5705B69959137213 /* FIRCLSCrashedMarkerFile.c in Sources */ = {isa = PBXBuildFile; fileRef = C1DB99279C5FF289CE9F45AC8182C2AD /* FIRCLSCrashedMarkerFile.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 953D674C745A7785F6786A719F5D1F40 /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D4D26895D289C786AEA2287769A6BF /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95EECFD1691837A917C2859BB739DD80 /* FIRCLSSignal.c in Sources */ = {isa = PBXBuildFile; fileRef = C7C5ADAF17A2BE833B621FF108A918FF /* FIRCLSSignal.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9608D81AFBFD6713A3243BB933FFDD05 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B4DAB78637F9C6865C36CA83EEA73E9 /* FBLPromise+Then.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 960D52BDC5EC99312A61B7D57B7C142F /* Equal+Tuple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C617541EDC2692F0B48AEFFDC804908 /* Equal+Tuple.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 968A069EFE1703ECC55BC1D3BBE19AF1 /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9269EB49C83E61B8945406BFBB2E1DF0 /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */; }; - 968A3FC921AEC7885A0DA03CDDD67E6C /* FIRCLSCompoundOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FFDB573337B03EFE7A0A4CA83E8A170 /* FIRCLSCompoundOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 968D7262AACF1E7B527632C399E13D37 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7A7D805358DC5F0223F95AD7D180E4 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 973606E9F088B0E9FF4CA794CF918CD6 /* GDTCORLogSourceMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = B4E285E90034564818740D2828298045 /* GDTCORLogSourceMetrics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97366DC877A01DE702D771EF84D1E725 /* FIRCLSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = BCD5797216E0483B5FE51E970881ABE2 /* FIRCLSConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 977E5D85E7CB51F4A8A22104F2742A89 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 8268BCCE30B062D715979B96B4120517 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 978858E37116E937AFB346FD46C7F60F /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 172D2648DABC413D3644890FC18EF418 /* CoreTelephony.framework */; }; - 981A4CFF44695322D63D7E8AEFB36DEE /* FIRCLSApplicationIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E5AFA8924F167C23BDCA48A5912D76E4 /* FIRCLSApplicationIdentifierModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 98771EE5650C96B3D1DB39E2C237E0BC /* Link.swift in Sources */ = {isa = PBXBuildFile; fileRef = 014D6161DFE301033B58E128C27D4D1E /* Link.swift */; }; - 98C5B27B318126A77E68AC6609EBE86D /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = B9E74D76965F9552DE4CFAE8C24DB11D /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98EA7B0E10161DB9C216F81D8A7CF947 /* FIRCLSUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = F7A839AF7C2C0C6EB92CD5FA400AE231 /* FIRCLSUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9919EBD09B06DF6F382B30D3331053CF /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2410D6C57709FAB1996ED5B9143951ED /* Placeholder.swift */; }; - 9920A14AE161B82A408DBB109DD61499 /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = 757F2034FD65A64E457525CA85244B83 /* FIRInstallationsHTTPError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9937C41A9B4F05B8B1E9747105F6758A /* FIRCLSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C316E5EB2E0C4FC5C64405A50001F644 /* FIRCLSLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9A3F8529E8A3743A8DA8320BDDA91340 /* JSONAPIError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 828C420075D9E8A0096C74E1BD8C7847 /* JSONAPIError.swift */; }; - 9A642D23FF486C2BE13B9760FBEE76FA /* WHTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6437FBF6E84698AA98AEE072559963E /* WHTableView.swift */; }; - 9A7F7C1F7E0BB655FF4548D51B74C22A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - 9AB58027AAB7C995D95370507FFF0D9C /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 787AA73A966B4FFF1077247FB0B03149 /* CFNetwork.framework */; }; - 9B008066D51C1FC90520C2B96714215E /* FIRCLSAnalyticsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2BC00C19BE9C44DE52A2C2C64EDDE37 /* FIRCLSAnalyticsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B8E681540E909992C2D08770B2F8C39 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03C7E3A583ACAA239B60AFDF2BFDD815 /* ConstraintLayoutSupport.swift */; }; - 9C1C3E77449CFB7F74D5F62404E3CCB9 /* FirebaseCoreInternal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E27F61AD6BB1B753D0B4ACA069D50F9D /* FirebaseCoreInternal-dummy.m */; }; - 9C5ECD6B47EC9490987930CD107A24BE /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = B666D370F9A604D5AFB7F385A6AAFA60 /* ExtensionHelpers.swift */; }; - 9D2692363002FD244F8A572E27679DAF /* FIRCLSDwarfExpressionMachine.c in Sources */ = {isa = PBXBuildFile; fileRef = 4E4879B9852CE6D501A1A199301A4321 /* FIRCLSDwarfExpressionMachine.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9DA373379CA22BB2AD685DEB1C6BC3B1 /* NSBundle+CurrentTestBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D7D3D014D3D9F77A5F1D73D74312F64 /* NSBundle+CurrentTestBundle.swift */; }; - 9DB658E1ABFA61F9846593F0A55AF12A /* FIRCLSHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 26BC8E84B780BE9361BA9FCCA00B0874 /* FIRCLSHost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9DBD1A0EE00A91A2540351A62232E90E /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3AC2A16BB0308E758E28DF0415D097B /* UIButton+Kingfisher.swift */; }; - 9DD2E692329E4F003099BDAF5BAE7050 /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AF5758FFD47D320E4E11A5DCE696046 /* IQUIScrollView+Additions.swift */; }; - 9E2DA1BD630409C8DF59319C0D80038B /* GDTCORUploadBatch.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A3CA8D96CD4D7226F891671C88B29FB /* GDTCORUploadBatch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9EB7358E9AA01F3CFDF7565D37FB983B /* FIRCLSInstallIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 92C84C234C7D1B3DDD1FB54823BC3255 /* FIRCLSInstallIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F1E11AC2823DDCE9E8F8245A8864E37 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EE7C145B81745E49DCD06DC2081AFEA /* KFImageOptions.swift */; }; - 9F323AE2EAABA1B80C7CA5E23479E939 /* Pods-Survey-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CFFE9A535A2EA2A1715202BB5968513A /* Pods-Survey-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9FA2627967DC2BA4A4A46DA62804F369 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = 55993981E4E5D6F0313022361D05F795 /* FBLPromise+Any.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9FB26BC000CC9B6CF052A129FEB970B2 /* FIRCLSReportUploader_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A04BC445A89F28AAFD7404DF57D401DB /* FIRCLSReportUploader_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FE1365C6470CA1DD635EB4D75EB4F0E /* FIRCLSInternalReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1BB1D92D2883B96BC7181496DC20E0 /* FIRCLSInternalReport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A07182D6B069F0CE12A3AB8CE2D87C3F /* FIRCLSUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 827048ABA6C7B42755DC6A72D871A329 /* FIRCLSUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0DA6CE12D5CB9E5C3F25293A681DAF1 /* FIRCLSProcessReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 79CD437FD5B26FDE8650A267C518A310 /* FIRCLSProcessReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1739D66736FEE27FDE87AAE67128F2F /* FIRCLSHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B6434D9483EE83C716B21D6FDA3A671 /* FIRCLSHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A38A59C74886ACB6698E546C0374D9AF /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472D5D00D14B6C027979E9F3CFBE7CD4 /* IQUIView+IQKeyboardToolbar.swift */; }; - A39925B309CB925B55B8A2EC9AF6E7E5 /* Relationship.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A55583C8AE2A2A426EEA52D1D0B9B7 /* Relationship.swift */; }; - A3DE5A0A2AE81E433285FC7B3923A6CB /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E3A30BD4C778B9526C91BB85F08582C /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A41A03CA4306FEB791F465AA7D7C3F13 /* CwlDarwinDefinitions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CE751914431ECB391E30021D61908F /* CwlDarwinDefinitions.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - A42F56AC6C9585E52A883E8D86293FE6 /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = A7CEB53D1982CED4E64A00CF51300613 /* GDTCORTransport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A438714B532869AB0FF173FBB2DDBEC0 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = BEDDC4FD1AF911108826015912C41F4C /* FIRCoreDiagnosticsConnector.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A4445BE34698AB21DEC203A54CAF441B /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C3C189F6DF298EA285BF1D930C130F53 /* IQKeyboardManagerSwift-dummy.m */; }; - A466AF803785F0E9C499A56834C08281 /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = A61CE8B1212E702F520A2A9BB1A7A8BB /* IQKeyboardManager+UIKeyboardNotification.swift */; }; - A5C15F0D1D3B10B3A2D58269304A72EE /* BeLessThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = D82A2477158CB61B207441C6D89228D9 /* BeLessThan.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - A5E8F16869C67523DE05D65C6EDFB35F /* FIRCLSContext.m in Sources */ = {isa = PBXBuildFile; fileRef = C8981F2A264FBE81C61CC389466AD131 /* FIRCLSContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A600F586E3B5F6FD35C8383D6084A08C /* Behavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34D0F0DD26AC3F7609BB375B7BDC788A /* Behavior.swift */; }; - A619002AD5F151E75A788D8A36EF1FF4 /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E06276649DEBD36A58AEB8BE976B21B /* FIRInstallationsItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A656A4660A17932F4CB8B50589206FB6 /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A53075061C908EB76FD97C6C21C4034B /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6793E84F320D3B8057D24E15DEDE291 /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 62E8BCDBC7649692243E685169586B2F /* GULAppEnvironmentUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A69CCBB3A339B30299B37F97F35FC2AE /* QCKDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 29334BA769EABB516F79F30E71C4225F /* QCKDSL.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A6AAEB06C9E94C800DE0A1820EB7F5A6 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0A3C39E24F5470FB3A2E313ADC38481 /* IQKeyboardReturnKeyHandler.swift */; }; - A6B4CDA5C2475B89A0527AAD4A478E2F /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = BF820B1F1232787EBEBE1ED1457B3FD7 /* FIRApp.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A74391432D9CAE64B9CB9672984B286B /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = C204CA5DF3923E20E2AF98C52D1DB42E /* FIRInstallationsErrorUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A756A2DFBF6996FE0AA44BBEAF08F8C0 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6A44859080524B5C4ED2F8AD603572C /* ConstraintMakerFinalizable.swift */; }; - A76AC6DCF19BC45D3861966BCAC2C856 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B51A8983ADA309FD9C5D3ECB84825BF /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7716F98CD5D79EEA01992BBCAC0CEF1 /* FIRCLSLaunchMarkerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = F54F95CE78FF590E4AD99A82D2FE8193 /* FIRCLSLaunchMarkerModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A85A1803C3575851E83C901C20067FEC /* CwlBadInstructionException.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFB451BF1FCB1D1730E17E060E3105C0 /* CwlBadInstructionException.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - A86D4D012072C5CF27A2BB77C7A01379 /* UIFont+FontResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37236B21BA0E4475E510FA124902B01 /* UIFont+FontResource.swift */; }; - A8AADB176BB5516F5DB7F70FAFA9270E /* FIRCLSThreadArrayOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = AEB8F2E225ED63350D2FD97D60B704F2 /* FIRCLSThreadArrayOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A8D651A511917C2D289C287C8478927F /* FIRCLSMachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A00546665F7FDB0D0C0497C4E20D51B /* FIRCLSMachException.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A909DE87FC2DF88BAF057E73065E2F2D /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61471A14265FD431B97143FF3151E2D7 /* ConstraintView.swift */; }; - A93C1982FAAD914F342F28F5CF6853ED /* GDTCORLogSourceMetrics.m in Sources */ = {isa = PBXBuildFile; fileRef = CF596A8AD4C1BFFA5B53E27F22619AEA /* GDTCORLogSourceMetrics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A959FD918389FB76FB6AE94F299AC821 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCB12951493A7E7C074B38CD4857B1CB /* Kingfisher.swift */; }; - A9A714086983FD9E1BA441B8AAD0A239 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = DEB263DF7281940A177EB3D11AB76365 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9E2DB9875F8D4A5578FD61D590423A6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - AA4C8A5ADE04FEDC1F8F72E1BB3C26D7 /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = 56670E715779ED2AEC433016D8C7822B /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA959AD5860AC22F2F4E9AEC73BD5229 /* GDTCOREventDropReason.h in Headers */ = {isa = PBXBuildFile; fileRef = A32EF3A3AFBF08AD078EF56C3549CCE9 /* GDTCOREventDropReason.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AACBB388C15B124EB1A5B498F05D0FA1 /* Pods-Survey-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 941A689A0B94CD827338E7A1F0419423 /* Pods-Survey-dummy.m */; }; - AC3434FDF62CBA119B367397BD71A612 /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = 1874D70C5E4A1C97F637CFF9DBCFEEBF /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC4F3B80EEEA5E252B0F6D0D715109F3 /* FIRCLSAllocate.h in Headers */ = {isa = PBXBuildFile; fileRef = 965229CAC7FF8CEA281F625B05C11ABF /* FIRCLSAllocate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACA88FD0AB5A2A41E69352AE19A2F9D4 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B49FBDAE25C6B091BE0B959D46239A15 /* RedirectHandler.swift */; }; - ACB50C49F2DFFE825847C9A364AD48B9 /* FIRCLSMachO.m in Sources */ = {isa = PBXBuildFile; fileRef = 489ABB393E715972595C6293AD3BFF79 /* FIRCLSMachO.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ACBD4CCDD48776EBC71C15E4184FC5BC /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = F23EC728FD3D8D36254B0A88FD0599EE /* KFImageProtocol.swift */; }; - ACBED5F91577C9AC767E918E3F5AD100 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 07211613954B4E0527C7AF395412F505 /* 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"; }; }; - ACC8B3685AC202CEC7CF51D1F9FC11B2 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CD4D14BB492193C19AC4550F338A362 /* NSButton+Kingfisher.swift */; }; - ACD0D46F734DC4661A1CC93CAEB92EC7 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074F5B9D1237FFFA7FAC33AA52EC4228 /* GIFAnimatedImage.swift */; }; - AD3E6E1FBF51CD6359DDAD0B18012ACB /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A95BE821C36DA6D174BD72BE757387 /* ConstraintDescription.swift */; }; - AD454EFE22265154C75AAE2087A41269 /* BeAKindOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36B3C95862594134AE2B7FF576E096C7 /* BeAKindOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - AD4A9A79D403F79649C8662D72846F2E /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = BA36BB3D30C28F9BB8B59F37E845876E /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD8E6E675AF1483D19868883EAE8E3B0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - AD949B65DC074236610F93B0226C96BB /* HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 916A4483A99E739CF4E307C70750622B /* HeartbeatController.swift */; }; - ADB4A0D66E93CC3857BA7AB49FE42752 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 946916DF153FEE0B16AE7366F0361F5D /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADDC0CDA0F6B56AFB6708988D8CEAC44 /* WHNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC2187060802D2FC893D601153FD9FC7 /* WHNavigationController.swift */; }; - AE38789E70B106D46D42303450BDCDFF /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA18BE205F359F5CEB6548A4F0A45F3E /* ConstraintMaker.swift */; }; - AE5DD0E5ACD614C85993CC86F97C62C8 /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = D3C11D30AA9680E59FA8A0295C677176 /* GDTCORClock.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AEF3B38D1949315301F68BAFC2D19FC3 /* FIRCLSUnwind_x86.c in Sources */ = {isa = PBXBuildFile; fileRef = 880EF503890D014F7EFD27D56C1159A1 /* FIRCLSUnwind_x86.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AF25F63424DEB30CCECA230582DE8A10 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B12AF62FF2EDFCBCE47601BDB01AF4DC /* QuartzCore.framework */; }; - AFB0322B0C049B7B5F036AA218969184 /* FIRCLSUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 418FFD6CFA6E36665793E2BFBE4371A0 /* FIRCLSUUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFB6DDCC30B7BFB79F10845AAC74AA37 /* Heartbeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6CB76D90019E1C8C2E04D2F8FD3BC6 /* Heartbeat.swift */; }; - B00AECE0CF29760C30EFE40E8737E450 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = A881C8A3D84C6413FD7B26F3CA207CD9 /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B028C81D70AC8745FD52B56F315BE7CD /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 745CA736867BADA2B8B8EEE5B417EE14 /* IQUIView+Hierarchy.swift */; }; - B03498E7E3C700F3C416D3B199E7EE84 /* BodyDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A57BA990CC44993155941379A46E316 /* BodyDetailViewController.swift */; }; - B073CC15BE30A6427860A03F382E6F24 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = F83911096AA7B10F0E15EBC3B9C10E31 /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0C7F6FCF8559E85256815334402147A /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 40FAE0D0FD0C1276F1EAF2A79033A1D4 /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B142966797628F069C86F9EFBDE2F142 /* FIRCLSOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 932AEBE1051501B40E9D4255D3944FB3 /* FIRCLSOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B150FDAA5C617D3882994234C1F34CC2 /* GULHeartbeatDateStorageUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 437B5FFFA60C38CD94CC87306E68E115 /* GULHeartbeatDateStorageUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B16E98E0EC57EF97034BED2E4E914179 /* NSURLSession+GULPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 419D9499B6F64B71386D3B845D4ED335 /* NSURLSession+GULPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B1ADE52BF46A8214BBE28CBB5FCFD827 /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A66E0E3B62FB41C93AF78BB96A0452F /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B1DC986E0DA37792133D9E03C493285D /* FIRCLSExistingReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C24ED227E2131497A62295D3767E4C74 /* FIRCLSExistingReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B23DF076CC01625F3AE585EEE039DBDE /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E9D7FB40A56DE2D297633B8FEB5C662 /* GDTCORAssert.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B29AAAFE63345F20F24E46075A3B2739 /* World.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4E15C47C4561E0FBF0515F896D0A2ED /* World.swift */; }; - B2F1EED8586CBC4F2C8740D2E926DF2C /* BeCloseTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0618458EC8CA65ABB06D70075CB0E26A /* BeCloseTo.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - B317B8B4021F43E5821544678197ED47 /* ShareUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6325A044437C7A65E7B82EFD856E5B3 /* ShareUtils.swift */; }; - B331E991CAE9E0C6E7C31781B8C01D4B /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A7B833DF4B3D284C983FEF108D189E5 /* GDTCOREvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B3A01DD45A7EDF32678C230D23333159 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FEDA6636ADB0253570B19AE33631234D /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B415E7545111DEBF5E757A6B6AA2D04B /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = C916BDD4B6FB21F321ACF49ED3340995 /* FBLPromise+Wrap.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B45BC0AA08F95F865E1960F7533722BB /* FIRCLSRecordIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 16673BBA33F0E8727FA600F922275707 /* FIRCLSRecordIdentity.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B4BA3E756A27FD0FF64C192339395B4B /* Links.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63B27F211FCA534C155E46DC0CDB4F82 /* Links.swift */; }; - B5047CDF7C54D4DD396A70058D0C71EC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - B50C9743F85D869E0015027CEDFE00CE /* FIRCLSDwarfExpressionMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 8431B6924865A16DCF3A33AA721D9A76 /* FIRCLSDwarfExpressionMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B561A5B3FCD6C2E799159E54D5575D73 /* FIRFirebaseUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B3AF14170A41A6420B821B7F67A0DE1 /* FIRFirebaseUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5A5B55C26DFFE3F7EF66003D3D5366F /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 70F18E7F8D8C05F29C4AEA0B700C7605 /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5B320374904089BABC7F074D89FB85D /* Pods-Survey-SurveyUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A882A96A3DEA746263565D16B63BD1BB /* Pods-Survey-SurveyUITests-dummy.m */; }; - B68FB12947B18DCCFB90E4C0C1FECE2A /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D462B319908C9ED2ABCF3D31E91514E /* ConstraintMakerRelatable.swift */; }; - B6C2F61A20D5F70B0415614B64BAA833 /* FIRInstallationsBackoffController.h in Headers */ = {isa = PBXBuildFile; fileRef = D61F542060C81D35DB7962F09950DA4F /* FIRInstallationsBackoffController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6EAFC17E54BCCA9AD9D279640371403 /* GDTCORMetricsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CCD8DF7AD9FCD6CCF9577A49116D37B /* GDTCORMetricsController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B71983ABCDCAD4B7DA9F58D677C3465C /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C1CEC560EB75034B5FEF1F9D0F542B17 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B76C5054D413540B63D6327E6AAB4C3F /* FIRCLSUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F18E77DEB80347AC617594424B3119B /* FIRCLSUtility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B79AD881F61EE3D72118232EFB3D88CA /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 26C28265A1E3A4B2F74AA262CDD51661 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B833DBB21CB173940F379F8EB5A7F844 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 05859EE3A04C397FDC73C90F476B8B60 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B88A37E0EB0B1198D9158CB4E9CA9F57 /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 176784A9B256C46770AF79CFA53D8E6D /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8D5CDCCA61B7D8E0751C0395D03B086 /* FIRCLSLaunchMarkerModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7C375DC09F4387576866A78B9922A9 /* FIRCLSLaunchMarkerModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B99D18655DAC562628B14557F4A16F14 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - B9B6899E7FF243217A90720FD66BCFC3 /* Nimble-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 31292B71B43332F745BEE622887173B4 /* Nimble-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B9F894DE6B4D2554C1B3C5FDD9A47EB1 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EFF3C69B5E526FF3A05988FA4AF542F /* CoreGraphics.framework */; }; - BA468B438D49419105E698B8623AB475 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 884F53EE9BD0E3E42C16039321A6AE52 /* FBLPromise+Always.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BA64177F6ECDC6E2C37B6D13239707D8 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F08AD3FF2BDDBD9255358F5D2A3DD03 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAAB5EA4A2C902D6539D6B2B8357D59B /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F4E12C7D1A6B8E7E9D6BD8D3B455618D /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAFC769FD9A9802CCE3C7FAC01637CEB /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CC5CC20BCA17C715D60E9E770DE5F7F /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB87CB7750960FF0BA0B0D9003980B8F /* Await.swift in Sources */ = {isa = PBXBuildFile; fileRef = 198E9CEA1BB57760D23B3C0A51E0B933 /* Await.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - BBECCB22FEEBCEB8BEDCC1506385DB05 /* ThrowAssertion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D921EFEB11CFCE16B276ACB4011CF97 /* ThrowAssertion.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - BC2EC1B3694E842E4AC8A4642BE35E3A /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D1043C8BCB83E7D67EF71513FBE5EFE /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC5F93E401734DAFBA78EEBA8906FF06 /* CwlCatchException.m in Sources */ = {isa = PBXBuildFile; fileRef = 736AAB2AA907D072E16041CE19F23496 /* CwlCatchException.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BC7D336C693D2599A1C5843DE28D63F5 /* Quick-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0275DCB7C125B74637E18E3349A05501 /* Quick-dummy.m */; }; - BCCFA5A7641C9D138A08C9176E3906F2 /* FIRCLSNotificationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D77B4F0489CB243F71151D693D4B99A5 /* FIRCLSNotificationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCE5BFFF65980E269E2890CB76ABD6B0 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 299B9D6A9693A40C842F73C42FD3FF69 /* FIRInstallationsSingleOperationPromiseCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BDA3D6294579C751668FD4F444F828FE /* SourceLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3A622F92358F3A6A40549D2AA13A478 /* SourceLocation.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - BE1BE2CCFB85CE3567BF9192364BED71 /* FIRCLSReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DDC95CB503221D8D1CBD0BFF0DEDF2A1 /* FIRCLSReportManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BF8A610D175E74EABAE663C35451A4E4 /* NimbleExtension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A306CD75F2EBBF72334DFCE79178443E /* NimbleExtension-dummy.m */; }; - BFB764AA623E1372C2CC5CE22332D083 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64683F0D9A19DACE727AE54B857A8D24 /* MemoryStorage.swift */; }; - C008AA2EAE39BCBF7B32D3F2E720259B /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = 44E5C068C0C3264CAEDE76AAF33E4191 /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C0470069357787A5048C2D131047DACD /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 915CC12116C374486648D2C13ABC6E78 /* FIRLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C056231CAFE48638D79FB3EFABB39525 /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = A720FCB7D4BD6CAACA2CD006EEFBB723 /* GDTCORTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C0BDE41A89CD38D8A1D4BA2CAD9CBD95 /* Quick-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F95D94E156FB1EE5C69D49198B01CF57 /* Quick-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1289E6A287085FE6CF30EAD01D528D0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - C16EE43FD5AA339F5FDFB520C6A6E987 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E428E94DE3EAE5D5FB6CC307DE0E5BE /* ConstraintRelation.swift */; }; - C174D51B885F729ABA9A9D067F72C484 /* GDTCORFlatFileStorage+Promises.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B7BD61954C804401889BF969A21008B /* GDTCORFlatFileStorage+Promises.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1CBFD4970C92E9714CF87ED858A27B1 /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 196DE4CAD273BFAC0B1509B3E990BA47 /* FBLPromise+Reduce.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C24B25AF2E3AE608D1BA793D330FFBAD /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F656621D425B2F70E2D131149FC1636 /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C27CFFCA5F00A5B83649EDBF1B544614 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - C2C327248E7BDBEB68A10030A6AD1F11 /* FIRCLSFABNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B916AE361DA43A09AF92E1886D776913 /* FIRCLSFABNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2D9E758DB9AE267A35229F211A80A15 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - C31B5255E814F2155EC909B48F227657 /* BeVoid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0662BD2A2B4D1EB7CE21C97542BA1AAA /* BeVoid.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - C3F43104494AF4E44159A515C0F44ABC /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A0490BD15A16FB3DD836622822B6173 /* SystemConfiguration.framework */; }; - C4225FB6F56692D993A779E46A739D76 /* UICollectionView+DequeueReusable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E5537606B8C437D55E607802DAC4BB3 /* UICollectionView+DequeueReusable.swift */; }; - C43731037DFEB0D3EB89CFE463DFB579 /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9994A86FF2147E8307048756B6501EEF /* KFAnimatedImage.swift */; }; - C4B608D956C2ECB6E81B96CA8EAA747A /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8AD6EFC0943C2F6E7A84E5B74F7B82E /* ConstraintMakerPrioritizable.swift */; }; - C4C3952E117BA2DF86FFC0847A094256 /* FIRCLSCallStackTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C128C99177974E2FC4F43B748361BD4 /* FIRCLSCallStackTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4CAE2F09FEFE8A9F33C94F1965E7806 /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87C6073AEFC976E840948B01D2B47575 /* KingfisherOptionsInfo.swift */; }; - C568C57B8EB970EC11FFF77796741014 /* HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = E63D3AA3AAD28279C55E092104D777EE /* HeartbeatsPayload.swift */; }; - C5A9E59C4C2B46C5132F08AAABE9FC88 /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E2E1E49468040ABDD8E1979A3A60AB /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6AC9D1015061D918A16F85FC3837F1D /* mach_excServer.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC176A6635255EEC0499304C073BE7E /* mach_excServer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6B191E6E0E988184E2B25C364B5C5A3 /* GDTCCTUploadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0555B82D8C132DDFB1C84EA3A0348508 /* GDTCCTUploadOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C72F81F7EF800FE3245A86C83E7AA8DB /* Flow.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6F9AF651F8B0E1DAD0E1DF9A3D1A9E5D /* Flow.storyboard */; }; - C77CD59013BC15A3C037337FC3EF5537 /* RequestCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D86DBF987E34B64F442801340FE7BFB6 /* RequestCell.swift */; }; - C78C9987BF71DF4A0ED4EC12FAD285F2 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A467031D9537E3776C72CDA3E343C7EB /* IQToolbar.swift */; }; - C7BB49FA92B9F0B5DF8B2E1D68A93EED /* FirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 5834C1DFA0CB761C903AFE552A4C9CEB /* FirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C807D1091BC1188A673244C4B86A3759 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - C8243393D642BEC76BFC0605C98D9575 /* String+C99ExtendedIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 413000894C5441CD1F32876863238176 /* String+C99ExtendedIdentifier.swift */; }; - C82AA250DEAE08EC27DEBEE4D8F8FD30 /* JSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7DA8FF6C6C388BECC503038B2F17D0 /* JSON.swift */; }; - C84624C2A0E0E8CDD684F085592D4904 /* Match.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF624D487C1EFA31EAA393D02C654339 /* Match.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - C86DEC4A1451FAD5F1225419F1665BBC /* BeAnInstanceOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 207329819892CD5978E658CB310C5F9E /* BeAnInstanceOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - C8C5467BD8FE358D29C16E9B222CFB4D /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E50DFD7AFBFA5552F951DA4F1DF35F3 /* Indicator.swift */; }; - C8C8FF150DD0139919C42CF08C2EAFBB /* FIRCLSRecordBase.h in Headers */ = {isa = PBXBuildFile; fileRef = C78CA4709BBEC8F60FD71526C0448AEF /* FIRCLSRecordBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9204ABA44876376EEF9C988D6C15FE6 /* GDTCORMetrics+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = B96F48A7D36D2FE0558B535E76502250 /* GDTCORMetrics+GDTCCTSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C9980B89B07446870F338300EA711A9D /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2363A882E20F3C58A60D38911B5B28A4 /* Delegate.swift */; }; - CA19EA1D435A618B0E8AC1C806E0C92E /* WHView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9263DAF7DADA23CF4AB08995AD5ED5 /* WHView.swift */; }; - CA37DAC70FD6AB3A81B8470F2A42074A /* Example.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E1396A2EC8928E870DFB17CABB53F04 /* Example.swift */; }; - CA5B87A2811B2F6FB5CD38228EEB8910 /* FIRCrashlyticsReport.h in Headers */ = {isa = PBXBuildFile; fileRef = CA06F04C82B77204EA906C8F876F3925 /* FIRCrashlyticsReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CAB068BB0A5F88322F2E5FCF21A7C39B /* GDTCCTUploadOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BBF6D858C4687BFAC80FCDECC4C8B6F1 /* GDTCCTUploadOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB372A35F1721894D7937610131EFEF5 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = C4FDFC5BDBD7A0DB96B748B25573FC91 /* GDTCORReachability.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CBDE716CC729EBD92E76CC4F2E39C98F /* MatcherProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7889E2A76A5D4BDC210F56905CF7042D /* MatcherProtocols.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - CC0FE821336A6199989BF475BED8B974 /* FIRCLSException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1BF79BDC6D49B9D7F4055DEFE90A2A79 /* FIRCLSException.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CCE4E97C078A37DBCA6C34BC12E2A6E6 /* StoryboardResourceWithInitialController+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EB1DDBF5EE994F777B520959D44E862 /* StoryboardResourceWithInitialController+UIKit.swift */; }; - CCE92BAAEC057B62F169E98B1420B7D0 /* FIRCLSMachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 407BE86D8EC69BA162FB147A3A7FABAD /* FIRCLSMachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD4BC9C6841A973E9B76DC9C49D57D86 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 151E1BCC6DF351804CB5E001030A3CCF /* FIRComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CD77EF0CE93B94F42346DF6C52FE463E /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = BF651B8F3B5E506F7490150133637130 /* FBLPromise+Recover.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CDCC5CEFE7BF1C1F6CFB50C19E812E31 /* FIRCLSSymbolResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 949EC97A816A88B63C8B7D46F5A898BA /* FIRCLSSymbolResolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDF0A54FDA58D86EDDD1D462C6EC7D5A /* FullyRoundedButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B23704187CE6E203794B16CEC56F0BB /* FullyRoundedButton.swift */; }; - CDF30D9D5B632AD27F42DF39CF8AAFBA /* FIRCrashlyticsReport.m in Sources */ = {isa = PBXBuildFile; fileRef = FF5B385700EC90E98774909F1A411939 /* FIRCrashlyticsReport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CE305107CEED82436413BF8158E8F5EC /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = B7B9324D1151F3B975590BF38D1A11F1 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE64D60BBE120DED9C285DFCD829D5B1 /* FIRCLSExecutionIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = C450C690E8A5070BD96DB27D15E3C667 /* FIRCLSExecutionIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0587AE9E0F273D7BBF2DB2DB10CFD8E /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = DEFB5CFACADCD59EDFB4498E35E46A17 /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D08E2F6A0C78ECC0953EDA46DA97B038 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = D65A7887B6B071993F7458F104963425 /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D11BFCDAFC1502106B5B4BEC5AE8F232 /* UITableView+RegisterReusable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F392507646A24301C6D56FA9658A15B9 /* UITableView+RegisterReusable.swift */; }; - D12EA68F554C27CF543B195921184486 /* FIRCLSThreadState.c in Sources */ = {isa = PBXBuildFile; fileRef = 691984E65F1099BEB6AFF296D6E91036 /* FIRCLSThreadState.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D164C5509B19C24089D8B25BE34058B0 /* FIRCLSDwarfUnwindRegisters.h in Headers */ = {isa = PBXBuildFile; fileRef = F4577EE8DCBBA88026EB947331D971C4 /* FIRCLSDwarfUnwindRegisters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D210B96DC46497D0981636598DC860A4 /* FIRCLSProcess.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E97F9E9CD57B188FDDD64ECCDD3EF0C /* FIRCLSProcess.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D2223E744660B8751B15C1E996C2EEAA /* FIRCLSBinaryImage.h in Headers */ = {isa = PBXBuildFile; fileRef = BFDE3532D60BF54CD0A86A631430DFEE /* FIRCLSBinaryImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D282FA0E63EA5CBDF1B6D9D06239A364 /* FIRCLSReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 295367AC7BA15C13783EFA4F070F83FC /* FIRCLSReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D29727FA909373286F43EE83DC0E8A4B /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BE43CDD063A7FDD2731ABC555AB4CD9 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2B865751D56AA66FC7785BCE49B9FD3 /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1B7A7EF957F28119C2E01711B93DB88 /* Box.swift */; }; - D324271E92853C881F052BBC656B63A0 /* FIRCLSGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C28E015279CF21CCB98B66DE5C27857 /* FIRCLSGlobals.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D32B672F3CC46A6A1844EA9314FE51BA /* Closures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE9A81B2606C33B97605CD688228DC5 /* Closures.swift */; }; - D33907517A6EA58CD32E494C57E42F7E /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A8AD5194268EF1DBDF762AF9984484 /* SizeExtensions.swift */; }; - D37095AE3E20F51369E6CCAE343FAC62 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 40991E580678CE77D944AF9A2378D602 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D37CB798B8005399CABC6DD2F35B184F /* CwlCatchException.h in Headers */ = {isa = PBXBuildFile; fileRef = A75758DCEB2B2E6C8F8CCA03E2023B88 /* CwlCatchException.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D3C5442504F018E51943F75058A9DEBF /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8328A97FE4F4C09A1DA6A0CDC04BF229 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3F5C3CBE4E5558128B14B0039268B07 /* Encodable+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DA52A4932DBFCCF50703C0433DB66C5 /* Encodable+Dictionary.swift */; }; - D3FE082E0BA16CD74A3096986150991E /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = 8600C04132A3FCDD389435C284ACB0D8 /* GDTCORRegistrar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D4522CB2171FD13EE4E445DEB3BFC34F /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE307AA93660321B05764A940BEC5B2 /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D48F1A98AAE2633D4E93B6F9F56F3E27 /* GDTCORUploadBatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 27E8372701B0ED3570237CB49E593DA9 /* GDTCORUploadBatch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4B2D89C8D8169222D969797DE3F74C0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - D660150EB3C4599F7EA365494BDF69A8 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = F9F56A14BA2590B6B7685D36D47C6349 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D66111A33595C9D77422F93D240F09EA /* URL+Initialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FDD70E2AA108D4762327D4F5A33501C /* URL+Initialization.swift */; }; - D6745140C73E30C5BF8E03EABF9D2C3B /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 63EB617E8F99415EFCC1A4D977B70F4B /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D68FE9F8A4A125C2697C81A5A6907C2C /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 23B2DD8EE756A2B372E28AE09F8ECCE6 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6A3822DE47EAD07A6F6346D1CDF5B8C /* EndWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = A27430CB7449911F4084C6BDCD6158C8 /* EndWith.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - D778ED7E8ED881B3F337CAED4F8BB699 /* FIRInstallationsBackoffController.m in Sources */ = {isa = PBXBuildFile; fileRef = CBB653C24934581979348CF5D878977C /* FIRInstallationsBackoffController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D779A212D0973DA8DD696768376365C9 /* QCKDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 74C9C65FC65361FBCF638718B4A3EB92 /* QCKDSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D788C190643E5E223036AA5B78380CB3 /* GDTCORDirectorySizeTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 7718C262C019B7739AD857E4CD744D39 /* GDTCORDirectorySizeTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7B9C757E71206F7609D1B7086D2BD33 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9291C051EFD99BBDEAB2959290C076B /* ConstraintMultiplierTarget.swift */; }; - D7F760269FAD3322592F81F1641F219C /* FIRCLSDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 8755AC15001F963901CFB41CA9C61652 /* FIRCLSDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D818C6FB70F12CA25FE876E4BDB5AB36 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = E072790CA98DCBE0CE1470B4D3DC3764 /* ConstraintRelatableTarget.swift */; }; - D84D68403B614B2FD8F09FDB430B1C0F /* FIRCLSExecutionIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = DC0BEFCF2477B20FABAAEF8A735F9447 /* FIRCLSExecutionIdentifierModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D87309BEF8118FCBF1EDE8D52067570B /* AssertionRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5820BDD6515D8869AD174282496CA89A /* AssertionRecorder.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - D8AD1DFE2AD3D2472E37B31FB3AF6C84 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47DA8DB012E95911C798DF9CD5B178FE /* ImageFormat.swift */; }; - D8BA571EEE1923EB500DE9D0C13A8E9F /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A92033A5891164C2DE33DF1A8883724 /* DiskStorage.swift */; }; - D8BEDD1AF20BC3327B707A5DDEB7885E /* FIRCLSFABAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C56CAC16DA3E083DCD5C06A2AD19429 /* FIRCLSFABAsyncOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D8F627ED55E1855A09017C4E0C12A15C /* R.swift.Library-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 882D026B1C39A1D81AF221C66EEC35BF /* R.swift.Library-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D96158BC68BC8BFAC411F43CB58A29D9 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B072E80AEB10E405B3AA6E8A5886A21 /* ConstraintConstantTarget.swift */; }; - D9A3C803432B31B2A14A4A8DA6087524 /* ActionableTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D62E3D51AD54B637CA10A7BE6C501DF0 /* ActionableTableViewCell.swift */; }; - D9C1F3406149543DB16C2DA22296C492 /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C62FE996F93D46E24E108F6B1FC6D7D /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA065937FB444315AAF6B8E0B6BBD8CA /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = CA66A6619F3DFA7AEF240A1334BE2E45 /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DAC45E37B7FE7E16A24F24C948F0375C /* Equal.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCC830BB991D58024F3C16E787299731 /* Equal.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - DBB2D94983FE9809DDBC8E10A9BE0625 /* UIViewController+NibResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F825F126BA91ECE71409861F56D8104 /* UIViewController+NibResource.swift */; }; - DC41C34CEADBE789CB3E553F26C5E9B9 /* AdapterProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8666EDA78211CFFF766FBEE0F97D5206 /* AdapterProtocols.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - DC830680677CEA660D43A3C46F701EBC /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2359349712C164BC245750EF24F023C8 /* ConstraintMakerEditable.swift */; }; - DCB55E86E34996B2FC2F45FAD01031A6 /* FIRCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E41359F165D95AC4A03E8449F1F2EA4 /* FIRCrashlytics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DCCF405A7522FB8B007C56805C814428 /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5008883B884D1C82F5523F0BAE7ADB5F /* GraphicsContext.swift */; }; - DD052897678F71A318B12FF91A5C887E /* WHBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82D4EB7BC199639DD28676617F091209 /* WHBundle.swift */; }; - DD141B4ED3CD2BE0EF5991222C62AF44 /* FIRCLSReportUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2338EABE40E26F48B2B284785592E111 /* FIRCLSReportUploader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DD6BDC9012953A2FEF5447C9FE009276 /* FIRCLSUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 86C6E369E7388A4ECAC69E58797E83A1 /* FIRCLSUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD6F8D8DDC8E86FAB147F9A48F19E028 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229FEF2533211060FEBBFE6443E8E860 /* ConstraintInsets.swift */; }; - DDB99A33B914789E3B54E26404479F3F /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C0A4671E737FA2D8865176A2892E21A /* ConstraintLayoutGuideDSL.swift */; }; - DDEB029FDA56B748BA64BDF02C125DA1 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = AC8A344087A9770811DA78A35D2B405F /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE1832F9311E13515D6F2CED1C869639 /* BeNil.swift in Sources */ = {isa = PBXBuildFile; fileRef = A126B8904E685432A6DACDF6F45FF1B1 /* BeNil.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - DEF9FAA9FF175BEB871DF75C5EBDDF25 /* BeGreaterThanOrEqualTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = E92BEBCE2ECD88F7C822518DDBB9B069 /* BeGreaterThanOrEqualTo.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - DEFEB7E6152FAEC3F67E81678BA763DC /* FIRCLSUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 0665D0F3D78D1021956EC8DF058B1FC4 /* FIRCLSUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF1DE2C1B10F71135C5DC055FEAF6F24 /* FIRCLSOnDemandModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BB0C47EEAB801A15B824226F07E594A7 /* FIRCLSOnDemandModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF70D67EBC9F419BD79906852C688186 /* NimbleExtension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AD921A774874F1D9E21C918B4523586A /* NimbleExtension-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DF7311A6E271948C865B4EAC2CED342D /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF3ADC46295DF1DC18958E9B859E0B6B /* SessionDataTask.swift */; }; - E0372A3F8A687B5F678F5330B42F5DEB /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E974B531FC24FA7462F8473DC5A29B4 /* Storage.swift */; }; - E0C4CDFEA24CC0A0CEF4CF3F25F8BFF3 /* GULHeartbeatDateStorageUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = B9C88B97FEACAFC4C3A0B1D0B3FC0489 /* GULHeartbeatDateStorageUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0DC8E8F7425E0F4EEE920086707B7F2 /* FIRCLSRecordHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DEF0814D3E12C3D8ABCD304A6E261B3 /* FIRCLSRecordHost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E0ECA6EB83FA84BC1D317EAB95EBE1D5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BD0102CF5862AC5EA281DC9289F3E9F /* ImageDownloader.swift */; }; - E1300EABD148DC0028EA58C822786315 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - E16C882212ACB204C979CEEBE9A68FD5 /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = 09E572C6337763347E14EF6511C8DEA9 /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1A8FEC0B8BAA4C0359279C573084586 /* JSONAPIDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 245F82CFCB0EBD1DA37C7D4DDFA0BFD3 /* JSONAPIDecoder.swift */; }; - E4E96CB9EA20C2758EE2B91A75545575 /* AllPass.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0B63FB91FA4617CCB4B491CEEAC9B17 /* AllPass.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - E518D3ADD7E12C53FA3B3B50C7A60EFA /* DispatchTimeInterval.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43372ACBF6C12D410B876FD254FDAC3 /* DispatchTimeInterval.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - E53249D1FC3116132F4145F0F0CF55D9 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB0228784F67D1FF22FEC1702BA8452D /* ImageBinder.swift */; }; - E57AE9CAA40B539A5209FDBC7A3DAD3B /* FIRCLSThreadArrayOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C1A25F46DE0E099076E7AF8E2D184EB /* FIRCLSThreadArrayOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5B404595C89C0F7B6857B1B997B95B0 /* GDTCORMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = B78AD4D0E4098ECC2448F23872E84063 /* GDTCORMetrics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5ED5DF02AAE3301D22EC500F8C0071E /* CwlCatchException.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A0C5CB799CF202BFEFAB679B99CCA1 /* CwlCatchException.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - E6E6724C604E5B5EFAC86CFB07F8035C /* QuickObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 77023342AF65F28C46E9C49AA48BE7C3 /* QuickObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E71D6D788DA98F3F8053771724B78CEE /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B915F8CCF4724E39B241D517C8F3F7F5 /* ConstraintLayoutGuide+Extensions.swift */; }; - E7B140247B4AAEDD5358E6010428C604 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9993F362B138316525A98AC6B40D8410 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7F79D63DA56CF4A44BA5E60107542D7 /* UIView+RoundedCorners.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C7A075731947F026C6F2956AC435AFC /* UIView+RoundedCorners.swift */; }; - E81009A464EB54A92B146BF0F9E4955E /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E3D93B8CA10863859F54708D56F214C /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E811F2DEC45092622E2D355B7BE51DCD /* PromisesObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A5358F340B5D45A704F9CEF4783B6C64 /* PromisesObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E878838253132C0DD14F62E582A8BD55 /* GDTCORMetricsMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = EE63ADE8D8890084A728C3EBCC3ADEBA /* GDTCORMetricsMetadata.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EB3A2617DA51B904B2824BD0D07BB6D3 /* UIEdgeInsets+Initializing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CFF39B1F7B263A88527A4941FC574EA /* UIEdgeInsets+Initializing.swift */; }; - EB7EE2FE27658316ED4A5D2AC41D5275 /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 03349225BFA5762984FC4F29F52442A4 /* FBLPromiseError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EBA5163E4C7EEEF2F422E5A3D4B0734C /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F8519B34C9512568704CD8ED6B39090 /* Runtime.swift */; }; - EC29027BD582228B630E5C031A9A5495 /* GDTCORDirectorySizeTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 82968A2C8B48F908DF527B57BA266487 /* GDTCORDirectorySizeTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EC32906390E592EDDFBAFBD1EDFDE505 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6AC631AAE5027914D3DA4621A70FFE /* String+MD5.swift */; }; - EC70094CA711DA4948532E16EFB92C9C /* JSONAPIDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF73526A26CD2F4C1B5F2799F86A99DA /* JSONAPIDecodingError.swift */; }; - ECFDC7F9E19C20354D8B6518FF0FC259 /* FIRCLSFABHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BAA886F2BB72D798AF7DFEAC64DC279 /* FIRCLSFABHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED030711D8FAC6925BF75E958F757FBB /* FIRCLSSymbolicationOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BAAC7E87265220CFA256DAE624B8C47C /* FIRCLSSymbolicationOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED47C79C9537824D41E967E5662394BC /* Wormholy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8477E95EB446E3A3476D81EFAB082528 /* Wormholy.swift */; }; - EDA65B70E2D42254F53BC0F98229097A /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF235CB1EE5D2CFF0397FD503E26724 /* FIRInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EDBF3A459CA0B03BE5A6883BE64C7070 /* FIRCLSApplicationIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C89E059DB20A3B04E054BE4B369ABDB /* FIRCLSApplicationIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE093B0FF7062CD33129AA9A2B5242C7 /* BeLogical.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A7C900D187EA9F180626E3E54D698E0 /* BeLogical.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - EE11E3FB8C7F71DD6C7A39D4277CB0B3 /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = F83978E041C994E280CDEB8407A30662 /* FBLPromise+Testing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EE18CF90A07DD4BC924674A11FA35470 /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = DCEA62D74FF2E7EB6E7E3455221321A2 /* GDTCORLifecycle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EE31B009D191DB70192E91B468FABD46 /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 1711070760F93195F3AF8A67F807D54A /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEB731085BDC464DB2B6AD0044C62DCD /* SuiteHooks.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDFE5FCF94FBA1D201E4C3CED157FD79 /* SuiteHooks.swift */; }; - EF522CFD7A6B520D86A32F0E587C38BA /* FIRCLSMachOSlice.h in Headers */ = {isa = PBXBuildFile; fileRef = 416382934754FDC2ECAAD01871B2D141 /* FIRCLSMachOSlice.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF701AB4FF1A2DEA0C5672DE6B0E25A3 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E1047E93FD1443A1638DE935F59D5CD /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF7306D879161CFB6EE937CE513FE8B2 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8098CA69AF86C78F8725CFA357D95 /* AuthenticationChallengeResponsable.swift */; }; - EF80AF1B0556DF8F81E958F37BCCDBB5 /* FIRCLSInternalReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 01EB6D50264B07522324E8CAF90DA905 /* FIRCLSInternalReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF909E34691FCD5DA0F6636FADEFCFE5 /* KeychainAccess-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DB134118A293C40BD259EC85B4162453 /* KeychainAccess-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF92E37AAD38EA6A727337030C07B790 /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = B515356186A3A06F7F80CC81F514A091 /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F01458958476BF2061D2FE5906D9F918 /* FIRCLSOnDemandModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DFF94B5AC98A3C737D369EF0FD8C5A /* FIRCLSOnDemandModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F064A5E8FBA995E35FF125B5CBB86952 /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = C74811DB7E64FD2BB478F1CE551ADB6C /* Keychain.swift */; }; - F08FC6F13CB932D994EA528EF6BB0940 /* FileHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0C9A69A0B586577ED7AC5DC14D64378 /* FileHandler.swift */; }; - F0E2B04425754FB34D48377392F4107D /* FIRCLSMultipartMimeStreamEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1597D333D0658E98FABF3B2DF7731EB0 /* FIRCLSMultipartMimeStreamEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F10A208A632D21664EAE5AB649FE0EAB /* FIRCLSNetworkResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1EB2FF3326DA62F43A5DB684D7BDF9 /* FIRCLSNetworkResponseHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F130A30D4A95F427B34DC903C7D7F533 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = D3DFD60DDB7ADF703339CE28F67EA2A8 /* GDTCCTNanopbHelpers.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F13652720D68BE88C7F8F0A08D1051F8 /* QuickTestSuite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838F866CA688E5ACA08C68963B7AACCF /* QuickTestSuite.swift */; }; - F1BD8259865A46D0ED8953D47CB56E37 /* FIRCLSCompactUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 14F5D682EDD8BF99B8B3B9E0D0B61512 /* FIRCLSCompactUnwind.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F1C28FA29AC03EB985D730B3BB8146E4 /* CwlMachBadInstructionHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D1F757F9CDFAC58F5DC9B4A24D7C624 /* CwlMachBadInstructionHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D05CF9A3FA1EDE56242D875059AD9A /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F37E2EE1EC30CCDB9F0BD44F505F47ED /* IQInvocation.swift */; }; - F1F8CECDE2C5B3DE559228E97DDD3FE5 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 355284C31F8F5AFDA32B9AB222401D2F /* RequestModifier.swift */; }; - F22DBAB419546057770D01CDAE81F2EF /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DF2F6F672C3CE9FB5C736EC51470B4A /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F233A3896A65EBB43153042592469C29 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 827C74C0C1E31A83D4F7888E301134D8 /* UIKit.framework */; }; - F2489107519EA7AD86E83731486DED45 /* FIRExceptionModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A347B580F5AA5DD3B38A826DDCDDBDC0 /* FIRExceptionModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2C7E1F74C0E852029938F277740648B /* FIRCLSContext.h in Headers */ = {isa = PBXBuildFile; fileRef = DB3C9ABF64EA14F3090597EAC5281EEE /* FIRCLSContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3739583524F0FA625B5EA7C20539A06 /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E452D488D476A11D2A37E39618AA05 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3833B6FF26740D673B889A3EC19526D /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2925B4FD7EEE17366736E87C1A5039 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F38B4FEDCABF01F23C295A8A141ECFFC /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = D06809F2D5B4C365DD3CCCEA41825053 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3947E344BB049D69A652F315D101C44 /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = FD415AA6DD99836FA85E290A2D26B095 /* GDTCCTCompressionHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F3CC63956EE5F0FB0A37B9A5DD729F20 /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F1E6E88C5B0BE8955738025AD6DD35A /* GDTCORPlatform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F3DDE6BA4D63209B198413F64A27F73B /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B31537FE89D5E5109D9638F33593DB2 /* IQKeyboardManagerConstantsInternal.swift */; }; - F43693CCA8455C8523AC8658631E2FD3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8E335B7C27253EF370A2A242DA87E1 /* SessionDelegate.swift */; }; - F44194B84991C6028C4D1E1B5B5AAB43 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E17B5DE0C30419077C4AD7D0C0078DF /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F44AB1299C4DF6F3F4B40EBCB5DA8B82 /* Bundle+Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6009C34F31E91126E145F9721DAF1190 /* Bundle+Version.swift */; }; - F46B2676D77012B566CE4B81277E0B34 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12496B20B0C331C34426E615780DD687 /* CacheSerializer.swift */; }; - F59705B88AE94B0099A3F0CD6B780CCA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - F5BE7346B36F5F62300D3E57E88C4360 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D1287119EF1F5DA9B54FBA1618BAC1 /* WKInterfaceImage+Kingfisher.swift */; }; - F65F095177634B7A5A8C05651F6CF9D5 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 35E0BCF8F0DF5CC41F36217C3A69F799 /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6BA7B45EEFB3EA59E79C1BFB2E90275 /* World+DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D52740B891A34285177AC274AF3887D /* World+DSL.swift */; }; - F6C128193DB92768844525E7A2D7F4A0 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F7E0D665FE7B0105CA7983A5E8E4EE4 /* Security.framework */; }; - F6E70421BD5346721B409BA4F78544C3 /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0D1E8AAB5A5D4C85E61A7ADD8435ED8 /* ImageContext.swift */; }; - F7044FFC162DD4CC78C0BC1FA2E5E81D /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0CA59406BCF72DB8FDF040E2078D79E /* ConstraintViewDSL.swift */; }; - F78BF890149CC2A2B19F070CB7D6E52A /* ContainElementSatisfying.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16913C002D5C3C54CEF27BFF049270F1 /* ContainElementSatisfying.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - F791E9C7CCEAA2A3BDD618621E327ED9 /* WormholyMethodSwizzling.h in Headers */ = {isa = PBXBuildFile; fileRef = 444641FC81A633A19DCB22EE78DAA077 /* WormholyMethodSwizzling.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7A31E13D65DEE70218C651F5E225E65 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = A0CBD90592C56F050F2AB9C5DB539087 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7DDAFE6BED2D4467F7E14A3008187A9 /* QuickSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 6742294B7F2A4F25EE72F17FEE0A52F8 /* QuickSpec.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F83391DC89ABBDC4EDE57B44E8D4F38B /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6350E227E5E288F71DCD5C5351ECBA6 /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; - F849B638A6D96AB9078CA0705EBB6B11 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F3476E573682B6CE0F4E0D3B251C63A /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F880795541F9B562AE7299976B1825DB /* ToSucceed.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB4E12D128D24D0B4E46099BF20F2E34 /* ToSucceed.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - F8A2C54D4A26208F3D3220D46BD40085 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 879B8D8608DA2BE518E237A8606B1208 /* ConstraintInsetTarget.swift */; }; - F9149D47B365F259B3ACF9EB8A35EF29 /* FIRCLSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = BF20CC56926E8858DABB4B5BC65DF709 /* FIRCLSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F938F9C4A52E2884100E9CE0D8201E36 /* BeginWithPrefix.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3F2FD1932B5EEAF72F8EB37E8C7CCDB /* BeginWithPrefix.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - FA7B8075815056ED031AC2CBFF84059C /* BeIdenticalTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACFA77D223089B0AF122445521274D8F /* BeIdenticalTo.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - FA9D7B3983B91D1696CEC46D07D17757 /* FIRCLSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CEE75E8F6B49206656EB1168D031918 /* FIRCLSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAB0483F377B7B721FFCC37E3D90893E /* NMBExceptionCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 24B09DF9583850A806B4A17CC21A30BB /* NMBExceptionCapture.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FAE6B537FCC38E47FF7AD47CE8BF814C /* NibResource+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E5D87DDA7ECD2D0EE371A882BE19ED /* NibResource+UIKit.swift */; }; - FB0879E04A50FC99E06737BB486C092E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */; }; - FB100960AA888CBA9A1B02E8E33B60A9 /* FIRCLSManagerData.h in Headers */ = {isa = PBXBuildFile; fileRef = D18BC74C6BFE2943927FE21A6E93507F /* FIRCLSManagerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB6BA0E929088AC94FB0D5AE9E717A48 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C52182360C22B6DFE5AC63150CE5CDEE /* KingfisherManager.swift */; }; - FB7BFFA232FED217C6088B27022DF418 /* FIRCLSdSYM.m in Sources */ = {isa = PBXBuildFile; fileRef = F289F1131AAABC9D753A1BBF342E5937 /* FIRCLSdSYM.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FB91E81AC9F558A5A036E7E3E61D214B /* FIRCLSRecordHost.h in Headers */ = {isa = PBXBuildFile; fileRef = DA4D6576CF0052C0836575CFC8D89A50 /* FIRCLSRecordHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBCCE7CE1E8BC96831512C7D986E2C53 /* Resolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE7B7600C1D2B814B96B53DCAF8F5C7 /* Resolver.swift */; }; - FC32DB57F8829C271C761CD65DD94A63 /* URL+FileName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3DF431D7829C58D8EB7A492D252B0B /* URL+FileName.swift */; }; - FC4F4BA434F665F632A76450216B6D64 /* CwlCatchBadInstruction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 005B280F574176C3EA24D37D347C642D /* CwlCatchBadInstruction.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - FCA3675ED9E8F4979A18066ABFBBE304 /* FIRCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 5216E3A891DB9E35D1C711889F1D43A0 /* FIRCrashlytics.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FCE98CA5D402A892CCF7FB6E3FA97169 /* QuickSpecBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A074673DF2AD3ED7412899E49362E93 /* QuickSpecBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD0D60B508597C5B724D3E98560BA6F2 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 118E4EFF94804D35E9F20416B1DCBC3E /* Constraint.swift */; }; - FD3B96076F74D045EC1F1EF17D8013AC /* FIRCoreDiagnostics.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A50C33815FC16F379B9F5C74AC59F5 /* FIRCoreDiagnostics.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD4821D00A5ADE34983ACF7C712F963A /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FD78279514DD4F3D871210F907B55D0 /* Errors.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - FD781958A0C548BE7084530C4E009EB5 /* TextTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 62371FE8DB9FB1431EC0E4DD6D50B379 /* TextTableViewCell.xib */; }; - FDCC58DE04BE6EA1A9A71561600EE6FD /* FIRCLSMachOBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F019201D420519B4B3008D70A6CD404 /* FIRCLSMachOBinary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDDA2B523F0D0CA2498EC7E80CB011AA /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FA7D0E5DC8526A5B8CCDDD5A94C2C8D /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDE3C27C96F4998F6DA4AB03C9D061B0 /* WHTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED2CBD81BC973D7B2EF4B56BCCDFE1 /* WHTextView.swift */; }; - FE06AEE20E588F9ED8684D0D9AA4F98D /* FIRCLSDemangleOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 657AC29D03426ABE9B26107E725E224D /* FIRCLSDemangleOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE8134861E5A508D14CE6F6023AA8F5F /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2660998B471CC18D984957972F37807B /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE875F4C7484D410312BA74C04775262 /* FIRCLSReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 112A93D46C56339ECB10D4B7BCD00136 /* FIRCLSReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFC5ECC87348E3B52419BE11F8F220B1 /* FIRCLSURLBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A4AB5262DBC003363EB2B4BDFD214EA /* FIRCLSURLBuilder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 05BAC372A6432248B73E368446B286E9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - 0DF4E4A13B4D93DB2DF22D7BCB4C89D6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 10BB8392BFA41DD2D7D5CB68DEDF63EB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3E73ED39761329414C06DD4486C5058E; - remoteInfo = Wormholy; - }; - 12ABA31A7BD129DB39D4D5C214EEB725 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 1B91485604C388D0D4FDBD03731E87CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 52B60EC2A583F24ACBB69C113F5488B9; - remoteInfo = SwiftLint; - }; - 1BA65670864F5585C14B43CAA405AE2B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 1BABBEFCC61B3D0602B03811AAECAC0E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - 1C4190CAA316764A657B123A358D5BE7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6F13695E06195A78EA8A95F8C7ED0D2F; - remoteInfo = Nimble; - }; - 2B3BC6EB5D838C436E7B1AA9CF1667E7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; - }; - 2EE3D2E9986DE511D67B8E175E6097A8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - 304C7EA62EF5A60BECB4ED8A5C289C15 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 31C53D0D6567F937635E86787612F9FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 3339BACC05E16260FFAF3EDE5723711E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1CD0618C486973D5588EF20D2E8C0AEA; - remoteInfo = SwiftFormat; - }; - 3504B6993DDB80B9E41ABAC394152CA0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BEE42ABF215DD362BC110D392D85CA75; - remoteInfo = Shared; - }; - 392006FBBA1C1F3B52CC42F8D17E9B21 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4D8229B0397AE8C2F7C11B3F9EFC9362; - remoteInfo = Sourcery; - }; - 39A6FA10771F262B6E40F86AD1DF8A69 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C82891EAB7293DBEE916B21F57E8474D; - remoteInfo = Quick; - }; - 3B9E83361083114605F165DB9EB5AF69 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 615C831BCE925ED486B225B87E44926D; - remoteInfo = KeychainAccess; - }; - 3D3C3E096465139B308F139585B45234 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 777C4E8E196B83C3F184193797468AEE; - remoteInfo = NimbleExtension; - }; - 3F41C8CDF842170990DFB20DCB596F0E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 475A3E2D7EE52167C65BBAA1E3979971 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 4AC4B88F41D15B4F7AD3636545678229 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C82891EAB7293DBEE916B21F57E8474D; - remoteInfo = Quick; - }; - 510D83A4D0F946BB4D3844369F9368A3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; - }; - 52BF09BD8ED114CA4AF7CA98581E5DB7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 5A838CA269A70E68B831E53B703FECB4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 5CFE77F5A8C39CA000E0462A5A88F596 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 645B9A62961AD3C96DBFBC2EABD75F2A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 65750D8F400EB0432B7F88C640919C3E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 93CEC7FFB57A497DE49471C5D9517C13; - remoteInfo = "Wormholy-Wormholy"; - }; - 6E8D38972D14FB152070E9125625AE51 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; - }; - 7274B036848B80056B8E13A6E66B9392 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2421D68369480E98626D9EECB97E7E7B; - remoteInfo = "Pods-Survey"; - }; - 736ED1BD87DC8A74255FC3F7E1A22117 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B12748D8506CB48696BD90F2CA4F4E38; - remoteInfo = R.swift.Library; - }; - 769A99ACBDEA702E7575D1BCEDCC30E1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 7A1236403B46A8F9B0DE31DDD442FD1E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 7C04D832EF54131DBE2CFFB9D8CBC565 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B12748D8506CB48696BD90F2CA4F4E38; - remoteInfo = R.swift.Library; - }; - 7D58AB5420FC42F58EF56592ED502BEC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 802012E345A34C3F4ADBC83EF73DCDA9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - 830BA018B48138CDF1895CCB26E56F00 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 9566C5A85AEBEEF1395BF837319525C3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BEE42ABF215DD362BC110D392D85CA75; - remoteInfo = Shared; - }; - 99B7A784297A6D2FE4095D1D63E34AC9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 230984053C6652DFF510F450F21C5CF7; - remoteInfo = R.swift; - }; - 9FEE06864D378B9BE2A60123C959EF78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 230984053C6652DFF510F450F21C5CF7; - remoteInfo = R.swift; - }; - A54C85DFE62A320096463816F9064F76 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - A6AD9A045EE641810D450FA28685DAF5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - A98184504B01B27B6FB3A55DB3E25539 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - AE3B1EE94F4A8A35BD5394DAA3170400 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4D8229B0397AE8C2F7C11B3F9EFC9362; - remoteInfo = Sourcery; - }; - B564F07B66A23DB80AFE7E90A864C339 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 777C4E8E196B83C3F184193797468AEE; - remoteInfo = NimbleExtension; - }; - B651360E2FC91A5B0205E593AE8928AF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - B7A6125825B101E70D861150C0DFA03A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1CD0618C486973D5588EF20D2E8C0AEA; - remoteInfo = SwiftFormat; - }; - B7BFE1B4EA402C2B040F6DDB09EA1D8B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - B82B8F8E747F2FFEF772C80A5435F07C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - BAEFAA505229A03FBFB1250011130F24 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - BCD7794AC4B756CD3DEEB6A5B25905D6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B12748D8506CB48696BD90F2CA4F4E38; - remoteInfo = R.swift.Library; - }; - BF161B4FC03DB45855E73F719EF52D47 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - C03DB29E7629FAD2B09E25C995ACE43B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - C1BDF530C8DBEEDDA81415F2E4A7581F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3AF1A4FE1808CDAE51281F7A31DB2A13; - remoteInfo = Resolver; - }; - CC9766F5BDF909A333C8DC2F23F3F5DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - CCB8DFEA29E4DCAA2E341405AFF77A8F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - D0EDCA7B9C358077B4982EA544947754 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - D1091BD7818F04732AF72EFC12B9A994 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3AF1A4FE1808CDAE51281F7A31DB2A13; - remoteInfo = Resolver; - }; - D4FC93734B1E6102DC8E218275ECF6D0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 52B60EC2A583F24ACBB69C113F5488B9; - remoteInfo = SwiftLint; - }; - D9E3303907A1785F75A158398FE71F9E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6F13695E06195A78EA8A95F8C7ED0D2F; - remoteInfo = Nimble; - }; - DB834868577E42AC85CEFA4BD91EAD5F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - E3ABEC7148A0B84BD848C1B7B37709D9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - E913421A610FE927CC2C158AEAA7224C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - EA6BE05D41788D5BD47F7365BAAC2840 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - EB15E7634EC944EDAFF6621CE30CF43C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - EC076B620BE0518FDE7E290322130B51 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - EC29BED60D216801D7A482D13C041D0A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 615C831BCE925ED486B225B87E44926D; - remoteInfo = KeychainAccess; - }; - ECB70C4932F8A62A27E2ABF3F7D68909 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - ED3715BBCC7536D19616FC64EC5D62F1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3E73ED39761329414C06DD4486C5058E; - remoteInfo = Wormholy; - }; - EF3710B576692526AF1FD47E1403CF98 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - F1E98E309D13628FA5BA1A0885A31F33 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - F40B5AD89D5A89AD92DBE26FEFDB09D4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - F5307FFB4A26A608E1B7B22F0606BBD5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - F5DC5252A84A57C6E7FA2BB05D36BAB6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - F9F2389B6F1FC44373DD4A7EB103BBB5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - FBFCC59EBF444180209F741019BA6B5F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 002FF0440CC83FB863FEDEE21ACB6CE0 /* ExampleHooks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExampleHooks.swift; path = Sources/Quick/Hooks/ExampleHooks.swift; sourceTree = ""; }; - 005B280F574176C3EA24D37D347C642D /* CwlCatchBadInstruction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlCatchBadInstruction.swift; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift; sourceTree = ""; }; - 008E1F6BE3D0E78F39B7B66CE5D51F62 /* FIRCLSCrashedMarkerFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCrashedMarkerFile.h; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h; sourceTree = ""; }; - 00A50C33815FC16F379B9F5C74AC59F5 /* FIRCoreDiagnostics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnostics.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Public/FIRCoreDiagnostics.h; sourceTree = ""; }; - 00D1ED1C4BC3F0D3A7A7649F75DE5AF3 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - 014D6161DFE301033B58E128C27D4D1E /* Link.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Link.swift; path = NimbleExtension/Sources/JSONMapper/Models/Link.swift; sourceTree = ""; }; - 01C229527D1894B907C30E18BCCDC91A /* UIViewController+StoryboardSegueIdentifierProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+StoryboardSegueIdentifierProtocol.swift"; path = "Library/UIKit/UIViewController+StoryboardSegueIdentifierProtocol.swift"; sourceTree = ""; }; - 01EB6D50264B07522324E8CAF90DA905 /* FIRCLSInternalReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h; sourceTree = ""; }; - 021FD367A102E98844823B9F07AAED1F /* NimbleEnvironment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NimbleEnvironment.swift; path = Sources/Nimble/Adapters/NimbleEnvironment.swift; sourceTree = ""; }; - 025513CA25AAF5A6F36CEC53D7478D37 /* FIRCLSMachOSlice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOSlice.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m; sourceTree = ""; }; - 0275DCB7C125B74637E18E3349A05501 /* Quick-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Quick-dummy.m"; sourceTree = ""; }; - 02ED2CBD81BC973D7B2EF4B56BCCDFE1 /* WHTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WHTextView.swift; path = Sources/Subclasses/WHTextView.swift; sourceTree = ""; }; - 03349225BFA5762984FC4F29F52442A4 /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; - 037F66980734C716DB63DA10A60BB3D5 /* GDTCORStorageEventSelector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStorageEventSelector.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStorageEventSelector.m; sourceTree = ""; }; - 03C7E3A583ACAA239B60AFDF2BFDD815 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; - 03C898337D5F5D40656FD742FA6884ED /* FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCore-Info.plist"; sourceTree = ""; }; - 04242605C33ED1C0539C7C293AF80F28 /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; - 0477E71711BA7BB329B653AC8A0CD5C0 /* Pods-SurveyTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SurveyTests-acknowledgements.markdown"; sourceTree = ""; }; - 04AA8D7F80C4C981BF9D8149781722F1 /* Pods-SurveyTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SurveyTests-dummy.m"; sourceTree = ""; }; - 04E5D87DDA7ECD2D0EE371A882BE19ED /* NibResource+UIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NibResource+UIKit.swift"; path = "Library/UIKit/NibResource+UIKit.swift"; sourceTree = ""; }; - 0555B82D8C132DDFB1C84EA3A0348508 /* GDTCCTUploadOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploadOperation.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m; sourceTree = ""; }; - 05859EE3A04C397FDC73C90F476B8B60 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - 0618458EC8CA65ABB06D70075CB0E26A /* BeCloseTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeCloseTo.swift; path = Sources/Nimble/Matchers/BeCloseTo.swift; sourceTree = ""; }; - 0662BD2A2B4D1EB7CE21C97542BA1AAA /* BeVoid.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeVoid.swift; path = Sources/Nimble/Matchers/BeVoid.swift; sourceTree = ""; }; - 0665D0F3D78D1021956EC8DF058B1FC4 /* FIRCLSUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserDefaults.m; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m; sourceTree = ""; }; - 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = nanopb; path = nanopb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 07211613954B4E0527C7AF395412F505 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - 074F5B9D1237FFFA7FAC33AA52EC4228 /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - 081AA4C68131AB54A046217E5F2236D1 /* NSURLSession+GULPromises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+GULPromises.m"; path = "GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m"; sourceTree = ""; }; - 086993868BBF9234635068883CB8B75C /* GDTCOREvent+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTCCTSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m"; sourceTree = ""; }; - 08EB769370F455CF5A96E4903A65FF5D /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 095CE1F215E0F1ED2B80D46F15482A3B /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; - 09C2ED39B3728BFD72685DC5F269A1A2 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 09E572C6337763347E14EF6511C8DEA9 /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; - 0A1EA039D0A4943524BD3CE1F4293A16 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; - 0A66E0E3B62FB41C93AF78BB96A0452F /* nanopb-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-umbrella.h"; sourceTree = ""; }; - 0AF914B1D9946ABDAB8AC697492B315E /* Pods-Survey-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Survey-acknowledgements.markdown"; sourceTree = ""; }; - 0B23704187CE6E203794B16CEC56F0BB /* FullyRoundedButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FullyRoundedButton.swift; path = NimbleExtension/Sources/Views/FullyRoundedButton.swift; sourceTree = ""; }; - 0BAA886F2BB72D798AF7DFEAC64DC279 /* FIRCLSFABHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABHost.h; path = Crashlytics/Shared/FIRCLSFABHost.h; sourceTree = ""; }; - 0C1DBDEBD2343FF7D3EE24985073E9E9 /* FIRExceptionModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExceptionModel.m; path = Crashlytics/Crashlytics/FIRExceptionModel.m; sourceTree = ""; }; - 0C46DCC5EE561FBB5F1307D4BF759AF2 /* FIRCLSUserLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserLogging.h; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h; sourceTree = ""; }; - 0D516ADE7A7CCA339D0F965BD818B66A /* FirebaseCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCrashlytics-dummy.m"; sourceTree = ""; }; - 0D631E9908483F9525A6B3F36F16CC61 /* Quick */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Quick; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DD58481A29227123DD49FF3DE83B52F /* Resolver-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Resolver-prefix.pch"; sourceTree = ""; }; - 0DEDE1443E776089A95F26597D2231AE /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; - 0DF05E3FB8E20361FE510E38E01142B5 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; - 0DF3B543D2B0962D9062FB744C2BE435 /* FIRCLSFABAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h; sourceTree = ""; }; - 0E9D7FB40A56DE2D297633B8FEB5C662 /* GDTCORAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORAssert.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m; sourceTree = ""; }; - 0F019201D420519B4B3008D70A6CD404 /* FIRCLSMachOBinary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOBinary.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h; sourceTree = ""; }; - 0F76B446EFDD60217202699A92B31D7D /* WHLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WHLabel.swift; path = Sources/Subclasses/WHLabel.swift; sourceTree = ""; }; - 0FA6F755D7EF4953A68D134A3194E8DB /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; - 104A3D1926475DB36E6454BB82FEE117 /* GULURLSessionDataResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULURLSessionDataResponse.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h; sourceTree = ""; }; - 112A93D46C56339ECB10D4B7BCD00136 /* FIRCLSReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h; sourceTree = ""; }; - 118E4EFF94804D35E9F20416B1DCBC3E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; - 11B49398BDAEE90F8AD291A498CE588C /* GoogleDataTransport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.release.xcconfig; sourceTree = ""; }; - 12496B20B0C331C34426E615780DD687 /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 126C70ABC0ECA224714ECAF5FEF3A22B /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Quick/Filter.swift; sourceTree = ""; }; - 127088D7C009D637A0DD9B1432215A47 /* AssertionDispatcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertionDispatcher.swift; path = Sources/Nimble/Adapters/AssertionDispatcher.swift; sourceTree = ""; }; - 12AA9CD25CBDA94DD334A115A8AAAAF8 /* QuickSelectedTestSuiteBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickSelectedTestSuiteBuilder.swift; path = Sources/Quick/QuickSelectedTestSuiteBuilder.swift; sourceTree = ""; }; - 12B0FE9BBF7491E51C57BE4F676FB427 /* CPListItem+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CPListItem+Kingfisher.swift"; path = "Sources/Extensions/CPListItem+Kingfisher.swift"; sourceTree = ""; }; - 12B5EBE67902402A5004A20454BAE1D6 /* FIRFirebaseUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRFirebaseUserAgent.m; path = FirebaseCore/Sources/FIRFirebaseUserAgent.m; sourceTree = ""; }; - 12D7354220E7DF123EDC41787BC17A6A /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Extension/FIRHeartbeatInfo.h; sourceTree = ""; }; - 12F112BCF3A1EDEE88BE615B6E0DC310 /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; - 12FC0519AD84CC8DC910CB6C307132D8 /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; - 13024E7A93A9AE6142FA0AC3EF043883 /* FirebaseCoreDiagnostics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreDiagnostics-Info.plist"; sourceTree = ""; }; - 132B036FF357A0180EB7275270241443 /* Resolver-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Resolver-dummy.m"; sourceTree = ""; }; - 134079AFD09F2CBF101F87C817299837 /* FIRCLSInstallIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInstallIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m; sourceTree = ""; }; - 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseInstallations; path = FirebaseInstallations.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 148D0F9E8C7373FEAF40D800FC5F1BAA /* FirebaseCoreInternal */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCoreInternal; path = FirebaseCoreInternal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 14C33B33A2313EA96CCDA8248205B96E /* FIRCLSReportUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h; sourceTree = ""; }; - 14F5D682EDD8BF99B8B3B9E0D0B61512 /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; - 151E1BCC6DF351804CB5E001030A3CCF /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; - 1597D333D0658E98FABF3B2DF7731EB0 /* FIRCLSMultipartMimeStreamEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMultipartMimeStreamEncoder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h; sourceTree = ""; }; - 1598DA19E097329A2882FB40B48EA035 /* Pods-Survey-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Survey-Info.plist"; sourceTree = ""; }; - 16673BBA33F0E8727FA600F922275707 /* FIRCLSRecordIdentity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordIdentity.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m; sourceTree = ""; }; - 16913C002D5C3C54CEF27BFF049270F1 /* ContainElementSatisfying.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContainElementSatisfying.swift; path = Sources/Nimble/Matchers/ContainElementSatisfying.swift; sourceTree = ""; }; - 16D8D97890402ED132C18DA781C77511 /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; - 16E5D5882376BB81288758D2D4D11B6C /* FirebaseCrashlytics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCrashlytics-umbrella.h"; sourceTree = ""; }; - 17011D793BDC9C4BC556A550582AD1C1 /* Resolver-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Resolver-Info.plist"; sourceTree = ""; }; - 1703A4A337DC7FE09E4DC73514D0FFF7 /* FIRCLSExistingReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExistingReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.m; sourceTree = ""; }; - 17083D0906F22ADC6352B62C97ABC7EC /* Wormholy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Wormholy.h; path = Sources/Wormholy.h; sourceTree = ""; }; - 1711070760F93195F3AF8A67F807D54A /* GDTCORPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPlatform.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h; sourceTree = ""; }; - 1722E6FBBF9A5137A6002AB65A89CBC5 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift; sourceTree = ""; }; - 172D2648DABC413D3644890FC18EF418 /* 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; }; - 176784A9B256C46770AF79CFA53D8E6D /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; - 1871C964F9D05A47610B06E93CDC18DF /* GDTCORTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h; sourceTree = ""; }; - 1874D70C5E4A1C97F637CFF9DBCFEEBF /* GDTCORTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTargets.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h; sourceTree = ""; }; - 196DE4CAD273BFAC0B1509B3E990BA47 /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; - 198E9CEA1BB57760D23B3C0A51E0B933 /* Await.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Await.swift; path = Sources/Nimble/Utils/Await.swift; sourceTree = ""; }; - 1A3268A5696D4FAA034D4BC061B230C7 /* FIRCLSSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettingsManager.m; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.m; sourceTree = ""; }; - 1A483B410BC2AFA61C92B573B426F246 /* NimbleXCTestHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NimbleXCTestHandler.swift; path = Sources/Nimble/Adapters/NimbleXCTestHandler.swift; sourceTree = ""; }; - 1A8203CE70A49C917DB71D42FD52C94B /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = FirebaseCore/Sources/FIRDiagnosticsData.m; sourceTree = ""; }; - 1A8CE4C714745D7DCF41C429D4EB3684 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 1B4DAB78637F9C6865C36CA83EEA73E9 /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; - 1BD0102CF5862AC5EA281DC9289F3E9F /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 1BF79BDC6D49B9D7F4055DEFE90A2A79 /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; - 1C0A4671E737FA2D8865176A2892E21A /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - 1C1E7BE7CB803A47B59DECCA50A73935 /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; - 1D1043C8BCB83E7D67EF71513FBE5EFE /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - 1D1AEA372B6E1374E741536590C5A33C /* FIRCrashlyticsReport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlyticsReport_Private.h; path = Crashlytics/Crashlytics/Private/FIRCrashlyticsReport_Private.h; sourceTree = ""; }; - 1D5D2CD152B702FB50B4E5E118B8430D /* Pods-SurveyTests.debug production.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SurveyTests.debug production.xcconfig"; sourceTree = ""; }; - 1D764087009E4B2DAD2298B89CA96D20 /* UIImage+ImageResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ImageResource.swift"; path = "Library/UIKit/UIImage+ImageResource.swift"; sourceTree = ""; }; - 1DBA04EBEB5835AC3CACD1E697DFD28B /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; - 1DD6A92A41AA5C9634AD55A85566B082 /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; - 1DDB18D8912508122955BAB71E239E38 /* NSURLSessionConfiguration+Wormholy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSessionConfiguration+Wormholy.h"; path = "Sources/Objc/NSURLSessionConfiguration+Wormholy.h"; sourceTree = ""; }; - 1DEF0814D3E12C3D8ABCD304A6E261B3 /* FIRCLSRecordHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordHost.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m; sourceTree = ""; }; - 1E41359F165D95AC4A03E8449F1F2EA4 /* FIRCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlytics.m; path = Crashlytics/Crashlytics/FIRCrashlytics.m; sourceTree = ""; }; - 1E5491DCC132CD1D7A170B20754F623A /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 1E7DA8FF6C6C388BECC503038B2F17D0 /* JSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSON.swift; path = NimbleExtension/Sources/JSONMapper/Models/JSON.swift; sourceTree = ""; }; - 1EF37B80FD90C10E5BD0795AD10933C2 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; - 1F1F4D47B1F6221B6591701CDDC990F3 /* FIRStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRStackFrame.h; sourceTree = ""; }; - 1F3476E573682B6CE0F4E0D3B251C63A /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h; sourceTree = ""; }; - 1F4534E52C01E9318C397302CB933601 /* ActionableTableViewCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = ActionableTableViewCell.xib; path = Sources/UI/Cells/ActionableTableViewCell.xib; sourceTree = ""; }; - 1F8519B34C9512568704CD8ED6B39090 /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - 1F99FCB8CB2D8C35B6164133FE48F667 /* QuickConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickConfiguration.swift; path = Sources/Quick/Configuration/QuickConfiguration.swift; sourceTree = ""; }; - 200AB2BD95961CAAE90F2296A213C8D9 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Extension/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - 207329819892CD5978E658CB310C5F9E /* BeAnInstanceOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeAnInstanceOf.swift; path = Sources/Nimble/Matchers/BeAnInstanceOf.swift; sourceTree = ""; }; - 20CE70E306091FAE14852FDB94EC0F97 /* NimbleExtension-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NimbleExtension-prefix.pch"; sourceTree = ""; }; - 20CE751914431ECB391E30021D61908F /* CwlDarwinDefinitions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlDarwinDefinitions.swift; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift; sourceTree = ""; }; - 214439C07473ABE92ABE167CF74A4744 /* mach_excServer.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mach_excServer.c; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.c; sourceTree = ""; }; - 221FFC015FBA10281732112558B8925C /* FileResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FileResource.swift; path = Library/Core/FileResource.swift; sourceTree = ""; }; - 22329F1348EF1325CBDF2872898EE414 /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; - 229FEF2533211060FEBBFE6443E8E860 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; - 2338EABE40E26F48B2B284785592E111 /* FIRCLSReportUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportUploader.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m; sourceTree = ""; }; - 234C9E8B3003AE0B8544FF8369B0B0C1 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h; sourceTree = ""; }; - 235195E34AF98BC55E403B5EC5D5CEDC /* Nimble.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Nimble.h; path = Sources/Nimble/Nimble.h; sourceTree = ""; }; - 2359349712C164BC245750EF24F023C8 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; - 2363A882E20F3C58A60D38911B5B28A4 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 2383E8EC25C5B580E2163F35C6306F4A /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - 23B2DD8EE756A2B372E28AE09F8ECCE6 /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; - 2410D6C57709FAB1996ED5B9143951ED /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 2437AD37C4198AEA74D52ACBB9FA5CA3 /* FirebaseCoreDiagnostics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.release.xcconfig; sourceTree = ""; }; - 244FC7A5C45A1B29CE38D4F8E9B5F5B2 /* FIRCLSAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAsyncOperation.m; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m; sourceTree = ""; }; - 245F82CFCB0EBD1DA37C7D4DDFA0BFD3 /* JSONAPIDecoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSONAPIDecoder.swift; path = NimbleExtension/Sources/JSONMapper/JSONAPIDecoder.swift; sourceTree = ""; }; - 24842EAF916A00B95A3F6D1F376EB525 /* shared.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = shared.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 24A55583C8AE2A2A426EEA52D1D0B9B7 /* Relationship.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Relationship.swift; path = NimbleExtension/Sources/JSONMapper/Models/Relationship.swift; sourceTree = ""; }; - 24B09DF9583850A806B4A17CC21A30BB /* NMBExceptionCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NMBExceptionCapture.m; path = Sources/NimbleObjectiveC/NMBExceptionCapture.m; sourceTree = ""; }; - 24B4ADD5F7C3D7A38981C064FA746527 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - 24D266B1A29E42609F9B23C28C62E892 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; - 2530BC414137FF7A53A0368B476547B9 /* Wormholy */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Wormholy; path = Wormholy.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 25473B5F82A489F36A4C630BCFD27216 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; - 259CF3C5120F60A747FE1D1DB7649BE2 /* FIRCLSMetricKitManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMetricKitManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSMetricKitManager.m; sourceTree = ""; }; - 25DD0A6CD6C3EE7BF7E4C3420F18F36D /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; - 2660998B471CC18D984957972F37807B /* GDTCORUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploader.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h; sourceTree = ""; }; - 26BC8E84B780BE9361BA9FCCA00B0874 /* FIRCLSHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHost.m; path = Crashlytics/Crashlytics/Components/FIRCLSHost.m; sourceTree = ""; }; - 26C28265A1E3A4B2F74AA262CDD51661 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - 26E0462C786F0350E7395A32DC430F0D /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h; sourceTree = ""; }; - 26FE5C61F4B3F5DE63553EFFDE45F4E7 /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; - 272ABC193126729DDFAA9FC1ED29CEC6 /* TextTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextTableViewCell.swift; path = Sources/UI/Cells/TextTableViewCell.swift; sourceTree = ""; }; - 2748E7FA0420370D22017E479151D780 /* Pods-SurveyTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SurveyTests-umbrella.h"; sourceTree = ""; }; - 277A6FCB3B32E881CD2089C2C959D9C6 /* Callback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Callback.swift; path = NimbleExtension/Sources/Typealiases/Callback.swift; sourceTree = ""; }; - 27E8372701B0ED3570237CB49E593DA9 /* GDTCORUploadBatch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadBatch.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h; sourceTree = ""; }; - 280AA0AD8E2918AACCE5317F203F14A5 /* Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Async.swift; path = Sources/Nimble/Matchers/Async.swift; sourceTree = ""; }; - 28607383E5455079C6E53E24E9E87C2A /* FIRCLSOnDemandModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSOnDemandModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSOnDemandModel.m; sourceTree = ""; }; - 2879C4969575B8A10EEB3C9BD6B10295 /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; - 28E9F8BAC3E85D70F1CEBEFD923B3FA9 /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; - 29334BA769EABB516F79F30E71C4225F /* QCKDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCKDSL.m; path = Sources/QuickObjectiveC/DSL/QCKDSL.m; sourceTree = ""; }; - 2937D7211A2FC25D0207562AFF5E7EEF /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; - 295367AC7BA15C13783EFA4F070F83FC /* FIRCLSReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h; sourceTree = ""; }; - 295B159AEB4EA8131D232A7C0E3D524F /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 299B9D6A9693A40C842F73C42FD3FF69 /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; - 2A00546665F7FDB0D0C0497C4E20D51B /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; - 2A3CA8D96CD4D7226F891671C88B29FB /* GDTCORUploadBatch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadBatch.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m; sourceTree = ""; }; - 2A92033A5891164C2DE33DF1A8883724 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 2AF5DC681C5930B2D78D4D2BE2AD34FF /* CompletionHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompletionHandler.swift; path = NimbleExtension/Sources/Typealiases/CompletionHandler.swift; sourceTree = ""; }; - 2AFB13C6718B51816218A3008BCC67EC /* Quick-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Quick-Info.plist"; sourceTree = ""; }; - 2B6A322F63AD02020FCE3D4DFAF042AF /* CustomHTTPProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomHTTPProtocol.swift; path = Sources/CustomHTTPProtocol.swift; sourceTree = ""; }; - 2B9CFC663418A1DA5D12AE78CEE1000E /* NMBExceptionCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NMBExceptionCapture.h; path = Sources/NimbleObjectiveC/NMBExceptionCapture.h; sourceTree = ""; }; - 2BE43CDD063A7FDD2731ABC555AB4CD9 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Extension/FIRHeartbeatInfo.h; sourceTree = ""; }; - 2C681F7DD6DE8F8F0003F2A1B90DBF4A /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - 2CAE652CD8E5A4BD065ECC1B81883D49 /* DSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DSL.swift; path = Sources/Quick/DSL/DSL.swift; sourceTree = ""; }; - 2CC5CC20BCA17C715D60E9E770DE5F7F /* GDTCOREvent+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTCCTSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h"; sourceTree = ""; }; - 2CCD8DF7AD9FCD6CCF9577A49116D37B /* GDTCORMetricsController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORMetricsController.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORMetricsController.m; sourceTree = ""; }; - 2CFF39B1F7B263A88527A4941FC574EA /* UIEdgeInsets+Initializing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Initializing.swift"; path = "NimbleExtension/Sources/Extensions/UIKit/UIEdgeInsets+Initializing.swift"; sourceTree = ""; }; - 2D8C315843115711342F505D86FC8C93 /* FIRCLSFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFileManager.h; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.h; sourceTree = ""; }; - 2D9193E9070E9A6273583AC1FA67E491 /* FontResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontResource.swift; path = Library/Core/FontResource.swift; sourceTree = ""; }; - 2E59FE79E7F35D7848AC5541B9415422 /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; - 2EB4D54674BD05866269450519F589F7 /* GDTCORTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h; sourceTree = ""; }; - 2EC96D92EC79BBAA11FAC4E5AB582477 /* _ObjC_HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift; sourceTree = ""; }; - 2EF1EBB7A50FC6D61A345285CAB1C7A7 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 2F18E77DEB80347AC617594424B3119B /* FIRCLSUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUtility.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m; sourceTree = ""; }; - 2FA0205A2ECC1832339D04A4921D706C /* dwarf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dwarf.h; path = Crashlytics/third_party/libunwind/dwarf.h; sourceTree = ""; }; - 2FD78279514DD4F3D871210F907B55D0 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = Sources/Nimble/Utils/Errors.swift; sourceTree = ""; }; - 2FEABAF53234FDC0A359E6B223E3CF76 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - 303F1C103DB52FD2122A4BE9D2608AD8 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; - 3063546D73D4F09AB308F546D8397FF7 /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; - 31292B71B43332F745BEE622887173B4 /* Nimble-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-umbrella.h"; sourceTree = ""; }; - 312ADDB74034A7755F9A7845285B9309 /* FIRCLSManagerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSManagerData.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.m; sourceTree = ""; }; - 31CF632D2CEB2A70C6A9D54863BAEB73 /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; - 3204CCF913848BDA263FDF6F67F3FA72 /* Quick.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Quick.release.xcconfig; sourceTree = ""; }; - 321F9C91D0594F87F316A64FF4D42E2D /* Expectation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expectation.swift; path = Sources/Nimble/Expectation.swift; sourceTree = ""; }; - 32B3220B6915C1AB4D48E981107F680E /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 32FAECC852EDABBBAF91A4E5ED154071 /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; - 3334592FDFF735C52848486BAA1ADF1A /* JSONAPIObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSONAPIObject.swift; path = NimbleExtension/Sources/JSONMapper/Models/JSONAPIObject.swift; sourceTree = ""; }; - 3336771629F7729AEC091EE2681B8E48 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 333936A69CF73A72901B8E3F8EF18F54 /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; - 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PromisesObjC; path = FBLPromises.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 34807A2027C3B7DE9E3CF35722AAEFF5 /* FIRCLSProcessReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSProcessReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m; sourceTree = ""; }; - 34B25FECAA3426AA75DC2E143EEE4300 /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h; sourceTree = ""; }; - 34D0F0DD26AC3F7609BB375B7BDC788A /* Behavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Behavior.swift; path = Sources/Quick/Behavior.swift; sourceTree = ""; }; - 34D4D26895D289C786AEA2287769A6BF /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; - 34E2E1E49468040ABDD8E1979A3A60AB /* GDTCOREvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h; sourceTree = ""; }; - 355284C31F8F5AFDA32B9AB222401D2F /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - 35C59B9A02F1F9D6F4A91C93D1C7168B /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - 35E0BCF8F0DF5CC41F36217C3A69F799 /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; - 362A3F2E2BFA313A37987FA50456980B /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 368C031F59D341AF627C01561689174F /* WeakContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WeakContainer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/WeakContainer.swift; sourceTree = ""; }; - 369428B18A454AAB0E650598383B94BB /* MatchError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatchError.swift; path = Sources/Nimble/Matchers/MatchError.swift; sourceTree = ""; }; - 36B3C95862594134AE2B7FF576E096C7 /* BeAKindOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeAKindOf.swift; path = Sources/Nimble/Matchers/BeAKindOf.swift; sourceTree = ""; }; - 37D860AC227A755E434D4A25DC5DA2F6 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - 37FFC2DC3AA68C491D53A421E0147A7D /* GDTCORFlatFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORFlatFileStorage.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h; sourceTree = ""; }; - 386696245CA0FA4CA77BBF9A3B265C74 /* FIRCLSFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFeatures.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h; sourceTree = ""; }; - 38A5E5C1CA9E27F7E463F360F73EFD8C /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 38B6422751CCF142B87B6C85A4331634 /* WormholyMethodSwizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = WormholyMethodSwizzling.m; path = Sources/Objc/WormholyMethodSwizzling.m; sourceTree = ""; }; - 39718D40FC6C378ECCE227125A4F459C /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; - 39B6BAA6D8272283B6E5718938706597 /* Pods-Survey-SurveyUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Survey-SurveyUITests-acknowledgements.plist"; sourceTree = ""; }; - 3A0490BD15A16FB3DD836622822B6173 /* 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; }; - 3B29245A1C83498252041EE28D897236 /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; - 3B4264930E8A9A1E517EC0D083BA33D4 /* FIRCLSSymbolResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolResolver.m; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m; sourceTree = ""; }; - 3C33B5622E56F965F15AC48C46B6E7D5 /* FIRCLSThreadState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadState.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h; sourceTree = ""; }; - 3C378BFF2772816A91A76CBCE518884D /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; - 3C7A075731947F026C6F2956AC435AFC /* UIView+RoundedCorners.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+RoundedCorners.swift"; path = "NimbleExtension/Sources/Extensions/UIKit/UIView+RoundedCorners.swift"; sourceTree = ""; }; - 3C96785046B42A38B6CF949084C8D9DF /* FIRCLSUnwind_x86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_x86.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h; sourceTree = ""; }; - 3CC1D8836CDCFD183EA2E519BC9BEBDC /* FIRCLSMultipartMimeStreamEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMultipartMimeStreamEncoder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m; sourceTree = ""; }; - 3CD2E37ACA7A8C8C627C6179FC20CD72 /* Nimble-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Nimble-dummy.m"; sourceTree = ""; }; - 3CD4D14BB492193C19AC4550F338A362 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - 3CE43D6958882A53A17C682C4A79CC6F /* FIRCLSSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSignal.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h; sourceTree = ""; }; - 3D2925B4FD7EEE17366736E87C1A5039 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Extension/FIRHeartbeatInfo.h; sourceTree = ""; }; - 3E06276649DEBD36A58AEB8BE976B21B /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; - 3E2ADAE461B6FD21C5E219F6550B76DE /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - 3E2D2D4C3380EB0AE6F658A595B6AA1F /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; - 3E50DFD7AFBFA5552F951DA4F1DF35F3 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; - 3EFF3C69B5E526FF3A05988FA4AF542F /* 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; }; - 3F73299EA3F2B790475A9180C20942E4 /* FIRCurrentDateProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCurrentDateProvider.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m; sourceTree = ""; }; - 3F8E335B7C27253EF370A2A242DA87E1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - 3F9DAD9B6B3504BC13C5FD5C29C32493 /* FirebaseInstallations.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstallations.modulemap; sourceTree = ""; }; - 3FFF53A5A0FFE403E7CBC4C089AA938C /* FIRCLSDwarfUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwind.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h; sourceTree = ""; }; - 400BE2D86F42B3ABF80002F720C3B7DE /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 407BE86D8EC69BA162FB147A3A7FABAD /* FIRCLSMachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h; sourceTree = ""; }; - 40991E580678CE77D944AF9A2378D602 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; - 40FAE0D0FD0C1276F1EAF2A79033A1D4 /* GDTCORUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadCoordinator.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h; sourceTree = ""; }; - 41206C83B256177433E371DBE9E96E42 /* FIRStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRStackFrame.m; path = Crashlytics/Crashlytics/FIRStackFrame.m; sourceTree = ""; }; - 413000894C5441CD1F32876863238176 /* String+C99ExtendedIdentifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+C99ExtendedIdentifier.swift"; path = "Sources/Quick/String+C99ExtendedIdentifier.swift"; sourceTree = ""; }; - 416382934754FDC2ECAAD01871B2D141 /* FIRCLSMachOSlice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOSlice.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h; sourceTree = ""; }; - 418FFD6CFA6E36665793E2BFBE4371A0 /* FIRCLSUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUUID.h; path = Crashlytics/Shared/FIRCLSUUID.h; sourceTree = ""; }; - 419D9499B6F64B71386D3B845D4ED335 /* NSURLSession+GULPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+GULPromises.h"; path = "GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h"; sourceTree = ""; }; - 4239E3D18581CCCB18F5D395EC452CE2 /* KFImageRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageRenderer.swift; path = Sources/SwiftUI/KFImageRenderer.swift; sourceTree = ""; }; - 4241FF5AAE8E13880E88B68E65141922 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 42432E9B42E59878B413E740510B6315 /* Pods-Survey-SurveyUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Survey-SurveyUITests-umbrella.h"; sourceTree = ""; }; - 437B5FFFA60C38CD94CC87306E68E115 /* GULHeartbeatDateStorageUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorageUserDefaults.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m; sourceTree = ""; }; - 43C756A5548E76895C42C2993FC43172 /* RequestModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModel.swift; path = Sources/Models/RequestModel.swift; sourceTree = ""; }; - 443F172B078E9C5DF012C1E76084B1CE /* KeychainAccess.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KeychainAccess.modulemap; sourceTree = ""; }; - 4443C4534738B61F7A85424BB254DB42 /* Data+FileResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Data+FileResource.swift"; path = "Library/Foundation/Data+FileResource.swift"; sourceTree = ""; }; - 444641FC81A633A19DCB22EE78DAA077 /* WormholyMethodSwizzling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WormholyMethodSwizzling.h; path = Sources/Objc/WormholyMethodSwizzling.h; sourceTree = ""; }; - 44E5C068C0C3264CAEDE76AAF33E4191 /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; - 45298FAA8BFE2D617FE32DA5D79950F8 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; - 456F11F6F6ABE396C77F14E8A0622A0C /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; - 4691016A739BFA27C14203B0499C87FB /* FirebaseCoreInternal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreInternal.modulemap; sourceTree = ""; }; - 46B6AB69AF7E1D40A7E8D0FAFAFBB08D /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - 46BFA2BCF1D8F1BDA96D8C0B1D46B929 /* QuickTestObservation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickTestObservation.swift; path = Sources/Quick/QuickTestObservation.swift; sourceTree = ""; }; - 472D5D00D14B6C027979E9F3CFBE7CD4 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 47B946E4480BBA84432FCFED8EF93F98 /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; - 47DA8DB012E95911C798DF9CD5B178FE /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - 489ABB393E715972595C6293AD3BFF79 /* FIRCLSMachO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachO.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m; sourceTree = ""; }; - 48E50DDE32057D725DB3E6DD24D55DB2 /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; - 48F72A49A0500EC950A903ACB8DB5D7A /* Postman.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Postman.swift; path = Sources/Models/Postman/Postman.swift; sourceTree = ""; }; - 49B825AD729EEA9754326E44EDC9A191 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - 49C85055EB76800CD1B8B00CF2C42C7A /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; - 4A31A32C86FA696AFAE154A83761E6C6 /* FIRCLSCodeMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCodeMapping.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h; sourceTree = ""; }; - 4B072E80AEB10E405B3AA6E8A5886A21 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; - 4B3AF14170A41A6420B821B7F67A0DE1 /* FIRFirebaseUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRFirebaseUserAgent.h; path = FirebaseCore/Sources/FIRFirebaseUserAgent.h; sourceTree = ""; }; - 4B5822A8D3A204FB376AFA6D4FAFF182 /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h; sourceTree = ""; }; - 4B7BD61954C804401889BF969A21008B /* GDTCORFlatFileStorage+Promises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCORFlatFileStorage+Promises.h"; path = "GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h"; sourceTree = ""; }; - 4BFC45A22E5D8A0BEC4D7015BA218086 /* FIRCLSDataCollectionToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionToken.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h; sourceTree = ""; }; - 4C05FA4AFEF7CE0D478A4EC42F3EF668 /* StoryboardResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StoryboardResource.swift; path = Library/Core/StoryboardResource.swift; sourceTree = ""; }; - 4C617541EDC2692F0B48AEFFDC804908 /* Equal+Tuple.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Equal+Tuple.swift"; path = "Sources/Nimble/Matchers/Equal+Tuple.swift"; sourceTree = ""; }; - 4C89E059DB20A3B04E054BE4B369ABDB /* FIRCLSApplicationIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplicationIdentifierModel.h; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h; sourceTree = ""; }; - 4CB0EFA37FBC5DA38E1763EE64E9629E /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - 4CCEE1FCE1979A89BA16520192F1A73A /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - 4CDF0B1AE632544FF4C11288F5E6785C /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; - 4CEE75E8F6B49206656EB1168D031918 /* FIRCLSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.h; sourceTree = ""; }; - 4D0D20F19FBE189A7A3B31076E22FFEC /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; - 4D1F757F9CDFAC58F5DC9B4A24D7C624 /* CwlMachBadInstructionHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CwlMachBadInstructionHandler.h; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include/CwlMachBadInstructionHandler.h; sourceTree = ""; }; - 4D3DCD140F25274406770CC52C30672E /* NimbleExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "NimbleExtension-Info.plist"; sourceTree = ""; }; - 4D5180E7705B53B973A6355F7BF06517 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - 4D52740B891A34285177AC274AF3887D /* World+DSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "World+DSL.swift"; path = "Sources/Quick/DSL/World+DSL.swift"; sourceTree = ""; }; - 4DCA8A942749A4208243692F6BB102FF /* Pods-SurveyTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-SurveyTests"; path = Pods_SurveyTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4E4879B9852CE6D501A1A199301A4321 /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; - 4E72FFAA21D4D1B79241C97273617ACB /* ResourceBundle-Wormholy-Wormholy-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-Wormholy-Wormholy-Info.plist"; sourceTree = ""; }; - 4E8C7306F29C77C035848BE0ECD815B6 /* FIRExceptionModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h; sourceTree = ""; }; - 4F52211C421359E035C431502966FA70 /* GDTCOREndpoints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h; sourceTree = ""; }; - 4F7E0D665FE7B0105CA7983A5E8E4EE4 /* 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; }; - 4F9EDEF3CC47797FB1F8DB8E2BF3CDFF /* ExampleMetadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExampleMetadata.swift; path = Sources/Quick/ExampleMetadata.swift; sourceTree = ""; }; - 5008883B884D1C82F5523F0BAE7ADB5F /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 5027C2A17A4A2311AE68D81CAA8C2C37 /* ImageResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageResource.swift; path = Library/Core/ImageResource.swift; sourceTree = ""; }; - 5216E3A891DB9E35D1C711889F1D43A0 /* FIRCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h; sourceTree = ""; }; - 5342CB17771AF1FC4DE4C8755885EC19 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 53CB9EE71ACD91C181C8B0977D35F4D7 /* FIRCLSFABHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABHost.m; path = Crashlytics/Shared/FIRCLSFABHost.m; sourceTree = ""; }; - 545FB1A0CE6D184F5C613FDB2961746C /* JSONAPIType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSONAPIType.swift; path = NimbleExtension/Sources/JSONMapper/Models/JSONAPIType.swift; sourceTree = ""; }; - 546D22B11E84A6DF4EBB1B34CF70BC8F /* GDTCORFlatFileStorage+Promises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCORFlatFileStorage+Promises.m"; path = "GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage+Promises.m"; sourceTree = ""; }; - 54776C1EE65432CAD61A5BF5251CB125 /* FIRCLSDataCollectionArbiter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionArbiter.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m; sourceTree = ""; }; - 54D510733F39B61D337F4498922A3316 /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; - 54EB7B6A373D485181576111A0736F89 /* FIRCLSBinaryImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSBinaryImage.m; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m; sourceTree = ""; }; - 55993981E4E5D6F0313022361D05F795 /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; - 55B5CD0BE55B0B1CC82F1FE74172CD54 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; - 55C38DB940F28DCEFF46AF1055BF4795 /* DSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DSL.m; path = Sources/NimbleObjectiveC/DSL.m; sourceTree = ""; }; - 562849F6085859632688E4FC545DCAA1 /* QuickConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuickConfiguration.h; path = Sources/QuickObjectiveC/Configuration/QuickConfiguration.h; sourceTree = ""; }; - 56670E715779ED2AEC433016D8C7822B /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; - 56C7E56D579B1EED3E2F81C816AB33EC /* FIRCLSAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation_Private.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h; sourceTree = ""; }; - 56EB316F367FF09FF2D1E97A2CD44D52 /* GDTCORMetricsControllerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetricsControllerProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORMetricsControllerProtocol.h; sourceTree = ""; }; - 56FCF3DB1E6B84D654A0C46FC05D2D86 /* PostNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PostNotification.swift; path = Sources/Nimble/Matchers/PostNotification.swift; sourceTree = ""; }; - 573A6869EB6349E591112706F0193081 /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - 575D03F9707CC1F542ACB1A9993A84F8 /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = ""; }; - 5774A74ED909CCA98AC2758D0BCBDD2D /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 57A6321CAC772B9018F1451479785D63 /* UIStoryboard+StoryboardResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStoryboard+StoryboardResource.swift"; path = "Library/UIKit/UIStoryboard+StoryboardResource.swift"; sourceTree = ""; }; - 5820BDD6515D8869AD174282496CA89A /* AssertionRecorder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertionRecorder.swift; path = Sources/Nimble/Adapters/AssertionRecorder.swift; sourceTree = ""; }; - 5834C1DFA0CB761C903AFE552A4C9CEB /* FirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FirebaseCrashlytics.h; sourceTree = ""; }; - 58C4EE4B244D128D079E3B80EBFC3128 /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; - 58FA18DBA53A92B7E2023F04DB8D44D4 /* FIRCLSCompactUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h; sourceTree = ""; }; - 593323AB3773CD88204EF523705BFC5E /* Pods-Survey-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Survey-frameworks.sh"; sourceTree = ""; }; - 59BFD65808A5D82AD2B98790E0408E64 /* Wormholy.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Wormholy.modulemap; sourceTree = ""; }; - 59F8E536114724D3172E9C9A72092ABF /* HeartbeatsBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsBundle.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift; sourceTree = ""; }; - 5A459BFDEDCBE3F9D3694A37201355AA /* InputStream+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "InputStream+Utils.swift"; path = "Sources/Utils/InputStream+Utils.swift"; sourceTree = ""; }; - 5A7C900D187EA9F180626E3E54D698E0 /* BeLogical.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLogical.swift; path = Sources/Nimble/Matchers/BeLogical.swift; sourceTree = ""; }; - 5AFA5B4F096B5DE78EE102767C18F990 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 5B046572F7B50C064B240774F4C87746 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - 5B0C35313CC54D0EA2D696ED775CB415 /* Stringers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Stringers.swift; path = Sources/Nimble/Utils/Stringers.swift; sourceTree = ""; }; - 5B80E5037DC3848BA40EB7CFF09DBABB /* FIRCLSCompactUnwind_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind_Private.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h; sourceTree = ""; }; - 5CB94DAB850C9CD397E602DC7047ECE0 /* XCTestSuite+QuickTestSuiteBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestSuite+QuickTestSuiteBuilder.m"; path = "Sources/QuickObjectiveC/XCTestSuite+QuickTestSuiteBuilder.m"; sourceTree = ""; }; - 5CCDEF0E84C2BEA4D86B163D05C654F2 /* NMBStringify.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NMBStringify.m; path = Sources/NimbleObjectiveC/NMBStringify.m; sourceTree = ""; }; - 5D462B319908C9ED2ABCF3D31E91514E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 5DB25322285A746771FD8FCA8B1562B2 /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; - 5DF2F6F672C3CE9FB5C736EC51470B4A /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; - 5DFB4306AD1B45385BAC2512AC5CD989 /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; - 5E03A228D40FA1D22458B7BE2DA7AC01 /* FIRCLSNotificationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNotificationManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.m; sourceTree = ""; }; - 5E1396A2EC8928E870DFB17CABB53F04 /* Example.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Example.swift; path = Sources/Quick/Example.swift; sourceTree = ""; }; - 5E3B2778E121A8B032F04C2297051394 /* Resolver.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Resolver.release.xcconfig; sourceTree = ""; }; - 5E40D5C2062BC98F99B345799CD72C4D /* FIRCLSProfiling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProfiling.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c; sourceTree = ""; }; - 5E7671E0193D008FC3082F0073976439 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5EE7C145B81745E49DCD06DC2081AFEA /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; - 5F1E6E88C5B0BE8955738025AD6DD35A /* GDTCORPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORPlatform.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m; sourceTree = ""; }; - 5F2B36ADD87D892A1DBD5ADF05EA700E /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 5F91620FC41A9A656D13B985EDD9FEDD /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - 5FDD70E2AA108D4762327D4F5A33501C /* URL+Initialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URL+Initialization.swift"; path = "NimbleExtension/Sources/Extensions/Foundation/URL+Initialization.swift"; sourceTree = ""; }; - 5FFDB573337B03EFE7A0A4CA83E8A170 /* FIRCLSCompoundOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCompoundOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m; sourceTree = ""; }; - 60047FB4EAAAFC9B9B58552305297EEE /* 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; }; - 6009C34F31E91126E145F9721DAF1190 /* Bundle+Version.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+Version.swift"; path = "NimbleExtension/Sources/Extensions/Foundation/Bundle+Version.swift"; sourceTree = ""; }; - 604F0142DCE6B2D6FF2A7218157C140B /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; - 608F4F84E61B76455645A9AFD1F56D83 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - 60BF1503E58D3E1A46C18153B59A0959 /* RequestTitleSectionView.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = RequestTitleSectionView.xib; path = Sources/UI/Sections/RequestTitleSectionView.xib; sourceTree = ""; }; - 60C8E24DE3F6D12E24BBE2B5F5BCD470 /* FirebaseCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.release.xcconfig; sourceTree = ""; }; - 60D989E77B3BF37348246F15F8FBA64A /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 60F12A3710BDF138D18DF5C4100432EB /* RequestModelBeautifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModelBeautifier.swift; path = Sources/Utils/RequestModelBeautifier.swift; sourceTree = ""; }; - 61471A14265FD431B97143FF3151E2D7 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; - 61FDF7AC4D5A2062F93EC8C293610443 /* FIRCLSUserLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserLogging.m; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m; sourceTree = ""; }; - 6208D1FBF885E2788026DA85AC6C38A5 /* Quick.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Quick.modulemap; sourceTree = ""; }; - 620BBE706FE396B0566CC8601AF7EA32 /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; - 62371FE8DB9FB1431EC0E4DD6D50B379 /* TextTableViewCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = TextTableViewCell.xib; path = Sources/UI/Cells/TextTableViewCell.xib; sourceTree = ""; }; - 6263ABA600D748B425DF70CA53269916 /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; - 629ED2613B3AC0F8976F66EA1C75694B /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h; sourceTree = ""; }; - 62E8BCDBC7649692243E685169586B2F /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - 635F504F296961F1644C4F72BE465C1C /* FIRCLSNetworkResponseHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkResponseHandler.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m; sourceTree = ""; }; - 63B27F211FCA534C155E46DC0CDB4F82 /* Links.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Links.swift; path = NimbleExtension/Sources/JSONMapper/Models/Links.swift; sourceTree = ""; }; - 63D84D3F91CF18473C240E7DA9F977E8 /* UIStoryboard+StoryboardViewControllerResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStoryboard+StoryboardViewControllerResource.swift"; path = "Library/UIKit/UIStoryboard+StoryboardViewControllerResource.swift"; sourceTree = ""; }; - 63EB617E8F99415EFCC1A4D977B70F4B /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 64683F0D9A19DACE727AE54B857A8D24 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - 64842A1746EFC34380F406C1A3DFC5A7 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; - 654F7FD7AF6C94229E179A58F63D15EA /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 6555B7A068DCAB90E3A1399B2EF6C0F7 /* UITableView+DequeueReusable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+DequeueReusable.swift"; path = "NimbleExtension/Sources/Extensions/UIKit/UITableView+DequeueReusable.swift"; sourceTree = ""; }; - 657AC29D03426ABE9B26107E725E224D /* FIRCLSDemangleOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDemangleOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h; sourceTree = ""; }; - 65A171BA8CDA4243D9986EEDE515104B /* Thread+Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Thread+Async.swift"; path = "NimbleExtension/Sources/Extensions/Foundation/Thread+Async.swift"; sourceTree = ""; }; - 65A8AD5194268EF1DBDF762AF9984484 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 65C5E591F280621F9894BF09AB19F712 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - 65CE70A3A6A934333B74626E94EF2887 /* WHDate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WHDate.swift; path = Sources/Subclasses/WHDate.swift; sourceTree = ""; }; - 668B51F5763CA71E3B556BA645F9BC1F /* FIRCLSSerializeSymbolicatedFramesOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSerializeSymbolicatedFramesOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h; sourceTree = ""; }; - 6742294B7F2A4F25EE72F17FEE0A52F8 /* QuickSpec.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QuickSpec.m; path = Sources/QuickObjectiveC/QuickSpec.m; sourceTree = ""; }; - 67D8AF7CC6171E042185E6AEB98E6B8A /* FIRCurrentDateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCurrentDateProvider.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h; sourceTree = ""; }; - 683D4A3BE6A288A8483740B61DB46465 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - 68844E37AD06C876D70D254D2AB76C94 /* FIRCLSSymbolicationOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolicationOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m; sourceTree = ""; }; - 68B99666B576B6A0A01EF7AFF713CB94 /* FIRCLSSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettings.m; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.m; sourceTree = ""; }; - 691984E65F1099BEB6AFF296D6E91036 /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; - 69373194ADED8381BE20D07FC6C6C382 /* Bundle+FileResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+FileResource.swift"; path = "Library/Foundation/Bundle+FileResource.swift"; sourceTree = ""; }; - 698FF63F341A13282505BF02E092349A /* Nimble-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Nimble-Info.plist"; sourceTree = ""; }; - 69D56001767F5A95D90A517C220394C7 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - 69DFF8AC9931BFCA3DDFAC1DE1ECE9CC /* Shared.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Shared.release.xcconfig; sourceTree = ""; }; - 69F0BEE61FB8DB3FC6FBE49AE41EC49A /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h; sourceTree = ""; }; - 6A074673DF2AD3ED7412899E49362E93 /* QuickSpecBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuickSpecBase.h; path = Sources/QuickObjCRuntime/include/QuickSpecBase.h; sourceTree = ""; }; - 6A6AC631AAE5027914D3DA4621A70FFE /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 6A6D81265D7A71CC2CA23D0265F53F50 /* ExpectationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpectationMessage.swift; path = Sources/Nimble/ExpectationMessage.swift; sourceTree = ""; }; - 6B1BB1D92D2883B96BC7181496DC20E0 /* FIRCLSInternalReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInternalReport.m; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m; sourceTree = ""; }; - 6B31537FE89D5E5109D9638F33593DB2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - 6BCA54DAFBD020B5ECBE2FB0479799D7 /* Pods-Survey-SurveyUITests.debug staging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Survey-SurveyUITests.debug staging.xcconfig"; sourceTree = ""; }; - 6BF2917C0BEB00E4E1C1EF686C1BB776 /* BeGreaterThan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeGreaterThan.swift; path = Sources/Nimble/Matchers/BeGreaterThan.swift; sourceTree = ""; }; - 6C128C99177974E2FC4F43B748361BD4 /* FIRCLSCallStackTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCallStackTree.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSCallStackTree.h; sourceTree = ""; }; - 6C62FE996F93D46E24E108F6B1FC6D7D /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; - 6CCB56675F6977A6B6D0E1B0A5CEA228 /* StringResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringResource.swift; path = Library/Core/StringResource.swift; sourceTree = ""; }; - 6D7D3D014D3D9F77A5F1D73D74312F64 /* NSBundle+CurrentTestBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSBundle+CurrentTestBundle.swift"; path = "Sources/Quick/NSBundle+CurrentTestBundle.swift"; sourceTree = ""; }; - 6D9700583D8C8CABF74A634AA6822E49 /* R.swift.Library-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "R.swift.Library-dummy.m"; sourceTree = ""; }; - 6DEEE3D122F88D12CFC671760EAD4AD4 /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; - 6E17B5DE0C30419077C4AD7D0C0078DF /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - 6E428E94DE3EAE5D5FB6CC307DE0E5BE /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; - 6E974B531FC24FA7462F8473DC5A29B4 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - 6EB1DDBF5EE994F777B520959D44E862 /* StoryboardResourceWithInitialController+UIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StoryboardResourceWithInitialController+UIKit.swift"; path = "Library/UIKit/StoryboardResourceWithInitialController+UIKit.swift"; sourceTree = ""; }; - 6EB5599402EB2575B7FD292713DD7777 /* R.swift.Library.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = R.swift.Library.modulemap; sourceTree = ""; }; - 6F08AD3FF2BDDBD9255358F5D2A3DD03 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - 6F7F87F6C66E426F5CF0CBB8461412BB /* RequestResponseExportOption.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestResponseExportOption.swift; path = Sources/Utils/RequestResponseExportOption.swift; sourceTree = ""; }; - 6F7F95ED5CC9216C96442591BF773A7A /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = NimbleExtension/Sources/JSONMapper/Models/Resource.swift; sourceTree = ""; }; - 6F825F126BA91ECE71409861F56D8104 /* UIViewController+NibResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+NibResource.swift"; path = "Library/UIKit/UIViewController+NibResource.swift"; sourceTree = ""; }; - 6F9AF651F8B0E1DAD0E1DF9A3D1A9E5D /* Flow.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Flow.storyboard; path = Sources/UI/Flow.storyboard; sourceTree = ""; }; - 6FC4F7F32CC4165C115E541D93359F00 /* FIRCLSProfiling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProfiling.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.h; sourceTree = ""; }; - 701976394204ABDFD30D5CAB9DB4067D /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - 70F18E7F8D8C05F29C4AEA0B700C7605 /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; - 7211926BC8FDA7F67B6F81CBFAA02F34 /* Wormholy-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Wormholy-prefix.pch"; sourceTree = ""; }; - 721BAEB3EAB7503BEE70BAED252B9CB0 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; - 7311D3B03B26A7ED64D449D6EA425958 /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; - 735D41D57A273E460092D4DCAC3F1AA8 /* Pods-SurveyTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SurveyTests-frameworks.sh"; sourceTree = ""; }; - 736AAB2AA907D072E16041CE19F23496 /* CwlCatchException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CwlCatchException.m; path = Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m; sourceTree = ""; }; - 7410BF9FAFEF064C3D41BB98DA6C9CCD /* Pods-Survey-SurveyUITests.debug production.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Survey-SurveyUITests.debug production.xcconfig"; sourceTree = ""; }; - 745CA736867BADA2B8B8EEE5B417EE14 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 74A10552B1E38CDA1321D90ED4E04093 /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 74B4B685ECFF85CADC2B4C9CE2E6034B /* FIRCLSByteUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSByteUtility.m; path = Crashlytics/Shared/FIRCLSByteUtility.m; sourceTree = ""; }; - 74C9C65FC65361FBCF638718B4A3EB92 /* QCKDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCKDSL.h; path = Sources/QuickObjectiveC/DSL/QCKDSL.h; sourceTree = ""; }; - 751BCDB82C5A4DC0D6CB5A7775771A81 /* Pods-Survey-SurveyUITests.release production.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Survey-SurveyUITests.release production.xcconfig"; sourceTree = ""; }; - 757F2034FD65A64E457525CA85244B83 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; - 75E046E77E67FD7CFD6CD8FC5807997F /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; - 75F71FFC63664516F33A4FA4009A43BF /* Contain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Contain.swift; path = Sources/Nimble/Matchers/Contain.swift; sourceTree = ""; }; - 7631065D70FF2FBA399F91EDA2DC8905 /* firebasecore.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = firebasecore.nanopb.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h; sourceTree = ""; }; - 77023342AF65F28C46E9C49AA48BE7C3 /* QuickObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuickObjCRuntime.h; path = Sources/QuickObjCRuntime/include/QuickObjCRuntime.h; sourceTree = ""; }; - 7708F8AA659038A7C41A2545CABB5227 /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; - 7718C262C019B7739AD857E4CD744D39 /* GDTCORDirectorySizeTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORDirectorySizeTracker.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h; sourceTree = ""; }; - 772EF645FAF4D15A43EFFF71B736DD8A /* FirebaseInstallations-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstallations-umbrella.h"; sourceTree = ""; }; - 773C628030D0F9F6A182C19972133EC1 /* GDTCORStorageMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStorageMetadata.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStorageMetadata.m; sourceTree = ""; }; - 776D4F30A973DA97BE7F6FDF3E88E391 /* UICollectionView+RegisterReusable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+RegisterReusable.swift"; path = "NimbleExtension/Sources/Extensions/UIKit/UICollectionView+RegisterReusable.swift"; sourceTree = ""; }; - 77E0312169554F6438F1C363A60B2C5F /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - 78163A89B5230D3F04C453F7FBC46BDA /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; - 78587F01BE797B37AC0AADF6C58ACD7A /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 787AA73A966B4FFF1077247FB0B03149 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - 7889E2A76A5D4BDC210F56905CF7042D /* MatcherProtocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatcherProtocols.swift; path = Sources/Nimble/Matchers/MatcherProtocols.swift; sourceTree = ""; }; - 79CD437FD5B26FDE8650A267C518A310 /* FIRCLSProcessReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcessReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.h; sourceTree = ""; }; - 79EDFE778604D38424C76A29E0506502 /* QuickSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuickSpec.h; path = Sources/QuickObjectiveC/QuickSpec.h; sourceTree = ""; }; - 7A57BA990CC44993155941379A46E316 /* BodyDetailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BodyDetailViewController.swift; path = Sources/UI/BodyDetailViewController.swift; sourceTree = ""; }; - 7A7A2F338FE9F14E061A8B3233371DEF /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; - 7A7B833DF4B3D284C983FEF108D189E5 /* GDTCOREvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREvent.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m; sourceTree = ""; }; - 7B51A8983ADA309FD9C5D3ECB84825BF /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - 7BDD7C230BF7BFEA6F200844B350A398 /* ResourceIdentifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResourceIdentifier.swift; path = NimbleExtension/Sources/JSONMapper/Models/ResourceIdentifier.swift; sourceTree = ""; }; - 7BE9A81B2606C33B97605CD688228DC5 /* Closures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Closures.swift; path = Sources/Quick/Hooks/Closures.swift; sourceTree = ""; }; - 7C1E8EDAE3106793F24DB183F3AC768D /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; - 7C2D696E5167CC59D64533232A00F600 /* FIRCLSDataCollectionToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionToken.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m; sourceTree = ""; }; - 7CB02D42F90054F3CAD7DC40BDDC4911 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; - 7D2ECF26595619E1C99C126CE41E77FB /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - 7D553DAC71349E3B8FE6E90C62643E16 /* BeginWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeginWith.swift; path = Sources/Nimble/Matchers/BeginWith.swift; sourceTree = ""; }; - 7D960AFA18ACB1260EE50A244345E154 /* XCTestObservationCenter+Register.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestObservationCenter+Register.m"; path = "Sources/NimbleObjectiveC/XCTestObservationCenter+Register.m"; sourceTree = ""; }; - 7E1EB2FF3326DA62F43A5DB684D7BDF9 /* FIRCLSNetworkResponseHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkResponseHandler.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.h; sourceTree = ""; }; - 7E3DF431D7829C58D8EB7A492D252B0B /* URL+FileName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URL+FileName.swift"; path = "Sources/Quick/URL+FileName.swift"; sourceTree = ""; }; - 7EA85B9D0AF02529E33A034D7976CCBE /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; - 7EABDBF2813CD370E15934B24E1EEAD3 /* KeychainAccess-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-prefix.pch"; sourceTree = ""; }; - 7EFE6D52C9FCB279772477C775443A9A /* FIRHeartbeatInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatInfo.m; path = FirebaseCore/Sources/FIRHeartbeatInfo.m; sourceTree = ""; }; - 7F412B2457A032ABB906307FE0250B4F /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; - 7F656621D425B2F70E2D131149FC1636 /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; - 7F8329137520EC9E0DF9F9894BA2882C /* FIRCLSUserDefaults_private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults_private.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h; sourceTree = ""; }; - 7FE7B7600C1D2B814B96B53DCAF8F5C7 /* Resolver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resolver.swift; path = Sources/Resolver/Resolver.swift; sourceTree = ""; }; - 815ADBB0816C493A0290BB6E1301477F /* RequestCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = RequestCell.xib; path = Sources/UI/Cells/RequestCell.xib; sourceTree = ""; }; - 8268BCCE30B062D715979B96B4120517 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; - 827048ABA6C7B42755DC6A72D871A329 /* FIRCLSUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUtility.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h; sourceTree = ""; }; - 827C74C0C1E31A83D4F7888E301134D8 /* 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; }; - 82827EA66D8D2A283763F318654EE761 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - 828C420075D9E8A0096C74E1BD8C7847 /* JSONAPIError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSONAPIError.swift; path = NimbleExtension/Sources/JSONMapper/Models/JSONAPIError.swift; sourceTree = ""; }; - 82968A2C8B48F908DF527B57BA266487 /* GDTCORDirectorySizeTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDirectorySizeTracker.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDirectorySizeTracker.m; sourceTree = ""; }; - 82AA1792EE0E7AB34C69385B888F93BC /* FIRCLSUnwind_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_arch.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h; sourceTree = ""; }; - 82D4EB7BC199639DD28676617F091209 /* WHBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WHBundle.swift; path = Sources/Subclasses/WHBundle.swift; sourceTree = ""; }; - 8328A97FE4F4C09A1DA6A0CDC04BF229 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - 838F866CA688E5ACA08C68963B7AACCF /* QuickTestSuite.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickTestSuite.swift; path = Sources/Quick/QuickTestSuite.swift; sourceTree = ""; }; - 842C067C8BC6AFD90BB10B10BE0787B8 /* NimbleExtension */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = NimbleExtension; path = NimbleExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8431B6924865A16DCF3A33AA721D9A76 /* FIRCLSDwarfExpressionMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfExpressionMachine.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h; sourceTree = ""; }; - 8477E95EB446E3A3476D81EFAB082528 /* Wormholy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Wormholy.swift; path = Sources/Wormholy.swift; sourceTree = ""; }; - 84B52645FE4AB245C3DB890DD0E6FB16 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; - 84F902C3075EF1E76F3C6013FD582E0C /* FIRCLSRecordBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordBase.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m; sourceTree = ""; }; - 851B0F59525A89B15DC1C6368EDE4F77 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleDataTransport; path = GoogleDataTransport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 85793CB357A157B28AAF0AF2779E77F5 /* Pods-SurveyTests.release production.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SurveyTests.release production.xcconfig"; sourceTree = ""; }; - 857FC142C2F37A9FAFED84A87E37F61C /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; - 8600C04132A3FCDD389435C284ACB0D8 /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; - 8612F01C42B165E1456310D31A12DD36 /* RequestsViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestsViewController.swift; path = Sources/UI/RequestsViewController.swift; sourceTree = ""; }; - 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCrashlytics; path = FirebaseCrashlytics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86486C9B8E560A19640A49034C578CE6 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 8666EDA78211CFFF766FBEE0F97D5206 /* AdapterProtocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdapterProtocols.swift; path = Sources/Nimble/Adapters/AdapterProtocols.swift; sourceTree = ""; }; - 86C6E369E7388A4ECAC69E58797E83A1 /* FIRCLSUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h; sourceTree = ""; }; - 86D1287119EF1F5DA9B54FBA1618BAC1 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - 871419A4C1D42F48253AA042E4956A20 /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - 872044BC689E67A72FB265AC81743E0B /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - 8755AC15001F963901CFB41CA9C61652 /* FIRCLSDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDefines.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h; sourceTree = ""; }; - 879B8D8608DA2BE518E237A8606B1208 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; - 87C6073AEFC976E840948B01D2B47575 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - 87E452D488D476A11D2A37E39618AA05 /* GDTCOREvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h; sourceTree = ""; }; - 880EF503890D014F7EFD27D56C1159A1 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; - 88168F2F96704CD993FC40F29FB9F162 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 881CAE519B5A827036B4168B7FB8E036 /* KeychainAccess-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KeychainAccess-Info.plist"; sourceTree = ""; }; - 882D026B1C39A1D81AF221C66EEC35BF /* R.swift.Library-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "R.swift.Library-umbrella.h"; sourceTree = ""; }; - 884F53EE9BD0E3E42C16039321A6AE52 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - 88EF0D97D7C3EA58D3850117705BF42F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Storage.swift; sourceTree = ""; }; - 89181F9863E71533AC5FB2A566FC1751 /* NibResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NibResource.swift; path = Library/Core/NibResource.swift; sourceTree = ""; }; - 89383A8E4DCBC7AB5B4910C9CA4E889D /* FIRCLSRecordIdentity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordIdentity.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h; sourceTree = ""; }; - 89D20439C45E18B647D8A751C6429645 /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; - 89EAFDB1D163FEBFDC3249C9979B57CF /* Wormholy-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Wormholy-dummy.m"; sourceTree = ""; }; - 8A02FEFCB656890E1996A0B250CDD5DB /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; - 8A11E6627901E7232316215D7C4B6AC3 /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h; sourceTree = ""; }; - 8AAEE96BB7FE715A9D2E46C3BFB58D6B /* FIRCLSFABAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation_Private.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h; sourceTree = ""; }; - 8AF5758FFD47D320E4E11A5DCE696046 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 8AFB704C7FD9F840080928B8CDA907F5 /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 8B2CEFD96295C83E29C3CA48370BFFC9 /* GDTCORMetricsController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetricsController.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORMetricsController.h; sourceTree = ""; }; - 8B7B9AFDA7380BB89C692427A54FE426 /* FIRCLSDownloadAndSaveSettingsOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDownloadAndSaveSettingsOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h; sourceTree = ""; }; - 8C079DBA050F5B5FE9FB73BDD07F1678 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h; sourceTree = ""; }; - 8C1A25F46DE0E099076E7AF8E2D184EB /* FIRCLSThreadArrayOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadArrayOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h; sourceTree = ""; }; - 8C539D1FBFDEDE4A382C46AEA089D704 /* ThrowError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThrowError.swift; path = Sources/Nimble/Matchers/ThrowError.swift; sourceTree = ""; }; - 8C56CAC16DA3E083DCD5C06A2AD19429 /* FIRCLSFABAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABAsyncOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m; sourceTree = ""; }; - 8CC9178C366942FD6FF6A115604EAD58 /* FirebaseCoreDiagnostics */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCoreDiagnostics; path = FirebaseCoreDiagnostics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8D2FFE81C6B6959453138717299A6A65 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; - 8D8652FEA11A26CB22544646CC117666 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; - 8D921EFEB11CFCE16B276ACB4011CF97 /* ThrowAssertion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThrowAssertion.swift; path = Sources/Nimble/Matchers/ThrowAssertion.swift; sourceTree = ""; }; - 8DA52A4932DBFCCF50703C0433DB66C5 /* Encodable+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Encodable+Dictionary.swift"; path = "NimbleExtension/Sources/JSONMapper/Extensions/Encodable+Dictionary.swift"; sourceTree = ""; }; - 8DCD8E4BB14A5DFF5B5D86F6C05BDCC8 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; - 8DED912223862F0CF3C57502F29F5254 /* FIRCLSSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettings.h; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.h; sourceTree = ""; }; - 8E040B547E61D8983491DE22B230DA20 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - 8E1047E93FD1443A1638DE935F59D5CD /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h; sourceTree = ""; }; - 8E3A30BD4C778B9526C91BB85F08582C /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; - 8E3D93B8CA10863859F54708D56F214C /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h; sourceTree = ""; }; - 8E5537606B8C437D55E607802DAC4BB3 /* UICollectionView+DequeueReusable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+DequeueReusable.swift"; path = "NimbleExtension/Sources/Extensions/UIKit/UICollectionView+DequeueReusable.swift"; sourceTree = ""; }; - 8E5AA986D754D4A2705B105D25EA1840 /* GDTCOREvent+GDTMetricsSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTMetricsSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTMetricsSupport.m"; sourceTree = ""; }; - 8E7A7D805358DC5F0223F95AD7D180E4 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - 8EB5411AD84C8B58598439E46BE8D843 /* Pods-Survey-SurveyUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Survey-SurveyUITests-acknowledgements.markdown"; sourceTree = ""; }; - 8EE307AA93660321B05764A940BEC5B2 /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; - 8F1D6E6F3EE08D877EAEC42E904EB217 /* FirebaseCoreDiagnostics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreDiagnostics.modulemap; sourceTree = ""; }; - 8F9263DAF7DADA23CF4AB08995AD5ED5 /* WHView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WHView.swift; path = Sources/Subclasses/WHView.swift; sourceTree = ""; }; - 8F96792F1EEA9728A9213F65425A9F9F /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; - 9053ABC6BCD809F6149992D345E4A932 /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; - 911EE2E1C230C8FEBCB7F28DFD9AD156 /* Optional+Extras.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Optional+Extras.swift"; path = "NimbleExtension/Sources/JSONMapper/Extensions/Optional+Extras.swift"; sourceTree = ""; }; - 91340AED2A7FDC31A00714EF653A535C /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; - 915CC12116C374486648D2C13ABC6E78 /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; - 916A4483A99E739CF4E307C70750622B /* HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift; sourceTree = ""; }; - 91ED45E8AEB0A0B294E28CCF82A6D993 /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; - 9269EB49C83E61B8945406BFBB2E1DF0 /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TypedStoryboardSegueInfo+UIStoryboardSegue.swift"; path = "Library/UIKit/TypedStoryboardSegueInfo+UIStoryboardSegue.swift"; sourceTree = ""; }; - 92C84C234C7D1B3DDD1FB54823BC3255 /* FIRCLSInstallIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInstallIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h; sourceTree = ""; }; - 932AEBE1051501B40E9D4255D3944FB3 /* FIRCLSOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h; sourceTree = ""; }; - 93DBE0D7311A8D6C1F993020DE0B875B /* UIColor+ColorResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ColorResource.swift"; path = "Library/UIKit/UIColor+ColorResource.swift"; sourceTree = ""; }; - 93F6EBBBA35B0E7E2F6978740604A84E /* Pods-Survey.debug production.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Survey.debug production.xcconfig"; sourceTree = ""; }; - 941A689A0B94CD827338E7A1F0419423 /* Pods-Survey-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Survey-dummy.m"; sourceTree = ""; }; - 946916DF153FEE0B16AE7366F0361F5D /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - 949EC97A816A88B63C8B7D46F5A898BA /* FIRCLSSymbolResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolResolver.h; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h; sourceTree = ""; }; - 94B75DC7E32B5B55E0FDA62C7D5E4FE0 /* Colors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Colors.swift; path = "Sources/Support Files/Colors.swift"; sourceTree = ""; }; - 95B60B62285A097FE03E6AE374457E23 /* FIRCLSMachO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachO.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h; sourceTree = ""; }; - 96368B990C5423F502527D927142995A /* FIRCLSFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFileManager.m; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.m; sourceTree = ""; }; - 963AEE635C66E0D1AEBE929C4E07DDDE /* SatisfyAllOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SatisfyAllOf.swift; path = Sources/Nimble/Matchers/SatisfyAllOf.swift; sourceTree = ""; }; - 9651FB0843AACADB2BC9574E489E1DFC /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; - 965229CAC7FF8CEA281F625B05C11ABF /* FIRCLSAllocate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAllocate.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h; sourceTree = ""; }; - 96A4D67585D6A0A5DD3E2E1CFEC7279C /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; - 972E18EAAD9475CE938D47024DCDBB01 /* DSL+Wait.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DSL+Wait.swift"; path = "Sources/Nimble/DSL+Wait.swift"; sourceTree = ""; }; - 979486118B3E90C08386079D57962701 /* SnapKit */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97E1AEE336DA3ED95099EAEEE45C33D8 /* FIRCLSUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUUID.m; path = Crashlytics/Shared/FIRCLSUUID.m; sourceTree = ""; }; - 97F3A7B19339652B80D038025455F20F /* Identifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Identifier.swift; path = Library/Core/Identifier.swift; sourceTree = ""; }; - 97F95DB9F023E5A03156BFE5CD0877FE /* QuickSpecBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QuickSpecBase.m; path = Sources/QuickObjCRuntime/QuickSpecBase.m; sourceTree = ""; }; - 97FAD9737F82C54D876ADC1CEECEB94E /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; - 97FCB98B31C327C336A51B7111444C2A /* NSURLSessionConfiguration+Wormholy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSessionConfiguration+Wormholy.m"; path = "Sources/Objc/NSURLSessionConfiguration+Wormholy.m"; sourceTree = ""; }; - 99695C321C42983207C11422933B50C8 /* 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 = ""; }; - 998D6466DB5EA8887B785BCD87473525 /* Pods-Survey-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Survey-acknowledgements.plist"; sourceTree = ""; }; - 9993F362B138316525A98AC6B40D8410 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 9994A86FF2147E8307048756B6501EEF /* KFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFAnimatedImage.swift; path = Sources/SwiftUI/KFAnimatedImage.swift; sourceTree = ""; }; - 9A15FCB37E480DA0271B7533AB3BD2AF /* GDTCORStorageSizeBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageSizeBytes.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageSizeBytes.h; sourceTree = ""; }; - 9A4AB5262DBC003363EB2B4BDFD214EA /* FIRCLSURLBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLBuilder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m; sourceTree = ""; }; - 9A52D3F0F624C2C7275CF960286FD890 /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - 9A995B46C7A0622E8926489EE11BB5AE /* WHCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WHCollectionView.swift; path = Sources/Subclasses/WHCollectionView.swift; sourceTree = ""; }; - 9B35864DA9484B3DB7BEB4D67F219455 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 9B5ECBFC48B22CAC6A66EFE02883F8F2 /* SwiftFormat.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftFormat.release.xcconfig; sourceTree = ""; }; - 9B6434D9483EE83C716B21D6FDA3A671 /* FIRCLSHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHandler.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h; sourceTree = ""; }; - 9B7A2FCD1B79E2A2079095D0A6C610E5 /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Sources/Nimble/Expression.swift; sourceTree = ""; }; - 9BA6CAA9D852766C8B6C9CC2479056F9 /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; - 9BBBE6C9664AA0252C3F6A8EF6EA21EC /* GDTCORRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h; sourceTree = ""; }; - 9C28E015279CF21CCB98B66DE5C27857 /* FIRCLSGlobals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSGlobals.h; path = Crashlytics/Crashlytics/Components/FIRCLSGlobals.h; sourceTree = ""; }; - 9CA324E026837ADC0919A5D21D94B699 /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; - 9CD30EFEDDB297AC0FCB5204C9B4B6A1 /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; - 9D22F5092BF706574573777F39DCBB85 /* BeLessThanOrEqual.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLessThanOrEqual.swift; path = Sources/Nimble/Matchers/BeLessThanOrEqual.swift; sourceTree = ""; }; - 9D2B985C710D2322F229A74CD2C87ABD /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 9D5C677CD0C736DC8356A8CAFDF354F8 /* WormholyConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = WormholyConstructor.m; path = Sources/Objc/WormholyConstructor.m; sourceTree = ""; }; - 9D692B07DE1E76C1E2404D82A32146D7 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; 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; }; - 9DEDB5067F99CB39E3C62626CA07C50D /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 9E5108B753D9AD4D130FE6E51162B40C /* FIRCLSInternalLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalLogging.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h; sourceTree = ""; }; - 9E97F9E9CD57B188FDDD64ECCDD3EF0C /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; - 9EAB9C823C7967BD615C3A78C4BE4821 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - 9EAD4E53CD086993523A3E96F2EC1A91 /* ColorResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorResource.swift; path = Library/Core/ColorResource.swift; sourceTree = ""; }; - 9ED719956946B8A9B9FCF075E7D65134 /* FirebaseCrashlytics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCrashlytics.modulemap; sourceTree = ""; }; - 9FA7D0E5DC8526A5B8CCDDD5A94C2C8D /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h; sourceTree = ""; }; - A04BC445A89F28AAFD7404DF57D401DB /* FIRCLSReportUploader_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h; sourceTree = ""; }; - A055459C4ACA031FAFF6686C2BAC5A86 /* FIRCLSCodeMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCodeMapping.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m; sourceTree = ""; }; - A09377DC59EE85D6961CA0F3ADD79D31 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - A0A3C39E24F5470FB3A2E313ADC38481 /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - A0B42487F13935AEDF9C1E87273DE2BB /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; - A0CBD90592C56F050F2AB9C5DB539087 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - A0E7DC228F8924BB8D503D47D85C2DE8 /* Pods-Survey */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-Survey"; path = Pods_Survey.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A1110534D4597C06492EF9D41D556B8F /* Nimble.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Nimble.release.xcconfig; sourceTree = ""; }; - A126B8904E685432A6DACDF6F45FF1B1 /* BeNil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeNil.swift; path = Sources/Nimble/Matchers/BeNil.swift; sourceTree = ""; }; - A189F87766A613A5765BCB009D8D4BFB /* GDTCORReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h; sourceTree = ""; }; - A19D220B32B12A2FA30B9F53D4F77073 /* DSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DSL.h; path = Sources/NimbleObjectiveC/DSL.h; sourceTree = ""; }; - A2322E7A4C899400BDDF115E43F6DE1A /* FIRHeartbeatLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatLogger.m; path = FirebaseCore/Sources/FIRHeartbeatLogger.m; sourceTree = ""; }; - A233915ADAC314D8CC98D2F86BAE85B0 /* FirebaseCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCore.modulemap; sourceTree = ""; }; - A27430CB7449911F4084C6BDCD6158C8 /* EndWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndWith.swift; path = Sources/Nimble/Matchers/EndWith.swift; sourceTree = ""; }; - A28AD43FEE51BC88E020725B5318B8B5 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - A2A2305E2DB8AFF71480339EBED95BAE /* QCKConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QCKConfiguration.swift; path = Sources/Quick/Configuration/QCKConfiguration.swift; sourceTree = ""; }; - A306CD75F2EBBF72334DFCE79178443E /* NimbleExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NimbleExtension-dummy.m"; sourceTree = ""; }; - A32EF3A3AFBF08AD078EF56C3549CCE9 /* GDTCOREventDropReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDropReason.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCOREventDropReason.h; sourceTree = ""; }; - A347B580F5AA5DD3B38A826DDCDDBDC0 /* FIRExceptionModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h; sourceTree = ""; }; - A3AC2A16BB0308E758E28DF0415D097B /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - A3EF185E2AFB6A447D1AE074FE06B94B /* 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 = ""; }; - A420B97F767861210AC21FE0452C27D0 /* FIRCLSApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplication.h; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.h; sourceTree = ""; }; - A44FE7A7D381BC9368695157E98B295A /* Pods-SurveyTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SurveyTests-Info.plist"; sourceTree = ""; }; - A467031D9537E3776C72CDA3E343C7EB /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - A4A3E9E2124383E629CC4DA4DEE563CF /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - A4AD69ACB55EFFCEE21C18583E399744 /* Quick.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Quick.h; path = Sources/QuickObjectiveC/Quick.h; sourceTree = ""; }; - A500F29C8F6681AFE169D2AB3FEE4E55 /* GDTCORMetrics+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCORMetrics+GDTCCTSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Private/GDTCORMetrics+GDTCCTSupport.h"; sourceTree = ""; }; - A53075061C908EB76FD97C6C21C4034B /* GDTCORReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h; sourceTree = ""; }; - A5358F340B5D45A704F9CEF4783B6C64 /* PromisesObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesObjC-umbrella.h"; sourceTree = ""; }; - A5A36C03F84643F93A2FBC18B54A8AE2 /* Predicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Predicate.swift; path = Sources/Nimble/Matchers/Predicate.swift; sourceTree = ""; }; - A5E72131861B52C0F4DD565F5405C59E /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; - A61CE8B1212E702F520A2A9BB1A7A8BB /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; - A6350E227E5E288F71DCD5C5351ECBA6 /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; - A6A37DF58E952ECD191598827221F84C /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A6A44859080524B5C4ED2F8AD603572C /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - A6F8519A38A413A5041897762BAF9909 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - A70CD7DFA3D6B577346C1C4BDA54F9F0 /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h; sourceTree = ""; }; - A720FCB7D4BD6CAACA2CD006EEFBB723 /* GDTCORTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransformer.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m; sourceTree = ""; }; - A75758DCEB2B2E6C8F8CCA03E2023B88 /* CwlCatchException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CwlCatchException.h; path = Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h; sourceTree = ""; }; - A766B906668A52AD697E7F3DB2686F1A /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A7725350268F2E804258770C2C3228CD /* Pods-Survey-SurveyUITests.release staging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Survey-SurveyUITests.release staging.xcconfig"; sourceTree = ""; }; - A7746631C5F193B4778E4DC3213401B5 /* RequestTitleSectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTitleSectionView.swift; path = Sources/UI/Sections/RequestTitleSectionView.swift; sourceTree = ""; }; - A7C00E0F02EAE0709F2E5839FF849367 /* FIRCLSByteUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSByteUtility.h; path = Crashlytics/Shared/FIRCLSByteUtility.h; sourceTree = ""; }; - A7CEB53D1982CED4E64A00CF51300613 /* GDTCORTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransport.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m; sourceTree = ""; }; - A7FEF695FAE78661404D388A22424103 /* FIRCLSApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplication.m; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.m; sourceTree = ""; }; - A8156A769A94A8816A596E83AEE00C16 /* FIRCLSRecordApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordApplication.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h; sourceTree = ""; }; - A81A575E66EB031B2DD984A66020FC1E /* Pods-Survey.release production.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Survey.release production.xcconfig"; sourceTree = ""; }; - A881C8A3D84C6413FD7B26F3CA207CD9 /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; - A882A96A3DEA746263565D16B63BD1BB /* Pods-Survey-SurveyUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Survey-SurveyUITests-dummy.m"; sourceTree = ""; }; - A8B77FAE6C1B1830BD1FB8857572C2A7 /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A949B26AB9B074C063CBB0A179AB237A /* R.swift.Library-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "R.swift.Library-prefix.pch"; sourceTree = ""; }; - A96E732B18EF155C69FE332872AAB522 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h; sourceTree = ""; }; - A9CED1B4FA4EADE75EFFCEC059AAC7F9 /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; - AA92ED38E716E03D3FC758C810953B95 /* Wormholy-Wormholy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "Wormholy-Wormholy"; path = Wormholy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - AAF5547367EE38E7FA8B09FB210C4104 /* GDTCORStorageMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageMetadata.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORStorageMetadata.h; sourceTree = ""; }; - AB056D7696841B5202B66BF7710BDF6B /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; - AB1DC6B86E757CAA3DE8600D5A38467B /* Sourcery.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sourcery.release.xcconfig; sourceTree = ""; }; - AB3F5CF7A3E9A67BDB82A5E7A2115E57 /* GDTCORMetrics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORMetrics.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORMetrics.m; sourceTree = ""; }; - ABF67AE6A3B9DD121FEB2A87ECCB2A35 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; - AC812C68A3A7B0857EDA9F7B6C00238B /* UITableView+ReuseIdentifierProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+ReuseIdentifierProtocol.swift"; path = "Library/UIKit/UITableView+ReuseIdentifierProtocol.swift"; sourceTree = ""; }; - AC8A344087A9770811DA78A35D2B405F /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; - ACFA77D223089B0AF122445521274D8F /* BeIdenticalTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeIdenticalTo.swift; path = Sources/Nimble/Matchers/BeIdenticalTo.swift; sourceTree = ""; }; - AD3A5A87ECEB733E2A559ECF818AEACB /* HooksPhase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HooksPhase.swift; path = Sources/Quick/Hooks/HooksPhase.swift; sourceTree = ""; }; - AD5E71257D453A5C7E96681BDDC80D6E /* SwiftLint.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftLint.release.xcconfig; sourceTree = ""; }; - AD921A774874F1D9E21C918B4523586A /* NimbleExtension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NimbleExtension-umbrella.h"; sourceTree = ""; }; - AD9F015BB4489BD9C55B43DA63C83ACE /* Wormholy-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Wormholy-Info.plist"; sourceTree = ""; }; - ADB4479C6A502472D97101A5C0F8664C /* Pods-SurveyTests.release staging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SurveyTests.release staging.xcconfig"; sourceTree = ""; }; - ADBA8AFA3B320D6DAA34AAF0348D238F /* GDTCORMetricsMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetricsMetadata.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORMetricsMetadata.h; sourceTree = ""; }; - ADC176A6635255EEC0499304C073BE7E /* mach_excServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mach_excServer.h; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.h; sourceTree = ""; }; - ADCBF9ECB94562E8E96333DA8F19B6B9 /* client_metrics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = client_metrics.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/client_metrics.nanopb.c; sourceTree = ""; }; - AEB8F2E225ED63350D2FD97D60B704F2 /* FIRCLSThreadArrayOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSThreadArrayOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m; sourceTree = ""; }; - AF46FE25A4BAB6C74F933E18EEBD5EF5 /* GoogleUtilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleUtilities.modulemap; sourceTree = ""; }; - AFAAB36289AF08754A5E4365256CC455 /* FIRCLSCallStackTree.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCallStackTree.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSCallStackTree.m; sourceTree = ""; }; - AFE05F54930B43AB9400D7D4DD3EBAA6 /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h; sourceTree = ""; }; - B02213DCAEE8CBC3EF49F4F58FCBA360 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - B04D63E0041AD4D4415E33B6B09CB54A /* FIRCLSReportAdapter_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter_Private.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h; sourceTree = ""; }; - B05C9C8F335FD3024ADC99E4464D25C7 /* FIRCLSHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHost.h; path = Crashlytics/Crashlytics/Components/FIRCLSHost.h; sourceTree = ""; }; - B07C8529FFB178FFCBFA8C2885C6A96F /* R.swift.Library-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "R.swift.Library-Info.plist"; sourceTree = ""; }; - B09C2815B049D2D585D730A25DCEA3CC /* FIRCLSConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSConstants.h; path = Crashlytics/Shared/FIRCLSConstants.h; sourceTree = ""; }; - B0CA9D52CF2FF7D11078E42356B1C669 /* ExampleGroup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExampleGroup.swift; path = Sources/Quick/ExampleGroup.swift; sourceTree = ""; }; - B0D1E8AAB5A5D4C85E61A7ADD8435ED8 /* ImageContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContext.swift; path = Sources/SwiftUI/ImageContext.swift; sourceTree = ""; }; - B124A9055E735E84ADABE7304C70BE88 /* Pods-Survey.release staging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Survey.release staging.xcconfig"; sourceTree = ""; }; - B12AF62FF2EDFCBCE47601BDB01AF4DC /* 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; }; - B2F8098CA69AF86C78F8725CFA357D95 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - B385062C2EA5DD548FEE85171A8D9A45 /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; - B38B04D66A5D116FFABCD77715E55590 /* FirebaseCrashlytics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCrashlytics-Info.plist"; sourceTree = ""; }; - B3970AD64068087948276AFA75507BCE /* GDTCOREndpoints.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREndpoints.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREndpoints.m; sourceTree = ""; }; - B3B3A7A4FF57E5F99FDAD8DD6628F4C7 /* WHBaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WHBaseViewController.swift; path = Sources/Subclasses/WHBaseViewController.swift; sourceTree = ""; }; - B3BF27368327FF6A2704B3222F670CFF /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; - B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleUtilities; path = GoogleUtilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B49FBDAE25C6B091BE0B959D46239A15 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - B4E285E90034564818740D2828298045 /* GDTCORLogSourceMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLogSourceMetrics.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORLogSourceMetrics.h; sourceTree = ""; }; - B515356186A3A06F7F80CC81F514A091 /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; - B59089ABE2C3D42F3601C65DB2A2568E /* ReuseIdentifierProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReuseIdentifierProtocol.swift; path = Library/Core/ReuseIdentifierProtocol.swift; sourceTree = ""; }; - B6342E2BAA0AFB2A6450D00D18574BA7 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; - B666D370F9A604D5AFB7F385A6AAFA60 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; - B765BB1522850F6CDF71486841145EF1 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - B778E1965E732634ABDF4446CE1315FD /* FirebaseCoreInternal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-umbrella.h"; sourceTree = ""; }; - B78AD4D0E4098ECC2448F23872E84063 /* GDTCORMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetrics.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORMetrics.h; sourceTree = ""; }; - B7B9324D1151F3B975590BF38D1A11F1 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - B7D6CA1BAB5F5FC28CDB87BEEE2A459A /* BeEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeEmpty.swift; path = Sources/Nimble/Matchers/BeEmpty.swift; sourceTree = ""; }; - B854EC3E3EEE416F3980965CE89799A6 /* GoogleDataTransport-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleDataTransport-Info.plist"; sourceTree = ""; }; - B90AF5EE981D5835B3032A94C6606762 /* GDTCORFlatFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORFlatFileStorage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m; sourceTree = ""; }; - B915F8CCF4724E39B241D517C8F3F7F5 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - B916AE361DA43A09AF92E1886D776913 /* FIRCLSFABNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABNetworkClient.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h; sourceTree = ""; }; - B96F48A7D36D2FE0558B535E76502250 /* GDTCORMetrics+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCORMetrics+GDTCCTSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCORMetrics+GDTCCTSupport.m"; sourceTree = ""; }; - B99435291C4BCF7E61C2038B1D0BD9F1 /* FailureMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FailureMessage.swift; path = Sources/Nimble/FailureMessage.swift; sourceTree = ""; }; - B9B72150D4E02289ABCBD84DC02F3598 /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - B9C88B97FEACAFC4C3A0B1D0B3FC0489 /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; - B9E74D76965F9552DE4CFAE8C24DB11D /* GDTCORAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORAssert.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h; sourceTree = ""; }; - BA36BB3D30C28F9BB8B59F37E845876E /* GDTCORRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h; sourceTree = ""; }; - BA7C0EC4B5AAE7AB6ABD7C3567D74C45 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - BA87154A7A0F775659106CEDE99710AD /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; - BAAC7E87265220CFA256DAE624B8C47C /* FIRCLSSymbolicationOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolicationOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h; sourceTree = ""; }; - BAB491C3ABCC351F1C109596832BE026 /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h; sourceTree = ""; }; - BAE263041362D074978BB3B577DF0A05 /* Nimble */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Nimble; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB0C47EEAB801A15B824226F07E594A7 /* FIRCLSOnDemandModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOnDemandModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRCLSOnDemandModel_Private.h; sourceTree = ""; }; - BB284E511962F89279E5CA7EEE96BFD8 /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; - BB5D7DC2DDE8D4988F1A39B80176ED89 /* Pods-Survey.debug staging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Survey.debug staging.xcconfig"; sourceTree = ""; }; - BB6EEB4ED4E12F6EC2C169650C218ED7 /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h; sourceTree = ""; }; - BBCC10CADD56BFFC2B8D4EE87CA50C29 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Extension/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - BBF6D858C4687BFAC80FCDECC4C8B6F1 /* GDTCCTUploadOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploadOperation.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h; sourceTree = ""; }; - BC93666E408CB758322687A04E98316D /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - BCCC44E278A80D5084522CF0A7287D69 /* FIRCLSExistingReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExistingReportManager_Private.h; path = Crashlytics/Crashlytics/Private/FIRCLSExistingReportManager_Private.h; sourceTree = ""; }; - BCD5797216E0483B5FE51E970881ABE2 /* FIRCLSConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSConstants.m; path = Crashlytics/Shared/FIRCLSConstants.m; sourceTree = ""; }; - BD222610DD0B42B8E47832665A26EB2D /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - BDF7BDDCA1A490FB33A99B313E7E7853 /* FIRCLSReportAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h; sourceTree = ""; }; - BE8F1D857A30FCF57CAB21267F0EBC1A /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - BEDDC4FD1AF911108826015912C41F4C /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; - BEFC7AAAA16B61F2178779C573C5F5D5 /* FIRCLSFABNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABNetworkClient.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m; sourceTree = ""; }; - BF20CC56926E8858DABB4B5BC65DF709 /* FIRCLSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLogger.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h; sourceTree = ""; }; - BF2D6FAEBDD9E3EE93EB91CB65057EBC /* Section.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Section.swift; path = Sources/Models/Section.swift; sourceTree = ""; }; - BF651B8F3B5E506F7490150133637130 /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; - BF820B1F1232787EBEBE1ED1457B3FD7 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; - BFCEDFA76EDA6DCC0438F037AC1BD3D4 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - BFDE3532D60BF54CD0A86A631430DFEE /* FIRCLSBinaryImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSBinaryImage.h; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h; sourceTree = ""; }; - C018BEB88FD25A2A27D35C746E488F32 /* ErrorUtility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ErrorUtility.swift; path = Sources/Quick/ErrorUtility.swift; sourceTree = ""; }; - C0398B427451050A38832BBBEDDEC0E6 /* _ObjC_HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift; sourceTree = ""; }; - C0CA59406BCF72DB8FDF040E2078D79E /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; - C10342B5E6FDFDD6ADF9F4CC5001FEE3 /* UICollectionView+ReuseIdentifierProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+ReuseIdentifierProtocol.swift"; path = "Library/UIKit/UICollectionView+ReuseIdentifierProtocol.swift"; sourceTree = ""; }; - C19E5B5F6F8A26F08D1496AA743A6EDE /* FirebaseCoreInternal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreInternal-Info.plist"; sourceTree = ""; }; - C1B7A7EF957F28119C2E01711B93DB88 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - C1CEC560EB75034B5FEF1F9D0F542B17 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - C1DB99279C5FF289CE9F45AC8182C2AD /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; - C204CA5DF3923E20E2AF98C52D1DB42E /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; - C21C0776C2EC72A53FA592B00CCB38A5 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; - C24ED227E2131497A62295D3767E4C74 /* FIRCLSExistingReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExistingReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h; sourceTree = ""; }; - C2C93F3BF6BA49D0D96A0156F8D2F153 /* CwlMachBadInstructionHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CwlMachBadInstructionHandler.m; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m; sourceTree = ""; }; - C2D8A4598BF35C0753A8000B996AB043 /* DSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DSL.swift; path = Sources/Nimble/DSL.swift; sourceTree = ""; }; - C2E9846B0AE55CBEEA6E0CE891CBAAF5 /* RaisesException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RaisesException.swift; path = Sources/Nimble/Matchers/RaisesException.swift; sourceTree = ""; }; - C2FC0E562EF2F42FBC76686F6E28D8AD /* HeartbeatStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatStorage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift; sourceTree = ""; }; - C308672DECB1A1F85004AF8C6B1267C4 /* Resolver-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Resolver-umbrella.h"; sourceTree = ""; }; - C316E5EB2E0C4FC5C64405A50001F644 /* FIRCLSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLogger.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m; sourceTree = ""; }; - C37236B21BA0E4475E510FA124902B01 /* UIFont+FontResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+FontResource.swift"; path = "Library/UIKit/UIFont+FontResource.swift"; sourceTree = ""; }; - C3993E47ABC13ACD2BFFFB69F3744001 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C3C189F6DF298EA285BF1D930C130F53 /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C43372ACBF6C12D410B876FD254FDAC3 /* DispatchTimeInterval.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchTimeInterval.swift; path = Sources/Nimble/Utils/DispatchTimeInterval.swift; sourceTree = ""; }; - C450C690E8A5070BD96DB27D15E3C667 /* FIRCLSExecutionIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExecutionIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h; sourceTree = ""; }; - C4E15C47C4561E0FBF0515F896D0A2ED /* World.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = World.swift; path = Sources/Quick/World.swift; sourceTree = ""; }; - C4FDFC5BDBD7A0DB96B748B25573FC91 /* GDTCORReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORReachability.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m; sourceTree = ""; }; - C50134AE48C2EEB112ED965015A074DE /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; - C52182360C22B6DFE5AC63150CE5CDEE /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - C57FB9A4B3218B25719298E3A9372C54 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; - C5ED70A2C66B8A2C9A901723A1258785 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - C679C62A7960BCB5F6CDF2C3DFB6A401 /* R.swift.Library.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = R.swift.Library.release.xcconfig; sourceTree = ""; }; - C74811DB7E64FD2BB478F1CE551ADB6C /* Keychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Keychain.swift; path = Lib/KeychainAccess/Keychain.swift; sourceTree = ""; }; - C77EBF38E6EF8187C438C1C6B514D9D9 /* PromisesObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesObjC.modulemap; sourceTree = ""; }; - C78CA4709BBEC8F60FD71526C0448AEF /* FIRCLSRecordBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordBase.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h; sourceTree = ""; }; - C7C5ADAF17A2BE833B621FF108A918FF /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; - C83E286AF656D237777FFEDF021D27BC /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; - C8981F2A264FBE81C61CC389466AD131 /* FIRCLSContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContext.m; path = Crashlytics/Crashlytics/Components/FIRCLSContext.m; sourceTree = ""; }; - C916BDD4B6FB21F321ACF49ED3340995 /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; - C9714CDF2A9FB1811B18439D6EA07E14 /* Pods-SurveyTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SurveyTests.modulemap"; sourceTree = ""; }; - C9877618C38B68ABBEB88A70D31DB354 /* Pods-SurveyTests.debug staging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SurveyTests.debug staging.xcconfig"; sourceTree = ""; }; - C9A3383038F41016AD705ABF2EDEDA52 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; - C9F524FFB6314DFAE4FD88D2708B3EC8 /* FIRCLSMetricKitManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMetricKitManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSMetricKitManager.h; sourceTree = ""; }; - CA06F04C82B77204EA906C8F876F3925 /* FIRCrashlyticsReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlyticsReport.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h; sourceTree = ""; }; - CA0A63FB41FB5EFD32231885F2696792 /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; - CA4DED5C2387F8443ED03B7A5D27A4D4 /* FIRCLSNetworkOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h; sourceTree = ""; }; - CA4E3B66CE4D02048C77392B64FD0ABB /* R.swift.Library */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = R.swift.Library; path = Rswift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CA66A6619F3DFA7AEF240A1334BE2E45 /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; - CA6CB76D90019E1C8C2E04D2F8FD3BC6 /* Heartbeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Heartbeat.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift; sourceTree = ""; }; - CAB1C2C1DB81C41AC207805F37834174 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; - CAEEC692AEEFEF69521C5650323E55D6 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - CAF3E8E4D841EAED8ABFB18594A50421 /* ElementsEqual.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementsEqual.swift; path = Sources/Nimble/Matchers/ElementsEqual.swift; sourceTree = ""; }; - CB652D74998ACEB5050F202D08D29DF4 /* FIRCLSSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettingsManager.h; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h; sourceTree = ""; }; - CBB2B72BD0746F8DA3FFADD29BB7A03F /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; - CBB653C24934581979348CF5D878977C /* FIRInstallationsBackoffController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsBackoffController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m; sourceTree = ""; }; - CBD3A3BFB78CBB119E133FE798A77D92 /* Config.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Config.swift; path = "Sources/Support Files/Config.swift"; sourceTree = ""; }; - CCC830BB991D58024F3C16E787299731 /* Equal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Equal.swift; path = Sources/Nimble/Matchers/Equal.swift; sourceTree = ""; }; - CDDA4E36D71AA8C8E54C7228D6938761 /* FIRCLSNetworkOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m; sourceTree = ""; }; - CDEF9F8AADA9FB888B05CB832525D3D6 /* GDTCOREvent+GDTMetricsSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTMetricsSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Private/GDTCOREvent+GDTMetricsSupport.h"; sourceTree = ""; }; - CEC29349802A865F98F4D99CE5704C15 /* Validatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validatable.swift; path = Library/Core/Validatable.swift; sourceTree = ""; }; - CEC7EA6C9B799B833AF0A84A53884927 /* Pods-Survey-SurveyUITests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Survey-SurveyUITests-Info.plist"; sourceTree = ""; }; - CF1B7BE0412C8E952925510FC79DE2DA /* KeychainAccess.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeychainAccess.release.xcconfig; sourceTree = ""; }; - CF596A8AD4C1BFFA5B53E27F22619AEA /* GDTCORLogSourceMetrics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLogSourceMetrics.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLogSourceMetrics.m; sourceTree = ""; }; - CF624D487C1EFA31EAA393D02C654339 /* Match.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Match.swift; path = Sources/Nimble/Matchers/Match.swift; sourceTree = ""; }; - CF73526A26CD2F4C1B5F2799F86A99DA /* JSONAPIDecodingError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSONAPIDecodingError.swift; path = NimbleExtension/Sources/JSONMapper/Models/JSONAPIDecodingError.swift; sourceTree = ""; }; - CF83EA78A24697F82DE8528C20408B8C /* BeResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeResult.swift; path = Sources/Nimble/Matchers/BeResult.swift; sourceTree = ""; }; - CFCE6C26E4B462A3CF9ACE1CD0059847 /* Wormholy-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Wormholy-umbrella.h"; sourceTree = ""; }; - CFFE9A535A2EA2A1715202BB5968513A /* Pods-Survey-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Survey-umbrella.h"; sourceTree = ""; }; - D06809F2D5B4C365DD3CCCEA41825053 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = FirebaseCore/Sources/FIRDiagnosticsData.h; sourceTree = ""; }; - D0E3D1C7C3C50376F967AFF1039F83D3 /* FIRCLSURLBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLBuilder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h; sourceTree = ""; }; - D0EADB7C58E185DE8A7710E307E5BDC8 /* StoryboardSegueIdentifierProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StoryboardSegueIdentifierProtocol.swift; path = Library/Core/StoryboardSegueIdentifierProtocol.swift; sourceTree = ""; }; - D14F688D818A07FD9DD180505605FD91 /* Pods-Survey-SurveyUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Survey-SurveyUITests.modulemap"; sourceTree = ""; }; - D18BC74C6BFE2943927FE21A6E93507F /* FIRCLSManagerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSManagerData.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h; sourceTree = ""; }; - D28931BB1D5B753CD783CDEDB6A388A1 /* Firebase.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.release.xcconfig; sourceTree = ""; }; - D2AF4724C1216249B9A6FF022137265A /* SatisfyAnyOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SatisfyAnyOf.swift; path = Sources/Nimble/Matchers/SatisfyAnyOf.swift; sourceTree = ""; }; - D3C11D30AA9680E59FA8A0295C677176 /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; - D3DBE92B8AACF27E49B2A3DB0DACC340 /* Pods-Survey-SurveyUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Survey-SurveyUITests-frameworks.sh"; sourceTree = ""; }; - D3DFD60DDB7ADF703339CE28F67EA2A8 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; - D3DFF94B5AC98A3C737D369EF0FD8C5A /* FIRCLSOnDemandModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOnDemandModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSOnDemandModel.h; sourceTree = ""; }; - D3F2FD1932B5EEAF72F8EB37E8C7CCDB /* BeginWithPrefix.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeginWithPrefix.swift; path = Sources/Nimble/Matchers/BeginWithPrefix.swift; sourceTree = ""; }; - D3FFC6CCB44970C85DE9D56E3656B661 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; - D4D1A77C622272A9310D95091216C5FC /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; - D4FE449EAFD5B2071C80FFB7AD3C6129 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - D51B4299BD6971920001942EB45115A5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; - D5D577BF9C06DB4BAB712914FFAE7FF0 /* WHString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WHString.swift; path = Sources/Subclasses/WHString.swift; sourceTree = ""; }; - D61F542060C81D35DB7962F09950DA4F /* FIRInstallationsBackoffController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsBackoffController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h; sourceTree = ""; }; - D62E3D51AD54B637CA10A7BE6C501DF0 /* ActionableTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ActionableTableViewCell.swift; path = Sources/UI/Cells/ActionableTableViewCell.swift; sourceTree = ""; }; - D65A7887B6B071993F7458F104963425 /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; - D713A1121E4A21975DBDA6DC10D8FE7A /* FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstallations-Info.plist"; sourceTree = ""; }; - D77B4F0489CB243F71151D693D4B99A5 /* FIRCLSNotificationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNotificationManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h; sourceTree = ""; }; - D7A95BE821C36DA6D174BD72BE757387 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; - D7B2020468F495B1D1F70C80D42A2C08 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h; sourceTree = ""; }; - D7C4D01C55F313D7EDD0A03162A9908F /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; - D7ED16486820315FA390CECBFCE5DAE6 /* GoogleDataTransport.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleDataTransport.modulemap; sourceTree = ""; }; - D7FB7AF203869284416778F67E7107D9 /* NimbleExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = NimbleExtension.modulemap; sourceTree = ""; }; - D814245012AED8AA90E85893B5B3E4A9 /* RequestDetailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestDetailViewController.swift; path = Sources/UI/RequestDetailViewController.swift; sourceTree = ""; }; - D82A2477158CB61B207441C6D89228D9 /* BeLessThan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLessThan.swift; path = Sources/Nimble/Matchers/BeLessThan.swift; sourceTree = ""; }; - D86DBF987E34B64F442801340FE7BFB6 /* RequestCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCell.swift; path = Sources/UI/Cells/RequestCell.swift; sourceTree = ""; }; - D966687C4B93610BBAC34588DD7DC15F /* FirebaseCoreDiagnostics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreDiagnostics-umbrella.h"; sourceTree = ""; }; - D97104304F660472AFACD5E67597DCC9 /* FIRCLSAnalyticsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAnalyticsManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.m; sourceTree = ""; }; - D9E607514FFF78610786D89DE53262F2 /* QuickConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QuickConfiguration.m; path = Sources/QuickObjectiveC/Configuration/QuickConfiguration.m; sourceTree = ""; }; - DA4D6576CF0052C0836575CFC8D89A50 /* FIRCLSRecordHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordHost.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h; sourceTree = ""; }; - DACA6193A06E004AC0480878679088B4 /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; - DB134118A293C40BD259EC85B4162453 /* KeychainAccess-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-umbrella.h"; sourceTree = ""; }; - DB3C9ABF64EA14F3090597EAC5281EEE /* FIRCLSContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContext.h; path = Crashlytics/Crashlytics/Components/FIRCLSContext.h; sourceTree = ""; }; - DB4E12D128D24D0B4E46099BF20F2E34 /* ToSucceed.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToSucceed.swift; path = Sources/Nimble/Matchers/ToSucceed.swift; sourceTree = ""; }; - DBF235CB1EE5D2CFF0397FD503E26724 /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h; sourceTree = ""; }; - DC0BEFCF2477B20FABAAEF8A735F9447 /* FIRCLSExecutionIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExecutionIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m; sourceTree = ""; }; - DC2187060802D2FC893D601153FD9FC7 /* WHNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WHNavigationController.swift; path = Sources/Subclasses/WHNavigationController.swift; sourceTree = ""; }; - DCEA62D74FF2E7EB6E7E3455221321A2 /* GDTCORLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLifecycle.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m; sourceTree = ""; }; - DD3C148A2CF20EC67E0C7D13185EBB18 /* FIRStackFrame_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame_Private.h; path = Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h; sourceTree = ""; }; - DD860F4D3E5DE5E3A2C96A5BC4D116A5 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - DD92047BBCEB065CC73E41193FCD309B /* BeWithin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeWithin.swift; path = Sources/Nimble/Matchers/BeWithin.swift; sourceTree = ""; }; - DDBD9C657FD596D6B1FB9761381F7831 /* Pods-Survey-SurveyUITests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-Survey-SurveyUITests"; path = Pods_Survey_SurveyUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DDC95CB503221D8D1CBD0BFF0DEDF2A1 /* FIRCLSReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m; sourceTree = ""; }; - DDFD6E1EE7FB75CC6E6CEB7213F706BD /* Resolver */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Resolver; path = Resolver.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DE0C67406433CF9388F6BBD9B43F3FC9 /* StoryboardViewControllerResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StoryboardViewControllerResource.swift; path = Library/Core/StoryboardViewControllerResource.swift; sourceTree = ""; }; - DE4B9F591661C8133A599710D74089F6 /* HaveCount.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HaveCount.swift; path = Sources/Nimble/Matchers/HaveCount.swift; sourceTree = ""; }; - DE6AB4415FB5D9E8F6906419DCF1FCC6 /* FIRCLSRecordApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordApplication.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m; sourceTree = ""; }; - DEB263DF7281940A177EB3D11AB76365 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h; sourceTree = ""; }; - DEFB5CFACADCD59EDFB4498E35E46A17 /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; - DF3735A3C6E0579703FA4CB2A141E827 /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - DF5242D32789826FFE8CB0AB87AD111A /* FIRCLSFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFile.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.h; sourceTree = ""; }; - DFB451BF1FCB1D1730E17E060E3105C0 /* CwlBadInstructionException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlBadInstructionException.swift; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift; sourceTree = ""; }; - E02CED82BC3BF966912AB5BF4C53B46B /* FIRCLSCompoundOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompoundOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h; sourceTree = ""; }; - E0623B517AC54155587E372E34B4F366 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - E072790CA98DCBE0CE1470B4D3DC3764 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; - E07FDE82574D488073ABEC479D659366 /* FIRCLSMachOBinary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOBinary.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m; sourceTree = ""; }; - E146F175EF4762CC3A61D7A3459568EA /* GULURLSessionDataResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULURLSessionDataResponse.m; path = GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m; sourceTree = ""; }; - E167B02F3DAB17AA01B7A582EDDF625E /* GDTCORStorageEventSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageEventSelector.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h; sourceTree = ""; }; - E16C2B841028905DCB05E1AC04A399D6 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - E23D3C7CCD738F65A09A59FFD61B80DE /* FIRCLSDataCollectionArbiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionArbiter.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h; sourceTree = ""; }; - E27F61AD6BB1B753D0B4ACA069D50F9D /* FirebaseCoreInternal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreInternal-dummy.m"; sourceTree = ""; }; - E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCore; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E37AC9B00252676077814338D49F4E76 /* PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesObjC-Info.plist"; sourceTree = ""; }; - E37ED7F66F91E64688FB7C7C051ED3A8 /* FirebaseCoreInternal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-prefix.pch"; sourceTree = ""; }; - E39C3A14C636B395FF58E15906C490BA /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - E468769C42D918867C3CC8870ED49386 /* FirebaseCoreInternal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.release.xcconfig; sourceTree = ""; }; - E4E151CB30D96FF9C7C31FF1B976B669 /* Pods-SurveyTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SurveyTests-acknowledgements.plist"; sourceTree = ""; }; - E5751BBC2C9FD65F0456C2CC974C9906 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - E578E31B716FAB0B22ED807D145247FB /* GDTCOREndpoints_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h; sourceTree = ""; }; - E5AFA8924F167C23BDCA48A5912D76E4 /* FIRCLSApplicationIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplicationIdentifierModel.m; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m; sourceTree = ""; }; - E5BE88D4EAFC32F45C15681E53B69625 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; - E63D3AA3AAD28279C55E092104D777EE /* HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift; sourceTree = ""; }; - E6437FBF6E84698AA98AEE072559963E /* WHTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WHTableView.swift; path = Sources/Subclasses/WHTableView.swift; sourceTree = ""; }; - E6BBA2C8F03712DC3D19029B20CC0F83 /* UINib+NibResource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINib+NibResource.swift"; path = "Library/UIKit/UINib+NibResource.swift"; sourceTree = ""; }; - E7411E2C1C77FFCE51D3685E65AF6573 /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; - E7767ADE4C22F70DB2F3B094F4D51C81 /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; - E7845EF0BBBAAEE301D4DFF7431C8BF8 /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; - E7A7C91FCC5C8444E7615A3A450008D6 /* FIRCLSDataParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataParsing.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h; sourceTree = ""; }; - E81A3DB0B3D80ADF42FB7200AFF4B30A /* FIRCLSSerializeSymbolicatedFramesOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSerializeSymbolicatedFramesOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m; sourceTree = ""; }; - E8AD6EFC0943C2F6E7A84E5B74F7B82E /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; - E8EE7F078656FABB8F6821D10FF994BB /* KeychainAccess */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KeychainAccess; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E92BEBCE2ECD88F7C822518DDBB9B069 /* BeGreaterThanOrEqualTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeGreaterThanOrEqualTo.swift; path = Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift; sourceTree = ""; }; - E945D5C2588259D02E285672FD18028C /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - E99DE9F72A3CD25661F28294AC922AAB /* FIRCLSAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.h; sourceTree = ""; }; - EA18BE205F359F5CEB6548A4F0A45F3E /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; - EA65F27057BBCFB49E0AD69E4BE1A727 /* FIRCLSProcess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcess.h; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.h; sourceTree = ""; }; - EB0228784F67D1FF22FEC1702BA8452D /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - EBF262A34D5015555AF2EBEA5567BCFF /* FIRCLSReportAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportAdapter.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m; sourceTree = ""; }; - EC2A136F4D39E2EECC4CBB6CB5A274B8 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; - EC2F7AF32E635726B82EDCA552E7F559 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Extension/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - EC822AD4AB3F8992285781837BEC5AF3 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; - ECE2CAE89CCA5AD411B817C15175D0AA /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; - ED2ACD58C3D8CEABD2697921E47661C6 /* GDTCORConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORConsoleLogger.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m; sourceTree = ""; }; - ED38B5D1B670DF4A4BD41D6A5B32DFA5 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - ED622E87C3A52CAD0508264BFDEE4740 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - EDC33DA0363D298A8CC833933680D405 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - EDECA855243A83609915F4D0DD5E2B87 /* GDTCORStorageProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h; sourceTree = ""; }; - EE63ADE8D8890084A728C3EBCC3ADEBA /* GDTCORMetricsMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORMetricsMetadata.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORMetricsMetadata.m; sourceTree = ""; }; - EE713AF414E1E7E007412493BD050909 /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; - EECE86CAB7A8625D0B0A362935378173 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; - EF3ADC46295DF1DC18958E9B859E0B6B /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - EF649316486409EA669083908AAFA76D /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; - EFA1C49045840559D56BA3D09AC1911D /* Nimble.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Nimble.modulemap; sourceTree = ""; }; - EFFF25D9404D8502FE80F4B9015DCF60 /* Quick-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Quick-prefix.pch"; sourceTree = ""; }; - F018426BF2D20934DD509D0EFC1525F2 /* Pods-Survey.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Survey.modulemap"; sourceTree = ""; }; - F0354990329A8AA13A9642FA3B0844DE /* Shared.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Shared.framework; path = build/cocoapods/framework/Shared.framework; sourceTree = ""; }; - F0A0C5CB799CF202BFEFAB679B99CCA1 /* CwlCatchException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlCatchException.swift; path = Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift; sourceTree = ""; }; - F0B63FB91FA4617CCB4B491CEEAC9B17 /* AllPass.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllPass.swift; path = Sources/Nimble/Matchers/AllPass.swift; sourceTree = ""; }; - F0C9A69A0B586577ED7AC5DC14D64378 /* FileHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FileHandler.swift; path = Sources/Utils/FileHandler.swift; sourceTree = ""; }; - F15D867EC802F6A2E6BE0296BCAC88AD /* DataType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataType.swift; path = NimbleExtension/Sources/JSONMapper/Models/DataType.swift; sourceTree = ""; }; - F1B296E0BE283E4EAF12A52C06D3FFFF /* R.swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = R.swift.release.xcconfig; sourceTree = ""; }; - F23EC728FD3D8D36254B0A88FD0599EE /* KFImageProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageProtocol.swift; path = Sources/SwiftUI/KFImageProtocol.swift; sourceTree = ""; }; - F289F1131AAABC9D753A1BBF342E5937 /* FIRCLSdSYM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSdSYM.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m; sourceTree = ""; }; - F299F35E78B6E2154BF3FECFED4C6ECB /* Resolver.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Resolver.modulemap; sourceTree = ""; }; - F2BC00C19BE9C44DE52A2C2C64EDDE37 /* FIRCLSAnalyticsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAnalyticsManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h; sourceTree = ""; }; - F3471291D1A8527894BB398EED2C0DB6 /* RingBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RingBuffer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift; sourceTree = ""; }; - F37E2EE1EC30CCDB9F0BD44F505F47ED /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; - F392507646A24301C6D56FA9658A15B9 /* UITableView+RegisterReusable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+RegisterReusable.swift"; path = "NimbleExtension/Sources/Extensions/UIKit/UITableView+RegisterReusable.swift"; sourceTree = ""; }; - F3A622F92358F3A6A40549D2AA13A478 /* SourceLocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SourceLocation.swift; path = Sources/Nimble/Utils/SourceLocation.swift; sourceTree = ""; }; - F3CE8AEA7E741A6B412C76A1D08577DB /* NMBExpectation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NMBExpectation.swift; path = Sources/Nimble/Adapters/NMBExpectation.swift; sourceTree = ""; }; - F3EE588E5DAE6B012B657FA601106500 /* NMBStringify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NMBStringify.h; path = Sources/NimbleObjectiveC/NMBStringify.h; sourceTree = ""; }; - F4577EE8DCBBA88026EB947331D971C4 /* FIRCLSDwarfUnwindRegisters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwindRegisters.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h; sourceTree = ""; }; - F478D080B010E9529375DA9476BE96AD /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - F4E12C7D1A6B8E7E9D6BD8D3B455618D /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - F4F461B9DA7E05A1517E9D80ECD372CB /* FIRCLSdSYM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSdSYM.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.h; sourceTree = ""; }; - F5371EDCA2CE6A6516B6C2DB564D8EB3 /* StorageFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StorageFactory.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/StorageFactory.swift; sourceTree = ""; }; - F54D851E42F20DB64AC2CDE046C2BA5C /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; - F54F95CE78FF590E4AD99A82D2FE8193 /* FIRCLSLaunchMarkerModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLaunchMarkerModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.m; sourceTree = ""; }; - F550D7E8D8C448BE19DCD633E8C46C76 /* crashlytics.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crashlytics.nanopb.h; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.h; sourceTree = ""; }; - F5CC19062D44A47E3272F3525DC5ABBB /* KeychainAccess-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeychainAccess-dummy.m"; sourceTree = ""; }; - F6325A044437C7A65E7B82EFD856E5B3 /* ShareUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareUtils.swift; path = Sources/Utils/ShareUtils.swift; sourceTree = ""; }; - F6564F920C0D6BA8EA54CD9C21C0128A /* Callsite.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Callsite.swift; path = Sources/Quick/Callsite.swift; sourceTree = ""; }; - F7A839AF7C2C0C6EB92CD5FA400AE231 /* FIRCLSUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h; sourceTree = ""; }; - F7D012003EABF0C6157FF71CDC97C322 /* Wormholy.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Wormholy.release.xcconfig; sourceTree = ""; }; - F83911096AA7B10F0E15EBC3B9C10E31 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - F83978E041C994E280CDEB8407A30662 /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; - F918DDCED78234D4F83C5F6F64F9B258 /* FIRCLSDownloadAndSaveSettingsOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDownloadAndSaveSettingsOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m; sourceTree = ""; }; - F9291C051EFD99BBDEAB2959290C076B /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - F95D94E156FB1EE5C69D49198B01CF57 /* Quick-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Quick-umbrella.h"; sourceTree = ""; }; - F99FBE2B3CE1E938F1C8B790740250E8 /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; - F9EB6E16CE588445DE3202517008E537 /* NimbleExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NimbleExtension.release.xcconfig; sourceTree = ""; }; - F9F56A14BA2590B6B7685D36D47C6349 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - FA2A2591E727B38C08DE0A9FEE4C8FA5 /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h; sourceTree = ""; }; - FA608CDD2BF96889C3C869FFD1050C91 /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - FABED8ED4F12929E501A3CCF76B8047F /* FIRCLSHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHandler.m; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m; sourceTree = ""; }; - FB7C375DC09F4387576866A78B9922A9 /* FIRCLSLaunchMarkerModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLaunchMarkerModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h; sourceTree = ""; }; - FC011C42C241E63565B7EDC9F8CEA53C /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; - FC1A6E5537F5D6230D8E8CEC7A083484 /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; - FCB12951493A7E7C074B38CD4857B1CB /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - FCD322969AB911CC91A58C7591EB1481 /* Nimble-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-prefix.pch"; sourceTree = ""; }; - FD415AA6DD99836FA85E290A2D26B095 /* GDTCCTCompressionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTCompressionHelper.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTCompressionHelper.m; sourceTree = ""; }; - FDFE5FCF94FBA1D201E4C3CED157FD79 /* SuiteHooks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SuiteHooks.swift; path = Sources/Quick/Hooks/SuiteHooks.swift; sourceTree = ""; }; - FE1CAE1255D041AA2030C0EAA0FC55F2 /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; - FED9FD918EC70E02AB805045A3EF0A52 /* FIRCLSFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFile.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.m; sourceTree = ""; }; - FEDA6636ADB0253570B19AE33631234D /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - FF25ACCC4C63E554509BDFB144284D7F /* CustomActivity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomActivity.swift; path = Sources/Subclasses/CustomActivity.swift; sourceTree = ""; }; - FF264D20296C2BBC3031935981841054 /* GoogleDataTransport-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleDataTransport-umbrella.h"; sourceTree = ""; }; - FF357F4154EED2359F7ADCB06E64B972 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - FF5B385700EC90E98774909F1A411939 /* FIRCrashlyticsReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlyticsReport.m; path = Crashlytics/Crashlytics/FIRCrashlyticsReport.m; sourceTree = ""; }; - FF766D9E9F2FB63C89A7AE21BC751A6D /* GULHeartbeatDateStorable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorable.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 06CE211D7EEEF7865CA3C65023F0AA26 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - C1289E6A287085FE6CF30EAD01D528D0 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0B92BB62D3CD9FC0F6950EDDFE9021A9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 2FF14A0423E2C20951DEF6464FA299EC /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1920F5AE2DDD13EC41BEEB4E8E521F35 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - C807D1091BC1188A673244C4B86A3759 /* Foundation.framework in Frameworks */, - 0861E0CFA8385E38C0F15B5FE7C66D42 /* Security.framework in Frameworks */, - C3F43104494AF4E44159A515C0F44ABC /* SystemConfiguration.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4F169ABF44623CEB8028669FD08EC7BF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - C27CFFCA5F00A5B83649EDBF1B544614 /* Foundation.framework in Frameworks */, - 68AA1E3D0BE10980D3815AAED4FA5EC1 /* XCTest.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5B18A6F8853F647F47385D23F75B2D50 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - AD8E6E675AF1483D19868883EAE8E3B0 /* Foundation.framework in Frameworks */, - 79522B0942C25FC310E5A0842169F0D2 /* UIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 679CB0EB59B1DC6807B4CFF4220CECAB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3797E213F358BCC21EC19C9EE4919469 /* Foundation.framework in Frameworks */, - F6C128193DB92768844525E7A2D7F4A0 /* Security.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71C7BAC572EE3C31E6C244C7AC52EB70 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 429A7E30B7584354C6BCB8F1C8A1464F /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7922A26FF13D959474D3C0253D9A8A94 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B9F894DE6B4D2554C1B3C5FDD9A47EB1 /* CoreGraphics.framework in Frameworks */, - E1300EABD148DC0028EA58C822786315 /* Foundation.framework in Frameworks */, - AF25F63424DEB30CCECA230582DE8A10 /* QuartzCore.framework in Frameworks */, - F233A3896A65EBB43153042592469C29 /* UIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9865E42B90A194C9290432EFA6066004 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - FB0879E04A50FC99E06737BB486C092E /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 989FB4A9114348E45E7FD30E0C6F547D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 9A7F7C1F7E0BB655FF4548D51B74C22A /* Foundation.framework in Frameworks */, - 6D316E6241F930C153A4E58F17CD040A /* UIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A601C98540A317B7AD270EC7C86513A5 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 69B7F9E9857F8865B290E7DE41B0C871 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BE4336568A17B530A51C5C05DCCA9A12 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6C02C440FAD55A65A62E09AFA774AEB7 /* Accelerate.framework in Frameworks */, - 9AB58027AAB7C995D95370507FFF0D9C /* CFNetwork.framework in Frameworks */, - A9E2DB9875F8D4A5578FD61D590423A6 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BEEA07C6CA78AAB96F0170F733C91A28 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 2125B909C15258201A701B9BDDC6C9C2 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BF4001701559BE257D8413567A821778 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B99D18655DAC562628B14557F4A16F14 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CB8F63B31C166F98644C6402B0EF13AE /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5A2D9B068DDA5156A9B65054469298C8 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CD529C5C21F2644E1A33DD67525A9E14 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5D906DF426CC4DBC51D9741EE699FD26 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CF17A45CC93637A6F361B5C4E313ACA1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 76F78EC8781A9ABCEA62310920828BB2 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D2AA00A30318655EECA407CAA46E3C0A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B5047CDF7C54D4DD396A70058D0C71EC /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EA39C123CE49FFEFB5D11FF4CA2B1A3A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D4B2D89C8D8169222D969797DE3F74C0 /* Foundation.framework in Frameworks */, - 352B49337F79385564C72A9E9D1C77E4 /* Security.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EA71AB9A7ED8E916E55A3D5A3FE4F9DA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EA991E6ADA8181F522533F687CD02033 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F59705B88AE94B0099A3F0CD6B780CCA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F31AD5DF5532AFDF4E8900C0D1626F5F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7164621A177DA281E3258A4BCAAFF6C4 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - FFD6522A80F2D10BD29EFA78215AF781 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 978858E37116E937AFB346FD46C7F60F /* CoreTelephony.framework in Frameworks */, - C2D9E758DB9AE267A35229F211A80A15 /* Foundation.framework in Frameworks */, - 36AD4446D8CCFB07AAE9FCEC193BA2BD /* SystemConfiguration.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0770CA356F983A990792CE38BB8BCD73 /* Pod */ = { - isa = PBXGroup; - children = ( - 24842EAF916A00B95A3F6D1F376EB525 /* shared.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 0C2AA9B790C0E6E432BD098F391FCBB9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3F9DAD9B6B3504BC13C5FD5C29C32493 /* FirebaseInstallations.modulemap */, - CBB2B72BD0746F8DA3FFADD29BB7A03F /* FirebaseInstallations-dummy.m */, - D713A1121E4A21975DBDA6DC10D8FE7A /* FirebaseInstallations-Info.plist */, - 772EF645FAF4D15A43EFFF71B736DD8A /* FirebaseInstallations-umbrella.h */, - B3BF27368327FF6A2704B3222F670CFF /* FirebaseInstallations.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseInstallations"; - sourceTree = ""; - }; - 0E11A4810CA2B75132F46359BE62B0D1 /* iOS */ = { - isa = PBXGroup; - children = ( - E5751BBC2C9FD65F0456C2CC974C9906 /* Accelerate.framework */, - 787AA73A966B4FFF1077247FB0B03149 /* CFNetwork.framework */, - 3EFF3C69B5E526FF3A05988FA4AF542F /* CoreGraphics.framework */, - 172D2648DABC413D3644890FC18EF418 /* CoreTelephony.framework */, - 60047FB4EAAAFC9B9B58552305297EEE /* Foundation.framework */, - B12AF62FF2EDFCBCE47601BDB01AF4DC /* QuartzCore.framework */, - 4F7E0D665FE7B0105CA7983A5E8E4EE4 /* Security.framework */, - 3A0490BD15A16FB3DD836622822B6173 /* SystemConfiguration.framework */, - 827C74C0C1E31A83D4F7888E301134D8 /* UIKit.framework */, - 82827EA66D8D2A283763F318654EE761 /* XCTest.framework */, - ); - name = iOS; - sourceTree = ""; - }; - 1129B95276A12B84928B333F419CF372 /* Support Files */ = { - isa = PBXGroup; - children = ( - F1B296E0BE283E4EAF12A52C06D3FFFF /* R.swift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/R.swift"; - sourceTree = ""; - }; - 12087ACF04D59B427F6CBE2E3665DFB6 /* Support Files */ = { - isa = PBXGroup; - children = ( - D7ED16486820315FA390CECBFCE5DAE6 /* GoogleDataTransport.modulemap */, - 2E59FE79E7F35D7848AC5541B9415422 /* GoogleDataTransport-dummy.m */, - B854EC3E3EEE416F3980965CE89799A6 /* GoogleDataTransport-Info.plist */, - FF264D20296C2BBC3031935981841054 /* GoogleDataTransport-umbrella.h */, - 11B49398BDAEE90F8AD291A498CE588C /* GoogleDataTransport.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/GoogleDataTransport"; - sourceTree = ""; - }; - 12450D53CAE6D42A43F59170D87FF8AE /* CoreOnly */ = { - isa = PBXGroup; - children = ( - A4A3E9E2124383E629CC4DA4DEE563CF /* Firebase.h */, - ); - name = CoreOnly; - sourceTree = ""; - }; - 1A89E5BB8179A9366486E894DC7366D4 /* NimbleExtension */ = { - isa = PBXGroup; - children = ( - 6009C34F31E91126E145F9721DAF1190 /* Bundle+Version.swift */, - 277A6FCB3B32E881CD2089C2C959D9C6 /* Callback.swift */, - 2AF5DC681C5930B2D78D4D2BE2AD34FF /* CompletionHandler.swift */, - F15D867EC802F6A2E6BE0296BCAC88AD /* DataType.swift */, - 8DA52A4932DBFCCF50703C0433DB66C5 /* Encodable+Dictionary.swift */, - 0B23704187CE6E203794B16CEC56F0BB /* FullyRoundedButton.swift */, - 1E7DA8FF6C6C388BECC503038B2F17D0 /* JSON.swift */, - 245F82CFCB0EBD1DA37C7D4DDFA0BFD3 /* JSONAPIDecoder.swift */, - CF73526A26CD2F4C1B5F2799F86A99DA /* JSONAPIDecodingError.swift */, - 828C420075D9E8A0096C74E1BD8C7847 /* JSONAPIError.swift */, - 3334592FDFF735C52848486BAA1ADF1A /* JSONAPIObject.swift */, - 545FB1A0CE6D184F5C613FDB2961746C /* JSONAPIType.swift */, - 014D6161DFE301033B58E128C27D4D1E /* Link.swift */, - 63B27F211FCA534C155E46DC0CDB4F82 /* Links.swift */, - 911EE2E1C230C8FEBCB7F28DFD9AD156 /* Optional+Extras.swift */, - 24A55583C8AE2A2A426EEA52D1D0B9B7 /* Relationship.swift */, - 6F7F95ED5CC9216C96442591BF773A7A /* Resource.swift */, - 7BDD7C230BF7BFEA6F200844B350A398 /* ResourceIdentifier.swift */, - 65A171BA8CDA4243D9986EEDE515104B /* Thread+Async.swift */, - 8E5537606B8C437D55E607802DAC4BB3 /* UICollectionView+DequeueReusable.swift */, - 776D4F30A973DA97BE7F6FDF3E88E391 /* UICollectionView+RegisterReusable.swift */, - 2CFF39B1F7B263A88527A4941FC574EA /* UIEdgeInsets+Initializing.swift */, - 6555B7A068DCAB90E3A1399B2EF6C0F7 /* UITableView+DequeueReusable.swift */, - F392507646A24301C6D56FA9658A15B9 /* UITableView+RegisterReusable.swift */, - 3C7A075731947F026C6F2956AC435AFC /* UIView+RoundedCorners.swift */, - 5FDD70E2AA108D4762327D4F5A33501C /* URL+Initialization.swift */, - 7616951F19120E3A153B7C16212DDD56 /* Support Files */, - ); - name = NimbleExtension; - path = NimbleExtension; - sourceTree = ""; - }; - 1F7480D389D6F66093A9458C4515F968 /* encode */ = { - isa = PBXGroup; - children = ( - ); - name = encode; - sourceTree = ""; - }; - 211F56A7C4F8F33096D26CEA2B0E0E1F /* NSData+zlib */ = { - isa = PBXGroup; - children = ( - 99695C321C42983207C11422933B50C8 /* GULNSData+zlib.h */, - 7C1E8EDAE3106793F24DB183F3AC768D /* GULNSData+zlib.m */, - ); - name = "NSData+zlib"; - sourceTree = ""; - }; - 223CA972DD3C8DA25C927B668C1A95AB /* Products */ = { - isa = PBXGroup; - children = ( - E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */, - 8CC9178C366942FD6FF6A115604EAD58 /* FirebaseCoreDiagnostics */, - 148D0F9E8C7373FEAF40D800FC5F1BAA /* FirebaseCoreInternal */, - 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics */, - 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */, - 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport */, - B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */, - E8EE7F078656FABB8F6821D10FF994BB /* KeychainAccess */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher */, - 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */, - BAE263041362D074978BB3B577DF0A05 /* Nimble */, - 842C067C8BC6AFD90BB10B10BE0787B8 /* NimbleExtension */, - A0E7DC228F8924BB8D503D47D85C2DE8 /* Pods-Survey */, - DDBD9C657FD596D6B1FB9761381F7831 /* Pods-Survey-SurveyUITests */, - 4DCA8A942749A4208243692F6BB102FF /* Pods-SurveyTests */, - 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */, - 0D631E9908483F9525A6B3F36F16CC61 /* Quick */, - CA4E3B66CE4D02048C77392B64FD0ABB /* R.swift.Library */, - DDFD6E1EE7FB75CC6E6CEB7213F706BD /* Resolver */, - 979486118B3E90C08386079D57962701 /* SnapKit */, - 2530BC414137FF7A53A0368B476547B9 /* Wormholy */, - AA92ED38E716E03D3FC758C810953B95 /* Wormholy-Wormholy */, - ); - name = Products; - sourceTree = ""; - }; - 2FE445AD883B9ABD3E0241A05A5B79FD /* Frameworks */ = { - isa = PBXGroup; - children = ( - 0E11A4810CA2B75132F46359BE62B0D1 /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; - 30E3AA78E94F50A69A4973AC77019769 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF46FE25A4BAB6C74F933E18EEBD5EF5 /* GoogleUtilities.modulemap */, - 65C5E591F280621F9894BF09AB19F712 /* GoogleUtilities-dummy.m */, - 575D03F9707CC1F542ACB1A9993A84F8 /* GoogleUtilities-Info.plist */, - 2879C4969575B8A10EEB3C9BD6B10295 /* GoogleUtilities-umbrella.h */, - 84B52645FE4AB245C3DB890DD0E6FB16 /* GoogleUtilities.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/GoogleUtilities"; - sourceTree = ""; - }; - 360FF197226F12C2B9D469192EB68267 /* Sourcery */ = { - isa = PBXGroup; - children = ( - 396433C04630991490133F64517F7796 /* Support Files */, - ); - name = Sourcery; - path = Sourcery; - sourceTree = ""; - }; - 396433C04630991490133F64517F7796 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB1DC6B86E757CAA3DE8600D5A38467B /* Sourcery.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Sourcery"; - sourceTree = ""; - }; - 3B05DA0498F4E4ADB987003BB66469DB /* Shared */ = { - isa = PBXGroup; - children = ( - 5E1333D9CDF45D6BF1E955AB69105041 /* Frameworks */, - 0770CA356F983A990792CE38BB8BCD73 /* Pod */, - CDA911561095A80CFDBB0A1A60EC7007 /* Support Files */, - ); - name = Shared; - path = ../../shared; - sourceTree = ""; - }; - 4216E44EE5E1F7AE2015095F70C2E323 /* Support Files */ = { - isa = PBXGroup; - children = ( - 9B5ECBFC48B22CAC6A66EFE02883F8F2 /* SwiftFormat.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftFormat"; - sourceTree = ""; - }; - 42DEF88A5792900800F676B11EB7B8B3 /* Support Files */ = { - isa = PBXGroup; - children = ( - A233915ADAC314D8CC98D2F86BAE85B0 /* FirebaseCore.modulemap */, - 2FEABAF53234FDC0A359E6B223E3CF76 /* FirebaseCore-dummy.m */, - 03C898337D5F5D40656FD742FA6884ED /* FirebaseCore-Info.plist */, - 6C62FE996F93D46E24E108F6B1FC6D7D /* FirebaseCore-umbrella.h */, - ECE2CAE89CCA5AD411B817C15175D0AA /* FirebaseCore.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCore"; - sourceTree = ""; - }; - 4376D967DB212BA1098410635E3E2795 /* Pods-Survey-SurveyUITests */ = { - isa = PBXGroup; - children = ( - D14F688D818A07FD9DD180505605FD91 /* Pods-Survey-SurveyUITests.modulemap */, - 8EB5411AD84C8B58598439E46BE8D843 /* Pods-Survey-SurveyUITests-acknowledgements.markdown */, - 39B6BAA6D8272283B6E5718938706597 /* Pods-Survey-SurveyUITests-acknowledgements.plist */, - A882A96A3DEA746263565D16B63BD1BB /* Pods-Survey-SurveyUITests-dummy.m */, - D3DBE92B8AACF27E49B2A3DB0DACC340 /* Pods-Survey-SurveyUITests-frameworks.sh */, - CEC7EA6C9B799B833AF0A84A53884927 /* Pods-Survey-SurveyUITests-Info.plist */, - 42432E9B42E59878B413E740510B6315 /* Pods-Survey-SurveyUITests-umbrella.h */, - 7410BF9FAFEF064C3D41BB98DA6C9CCD /* Pods-Survey-SurveyUITests.debug production.xcconfig */, - 6BCA54DAFBD020B5ECBE2FB0479799D7 /* Pods-Survey-SurveyUITests.debug staging.xcconfig */, - 751BCDB82C5A4DC0D6CB5A7775771A81 /* Pods-Survey-SurveyUITests.release production.xcconfig */, - A7725350268F2E804258770C2C3228CD /* Pods-Survey-SurveyUITests.release staging.xcconfig */, - ); - name = "Pods-Survey-SurveyUITests"; - path = "Target Support Files/Pods-Survey-SurveyUITests"; - sourceTree = ""; - }; - 454567C1BCC13F12FF8D8C5532F607D6 /* Support Files */ = { - isa = PBXGroup; - children = ( - F299F35E78B6E2154BF3FECFED4C6ECB /* Resolver.modulemap */, - 132B036FF357A0180EB7275270241443 /* Resolver-dummy.m */, - 17011D793BDC9C4BC556A550582AD1C1 /* Resolver-Info.plist */, - 0DD58481A29227123DD49FF3DE83B52F /* Resolver-prefix.pch */, - C308672DECB1A1F85004AF8C6B1267C4 /* Resolver-umbrella.h */, - 5E3B2778E121A8B032F04C2297051394 /* Resolver.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Resolver"; - sourceTree = ""; - }; - 476DDFF639A0A62EF3DBAAA80566EFE0 /* Kingfisher */ = { - isa = PBXGroup; - children = ( - 1A8CE4C714745D7DCF41C429D4EB3684 /* AnimatedImageView.swift */, - B2F8098CA69AF86C78F8725CFA357D95 /* AuthenticationChallengeResponsable.swift */, - A6A37DF58E952ECD191598827221F84C /* AVAssetImageDataProvider.swift */, - C1B7A7EF957F28119C2E01711B93DB88 /* Box.swift */, - 12496B20B0C331C34426E615780DD687 /* CacheSerializer.swift */, - 9A52D3F0F624C2C7275CF960286FD890 /* CallbackQueue.swift */, - 12B0FE9BBF7491E51C57BE4F676FB427 /* CPListItem+Kingfisher.swift */, - 2363A882E20F3C58A60D38911B5B28A4 /* Delegate.swift */, - 2A92033A5891164C2DE33DF1A8883724 /* DiskStorage.swift */, - B666D370F9A604D5AFB7F385A6AAFA60 /* ExtensionHelpers.swift */, - A766B906668A52AD697E7F3DB2686F1A /* Filter.swift */, - 9EAB9C823C7967BD615C3A78C4BE4821 /* FormatIndicatedCacheSerializer.swift */, - 074F5B9D1237FFFA7FAC33AA52EC4228 /* GIFAnimatedImage.swift */, - 5008883B884D1C82F5523F0BAE7ADB5F /* GraphicsContext.swift */, - F478D080B010E9529375DA9476BE96AD /* Image.swift */, - EB0228784F67D1FF22FEC1702BA8452D /* ImageBinder.swift */, - E0623B517AC54155587E372E34B4F366 /* ImageCache.swift */, - B0D1E8AAB5A5D4C85E61A7ADD8435ED8 /* ImageContext.swift */, - 08EB769370F455CF5A96E4903A65FF5D /* ImageDataProcessor.swift */, - 295B159AEB4EA8131D232A7C0E3D524F /* ImageDataProvider.swift */, - 1BD0102CF5862AC5EA281DC9289F3E9F /* ImageDownloader.swift */, - 683D4A3BE6A288A8483740B61DB46465 /* ImageDownloaderDelegate.swift */, - FF357F4154EED2359F7ADCB06E64B972 /* ImageDrawing.swift */, - 47DA8DB012E95911C798DF9CD5B178FE /* ImageFormat.swift */, - 871419A4C1D42F48253AA042E4956A20 /* ImageModifier.swift */, - 88168F2F96704CD993FC40F29FB9F162 /* ImagePrefetcher.swift */, - 9D2B985C710D2322F229A74CD2C87ABD /* ImageProcessor.swift */, - 91340AED2A7FDC31A00714EF653A535C /* ImageProgressive.swift */, - BE8F1D857A30FCF57CAB21267F0EBC1A /* ImageTransition.swift */, - 60D989E77B3BF37348246F15F8FBA64A /* ImageView+Kingfisher.swift */, - 3E50DFD7AFBFA5552F951DA4F1DF35F3 /* Indicator.swift */, - BA7C0EC4B5AAE7AB6ABD7C3567D74C45 /* KF.swift */, - 9994A86FF2147E8307048756B6501EEF /* KFAnimatedImage.swift */, - 3336771629F7729AEC091EE2681B8E48 /* KFImage.swift */, - 5EE7C145B81745E49DCD06DC2081AFEA /* KFImageOptions.swift */, - F23EC728FD3D8D36254B0A88FD0599EE /* KFImageProtocol.swift */, - 4239E3D18581CCCB18F5D395EC452CE2 /* KFImageRenderer.swift */, - 4CB0EFA37FBC5DA38E1763EE64E9629E /* KFOptionsSetter.swift */, - FCB12951493A7E7C074B38CD4857B1CB /* Kingfisher.swift */, - B9B72150D4E02289ABCBD84DC02F3598 /* KingfisherError.swift */, - C52182360C22B6DFE5AC63150CE5CDEE /* KingfisherManager.swift */, - 87C6073AEFC976E840948B01D2B47575 /* KingfisherOptionsInfo.swift */, - 64683F0D9A19DACE727AE54B857A8D24 /* MemoryStorage.swift */, - 3CD4D14BB492193C19AC4550F338A362 /* NSButton+Kingfisher.swift */, - E7411E2C1C77FFCE51D3685E65AF6573 /* NSTextAttachment+Kingfisher.swift */, - 2410D6C57709FAB1996ED5B9143951ED /* Placeholder.swift */, - B49FBDAE25C6B091BE0B959D46239A15 /* RedirectHandler.swift */, - 355284C31F8F5AFDA32B9AB222401D2F /* RequestModifier.swift */, - 2EF1EBB7A50FC6D61A345285CAB1C7A7 /* Resource.swift */, - 5342CB17771AF1FC4DE4C8755885EC19 /* Result.swift */, - 573A6869EB6349E591112706F0193081 /* RetryStrategy.swift */, - 1F8519B34C9512568704CD8ED6B39090 /* Runtime.swift */, - EF3ADC46295DF1DC18958E9B859E0B6B /* SessionDataTask.swift */, - 3F8E335B7C27253EF370A2A242DA87E1 /* SessionDelegate.swift */, - 65A8AD5194268EF1DBDF762AF9984484 /* SizeExtensions.swift */, - 362A3F2E2BFA313A37987FA50456980B /* Source.swift */, - 6E974B531FC24FA7462F8473DC5A29B4 /* Storage.swift */, - 6A6AC631AAE5027914D3DA4621A70FFE /* String+MD5.swift */, - DF3735A3C6E0579703FA4CB2A141E827 /* TVMonogramView+Kingfisher.swift */, - A3AC2A16BB0308E758E28DF0415D097B /* UIButton+Kingfisher.swift */, - 86D1287119EF1F5DA9B54FBA1618BAC1 /* WKInterfaceImage+Kingfisher.swift */, - 687F8815B80EEE417E1285E467E280E6 /* Support Files */, - ); - name = Kingfisher; - path = Kingfisher; - sourceTree = ""; - }; - 4828C2893ED630A2DCB9568ECDFBEC4D /* KeychainAccess */ = { - isa = PBXGroup; - children = ( - C74811DB7E64FD2BB478F1CE551ADB6C /* Keychain.swift */, - A3C043130342DC8330245A321A5C2352 /* Support Files */, - ); - name = KeychainAccess; - path = KeychainAccess; - sourceTree = ""; - }; - 4E9C041C0E97432C841B5FFC24FD8E91 /* SwiftFormat */ = { - isa = PBXGroup; - children = ( - 4216E44EE5E1F7AE2015095F70C2E323 /* Support Files */, - ); - name = SwiftFormat; - path = SwiftFormat; - sourceTree = ""; - }; - 4FE6E1D36D38E24A71A05BBFB7AEEDAE /* UserDefaults */ = { - isa = PBXGroup; - children = ( - 1F3476E573682B6CE0F4E0D3B251C63A /* GULUserDefaults.h */, - 7F412B2457A032ABB906307FE0250B4F /* GULUserDefaults.m */, - ); - name = UserDefaults; - sourceTree = ""; - }; - 55BE70AA288BF767F222F0A2BDEF1BAE /* Support Files */ = { - isa = PBXGroup; - children = ( - BC93666E408CB758322687A04E98316D /* SnapKit.modulemap */, - 5AFA5B4F096B5DE78EE102767C18F990 /* SnapKit-dummy.m */, - 32B3220B6915C1AB4D48E981107F680E /* SnapKit-Info.plist */, - 5774A74ED909CCA98AC2758D0BCBDD2D /* SnapKit-prefix.pch */, - D4FE449EAFD5B2071C80FFB7AD3C6129 /* SnapKit-umbrella.h */, - 9DEDB5067F99CB39E3C62626CA07C50D /* SnapKit.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; - sourceTree = ""; - }; - 563C8B8BF9BAA449C2C49CA08B337685 /* Pods-SurveyTests */ = { - isa = PBXGroup; - children = ( - C9714CDF2A9FB1811B18439D6EA07E14 /* Pods-SurveyTests.modulemap */, - 0477E71711BA7BB329B653AC8A0CD5C0 /* Pods-SurveyTests-acknowledgements.markdown */, - E4E151CB30D96FF9C7C31FF1B976B669 /* Pods-SurveyTests-acknowledgements.plist */, - 04AA8D7F80C4C981BF9D8149781722F1 /* Pods-SurveyTests-dummy.m */, - 735D41D57A273E460092D4DCAC3F1AA8 /* Pods-SurveyTests-frameworks.sh */, - A44FE7A7D381BC9368695157E98B295A /* Pods-SurveyTests-Info.plist */, - 2748E7FA0420370D22017E479151D780 /* Pods-SurveyTests-umbrella.h */, - 1D5D2CD152B702FB50B4E5E118B8430D /* Pods-SurveyTests.debug production.xcconfig */, - C9877618C38B68ABBEB88A70D31DB354 /* Pods-SurveyTests.debug staging.xcconfig */, - 85793CB357A157B28AAF0AF2779E77F5 /* Pods-SurveyTests.release production.xcconfig */, - ADB4479C6A502472D97101A5C0F8664C /* Pods-SurveyTests.release staging.xcconfig */, - ); - name = "Pods-SurveyTests"; - path = "Target Support Files/Pods-SurveyTests"; - sourceTree = ""; - }; - 56F72A9FFF641E5DA2761BD09D26450C /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - E56089A02B060616FC95E59A28DC7986 /* Pods-Survey */, - 4376D967DB212BA1098410635E3E2795 /* Pods-Survey-SurveyUITests */, - 563C8B8BF9BAA449C2C49CA08B337685 /* Pods-SurveyTests */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - 5E1333D9CDF45D6BF1E955AB69105041 /* Frameworks */ = { - isa = PBXGroup; - children = ( - F0354990329A8AA13A9642FA3B0844DE /* Shared.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 5F52844FA13589C22B7785D75F82B1FE /* Development Pods */ = { - isa = PBXGroup; - children = ( - 3B05DA0498F4E4ADB987003BB66469DB /* Shared */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - 6265D017190CD2573D6F6910BAC1A29E /* FirebaseCore */ = { - isa = PBXGroup; - children = ( - 1D1043C8BCB83E7D67EF71513FBE5EFE /* FIRAnalyticsConfiguration.h */, - E39C3A14C636B395FF58E15906C490BA /* FIRAnalyticsConfiguration.m */, - 69F0BEE61FB8DB3FC6FBE49AE41EC49A /* FIRApp.h */, - BF820B1F1232787EBEBE1ED1457B3FD7 /* FIRApp.m */, - 05859EE3A04C397FDC73C90F476B8B60 /* FIRAppInternal.h */, - 64842A1746EFC34380F406C1A3DFC5A7 /* FIRBundleUtil.h */, - B6342E2BAA0AFB2A6450D00D18574BA7 /* FIRBundleUtil.m */, - 46B6AB69AF7E1D40A7E8D0FAFAFBB08D /* FIRComponent.h */, - 151E1BCC6DF351804CB5E001030A3CCF /* FIRComponent.m */, - 4CCEE1FCE1979A89BA16520192F1A73A /* FIRComponentContainer.h */, - ABF67AE6A3B9DD121FEB2A87ECCB2A35 /* FIRComponentContainer.m */, - EC2A136F4D39E2EECC4CBB6CB5A274B8 /* FIRComponentContainerInternal.h */, - 400BE2D86F42B3ABF80002F720C3B7DE /* FIRComponentType.h */, - BA87154A7A0F775659106CEDE99710AD /* FIRComponentType.m */, - A96E732B18EF155C69FE332872AAB522 /* FIRConfiguration.h */, - F54D851E42F20DB64AC2CDE046C2BA5C /* FIRConfiguration.m */, - 5DF2F6F672C3CE9FB5C736EC51470B4A /* FIRConfigurationInternal.h */, - EC2F7AF32E635726B82EDCA552E7F559 /* FIRCoreDiagnosticsConnector.h */, - BEDDC4FD1AF911108826015912C41F4C /* FIRCoreDiagnosticsConnector.m */, - A0CBD90592C56F050F2AB9C5DB539087 /* FIRCoreDiagnosticsData.h */, - EECE86CAB7A8625D0B0A362935378173 /* FIRCoreDiagnosticsInterop.h */, - 7D2ECF26595619E1C99C126CE41E77FB /* FIRDependency.h */, - EF649316486409EA669083908AAFA76D /* FIRDependency.m */, - D06809F2D5B4C365DD3CCCEA41825053 /* FIRDiagnosticsData.h */, - 1A8203CE70A49C917DB71D42FD52C94B /* FIRDiagnosticsData.m */, - DEB263DF7281940A177EB3D11AB76365 /* FirebaseCore.h */, - BFCEDFA76EDA6DCC0438F037AC1BD3D4 /* FirebaseCoreInternal.h */, - 4B3AF14170A41A6420B821B7F67A0DE1 /* FIRFirebaseUserAgent.h */, - 12B5EBE67902402A5004A20454BAE1D6 /* FIRFirebaseUserAgent.m */, - 12D7354220E7DF123EDC41787BC17A6A /* FIRHeartbeatInfo.h */, - 7EFE6D52C9FCB279772477C775443A9A /* FIRHeartbeatInfo.m */, - 946916DF153FEE0B16AE7366F0361F5D /* FIRHeartbeatLogger.h */, - A2322E7A4C899400BDDF115E43F6DE1A /* FIRHeartbeatLogger.m */, - E16C2B841028905DCB05E1AC04A399D6 /* FIRLibrary.h */, - BD222610DD0B42B8E47832665A26EB2D /* FIRLogger.h */, - 915CC12116C374486648D2C13ABC6E78 /* FIRLogger.m */, - 234C9E8B3003AE0B8544FF8369B0B0C1 /* FIRLoggerLevel.h */, - 8E3D93B8CA10863859F54708D56F214C /* FIROptions.h */, - 0DEDE1443E776089A95F26597D2231AE /* FIROptions.m */, - 26C28265A1E3A4B2F74AA262CDD51661 /* FIROptionsInternal.h */, - 721BAEB3EAB7503BEE70BAED252B9CB0 /* FIRVersion.h */, - 8DCD8E4BB14A5DFF5B5D86F6C05BDCC8 /* FIRVersion.m */, - 42DEF88A5792900800F676B11EB7B8B3 /* Support Files */, - ); - name = FirebaseCore; - path = FirebaseCore; - sourceTree = ""; - }; - 62D0A80EF3D3D6148EF2F356213AC4B6 /* FirebaseCoreDiagnostics */ = { - isa = PBXGroup; - children = ( - 00A50C33815FC16F379B9F5C74AC59F5 /* FIRCoreDiagnostics.h */, - EC822AD4AB3F8992285781837BEC5AF3 /* FIRCoreDiagnostics.m */, - 35C59B9A02F1F9D6F4A91C93D1C7168B /* FIRCoreDiagnosticsData.h */, - D3FFC6CCB44970C85DE9D56E3656B661 /* FIRCoreDiagnosticsInterop.h */, - 0A1EA039D0A4943524BD3CE1F4293A16 /* firebasecore.nanopb.c */, - 7631065D70FF2FBA399F91EDA2DC8905 /* firebasecore.nanopb.h */, - FD7E4A5F259AC81A4775CFBF25E163AA /* Support Files */, - ); - name = FirebaseCoreDiagnostics; - path = FirebaseCoreDiagnostics; - sourceTree = ""; - }; - 64A40791A9FF187C89E98F3FA00A24A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6EB5599402EB2575B7FD292713DD7777 /* R.swift.Library.modulemap */, - 6D9700583D8C8CABF74A634AA6822E49 /* R.swift.Library-dummy.m */, - B07C8529FFB178FFCBFA8C2885C6A96F /* R.swift.Library-Info.plist */, - A949B26AB9B074C063CBB0A179AB237A /* R.swift.Library-prefix.pch */, - 882D026B1C39A1D81AF221C66EEC35BF /* R.swift.Library-umbrella.h */, - C679C62A7960BCB5F6CDF2C3DFB6A401 /* R.swift.Library.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/R.swift.Library"; - sourceTree = ""; - }; - 687F8815B80EEE417E1285E467E280E6 /* Support Files */ = { - isa = PBXGroup; - children = ( - C3993E47ABC13ACD2BFFFB69F3744001 /* Kingfisher.modulemap */, - C5ED70A2C66B8A2C9A901723A1258785 /* Kingfisher-dummy.m */, - 86486C9B8E560A19640A49034C578CE6 /* Kingfisher-Info.plist */, - 4241FF5AAE8E13880E88B68E65141922 /* Kingfisher-prefix.pch */, - 74A10552B1E38CDA1321D90ED4E04093 /* Kingfisher-umbrella.h */, - ED622E87C3A52CAD0508264BFDEE4740 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 68DBE2DCA9FA94455035CFD8AF638AC0 /* Support Files */ = { - isa = PBXGroup; - children = ( - EFA1C49045840559D56BA3D09AC1911D /* Nimble.modulemap */, - 3CD2E37ACA7A8C8C627C6179FC20CD72 /* Nimble-dummy.m */, - 698FF63F341A13282505BF02E092349A /* Nimble-Info.plist */, - FCD322969AB911CC91A58C7591EB1481 /* Nimble-prefix.pch */, - 31292B71B43332F745BEE622887173B4 /* Nimble-umbrella.h */, - A1110534D4597C06492EF9D41D556B8F /* Nimble.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Nimble"; - sourceTree = ""; - }; - 6ACEC3944DCC380A169F7EAC00B7D59D /* Environment */ = { - isa = PBXGroup; - children = ( - D7B2020468F495B1D1F70C80D42A2C08 /* GULAppEnvironmentUtil.h */, - 62E8BCDBC7649692243E685169586B2F /* GULAppEnvironmentUtil.m */, - FF766D9E9F2FB63C89A7AE21BC751A6D /* GULHeartbeatDateStorable.h */, - 4B5822A8D3A204FB376AFA6D4FAFF182 /* GULHeartbeatDateStorage.h */, - E7767ADE4C22F70DB2F3B094F4D51C81 /* GULHeartbeatDateStorage.m */, - B9C88B97FEACAFC4C3A0B1D0B3FC0489 /* GULHeartbeatDateStorageUserDefaults.h */, - 437B5FFFA60C38CD94CC87306E68E115 /* GULHeartbeatDateStorageUserDefaults.m */, - 26E0462C786F0350E7395A32DC430F0D /* GULKeychainStorage.h */, - 7A7A2F338FE9F14E061A8B3233371DEF /* GULKeychainStorage.m */, - 629ED2613B3AC0F8976F66EA1C75694B /* GULKeychainUtils.h */, - FC1A6E5537F5D6230D8E8CEC7A083484 /* GULKeychainUtils.m */, - BB6EEB4ED4E12F6EC2C169650C218ED7 /* GULSecureCoding.h */, - 78163A89B5230D3F04C453F7FBC46BDA /* GULSecureCoding.m */, - 104A3D1926475DB36E6454BB82FEE117 /* GULURLSessionDataResponse.h */, - E146F175EF4762CC3A61D7A3459568EA /* GULURLSessionDataResponse.m */, - 419D9499B6F64B71386D3B845D4ED335 /* NSURLSession+GULPromises.h */, - 081AA4C68131AB54A046217E5F2236D1 /* NSURLSession+GULPromises.m */, - ); - name = Environment; - sourceTree = ""; - }; - 6EBD359732AB58FD2F1E4C20A682A75D /* FirebaseInstallations */ = { - isa = PBXGroup; - children = ( - 8328A97FE4F4C09A1DA6A0CDC04BF229 /* FIRAppInternal.h */, - A6F8519A38A413A5041897762BAF9909 /* FIRComponent.h */, - ED38B5D1B670DF4A4BD41D6A5B32DFA5 /* FIRComponentContainer.h */, - 9993F362B138316525A98AC6B40D8410 /* FIRComponentType.h */, - BBCC10CADD56BFFC2B8D4EE87CA50C29 /* FIRCoreDiagnosticsConnector.h */, - 67D8AF7CC6171E042185E6AEB98E6B8A /* FIRCurrentDateProvider.h */, - 3F73299EA3F2B790475A9180C20942E4 /* FIRCurrentDateProvider.m */, - E945D5C2588259D02E285672FD18028C /* FIRDependency.h */, - 4D5180E7705B53B973A6355F7BF06517 /* FirebaseCoreInternal.h */, - 32FAECC852EDABBBAF91A4E5ED154071 /* FirebaseInstallations.h */, - FEDA6636ADB0253570B19AE33631234D /* FirebaseInstallationsInternal.h */, - 2BE43CDD063A7FDD2731ABC555AB4CD9 /* FIRHeartbeatInfo.h */, - A09377DC59EE85D6961CA0F3ADD79D31 /* FIRHeartbeatLogger.h */, - DBF235CB1EE5D2CFF0397FD503E26724 /* FIRInstallations.h */, - 0FA6F755D7EF4953A68D134A3194E8DB /* FIRInstallations.m */, - 095CE1F215E0F1ED2B80D46F15482A3B /* FIRInstallationsAPIService.h */, - C50134AE48C2EEB112ED965015A074DE /* FIRInstallationsAPIService.m */, - 23B2DD8EE756A2B372E28AE09F8ECCE6 /* FIRInstallationsAuthTokenResult.h */, - 3063546D73D4F09AB308F546D8397FF7 /* FIRInstallationsAuthTokenResult.m */, - C21C0776C2EC72A53FA592B00CCB38A5 /* FIRInstallationsAuthTokenResultInternal.h */, - D61F542060C81D35DB7962F09950DA4F /* FIRInstallationsBackoffController.h */, - CBB653C24934581979348CF5D878977C /* FIRInstallationsBackoffController.m */, - FA2A2591E727B38C08DE0A9FEE4C8FA5 /* FIRInstallationsErrors.h */, - 24D266B1A29E42609F9B23C28C62E892 /* FIRInstallationsErrorUtil.h */, - C204CA5DF3923E20E2AF98C52D1DB42E /* FIRInstallationsErrorUtil.m */, - 70F18E7F8D8C05F29C4AEA0B700C7605 /* FIRInstallationsHTTPError.h */, - 757F2034FD65A64E457525CA85244B83 /* FIRInstallationsHTTPError.m */, - 09E572C6337763347E14EF6511C8DEA9 /* FIRInstallationsIDController.h */, - 333936A69CF73A72901B8E3F8EF18F54 /* FIRInstallationsIDController.m */, - FC011C42C241E63565B7EDC9F8CEA53C /* FIRInstallationsIIDStore.h */, - 9651FB0843AACADB2BC9574E489E1DFC /* FIRInstallationsIIDStore.m */, - 8E3A30BD4C778B9526C91BB85F08582C /* FIRInstallationsIIDTokenStore.h */, - 604F0142DCE6B2D6FF2A7218157C140B /* FIRInstallationsIIDTokenStore.m */, - 8F96792F1EEA9728A9213F65425A9F9F /* FIRInstallationsItem.h */, - 3E06276649DEBD36A58AEB8BE976B21B /* FIRInstallationsItem.m */, - 8D8652FEA11A26CB22544646CC117666 /* FIRInstallationsItem+RegisterInstallationAPI.h */, - 1DD6A92A41AA5C9634AD55A85566B082 /* FIRInstallationsItem+RegisterInstallationAPI.m */, - 54D510733F39B61D337F4498922A3316 /* FIRInstallationsLogger.h */, - 857FC142C2F37A9FAFED84A87E37F61C /* FIRInstallationsLogger.m */, - DEFB5CFACADCD59EDFB4498E35E46A17 /* FIRInstallationsSingleOperationPromiseCache.h */, - 299B9D6A9693A40C842F73C42FD3FF69 /* FIRInstallationsSingleOperationPromiseCache.m */, - 25DD0A6CD6C3EE7BF7E4C3420F18F36D /* FIRInstallationsStatus.h */, - 3C378BFF2772816A91A76CBCE518884D /* FIRInstallationsStore.h */, - F99FBE2B3CE1E938F1C8B790740250E8 /* FIRInstallationsStore.m */, - 34D4D26895D289C786AEA2287769A6BF /* FIRInstallationsStoredAuthToken.h */, - 96A4D67585D6A0A5DD3E2E1CFEC7279C /* FIRInstallationsStoredAuthToken.m */, - A5E72131861B52C0F4DD565F5405C59E /* FIRInstallationsStoredItem.h */, - 7708F8AA659038A7C41A2545CABB5227 /* FIRInstallationsStoredItem.m */, - 24B4ADD5F7C3D7A38981C064FA746527 /* FIRLibrary.h */, - B7B9324D1151F3B975590BF38D1A11F1 /* FIRLogger.h */, - 5B046572F7B50C064B240774F4C87746 /* FIROptionsInternal.h */, - 0C2AA9B790C0E6E432BD098F391FCBB9 /* Support Files */, - ); - name = FirebaseInstallations; - path = FirebaseInstallations; - sourceTree = ""; - }; - 74D385592DCD7842C6CD7F42E8EF7859 /* Wormholy */ = { - isa = PBXGroup; - children = ( - D62E3D51AD54B637CA10A7BE6C501DF0 /* ActionableTableViewCell.swift */, - 7A57BA990CC44993155941379A46E316 /* BodyDetailViewController.swift */, - 94B75DC7E32B5B55E0FDA62C7D5E4FE0 /* Colors.swift */, - CBD3A3BFB78CBB119E133FE798A77D92 /* Config.swift */, - FF25ACCC4C63E554509BDFB144284D7F /* CustomActivity.swift */, - 2B6A322F63AD02020FCE3D4DFAF042AF /* CustomHTTPProtocol.swift */, - F0C9A69A0B586577ED7AC5DC14D64378 /* FileHandler.swift */, - 5A459BFDEDCBE3F9D3694A37201355AA /* InputStream+Utils.swift */, - 1DDB18D8912508122955BAB71E239E38 /* NSURLSessionConfiguration+Wormholy.h */, - 97FCB98B31C327C336A51B7111444C2A /* NSURLSessionConfiguration+Wormholy.m */, - 48F72A49A0500EC950A903ACB8DB5D7A /* Postman.swift */, - D86DBF987E34B64F442801340FE7BFB6 /* RequestCell.swift */, - D814245012AED8AA90E85893B5B3E4A9 /* RequestDetailViewController.swift */, - 43C756A5548E76895C42C2993FC43172 /* RequestModel.swift */, - 60F12A3710BDF138D18DF5C4100432EB /* RequestModelBeautifier.swift */, - 6F7F87F6C66E426F5CF0CBB8461412BB /* RequestResponseExportOption.swift */, - 8612F01C42B165E1456310D31A12DD36 /* RequestsViewController.swift */, - A7746631C5F193B4778E4DC3213401B5 /* RequestTitleSectionView.swift */, - BF2D6FAEBDD9E3EE93EB91CB65057EBC /* Section.swift */, - F6325A044437C7A65E7B82EFD856E5B3 /* ShareUtils.swift */, - 88EF0D97D7C3EA58D3850117705BF42F /* Storage.swift */, - 272ABC193126729DDFAA9FC1ED29CEC6 /* TextTableViewCell.swift */, - B3B3A7A4FF57E5F99FDAD8DD6628F4C7 /* WHBaseViewController.swift */, - 82D4EB7BC199639DD28676617F091209 /* WHBundle.swift */, - 9A995B46C7A0622E8926489EE11BB5AE /* WHCollectionView.swift */, - 65CE70A3A6A934333B74626E94EF2887 /* WHDate.swift */, - 0F76B446EFDD60217202699A92B31D7D /* WHLabel.swift */, - DC2187060802D2FC893D601153FD9FC7 /* WHNavigationController.swift */, - D5D577BF9C06DB4BAB712914FFAE7FF0 /* WHString.swift */, - E6437FBF6E84698AA98AEE072559963E /* WHTableView.swift */, - 02ED2CBD81BC973D7B2EF4B56BCCDFE1 /* WHTextView.swift */, - 8F9263DAF7DADA23CF4AB08995AD5ED5 /* WHView.swift */, - 17083D0906F22ADC6352B62C97ABC7EC /* Wormholy.h */, - 8477E95EB446E3A3476D81EFAB082528 /* Wormholy.swift */, - 9D5C677CD0C736DC8356A8CAFDF354F8 /* WormholyConstructor.m */, - 444641FC81A633A19DCB22EE78DAA077 /* WormholyMethodSwizzling.h */, - 38B6422751CCF142B87B6C85A4331634 /* WormholyMethodSwizzling.m */, - 8286AE062AD99B8DD99C75F1B38A3DB0 /* Resources */, - 828770CBFB54FD91BE1D357241A3B47A /* Support Files */, - ); - name = Wormholy; - path = Wormholy; - sourceTree = ""; - }; - 7616951F19120E3A153B7C16212DDD56 /* Support Files */ = { - isa = PBXGroup; - children = ( - D7FB7AF203869284416778F67E7107D9 /* NimbleExtension.modulemap */, - A306CD75F2EBBF72334DFCE79178443E /* NimbleExtension-dummy.m */, - 4D3DCD140F25274406770CC52C30672E /* NimbleExtension-Info.plist */, - 20CE70E306091FAE14852FDB94EC0F97 /* NimbleExtension-prefix.pch */, - AD921A774874F1D9E21C918B4523586A /* NimbleExtension-umbrella.h */, - F9EB6E16CE588445DE3202517008E537 /* NimbleExtension.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/NimbleExtension"; - sourceTree = ""; - }; - 79139743539BDA7C39E45BA09457DDBB /* SwiftLint */ = { - isa = PBXGroup; - children = ( - A17D4B725230C6C4ADD291C001F31066 /* Support Files */, - ); - name = SwiftLint; - path = SwiftLint; - sourceTree = ""; - }; - 7E7B7BBA7B4A192E0A2DA49E71581023 /* Quick */ = { - isa = PBXGroup; - children = ( - 34D0F0DD26AC3F7609BB375B7BDC788A /* Behavior.swift */, - F6564F920C0D6BA8EA54CD9C21C0128A /* Callsite.swift */, - 7BE9A81B2606C33B97605CD688228DC5 /* Closures.swift */, - 2CAE652CD8E5A4BD065ECC1B81883D49 /* DSL.swift */, - C018BEB88FD25A2A27D35C746E488F32 /* ErrorUtility.swift */, - 5E1396A2EC8928E870DFB17CABB53F04 /* Example.swift */, - B0CA9D52CF2FF7D11078E42356B1C669 /* ExampleGroup.swift */, - 002FF0440CC83FB863FEDEE21ACB6CE0 /* ExampleHooks.swift */, - 4F9EDEF3CC47797FB1F8DB8E2BF3CDFF /* ExampleMetadata.swift */, - 126C70ABC0ECA224714ECAF5FEF3A22B /* Filter.swift */, - AD3A5A87ECEB733E2A559ECF818AEACB /* HooksPhase.swift */, - 6D7D3D014D3D9F77A5F1D73D74312F64 /* NSBundle+CurrentTestBundle.swift */, - A2A2305E2DB8AFF71480339EBED95BAE /* QCKConfiguration.swift */, - 74C9C65FC65361FBCF638718B4A3EB92 /* QCKDSL.h */, - 29334BA769EABB516F79F30E71C4225F /* QCKDSL.m */, - A4AD69ACB55EFFCEE21C18583E399744 /* Quick.h */, - 562849F6085859632688E4FC545DCAA1 /* QuickConfiguration.h */, - D9E607514FFF78610786D89DE53262F2 /* QuickConfiguration.m */, - 1F99FCB8CB2D8C35B6164133FE48F667 /* QuickConfiguration.swift */, - 77023342AF65F28C46E9C49AA48BE7C3 /* QuickObjCRuntime.h */, - 12AA9CD25CBDA94DD334A115A8AAAAF8 /* QuickSelectedTestSuiteBuilder.swift */, - 79EDFE778604D38424C76A29E0506502 /* QuickSpec.h */, - 6742294B7F2A4F25EE72F17FEE0A52F8 /* QuickSpec.m */, - 6A074673DF2AD3ED7412899E49362E93 /* QuickSpecBase.h */, - 97F95DB9F023E5A03156BFE5CD0877FE /* QuickSpecBase.m */, - 46BFA2BCF1D8F1BDA96D8C0B1D46B929 /* QuickTestObservation.swift */, - 838F866CA688E5ACA08C68963B7AACCF /* QuickTestSuite.swift */, - 413000894C5441CD1F32876863238176 /* String+C99ExtendedIdentifier.swift */, - FDFE5FCF94FBA1D201E4C3CED157FD79 /* SuiteHooks.swift */, - 7E3DF431D7829C58D8EB7A492D252B0B /* URL+FileName.swift */, - C4E15C47C4561E0FBF0515F896D0A2ED /* World.swift */, - 4D52740B891A34285177AC274AF3887D /* World+DSL.swift */, - 5CB94DAB850C9CD397E602DC7047ECE0 /* XCTestSuite+QuickTestSuiteBuilder.m */, - C9A25A4E38777F58E1EA32CAFE521BD4 /* Support Files */, - ); - name = Quick; - path = Quick; - sourceTree = ""; - }; - 8286AE062AD99B8DD99C75F1B38A3DB0 /* Resources */ = { - isa = PBXGroup; - children = ( - 1F4534E52C01E9318C397302CB933601 /* ActionableTableViewCell.xib */, - 6F9AF651F8B0E1DAD0E1DF9A3D1A9E5D /* Flow.storyboard */, - 815ADBB0816C493A0290BB6E1301477F /* RequestCell.xib */, - 60BF1503E58D3E1A46C18153B59A0959 /* RequestTitleSectionView.xib */, - 62371FE8DB9FB1431EC0E4DD6D50B379 /* TextTableViewCell.xib */, - ); - name = Resources; - sourceTree = ""; - }; - 828770CBFB54FD91BE1D357241A3B47A /* Support Files */ = { - isa = PBXGroup; - children = ( - 4E72FFAA21D4D1B79241C97273617ACB /* ResourceBundle-Wormholy-Wormholy-Info.plist */, - 59BFD65808A5D82AD2B98790E0408E64 /* Wormholy.modulemap */, - 89EAFDB1D163FEBFDC3249C9979B57CF /* Wormholy-dummy.m */, - AD9F015BB4489BD9C55B43DA63C83ACE /* Wormholy-Info.plist */, - 7211926BC8FDA7F67B6F81CBFAA02F34 /* Wormholy-prefix.pch */, - CFCE6C26E4B462A3CF9ACE1CD0059847 /* Wormholy-umbrella.h */, - F7D012003EABF0C6157FF71CDC97C322 /* Wormholy.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Wormholy"; - sourceTree = ""; - }; - 8D45AEFCE75B164E8B2625EB85ADACD2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 5F2B36ADD87D892A1DBD5ADF05EA700E /* IQKeyboardManagerSwift.modulemap */, - C3C189F6DF298EA285BF1D930C130F53 /* IQKeyboardManagerSwift-dummy.m */, - 8AFB704C7FD9F840080928B8CDA907F5 /* IQKeyboardManagerSwift-Info.plist */, - 69D56001767F5A95D90A517C220394C7 /* IQKeyboardManagerSwift-prefix.pch */, - B765BB1522850F6CDF71486841145EF1 /* IQKeyboardManagerSwift-umbrella.h */, - 09C2ED39B3728BFD72685DC5F269A1A2 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - 90F8ADF2E917AE575F4ADE20481E76F6 /* GoogleDataTransport */ = { - isa = PBXGroup; - children = ( - 7311D3B03B26A7ED64D449D6EA425958 /* cct.nanopb.c */, - 8268BCCE30B062D715979B96B4120517 /* cct.nanopb.h */, - ADCBF9ECB94562E8E96333DA8F19B6B9 /* client_metrics.nanopb.c */, - A3EF185E2AFB6A447D1AE074FE06B94B /* client_metrics.nanopb.h */, - 28E9F8BAC3E85D70F1CEBEFD923B3FA9 /* GDTCCTCompressionHelper.h */, - FD415AA6DD99836FA85E290A2D26B095 /* GDTCCTCompressionHelper.m */, - 6DEEE3D122F88D12CFC671760EAD4AD4 /* GDTCCTNanopbHelpers.h */, - D3DFD60DDB7ADF703339CE28F67EA2A8 /* GDTCCTNanopbHelpers.m */, - 35E0BCF8F0DF5CC41F36217C3A69F799 /* GDTCCTUploader.h */, - 1EF37B80FD90C10E5BD0795AD10933C2 /* GDTCCTUploader.m */, - BBF6D858C4687BFAC80FCDECC4C8B6F1 /* GDTCCTUploadOperation.h */, - 0555B82D8C132DDFB1C84EA3A0348508 /* GDTCCTUploadOperation.m */, - B9E74D76965F9552DE4CFAE8C24DB11D /* GDTCORAssert.h */, - 0E9D7FB40A56DE2D297633B8FEB5C662 /* GDTCORAssert.m */, - AFE05F54930B43AB9400D7D4DD3EBAA6 /* GDTCORClock.h */, - D3C11D30AA9680E59FA8A0295C677176 /* GDTCORClock.m */, - 34B25FECAA3426AA75DC2E143EEE4300 /* GDTCORConsoleLogger.h */, - ED2ACD58C3D8CEABD2697921E47661C6 /* GDTCORConsoleLogger.m */, - 7718C262C019B7739AD857E4CD744D39 /* GDTCORDirectorySizeTracker.h */, - 82968A2C8B48F908DF527B57BA266487 /* GDTCORDirectorySizeTracker.m */, - 4F52211C421359E035C431502966FA70 /* GDTCOREndpoints.h */, - B3970AD64068087948276AFA75507BCE /* GDTCOREndpoints.m */, - E578E31B716FAB0B22ED807D145247FB /* GDTCOREndpoints_Private.h */, - 34E2E1E49468040ABDD8E1979A3A60AB /* GDTCOREvent.h */, - 7A7B833DF4B3D284C983FEF108D189E5 /* GDTCOREvent.m */, - 2CC5CC20BCA17C715D60E9E770DE5F7F /* GDTCOREvent+GDTCCTSupport.h */, - 086993868BBF9234635068883CB8B75C /* GDTCOREvent+GDTCCTSupport.m */, - CDEF9F8AADA9FB888B05CB832525D3D6 /* GDTCOREvent+GDTMetricsSupport.h */, - 8E5AA986D754D4A2705B105D25EA1840 /* GDTCOREvent+GDTMetricsSupport.m */, - 87E452D488D476A11D2A37E39618AA05 /* GDTCOREvent_Private.h */, - A70CD7DFA3D6B577346C1C4BDA54F9F0 /* GDTCOREventDataObject.h */, - A32EF3A3AFBF08AD078EF56C3549CCE9 /* GDTCOREventDropReason.h */, - 8A11E6627901E7232316215D7C4B6AC3 /* GDTCOREventTransformer.h */, - 37FFC2DC3AA68C491D53A421E0147A7D /* GDTCORFlatFileStorage.h */, - B90AF5EE981D5835B3032A94C6606762 /* GDTCORFlatFileStorage.m */, - 4B7BD61954C804401889BF969A21008B /* GDTCORFlatFileStorage+Promises.h */, - 546D22B11E84A6DF4EBB1B34CF70BC8F /* GDTCORFlatFileStorage+Promises.m */, - BAB491C3ABCC351F1C109596832BE026 /* GDTCORLifecycle.h */, - DCEA62D74FF2E7EB6E7E3455221321A2 /* GDTCORLifecycle.m */, - B4E285E90034564818740D2828298045 /* GDTCORLogSourceMetrics.h */, - CF596A8AD4C1BFFA5B53E27F22619AEA /* GDTCORLogSourceMetrics.m */, - B78AD4D0E4098ECC2448F23872E84063 /* GDTCORMetrics.h */, - AB3F5CF7A3E9A67BDB82A5E7A2115E57 /* GDTCORMetrics.m */, - A500F29C8F6681AFE169D2AB3FEE4E55 /* GDTCORMetrics+GDTCCTSupport.h */, - B96F48A7D36D2FE0558B535E76502250 /* GDTCORMetrics+GDTCCTSupport.m */, - 8B2CEFD96295C83E29C3CA48370BFFC9 /* GDTCORMetricsController.h */, - 2CCD8DF7AD9FCD6CCF9577A49116D37B /* GDTCORMetricsController.m */, - 56EB316F367FF09FF2D1E97A2CD44D52 /* GDTCORMetricsControllerProtocol.h */, - ADBA8AFA3B320D6DAA34AAF0348D238F /* GDTCORMetricsMetadata.h */, - EE63ADE8D8890084A728C3EBCC3ADEBA /* GDTCORMetricsMetadata.m */, - 1711070760F93195F3AF8A67F807D54A /* GDTCORPlatform.h */, - 5F1E6E88C5B0BE8955738025AD6DD35A /* GDTCORPlatform.m */, - A189F87766A613A5765BCB009D8D4BFB /* GDTCORReachability.h */, - C4FDFC5BDBD7A0DB96B748B25573FC91 /* GDTCORReachability.m */, - A53075061C908EB76FD97C6C21C4034B /* GDTCORReachability_Private.h */, - BA36BB3D30C28F9BB8B59F37E845876E /* GDTCORRegistrar.h */, - 8600C04132A3FCDD389435C284ACB0D8 /* GDTCORRegistrar.m */, - 9BBBE6C9664AA0252C3F6A8EF6EA21EC /* GDTCORRegistrar_Private.h */, - E167B02F3DAB17AA01B7A582EDDF625E /* GDTCORStorageEventSelector.h */, - 037F66980734C716DB63DA10A60BB3D5 /* GDTCORStorageEventSelector.m */, - AAF5547367EE38E7FA8B09FB210C4104 /* GDTCORStorageMetadata.h */, - 773C628030D0F9F6A182C19972133EC1 /* GDTCORStorageMetadata.m */, - EDECA855243A83609915F4D0DD5E2B87 /* GDTCORStorageProtocol.h */, - 9A15FCB37E480DA0271B7533AB3BD2AF /* GDTCORStorageSizeBytes.h */, - 1874D70C5E4A1C97F637CFF9DBCFEEBF /* GDTCORTargets.h */, - 7F656621D425B2F70E2D131149FC1636 /* GDTCORTransformer.h */, - A720FCB7D4BD6CAACA2CD006EEFBB723 /* GDTCORTransformer.m */, - 97FAD9737F82C54D876ADC1CEECEB94E /* GDTCORTransformer_Private.h */, - 2EB4D54674BD05866269450519F589F7 /* GDTCORTransport.h */, - A7CEB53D1982CED4E64A00CF51300613 /* GDTCORTransport.m */, - 1871C964F9D05A47610B06E93CDC18DF /* GDTCORTransport_Private.h */, - 27E8372701B0ED3570237CB49E593DA9 /* GDTCORUploadBatch.h */, - 2A3CA8D96CD4D7226F891671C88B29FB /* GDTCORUploadBatch.m */, - 40FAE0D0FD0C1276F1EAF2A79033A1D4 /* GDTCORUploadCoordinator.h */, - 7CB02D42F90054F3CAD7DC40BDDC4911 /* GDTCORUploadCoordinator.m */, - 2660998B471CC18D984957972F37807B /* GDTCORUploader.h */, - 8E1047E93FD1443A1638DE935F59D5CD /* GoogleDataTransport.h */, - 12087ACF04D59B427F6CBE2E3665DFB6 /* Support Files */, - ); - name = GoogleDataTransport; - path = GoogleDataTransport; - sourceTree = ""; - }; - 94E049BFF3C97322A570B47CCF4EC53F /* GoogleUtilities */ = { - isa = PBXGroup; - children = ( - 6ACEC3944DCC380A169F7EAC00B7D59D /* Environment */, - A561B1EF8835C060A44FA91F67F9F8CB /* Logger */, - 211F56A7C4F8F33096D26CEA2B0E0E1F /* NSData+zlib */, - 30E3AA78E94F50A69A4973AC77019769 /* Support Files */, - 4FE6E1D36D38E24A71A05BBFB7AEEDAE /* UserDefaults */, - ); - name = GoogleUtilities; - path = GoogleUtilities; - sourceTree = ""; - }; - 9B9979CA21A4D830D2ECBCDF9B649EC5 /* Nimble */ = { - isa = PBXGroup; - children = ( - 8666EDA78211CFFF766FBEE0F97D5206 /* AdapterProtocols.swift */, - F0B63FB91FA4617CCB4B491CEEAC9B17 /* AllPass.swift */, - 127088D7C009D637A0DD9B1432215A47 /* AssertionDispatcher.swift */, - 5820BDD6515D8869AD174282496CA89A /* AssertionRecorder.swift */, - 280AA0AD8E2918AACCE5317F203F14A5 /* Async.swift */, - 198E9CEA1BB57760D23B3C0A51E0B933 /* Await.swift */, - 36B3C95862594134AE2B7FF576E096C7 /* BeAKindOf.swift */, - 207329819892CD5978E658CB310C5F9E /* BeAnInstanceOf.swift */, - 0618458EC8CA65ABB06D70075CB0E26A /* BeCloseTo.swift */, - B7D6CA1BAB5F5FC28CDB87BEEE2A459A /* BeEmpty.swift */, - 7D553DAC71349E3B8FE6E90C62643E16 /* BeginWith.swift */, - D3F2FD1932B5EEAF72F8EB37E8C7CCDB /* BeginWithPrefix.swift */, - 6BF2917C0BEB00E4E1C1EF686C1BB776 /* BeGreaterThan.swift */, - E92BEBCE2ECD88F7C822518DDBB9B069 /* BeGreaterThanOrEqualTo.swift */, - ACFA77D223089B0AF122445521274D8F /* BeIdenticalTo.swift */, - D82A2477158CB61B207441C6D89228D9 /* BeLessThan.swift */, - 9D22F5092BF706574573777F39DCBB85 /* BeLessThanOrEqual.swift */, - 5A7C900D187EA9F180626E3E54D698E0 /* BeLogical.swift */, - A126B8904E685432A6DACDF6F45FF1B1 /* BeNil.swift */, - CF83EA78A24697F82DE8528C20408B8C /* BeResult.swift */, - 0662BD2A2B4D1EB7CE21C97542BA1AAA /* BeVoid.swift */, - DD92047BBCEB065CC73E41193FCD309B /* BeWithin.swift */, - 75F71FFC63664516F33A4FA4009A43BF /* Contain.swift */, - 16913C002D5C3C54CEF27BFF049270F1 /* ContainElementSatisfying.swift */, - DFB451BF1FCB1D1730E17E060E3105C0 /* CwlBadInstructionException.swift */, - 005B280F574176C3EA24D37D347C642D /* CwlCatchBadInstruction.swift */, - A75758DCEB2B2E6C8F8CCA03E2023B88 /* CwlCatchException.h */, - 736AAB2AA907D072E16041CE19F23496 /* CwlCatchException.m */, - F0A0C5CB799CF202BFEFAB679B99CCA1 /* CwlCatchException.swift */, - 20CE751914431ECB391E30021D61908F /* CwlDarwinDefinitions.swift */, - 4D1F757F9CDFAC58F5DC9B4A24D7C624 /* CwlMachBadInstructionHandler.h */, - C2C93F3BF6BA49D0D96A0156F8D2F153 /* CwlMachBadInstructionHandler.m */, - C43372ACBF6C12D410B876FD254FDAC3 /* DispatchTimeInterval.swift */, - A19D220B32B12A2FA30B9F53D4F77073 /* DSL.h */, - 55C38DB940F28DCEFF46AF1055BF4795 /* DSL.m */, - C2D8A4598BF35C0753A8000B996AB043 /* DSL.swift */, - 972E18EAAD9475CE938D47024DCDBB01 /* DSL+Wait.swift */, - CAF3E8E4D841EAED8ABFB18594A50421 /* ElementsEqual.swift */, - A27430CB7449911F4084C6BDCD6158C8 /* EndWith.swift */, - CCC830BB991D58024F3C16E787299731 /* Equal.swift */, - 4C617541EDC2692F0B48AEFFDC804908 /* Equal+Tuple.swift */, - 2FD78279514DD4F3D871210F907B55D0 /* Errors.swift */, - 321F9C91D0594F87F316A64FF4D42E2D /* Expectation.swift */, - 6A6D81265D7A71CC2CA23D0265F53F50 /* ExpectationMessage.swift */, - 9B7A2FCD1B79E2A2079095D0A6C610E5 /* Expression.swift */, - B99435291C4BCF7E61C2038B1D0BD9F1 /* FailureMessage.swift */, - DE4B9F591661C8133A599710D74089F6 /* HaveCount.swift */, - 214439C07473ABE92ABE167CF74A4744 /* mach_excServer.c */, - ADC176A6635255EEC0499304C073BE7E /* mach_excServer.h */, - CF624D487C1EFA31EAA393D02C654339 /* Match.swift */, - 7889E2A76A5D4BDC210F56905CF7042D /* MatcherProtocols.swift */, - 369428B18A454AAB0E650598383B94BB /* MatchError.swift */, - 235195E34AF98BC55E403B5EC5D5CEDC /* Nimble.h */, - 021FD367A102E98844823B9F07AAED1F /* NimbleEnvironment.swift */, - 1A483B410BC2AFA61C92B573B426F246 /* NimbleXCTestHandler.swift */, - 2B9CFC663418A1DA5D12AE78CEE1000E /* NMBExceptionCapture.h */, - 24B09DF9583850A806B4A17CC21A30BB /* NMBExceptionCapture.m */, - F3CE8AEA7E741A6B412C76A1D08577DB /* NMBExpectation.swift */, - F3EE588E5DAE6B012B657FA601106500 /* NMBStringify.h */, - 5CCDEF0E84C2BEA4D86B163D05C654F2 /* NMBStringify.m */, - 56FCF3DB1E6B84D654A0C46FC05D2D86 /* PostNotification.swift */, - A5A36C03F84643F93A2FBC18B54A8AE2 /* Predicate.swift */, - C2E9846B0AE55CBEEA6E0CE891CBAAF5 /* RaisesException.swift */, - 963AEE635C66E0D1AEBE929C4E07DDDE /* SatisfyAllOf.swift */, - D2AF4724C1216249B9A6FF022137265A /* SatisfyAnyOf.swift */, - F3A622F92358F3A6A40549D2AA13A478 /* SourceLocation.swift */, - 5B0C35313CC54D0EA2D696ED775CB415 /* Stringers.swift */, - 8D921EFEB11CFCE16B276ACB4011CF97 /* ThrowAssertion.swift */, - 8C539D1FBFDEDE4A382C46AEA089D704 /* ThrowError.swift */, - DB4E12D128D24D0B4E46099BF20F2E34 /* ToSucceed.swift */, - 7D960AFA18ACB1260EE50A244345E154 /* XCTestObservationCenter+Register.m */, - 68DBE2DCA9FA94455035CFD8AF638AC0 /* Support Files */, - ); - name = Nimble; - path = Nimble; - sourceTree = ""; - }; - 9FEAF6CC90EACB8AA50F82DC2BCDA47E /* FirebaseCrashlytics */ = { - isa = PBXGroup; - children = ( - A8B77FAE6C1B1830BD1FB8857572C2A7 /* crashlytics.nanopb.c */, - F550D7E8D8C448BE19DCD633E8C46C76 /* crashlytics.nanopb.h */, - 2FA0205A2ECC1832339D04A4921D706C /* dwarf.h */, - 39718D40FC6C378ECCE227125A4F459C /* FIRAnalyticsInterop.h */, - 4CDF0B1AE632544FF4C11288F5E6785C /* FIRAnalyticsInteropListener.h */, - C1CEC560EB75034B5FEF1F9D0F542B17 /* FIRAppInternal.h */, - 7EA85B9D0AF02529E33A034D7976CCBE /* FIRCLSAllocate.c */, - 965229CAC7FF8CEA281F625B05C11ABF /* FIRCLSAllocate.h */, - F2BC00C19BE9C44DE52A2C2C64EDDE37 /* FIRCLSAnalyticsManager.h */, - D97104304F660472AFACD5E67597DCC9 /* FIRCLSAnalyticsManager.m */, - A420B97F767861210AC21FE0452C27D0 /* FIRCLSApplication.h */, - A7FEF695FAE78661404D388A22424103 /* FIRCLSApplication.m */, - 4C89E059DB20A3B04E054BE4B369ABDB /* FIRCLSApplicationIdentifierModel.h */, - E5AFA8924F167C23BDCA48A5912D76E4 /* FIRCLSApplicationIdentifierModel.m */, - E99DE9F72A3CD25661F28294AC922AAB /* FIRCLSAsyncOperation.h */, - 244FC7A5C45A1B29CE38D4F8E9B5F5B2 /* FIRCLSAsyncOperation.m */, - 56C7E56D579B1EED3E2F81C816AB33EC /* FIRCLSAsyncOperation_Private.h */, - BFDE3532D60BF54CD0A86A631430DFEE /* FIRCLSBinaryImage.h */, - 54EB7B6A373D485181576111A0736F89 /* FIRCLSBinaryImage.m */, - A7C00E0F02EAE0709F2E5839FF849367 /* FIRCLSByteUtility.h */, - 74B4B685ECFF85CADC2B4C9CE2E6034B /* FIRCLSByteUtility.m */, - 6C128C99177974E2FC4F43B748361BD4 /* FIRCLSCallStackTree.h */, - AFAAB36289AF08754A5E4365256CC455 /* FIRCLSCallStackTree.m */, - 4A31A32C86FA696AFAE154A83761E6C6 /* FIRCLSCodeMapping.h */, - A055459C4ACA031FAFF6686C2BAC5A86 /* FIRCLSCodeMapping.m */, - 14F5D682EDD8BF99B8B3B9E0D0B61512 /* FIRCLSCompactUnwind.c */, - 58FA18DBA53A92B7E2023F04DB8D44D4 /* FIRCLSCompactUnwind.h */, - 5B80E5037DC3848BA40EB7CFF09DBABB /* FIRCLSCompactUnwind_Private.h */, - E02CED82BC3BF966912AB5BF4C53B46B /* FIRCLSCompoundOperation.h */, - 5FFDB573337B03EFE7A0A4CA83E8A170 /* FIRCLSCompoundOperation.m */, - B09C2815B049D2D585D730A25DCEA3CC /* FIRCLSConstants.h */, - BCD5797216E0483B5FE51E970881ABE2 /* FIRCLSConstants.m */, - DB3C9ABF64EA14F3090597EAC5281EEE /* FIRCLSContext.h */, - C8981F2A264FBE81C61CC389466AD131 /* FIRCLSContext.m */, - C1DB99279C5FF289CE9F45AC8182C2AD /* FIRCLSCrashedMarkerFile.c */, - 008E1F6BE3D0E78F39B7B66CE5D51F62 /* FIRCLSCrashedMarkerFile.h */, - E23D3C7CCD738F65A09A59FFD61B80DE /* FIRCLSDataCollectionArbiter.h */, - 54776C1EE65432CAD61A5BF5251CB125 /* FIRCLSDataCollectionArbiter.m */, - 4BFC45A22E5D8A0BEC4D7015BA218086 /* FIRCLSDataCollectionToken.h */, - 7C2D696E5167CC59D64533232A00F600 /* FIRCLSDataCollectionToken.m */, - 48E50DDE32057D725DB3E6DD24D55DB2 /* FIRCLSDataParsing.c */, - E7A7C91FCC5C8444E7615A3A450008D6 /* FIRCLSDataParsing.h */, - 8755AC15001F963901CFB41CA9C61652 /* FIRCLSDefines.h */, - 657AC29D03426ABE9B26107E725E224D /* FIRCLSDemangleOperation.h */, - 16D8D97890402ED132C18DA781C77511 /* FIRCLSDemangleOperation.mm */, - 8B7B9AFDA7380BB89C692427A54FE426 /* FIRCLSDownloadAndSaveSettingsOperation.h */, - F918DDCED78234D4F83C5F6F64F9B258 /* FIRCLSDownloadAndSaveSettingsOperation.m */, - F4F461B9DA7E05A1517E9D80ECD372CB /* FIRCLSdSYM.h */, - F289F1131AAABC9D753A1BBF342E5937 /* FIRCLSdSYM.m */, - 4E4879B9852CE6D501A1A199301A4321 /* FIRCLSDwarfExpressionMachine.c */, - 8431B6924865A16DCF3A33AA721D9A76 /* FIRCLSDwarfExpressionMachine.h */, - BB284E511962F89279E5CA7EEE96BFD8 /* FIRCLSDwarfUnwind.c */, - 3FFF53A5A0FFE403E7CBC4C089AA938C /* FIRCLSDwarfUnwind.h */, - F4577EE8DCBBA88026EB947331D971C4 /* FIRCLSDwarfUnwindRegisters.h */, - 4CEE75E8F6B49206656EB1168D031918 /* FIRCLSException.h */, - 1BF79BDC6D49B9D7F4055DEFE90A2A79 /* FIRCLSException.mm */, - C450C690E8A5070BD96DB27D15E3C667 /* FIRCLSExecutionIdentifierModel.h */, - DC0BEFCF2477B20FABAAEF8A735F9447 /* FIRCLSExecutionIdentifierModel.m */, - C24ED227E2131497A62295D3767E4C74 /* FIRCLSExistingReportManager.h */, - 1703A4A337DC7FE09E4DC73514D0FFF7 /* FIRCLSExistingReportManager.m */, - BCCC44E278A80D5084522CF0A7287D69 /* FIRCLSExistingReportManager_Private.h */, - 0DF3B543D2B0962D9062FB744C2BE435 /* FIRCLSFABAsyncOperation.h */, - 8C56CAC16DA3E083DCD5C06A2AD19429 /* FIRCLSFABAsyncOperation.m */, - 8AAEE96BB7FE715A9D2E46C3BFB58D6B /* FIRCLSFABAsyncOperation_Private.h */, - 0BAA886F2BB72D798AF7DFEAC64DC279 /* FIRCLSFABHost.h */, - 53CB9EE71ACD91C181C8B0977D35F4D7 /* FIRCLSFABHost.m */, - B916AE361DA43A09AF92E1886D776913 /* FIRCLSFABNetworkClient.h */, - BEFC7AAAA16B61F2178779C573C5F5D5 /* FIRCLSFABNetworkClient.m */, - 386696245CA0FA4CA77BBF9A3B265C74 /* FIRCLSFeatures.h */, - DF5242D32789826FFE8CB0AB87AD111A /* FIRCLSFile.h */, - FED9FD918EC70E02AB805045A3EF0A52 /* FIRCLSFile.m */, - 2D8C315843115711342F505D86FC8C93 /* FIRCLSFileManager.h */, - 96368B990C5423F502527D927142995A /* FIRCLSFileManager.m */, - 9C28E015279CF21CCB98B66DE5C27857 /* FIRCLSGlobals.h */, - 9B6434D9483EE83C716B21D6FDA3A671 /* FIRCLSHandler.h */, - FABED8ED4F12929E501A3CCF76B8047F /* FIRCLSHandler.m */, - B05C9C8F335FD3024ADC99E4464D25C7 /* FIRCLSHost.h */, - 26BC8E84B780BE9361BA9FCCA00B0874 /* FIRCLSHost.m */, - 92C84C234C7D1B3DDD1FB54823BC3255 /* FIRCLSInstallIdentifierModel.h */, - 134079AFD09F2CBF101F87C817299837 /* FIRCLSInstallIdentifierModel.m */, - 9CA324E026837ADC0919A5D21D94B699 /* FIRCLSInternalLogging.c */, - 9E5108B753D9AD4D130FE6E51162B40C /* FIRCLSInternalLogging.h */, - 01EB6D50264B07522324E8CAF90DA905 /* FIRCLSInternalReport.h */, - 6B1BB1D92D2883B96BC7181496DC20E0 /* FIRCLSInternalReport.m */, - FB7C375DC09F4387576866A78B9922A9 /* FIRCLSLaunchMarkerModel.h */, - F54F95CE78FF590E4AD99A82D2FE8193 /* FIRCLSLaunchMarkerModel.m */, - BF20CC56926E8858DABB4B5BC65DF709 /* FIRCLSLogger.h */, - C316E5EB2E0C4FC5C64405A50001F644 /* FIRCLSLogger.m */, - 2A00546665F7FDB0D0C0497C4E20D51B /* FIRCLSMachException.c */, - 407BE86D8EC69BA162FB147A3A7FABAD /* FIRCLSMachException.h */, - 95B60B62285A097FE03E6AE374457E23 /* FIRCLSMachO.h */, - 489ABB393E715972595C6293AD3BFF79 /* FIRCLSMachO.m */, - 0F019201D420519B4B3008D70A6CD404 /* FIRCLSMachOBinary.h */, - E07FDE82574D488073ABEC479D659366 /* FIRCLSMachOBinary.m */, - 416382934754FDC2ECAAD01871B2D141 /* FIRCLSMachOSlice.h */, - 025513CA25AAF5A6F36CEC53D7478D37 /* FIRCLSMachOSlice.m */, - D18BC74C6BFE2943927FE21A6E93507F /* FIRCLSManagerData.h */, - 312ADDB74034A7755F9A7845285B9309 /* FIRCLSManagerData.m */, - C9F524FFB6314DFAE4FD88D2708B3EC8 /* FIRCLSMetricKitManager.h */, - 259CF3C5120F60A747FE1D1DB7649BE2 /* FIRCLSMetricKitManager.m */, - 1597D333D0658E98FABF3B2DF7731EB0 /* FIRCLSMultipartMimeStreamEncoder.h */, - 3CC1D8836CDCFD183EA2E519BC9BEBDC /* FIRCLSMultipartMimeStreamEncoder.m */, - CA4DED5C2387F8443ED03B7A5D27A4D4 /* FIRCLSNetworkOperation.h */, - CDDA4E36D71AA8C8E54C7228D6938761 /* FIRCLSNetworkOperation.m */, - 7E1EB2FF3326DA62F43A5DB684D7BDF9 /* FIRCLSNetworkResponseHandler.h */, - 635F504F296961F1644C4F72BE465C1C /* FIRCLSNetworkResponseHandler.m */, - D77B4F0489CB243F71151D693D4B99A5 /* FIRCLSNotificationManager.h */, - 5E03A228D40FA1D22458B7BE2DA7AC01 /* FIRCLSNotificationManager.m */, - D3DFF94B5AC98A3C737D369EF0FD8C5A /* FIRCLSOnDemandModel.h */, - 28607383E5455079C6E53E24E9E87C2A /* FIRCLSOnDemandModel.m */, - BB0C47EEAB801A15B824226F07E594A7 /* FIRCLSOnDemandModel_Private.h */, - 932AEBE1051501B40E9D4255D3944FB3 /* FIRCLSOperation.h */, - 9E97F9E9CD57B188FDDD64ECCDD3EF0C /* FIRCLSProcess.c */, - EA65F27057BBCFB49E0AD69E4BE1A727 /* FIRCLSProcess.h */, - 79CD437FD5B26FDE8650A267C518A310 /* FIRCLSProcessReportOperation.h */, - 34807A2027C3B7DE9E3CF35722AAEFF5 /* FIRCLSProcessReportOperation.m */, - 5E40D5C2062BC98F99B345799CD72C4D /* FIRCLSProfiling.c */, - 6FC4F7F32CC4165C115E541D93359F00 /* FIRCLSProfiling.h */, - A8156A769A94A8816A596E83AEE00C16 /* FIRCLSRecordApplication.h */, - DE6AB4415FB5D9E8F6906419DCF1FCC6 /* FIRCLSRecordApplication.m */, - C78CA4709BBEC8F60FD71526C0448AEF /* FIRCLSRecordBase.h */, - 84F902C3075EF1E76F3C6013FD582E0C /* FIRCLSRecordBase.m */, - DA4D6576CF0052C0836575CFC8D89A50 /* FIRCLSRecordHost.h */, - 1DEF0814D3E12C3D8ABCD304A6E261B3 /* FIRCLSRecordHost.m */, - 89383A8E4DCBC7AB5B4910C9CA4E889D /* FIRCLSRecordIdentity.h */, - 16673BBA33F0E8727FA600F922275707 /* FIRCLSRecordIdentity.m */, - BDF7BDDCA1A490FB33A99B313E7E7853 /* FIRCLSReportAdapter.h */, - EBF262A34D5015555AF2EBEA5567BCFF /* FIRCLSReportAdapter.m */, - B04D63E0041AD4D4415E33B6B09CB54A /* FIRCLSReportAdapter_Private.h */, - 112A93D46C56339ECB10D4B7BCD00136 /* FIRCLSReportManager.h */, - DDC95CB503221D8D1CBD0BFF0DEDF2A1 /* FIRCLSReportManager.m */, - 295367AC7BA15C13783EFA4F070F83FC /* FIRCLSReportManager_Private.h */, - 14C33B33A2313EA96CCDA8248205B96E /* FIRCLSReportUploader.h */, - 2338EABE40E26F48B2B284785592E111 /* FIRCLSReportUploader.m */, - A04BC445A89F28AAFD7404DF57D401DB /* FIRCLSReportUploader_Private.h */, - 668B51F5763CA71E3B556BA645F9BC1F /* FIRCLSSerializeSymbolicatedFramesOperation.h */, - E81A3DB0B3D80ADF42FB7200AFF4B30A /* FIRCLSSerializeSymbolicatedFramesOperation.m */, - 8DED912223862F0CF3C57502F29F5254 /* FIRCLSSettings.h */, - 68B99666B576B6A0A01EF7AFF713CB94 /* FIRCLSSettings.m */, - CB652D74998ACEB5050F202D08D29DF4 /* FIRCLSSettingsManager.h */, - 1A3268A5696D4FAA034D4BC061B230C7 /* FIRCLSSettingsManager.m */, - C7C5ADAF17A2BE833B621FF108A918FF /* FIRCLSSignal.c */, - 3CE43D6958882A53A17C682C4A79CC6F /* FIRCLSSignal.h */, - BAAC7E87265220CFA256DAE624B8C47C /* FIRCLSSymbolicationOperation.h */, - 68844E37AD06C876D70D254D2AB76C94 /* FIRCLSSymbolicationOperation.m */, - 949EC97A816A88B63C8B7D46F5A898BA /* FIRCLSSymbolResolver.h */, - 3B4264930E8A9A1E517EC0D083BA33D4 /* FIRCLSSymbolResolver.m */, - 8C1A25F46DE0E099076E7AF8E2D184EB /* FIRCLSThreadArrayOperation.h */, - AEB8F2E225ED63350D2FD97D60B704F2 /* FIRCLSThreadArrayOperation.m */, - 691984E65F1099BEB6AFF296D6E91036 /* FIRCLSThreadState.c */, - 3C33B5622E56F965F15AC48C46B6E7D5 /* FIRCLSThreadState.h */, - A9CED1B4FA4EADE75EFFCEC059AAC7F9 /* FIRCLSUnwind.c */, - 86C6E369E7388A4ECAC69E58797E83A1 /* FIRCLSUnwind.h */, - 82AA1792EE0E7AB34C69385B888F93BC /* FIRCLSUnwind_arch.h */, - E7845EF0BBBAAEE301D4DFF7431C8BF8 /* FIRCLSUnwind_arm.c */, - 880EF503890D014F7EFD27D56C1159A1 /* FIRCLSUnwind_x86.c */, - 3C96785046B42A38B6CF949084C8D9DF /* FIRCLSUnwind_x86.h */, - D0E3D1C7C3C50376F967AFF1039F83D3 /* FIRCLSURLBuilder.h */, - 9A4AB5262DBC003363EB2B4BDFD214EA /* FIRCLSURLBuilder.m */, - F7A839AF7C2C0C6EB92CD5FA400AE231 /* FIRCLSUserDefaults.h */, - 0665D0F3D78D1021956EC8DF058B1FC4 /* FIRCLSUserDefaults.m */, - 7F8329137520EC9E0DF9F9894BA2882C /* FIRCLSUserDefaults_private.h */, - 0C46DCC5EE561FBB5F1307D4BF759AF2 /* FIRCLSUserLogging.h */, - 61FDF7AC4D5A2062F93EC8C293610443 /* FIRCLSUserLogging.m */, - 827048ABA6C7B42755DC6A72D871A329 /* FIRCLSUtility.h */, - 2F18E77DEB80347AC617594424B3119B /* FIRCLSUtility.m */, - 418FFD6CFA6E36665793E2BFBE4371A0 /* FIRCLSUUID.h */, - 97E1AEE336DA3ED95099EAEEE45C33D8 /* FIRCLSUUID.m */, - 2383E8EC25C5B580E2163F35C6306F4A /* FIRComponent.h */, - F9F56A14BA2590B6B7685D36D47C6349 /* FIRComponentContainer.h */, - 63EB617E8F99415EFCC1A4D977B70F4B /* FIRComponentType.h */, - 200AB2BD95961CAAE90F2296A213C8D9 /* FIRCoreDiagnosticsConnector.h */, - 5216E3A891DB9E35D1C711889F1D43A0 /* FIRCrashlytics.h */, - 1E41359F165D95AC4A03E8449F1F2EA4 /* FIRCrashlytics.m */, - CA06F04C82B77204EA906C8F876F3925 /* FIRCrashlyticsReport.h */, - FF5B385700EC90E98774909F1A411939 /* FIRCrashlyticsReport.m */, - 1D1AEA372B6E1374E741536590C5A33C /* FIRCrashlyticsReport_Private.h */, - 8E040B547E61D8983491DE22B230DA20 /* FIRDependency.h */, - 6E17B5DE0C30419077C4AD7D0C0078DF /* FirebaseCoreInternal.h */, - 5834C1DFA0CB761C903AFE552A4C9CEB /* FirebaseCrashlytics.h */, - F4E12C7D1A6B8E7E9D6BD8D3B455618D /* FirebaseInstallationsInternal.h */, - A347B580F5AA5DD3B38A826DDCDDBDC0 /* FIRExceptionModel.h */, - 0C1DBDEBD2343FF7D3EE24985073E9E9 /* FIRExceptionModel.m */, - 4E8C7306F29C77C035848BE0ECD815B6 /* FIRExceptionModel_Private.h */, - 3D2925B4FD7EEE17366736E87C1A5039 /* FIRHeartbeatInfo.h */, - 37D860AC227A755E434D4A25DC5DA2F6 /* FIRHeartbeatLogger.h */, - 40991E580678CE77D944AF9A2378D602 /* FIRInteropEventNames.h */, - 45298FAA8BFE2D617FE32DA5D79950F8 /* FIRInteropParameterNames.h */, - 00D1ED1C4BC3F0D3A7A7649F75DE5AF3 /* FIRLibrary.h */, - CAEEC692AEEFEF69521C5650323E55D6 /* FIRLogger.h */, - 6F08AD3FF2BDDBD9255358F5D2A3DD03 /* FIROptionsInternal.h */, - 1F1F4D47B1F6221B6591701CDDC990F3 /* FIRStackFrame.h */, - 41206C83B256177433E371DBE9E96E42 /* FIRStackFrame.m */, - DD3C148A2CF20EC67E0C7D13185EBB18 /* FIRStackFrame_Private.h */, - F165FD9AED102333B7163C7EC59397D0 /* Support Files */, - ); - name = FirebaseCrashlytics; - path = FirebaseCrashlytics; - sourceTree = ""; - }; - A17D4B725230C6C4ADD291C001F31066 /* Support Files */ = { - isa = PBXGroup; - children = ( - AD5E71257D453A5C7E96681BDDC80D6E /* SwiftLint.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftLint"; - sourceTree = ""; - }; - A3C043130342DC8330245A321A5C2352 /* Support Files */ = { - isa = PBXGroup; - children = ( - 443F172B078E9C5DF012C1E76084B1CE /* KeychainAccess.modulemap */, - F5CC19062D44A47E3272F3525DC5ABBB /* KeychainAccess-dummy.m */, - 881CAE519B5A827036B4168B7FB8E036 /* KeychainAccess-Info.plist */, - 7EABDBF2813CD370E15934B24E1EEAD3 /* KeychainAccess-prefix.pch */, - DB134118A293C40BD259EC85B4162453 /* KeychainAccess-umbrella.h */, - CF1B7BE0412C8E952925510FC79DE2DA /* KeychainAccess.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/KeychainAccess"; - sourceTree = ""; - }; - A561B1EF8835C060A44FA91F67F9F8CB /* Logger */ = { - isa = PBXGroup; - children = ( - 8C079DBA050F5B5FE9FB73BDD07F1678 /* GULLogger.h */, - 3E2ADAE461B6FD21C5E219F6550B76DE /* GULLogger.m */, - 9FA7D0E5DC8526A5B8CCDDD5A94C2C8D /* GULLoggerLevel.h */, - ); - name = Logger; - sourceTree = ""; - }; - AD7D0F0A13181172761616926DA59474 /* Resolver */ = { - isa = PBXGroup; - children = ( - 7FE7B7600C1D2B814B96B53DCAF8F5C7 /* Resolver.swift */, - 454567C1BCC13F12FF8D8C5532F607D6 /* Support Files */, - ); - name = Resolver; - path = Resolver; - sourceTree = ""; - }; - C66A96CEFBCDA45C59078FEC8BA66030 /* Support Files */ = { - isa = PBXGroup; - children = ( - 4691016A739BFA27C14203B0499C87FB /* FirebaseCoreInternal.modulemap */, - E27F61AD6BB1B753D0B4ACA069D50F9D /* FirebaseCoreInternal-dummy.m */, - C19E5B5F6F8A26F08D1496AA743A6EDE /* FirebaseCoreInternal-Info.plist */, - E37ED7F66F91E64688FB7C7C051ED3A8 /* FirebaseCoreInternal-prefix.pch */, - B778E1965E732634ABDF4446CE1315FD /* FirebaseCoreInternal-umbrella.h */, - E468769C42D918867C3CC8870ED49386 /* FirebaseCoreInternal.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreInternal"; - sourceTree = ""; - }; - C9A25A4E38777F58E1EA32CAFE521BD4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6208D1FBF885E2788026DA85AC6C38A5 /* Quick.modulemap */, - 0275DCB7C125B74637E18E3349A05501 /* Quick-dummy.m */, - 2AFB13C6718B51816218A3008BCC67EC /* Quick-Info.plist */, - EFFF25D9404D8502FE80F4B9015DCF60 /* Quick-prefix.pch */, - F95D94E156FB1EE5C69D49198B01CF57 /* Quick-umbrella.h */, - 3204CCF913848BDA263FDF6F67F3FA72 /* Quick.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Quick"; - sourceTree = ""; - }; - C9B75013D87ED0EE7DF17CFB51DEEBC3 /* decode */ = { - isa = PBXGroup; - children = ( - ); - name = decode; - sourceTree = ""; - }; - CBEDD60686DE53E58FDC0C2939306640 /* Support Files */ = { - isa = PBXGroup; - children = ( - D28931BB1D5B753CD783CDEDB6A388A1 /* Firebase.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Firebase"; - sourceTree = ""; - }; - CDA911561095A80CFDBB0A1A60EC7007 /* Support Files */ = { - isa = PBXGroup; - children = ( - 69DFF8AC9931BFCA3DDFAC1DE1ECE9CC /* Shared.release.xcconfig */, - ); - name = "Support Files"; - path = "../iosApp/Pods/Target Support Files/Shared"; - sourceTree = ""; - }; - CE989DB5260116E330D3AA2F22EC106D /* Support Files */ = { - isa = PBXGroup; - children = ( - C77EBF38E6EF8187C438C1C6B514D9D9 /* PromisesObjC.modulemap */, - 2937D7211A2FC25D0207562AFF5E7EEF /* PromisesObjC-dummy.m */, - E37AC9B00252676077814338D49F4E76 /* PromisesObjC-Info.plist */, - A5358F340B5D45A704F9CEF4783B6C64 /* PromisesObjC-umbrella.h */, - 3E2D2D4C3380EB0AE6F658A595B6AA1F /* PromisesObjC.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/PromisesObjC"; - sourceTree = ""; - }; - CF1408CF629C7361332E53B88F7BD30C = { - isa = PBXGroup; - children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 5F52844FA13589C22B7785D75F82B1FE /* Development Pods */, - 2FE445AD883B9ABD3E0241A05A5B79FD /* Frameworks */, - FCD74E0C5F0E5162EF333EA4CB00A2A2 /* Pods */, - 223CA972DD3C8DA25C927B668C1A95AB /* Products */, - 56F72A9FFF641E5DA2761BD09D26450C /* Targets Support Files */, - ); - sourceTree = ""; - }; - D0DAEB1F6D3144F4A2BEB12C7232AC4C /* R.swift.Library */ = { - isa = PBXGroup; - children = ( - 69373194ADED8381BE20D07FC6C6C382 /* Bundle+FileResource.swift */, - 9EAD4E53CD086993523A3E96F2EC1A91 /* ColorResource.swift */, - 4443C4534738B61F7A85424BB254DB42 /* Data+FileResource.swift */, - 221FFC015FBA10281732112558B8925C /* FileResource.swift */, - 2D9193E9070E9A6273583AC1FA67E491 /* FontResource.swift */, - 97F3A7B19339652B80D038025455F20F /* Identifier.swift */, - 5027C2A17A4A2311AE68D81CAA8C2C37 /* ImageResource.swift */, - 89181F9863E71533AC5FB2A566FC1751 /* NibResource.swift */, - 04E5D87DDA7ECD2D0EE371A882BE19ED /* NibResource+UIKit.swift */, - B59089ABE2C3D42F3601C65DB2A2568E /* ReuseIdentifierProtocol.swift */, - 4C05FA4AFEF7CE0D478A4EC42F3EF668 /* StoryboardResource.swift */, - 6EB1DDBF5EE994F777B520959D44E862 /* StoryboardResourceWithInitialController+UIKit.swift */, - D0EADB7C58E185DE8A7710E307E5BDC8 /* StoryboardSegueIdentifierProtocol.swift */, - DE0C67406433CF9388F6BBD9B43F3FC9 /* StoryboardViewControllerResource.swift */, - 6CCB56675F6977A6B6D0E1B0A5CEA228 /* StringResource.swift */, - 9269EB49C83E61B8945406BFBB2E1DF0 /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */, - C10342B5E6FDFDD6ADF9F4CC5001FEE3 /* UICollectionView+ReuseIdentifierProtocol.swift */, - 93DBE0D7311A8D6C1F993020DE0B875B /* UIColor+ColorResource.swift */, - C37236B21BA0E4475E510FA124902B01 /* UIFont+FontResource.swift */, - 1D764087009E4B2DAD2298B89CA96D20 /* UIImage+ImageResource.swift */, - E6BBA2C8F03712DC3D19029B20CC0F83 /* UINib+NibResource.swift */, - 57A6321CAC772B9018F1451479785D63 /* UIStoryboard+StoryboardResource.swift */, - 63D84D3F91CF18473C240E7DA9F977E8 /* UIStoryboard+StoryboardViewControllerResource.swift */, - AC812C68A3A7B0857EDA9F7B6C00238B /* UITableView+ReuseIdentifierProtocol.swift */, - 6F825F126BA91ECE71409861F56D8104 /* UIViewController+NibResource.swift */, - 01C229527D1894B907C30E18BCCDC91A /* UIViewController+StoryboardSegueIdentifierProtocol.swift */, - CEC29349802A865F98F4D99CE5704C15 /* Validatable.swift */, - 64A40791A9FF187C89E98F3FA00A24A2 /* Support Files */, - ); - name = R.swift.Library; - path = R.swift.Library; - sourceTree = ""; - }; - D7CAE8FAD2DC1A70A5A0F5C3DC8C3C0F /* nanopb */ = { - isa = PBXGroup; - children = ( - 701976394204ABDFD30D5CAB9DB4067D /* pb.h */, - 07211613954B4E0527C7AF395412F505 /* pb_common.c */, - 7B51A8983ADA309FD9C5D3ECB84825BF /* pb_common.h */, - 5F91620FC41A9A656D13B985EDD9FEDD /* pb_decode.c */, - F83911096AA7B10F0E15EBC3B9C10E31 /* pb_decode.h */, - 8E7A7D805358DC5F0223F95AD7D180E4 /* pb_encode.c */, - 49B825AD729EEA9754326E44EDC9A191 /* pb_encode.h */, - C9B75013D87ED0EE7DF17CFB51DEEBC3 /* decode */, - 1F7480D389D6F66093A9458C4515F968 /* encode */, - D88F9CB86F0E67BC9C02ADFA713805F3 /* Support Files */, - ); - name = nanopb; - path = nanopb; - sourceTree = ""; - }; - D88F9CB86F0E67BC9C02ADFA713805F3 /* Support Files */ = { - isa = PBXGroup; - children = ( - 89D20439C45E18B647D8A751C6429645 /* nanopb.modulemap */, - 872044BC689E67A72FB265AC81743E0B /* nanopb-dummy.m */, - 9CD30EFEDDB297AC0FCB5204C9B4B6A1 /* nanopb-Info.plist */, - 2C681F7DD6DE8F8F0003F2A1B90DBF4A /* nanopb-prefix.pch */, - 0A66E0E3B62FB41C93AF78BB96A0452F /* nanopb-umbrella.h */, - D7C4D01C55F313D7EDD0A03162A9908F /* nanopb.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/nanopb"; - sourceTree = ""; - }; - DB37EB8B4FB64EED1477D4F5CEBA578A /* IQKeyboardManagerSwift */ = { - isa = PBXGroup; - children = ( - A28AD43FEE51BC88E020725B5318B8B5 /* IQBarButtonItem.swift */, - F37E2EE1EC30CCDB9F0BD44F505F47ED /* IQInvocation.swift */, - 1E5491DCC132CD1D7A170B20754F623A /* IQKeyboardManager.swift */, - 12FC0519AD84CC8DC910CB6C307132D8 /* IQKeyboardManager+Debug.swift */, - B385062C2EA5DD548FEE85171A8D9A45 /* IQKeyboardManager+Internal.swift */, - 1C1E7BE7CB803A47B59DECCA50A73935 /* IQKeyboardManager+OrientationNotification.swift */, - 91ED45E8AEB0A0B294E28CCF82A6D993 /* IQKeyboardManager+Position.swift */, - AB056D7696841B5202B66BF7710BDF6B /* IQKeyboardManager+Toolbar.swift */, - A61CE8B1212E702F520A2A9BB1A7A8BB /* IQKeyboardManager+UIKeyboardNotification.swift */, - A6350E227E5E288F71DCD5C5351ECBA6 /* IQKeyboardManager+UITextFieldViewNotification.swift */, - FA608CDD2BF96889C3C869FFD1050C91 /* IQKeyboardManagerConstants.swift */, - 6B31537FE89D5E5109D9638F33593DB2 /* IQKeyboardManagerConstantsInternal.swift */, - A0A3C39E24F5470FB3A2E313ADC38481 /* IQKeyboardReturnKeyHandler.swift */, - EDC33DA0363D298A8CC833933680D405 /* IQNSArray+Sort.swift */, - 9D692B07DE1E76C1E2404D82A32146D7 /* IQPreviousNextView.swift */, - 78587F01BE797B37AC0AADF6C58ACD7A /* IQTextView.swift */, - 608F4F84E61B76455645A9AFD1F56D83 /* IQTitleBarButtonItem.swift */, - A467031D9537E3776C72CDA3E343C7EB /* IQToolbar.swift */, - 8AF5758FFD47D320E4E11A5DCE696046 /* IQUIScrollView+Additions.swift */, - DD860F4D3E5DE5E3A2C96A5BC4D116A5 /* IQUITextFieldView+Additions.swift */, - 745CA736867BADA2B8B8EEE5B417EE14 /* IQUIView+Hierarchy.swift */, - 472D5D00D14B6C027979E9F3CFBE7CD4 /* IQUIView+IQKeyboardToolbar.swift */, - 77E0312169554F6438F1C363A60B2C5F /* IQUIViewController+Additions.swift */, - 8D45AEFCE75B164E8B2625EB85ADACD2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - E56089A02B060616FC95E59A28DC7986 /* Pods-Survey */ = { - isa = PBXGroup; - children = ( - F018426BF2D20934DD509D0EFC1525F2 /* Pods-Survey.modulemap */, - 0AF914B1D9946ABDAB8AC697492B315E /* Pods-Survey-acknowledgements.markdown */, - 998D6466DB5EA8887B785BCD87473525 /* Pods-Survey-acknowledgements.plist */, - 941A689A0B94CD827338E7A1F0419423 /* Pods-Survey-dummy.m */, - 593323AB3773CD88204EF523705BFC5E /* Pods-Survey-frameworks.sh */, - 1598DA19E097329A2882FB40B48EA035 /* Pods-Survey-Info.plist */, - CFFE9A535A2EA2A1715202BB5968513A /* Pods-Survey-umbrella.h */, - 93F6EBBBA35B0E7E2F6978740604A84E /* Pods-Survey.debug production.xcconfig */, - BB5D7DC2DDE8D4988F1A39B80176ED89 /* Pods-Survey.debug staging.xcconfig */, - A81A575E66EB031B2DD984A66020FC1E /* Pods-Survey.release production.xcconfig */, - B124A9055E735E84ADABE7304C70BE88 /* Pods-Survey.release staging.xcconfig */, - ); - name = "Pods-Survey"; - path = "Target Support Files/Pods-Survey"; - sourceTree = ""; - }; - EC90D8ACD4A5980FA91F2E53EE185FF4 /* R.swift */ = { - isa = PBXGroup; - children = ( - 1129B95276A12B84928B333F419CF372 /* Support Files */, - ); - name = R.swift; - path = R.swift; - sourceTree = ""; - }; - F165FD9AED102333B7163C7EC59397D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 9ED719956946B8A9B9FCF075E7D65134 /* FirebaseCrashlytics.modulemap */, - 0D516ADE7A7CCA339D0F965BD818B66A /* FirebaseCrashlytics-dummy.m */, - B38B04D66A5D116FFABCD77715E55590 /* FirebaseCrashlytics-Info.plist */, - 16E5D5882376BB81288758D2D4D11B6C /* FirebaseCrashlytics-umbrella.h */, - 60C8E24DE3F6D12E24BBE2B5F5BCD470 /* FirebaseCrashlytics.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCrashlytics"; - sourceTree = ""; - }; - F5DA5C6CC93FB8AE02A47665CDACECB5 /* SnapKit */ = { - isa = PBXGroup; - children = ( - 118E4EFF94804D35E9F20416B1DCBC3E /* Constraint.swift */, - 55B5CD0BE55B0B1CC82F1FE74172CD54 /* ConstraintAttributes.swift */, - 456F11F6F6ABE396C77F14E8A0622A0C /* ConstraintConfig.swift */, - 4B072E80AEB10E405B3AA6E8A5886A21 /* ConstraintConstantTarget.swift */, - D7A95BE821C36DA6D174BD72BE757387 /* ConstraintDescription.swift */, - 9B35864DA9484B3DB7BEB4D67F219455 /* ConstraintDirectionalInsets.swift */, - B02213DCAEE8CBC3EF49F4F58FCBA360 /* ConstraintDirectionalInsetTarget.swift */, - 25473B5F82A489F36A4C630BCFD27216 /* ConstraintDSL.swift */, - 229FEF2533211060FEBBFE6443E8E860 /* ConstraintInsets.swift */, - 879B8D8608DA2BE518E237A8606B1208 /* ConstraintInsetTarget.swift */, - 8D2FFE81C6B6959453138717299A6A65 /* ConstraintItem.swift */, - CAB1C2C1DB81C41AC207805F37834174 /* ConstraintLayoutGuide.swift */, - B915F8CCF4724E39B241D517C8F3F7F5 /* ConstraintLayoutGuide+Extensions.swift */, - 1C0A4671E737FA2D8865176A2892E21A /* ConstraintLayoutGuideDSL.swift */, - 03C7E3A583ACAA239B60AFDF2BFDD815 /* ConstraintLayoutSupport.swift */, - 654F7FD7AF6C94229E179A58F63D15EA /* ConstraintLayoutSupportDSL.swift */, - EA18BE205F359F5CEB6548A4F0A45F3E /* ConstraintMaker.swift */, - 2359349712C164BC245750EF24F023C8 /* ConstraintMakerEditable.swift */, - C57FB9A4B3218B25719298E3A9372C54 /* ConstraintMakerExtendable.swift */, - A6A44859080524B5C4ED2F8AD603572C /* ConstraintMakerFinalizable.swift */, - E8AD6EFC0943C2F6E7A84E5B74F7B82E /* ConstraintMakerPrioritizable.swift */, - 5D462B319908C9ED2ABCF3D31E91514E /* ConstraintMakerRelatable.swift */, - 6263ABA600D748B425DF70CA53269916 /* ConstraintMakerRelatable+Extensions.swift */, - F9291C051EFD99BBDEAB2959290C076B /* ConstraintMultiplierTarget.swift */, - C9A3383038F41016AD705ABF2EDEDA52 /* ConstraintOffsetTarget.swift */, - 1DBA04EBEB5835AC3CACD1E697DFD28B /* ConstraintPriority.swift */, - 5E7671E0193D008FC3082F0073976439 /* ConstraintPriorityTarget.swift */, - E072790CA98DCBE0CE1470B4D3DC3764 /* ConstraintRelatableTarget.swift */, - 6E428E94DE3EAE5D5FB6CC307DE0E5BE /* ConstraintRelation.swift */, - 61471A14265FD431B97143FF3151E2D7 /* ConstraintView.swift */, - 851B0F59525A89B15DC1C6368EDE4F77 /* ConstraintView+Extensions.swift */, - C0CA59406BCF72DB8FDF040E2078D79E /* ConstraintViewDSL.swift */, - C83E286AF656D237777FFEDF021D27BC /* Debugging.swift */, - E5BE88D4EAFC32F45C15681E53B69625 /* LayoutConstraint.swift */, - 8A02FEFCB656890E1996A0B250CDD5DB /* LayoutConstraintItem.swift */, - D51B4299BD6971920001942EB45115A5 /* Typealiases.swift */, - 38A5E5C1CA9E27F7E463F360F73EFD8C /* UILayoutSupport+Extensions.swift */, - 55BE70AA288BF767F222F0A2BDEF1BAE /* Support Files */, - ); - name = SnapKit; - path = SnapKit; - sourceTree = ""; - }; - F6964FC371891D24CD066665045A252D /* Firebase */ = { - isa = PBXGroup; - children = ( - 12450D53CAE6D42A43F59170D87FF8AE /* CoreOnly */, - CBEDD60686DE53E58FDC0C2939306640 /* Support Files */, - ); - name = Firebase; - path = Firebase; - sourceTree = ""; - }; - F8949D1A1A5001403285ADA7741007BF /* FirebaseCoreInternal */ = { - isa = PBXGroup; - children = ( - C0398B427451050A38832BBBEDDEC0E6 /* _ObjC_HeartbeatController.swift */, - 2EC96D92EC79BBAA11FAC4E5AB582477 /* _ObjC_HeartbeatsPayload.swift */, - CA6CB76D90019E1C8C2E04D2F8FD3BC6 /* Heartbeat.swift */, - 916A4483A99E739CF4E307C70750622B /* HeartbeatController.swift */, - 59F8E536114724D3172E9C9A72092ABF /* HeartbeatsBundle.swift */, - E63D3AA3AAD28279C55E092104D777EE /* HeartbeatsPayload.swift */, - C2FC0E562EF2F42FBC76686F6E28D8AD /* HeartbeatStorage.swift */, - F3471291D1A8527894BB398EED2C0DB6 /* RingBuffer.swift */, - 1722E6FBBF9A5137A6002AB65A89CBC5 /* Storage.swift */, - F5371EDCA2CE6A6516B6C2DB564D8EB3 /* StorageFactory.swift */, - 368C031F59D341AF627C01561689174F /* WeakContainer.swift */, - C66A96CEFBCDA45C59078FEC8BA66030 /* Support Files */, - ); - name = FirebaseCoreInternal; - path = FirebaseCoreInternal; - sourceTree = ""; - }; - F94D037EA29C0E756C1AE9EAA4C9F2F1 /* PromisesObjC */ = { - isa = PBXGroup; - children = ( - CA0A63FB41FB5EFD32231885F2696792 /* FBLPromise.h */, - 303F1C103DB52FD2122A4BE9D2608AD8 /* FBLPromise.m */, - 5DFB4306AD1B45385BAC2512AC5CD989 /* FBLPromise+All.h */, - 58C4EE4B244D128D079E3B80EBFC3128 /* FBLPromise+All.m */, - 26FE5C61F4B3F5DE63553EFFDE45F4E7 /* FBLPromise+Always.h */, - 884F53EE9BD0E3E42C16039321A6AE52 /* FBLPromise+Always.m */, - A881C8A3D84C6413FD7B26F3CA207CD9 /* FBLPromise+Any.h */, - 55993981E4E5D6F0313022361D05F795 /* FBLPromise+Any.m */, - CA66A6619F3DFA7AEF240A1334BE2E45 /* FBLPromise+Async.h */, - DACA6193A06E004AC0480878679088B4 /* FBLPromise+Async.m */, - 9053ABC6BCD809F6149992D345E4A932 /* FBLPromise+Await.h */, - 4D0D20F19FBE189A7A3B31076E22FFEC /* FBLPromise+Await.m */, - B515356186A3A06F7F80CC81F514A091 /* FBLPromise+Catch.h */, - 47B946E4480BBA84432FCFED8EF93F98 /* FBLPromise+Catch.m */, - 44E5C068C0C3264CAEDE76AAF33E4191 /* FBLPromise+Delay.h */, - 31CF632D2CEB2A70C6A9D54863BAEB73 /* FBLPromise+Delay.m */, - 56670E715779ED2AEC433016D8C7822B /* FBLPromise+Do.h */, - 0DF05E3FB8E20361FE510E38E01142B5 /* FBLPromise+Do.m */, - 49C85055EB76800CD1B8B00CF2C42C7A /* FBLPromise+Race.h */, - 12F112BCF3A1EDEE88BE615B6E0DC310 /* FBLPromise+Race.m */, - D65A7887B6B071993F7458F104963425 /* FBLPromise+Recover.h */, - BF651B8F3B5E506F7490150133637130 /* FBLPromise+Recover.m */, - 22329F1348EF1325CBDF2872898EE414 /* FBLPromise+Reduce.h */, - 196DE4CAD273BFAC0B1509B3E990BA47 /* FBLPromise+Reduce.m */, - EE713AF414E1E7E007412493BD050909 /* FBLPromise+Retry.h */, - FE1CAE1255D041AA2030C0EAA0FC55F2 /* FBLPromise+Retry.m */, - 75E046E77E67FD7CFD6CD8FC5807997F /* FBLPromise+Testing.h */, - F83978E041C994E280CDEB8407A30662 /* FBLPromise+Testing.m */, - 176784A9B256C46770AF79CFA53D8E6D /* FBLPromise+Then.h */, - 1B4DAB78637F9C6865C36CA83EEA73E9 /* FBLPromise+Then.m */, - AC8A344087A9770811DA78A35D2B405F /* FBLPromise+Timeout.h */, - 5DB25322285A746771FD8FCA8B1562B2 /* FBLPromise+Timeout.m */, - D4D1A77C622272A9310D95091216C5FC /* FBLPromise+Validate.h */, - A0B42487F13935AEDF9C1E87273DE2BB /* FBLPromise+Validate.m */, - 8EE307AA93660321B05764A940BEC5B2 /* FBLPromise+Wrap.h */, - C916BDD4B6FB21F321ACF49ED3340995 /* FBLPromise+Wrap.m */, - 3B29245A1C83498252041EE28D897236 /* FBLPromiseError.h */, - 03349225BFA5762984FC4F29F52442A4 /* FBLPromiseError.m */, - 9BA6CAA9D852766C8B6C9CC2479056F9 /* FBLPromisePrivate.h */, - 620BBE706FE396B0566CC8601AF7EA32 /* FBLPromises.h */, - CE989DB5260116E330D3AA2F22EC106D /* Support Files */, - ); - name = PromisesObjC; - path = PromisesObjC; - sourceTree = ""; - }; - FCD74E0C5F0E5162EF333EA4CB00A2A2 /* Pods */ = { - isa = PBXGroup; - children = ( - F6964FC371891D24CD066665045A252D /* Firebase */, - 6265D017190CD2573D6F6910BAC1A29E /* FirebaseCore */, - 62D0A80EF3D3D6148EF2F356213AC4B6 /* FirebaseCoreDiagnostics */, - F8949D1A1A5001403285ADA7741007BF /* FirebaseCoreInternal */, - 9FEAF6CC90EACB8AA50F82DC2BCDA47E /* FirebaseCrashlytics */, - 6EBD359732AB58FD2F1E4C20A682A75D /* FirebaseInstallations */, - 90F8ADF2E917AE575F4ADE20481E76F6 /* GoogleDataTransport */, - 94E049BFF3C97322A570B47CCF4EC53F /* GoogleUtilities */, - DB37EB8B4FB64EED1477D4F5CEBA578A /* IQKeyboardManagerSwift */, - 4828C2893ED630A2DCB9568ECDFBEC4D /* KeychainAccess */, - 476DDFF639A0A62EF3DBAAA80566EFE0 /* Kingfisher */, - D7CAE8FAD2DC1A70A5A0F5C3DC8C3C0F /* nanopb */, - 9B9979CA21A4D830D2ECBCDF9B649EC5 /* Nimble */, - 1A89E5BB8179A9366486E894DC7366D4 /* NimbleExtension */, - F94D037EA29C0E756C1AE9EAA4C9F2F1 /* PromisesObjC */, - 7E7B7BBA7B4A192E0A2DA49E71581023 /* Quick */, - EC90D8ACD4A5980FA91F2E53EE185FF4 /* R.swift */, - D0DAEB1F6D3144F4A2BEB12C7232AC4C /* R.swift.Library */, - AD7D0F0A13181172761616926DA59474 /* Resolver */, - F5DA5C6CC93FB8AE02A47665CDACECB5 /* SnapKit */, - 360FF197226F12C2B9D469192EB68267 /* Sourcery */, - 4E9C041C0E97432C841B5FFC24FD8E91 /* SwiftFormat */, - 79139743539BDA7C39E45BA09457DDBB /* SwiftLint */, - 74D385592DCD7842C6CD7F42E8EF7859 /* Wormholy */, - ); - name = Pods; - sourceTree = ""; - }; - FD7E4A5F259AC81A4775CFBF25E163AA /* Support Files */ = { - isa = PBXGroup; - children = ( - 8F1D6E6F3EE08D877EAEC42E904EB217 /* FirebaseCoreDiagnostics.modulemap */, - 04242605C33ED1C0539C7C293AF80F28 /* FirebaseCoreDiagnostics-dummy.m */, - 13024E7A93A9AE6142FA0AC3EF043883 /* FirebaseCoreDiagnostics-Info.plist */, - D966687C4B93610BBAC34588DD7DC15F /* FirebaseCoreDiagnostics-umbrella.h */, - 2437AD37C4198AEA74D52ACBB9FA5CA3 /* FirebaseCoreDiagnostics.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreDiagnostics"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 1195FAB3EE2EF8FDBF13941D2BB24EB3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 92D26C210EECBDC72E5FF3639B111A68 /* NSURLSessionConfiguration+Wormholy.h in Headers */, - 13C9C97026A30CDE2170B5589CAED030 /* Wormholy.h in Headers */, - 3AC7BB477C56AB23BAD205610EE608AD /* Wormholy-umbrella.h in Headers */, - F791E9C7CCEAA2A3BDD618621E327ED9 /* WormholyMethodSwizzling.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 16181CF26D08189F3EB9853F7FC1F08C /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D3C5442504F018E51943F75058A9DEBF /* FIRAppInternal.h in Headers */, - 0A4EF1BB26F9A6E13D4F18D9A00EC226 /* FIRComponent.h in Headers */, - 3DCDD6E2A8EC0132E1836F6C908F8140 /* FIRComponentContainer.h in Headers */, - E7B140247B4AAEDD5358E6010428C604 /* FIRComponentType.h in Headers */, - 4199525ADD01E816C5DF853F9EA64373 /* FIRCoreDiagnosticsConnector.h in Headers */, - 942D93C50F6D76976CD39335EAF12319 /* FIRCurrentDateProvider.h in Headers */, - 63B15299F14C24961BDF9694B3EDE1D9 /* FIRDependency.h in Headers */, - 0451E59177EECE44C7EFE6A59357620B /* FirebaseCoreInternal.h in Headers */, - 35294C4F5BA89CADD624CEFFEFF579D0 /* FirebaseInstallations.h in Headers */, - 62833EA5C370B9712F9A3772000D0805 /* FirebaseInstallations-umbrella.h in Headers */, - B3A01DD45A7EDF32678C230D23333159 /* FirebaseInstallationsInternal.h in Headers */, - D29727FA909373286F43EE83DC0E8A4B /* FIRHeartbeatInfo.h in Headers */, - 3E9126AFAF5C3967140CA0846830F5C5 /* FIRHeartbeatLogger.h in Headers */, - EDA65B70E2D42254F53BC0F98229097A /* FIRInstallations.h in Headers */, - 649D04F2AB08D865A8392668090E7576 /* FIRInstallationsAPIService.h in Headers */, - D68FE9F8A4A125C2697C81A5A6907C2C /* FIRInstallationsAuthTokenResult.h in Headers */, - 80D02A035A3EE01BC7DDDADF52482BCD /* FIRInstallationsAuthTokenResultInternal.h in Headers */, - B6C2F61A20D5F70B0415614B64BAA833 /* FIRInstallationsBackoffController.h in Headers */, - 012B69577668FD1A314447535BDCCE26 /* FIRInstallationsErrors.h in Headers */, - 8C2EACAF4E1F0AC20B602C162AC5BC48 /* FIRInstallationsErrorUtil.h in Headers */, - B5A5B55C26DFFE3F7EF66003D3D5366F /* FIRInstallationsHTTPError.h in Headers */, - E16C882212ACB204C979CEEBE9A68FD5 /* FIRInstallationsIDController.h in Headers */, - 5E7F0F81CF430B563283049021C3DEF7 /* FIRInstallationsIIDStore.h in Headers */, - A3DE5A0A2AE81E433285FC7B3923A6CB /* FIRInstallationsIIDTokenStore.h in Headers */, - 3DDFD47D7DBA988C421FDA39F3F5B516 /* FIRInstallationsItem.h in Headers */, - 2BE5D3738E2907949E01279801E70AC1 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, - 919F5C9EF16D6C97E6067CE3971075B1 /* FIRInstallationsLogger.h in Headers */, - D0587AE9E0F273D7BBF2DB2DB10CFD8E /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, - 683088597293B85C182F715AD7AE1E56 /* FIRInstallationsStatus.h in Headers */, - 631DCA3DA70415107130A90F20F5B249 /* FIRInstallationsStore.h in Headers */, - 953D674C745A7785F6786A719F5D1F40 /* FIRInstallationsStoredAuthToken.h in Headers */, - 71FE3FB690D5F33B5B0B10456518A6A7 /* FIRInstallationsStoredItem.h in Headers */, - 524501AD8DAECBAF03E7E94EFE9830FE /* FIRLibrary.h in Headers */, - CE305107CEED82436413BF8158E8F5EC /* FIRLogger.h in Headers */, - 69FC837CF3B29096DC5C3DCC29753E02 /* FIROptionsInternal.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1DB4185AC442171AC5CAA648CE3585FF /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 5189127F11427880A6B8B7E6CED110AA /* GoogleUtilities-umbrella.h in Headers */, - 8179AF44255B31F1C5E0F4FC4212ABF5 /* GULAppEnvironmentUtil.h in Headers */, - 4A61EBA1251A30134DAA3D79B064B3BB /* GULHeartbeatDateStorable.h in Headers */, - 4C27A9E1526DDD462689C13225D7E4E9 /* GULHeartbeatDateStorage.h in Headers */, - E0C4CDFEA24CC0A0CEF4CF3F25F8BFF3 /* GULHeartbeatDateStorageUserDefaults.h in Headers */, - 55442292BFA701BECADC719BDD9FA9DD /* GULKeychainStorage.h in Headers */, - 39679BE7C2F5F7CAE209224D2F4E510C /* GULKeychainUtils.h in Headers */, - 4605BB86CD95DE7828F2568E2E98024C /* GULLogger.h in Headers */, - FDDA2B523F0D0CA2498EC7E80CB011AA /* GULLoggerLevel.h in Headers */, - 853F90BE59F2D0CA514046B61F9A4DA7 /* GULNSData+zlib.h in Headers */, - 536AF1C430347FA1EADD9389BD04760E /* GULSecureCoding.h in Headers */, - 09F79E121F852FD060F7AD4CB71DEC8B /* GULURLSessionDataResponse.h in Headers */, - F849B638A6D96AB9078CA0705EBB6B11 /* GULUserDefaults.h in Headers */, - B16E98E0EC57EF97034BED2E4E914179 /* NSURLSession+GULPromises.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2877698CCB9D3BDD0B4EBE24942A32FB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 228A8EA3E2027073D999FCF4D76EA1D0 /* Pods-Survey-SurveyUITests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2F1169CCF4FD91B100B6F3F1F4DB5760 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - B1ADE52BF46A8214BBE28CBB5FCFD827 /* nanopb-umbrella.h in Headers */, - 582FB1726788464E25A52F0DF91B65C9 /* pb.h in Headers */, - A76AC6DCF19BC45D3861966BCAC2C856 /* pb_common.h in Headers */, - B073CC15BE30A6427860A03F382E6F24 /* pb_decode.h in Headers */, - 7B287928E3FB8F3010A71B9386096B20 /* pb_encode.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3A537DA901CD7B81DE773B8A30E8F013 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D779A212D0973DA8DD696768376365C9 /* QCKDSL.h in Headers */, - 74276DA18134CBB2F58052B8CBB5ACF9 /* Quick.h in Headers */, - C0BDE41A89CD38D8A1D4BA2CAD9CBD95 /* Quick-umbrella.h in Headers */, - 0FC5FAF26B90C4CE1E87FEE01FEA5805 /* QuickConfiguration.h in Headers */, - E6E6724C604E5B5EFAC86CFB07F8035C /* QuickObjCRuntime.h in Headers */, - 502BD7F895557B745750A04D902D99B6 /* QuickSpec.h in Headers */, - FCE98CA5D402A892CCF7FB6E3FA97169 /* QuickSpecBase.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6D4C17871D04AAE62C514E6943E7D61E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - DF70D67EBC9F419BD79906852C688186 /* NimbleExtension-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6D934FC68A8EA0B8BF4144073805060F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 977E5D85E7CB51F4A8A22104F2742A89 /* cct.nanopb.h in Headers */, - 7A5740FF66A669584DF0C6A0781C4909 /* client_metrics.nanopb.h in Headers */, - 5B3E9B32E3824EE5485DDFAFF33CAB28 /* GDTCCTCompressionHelper.h in Headers */, - 90093B6A9BC7B0C9A8D9044D884D9065 /* GDTCCTNanopbHelpers.h in Headers */, - F65F095177634B7A5A8C05651F6CF9D5 /* GDTCCTUploader.h in Headers */, - CAB068BB0A5F88322F2E5FCF21A7C39B /* GDTCCTUploadOperation.h in Headers */, - 98C5B27B318126A77E68AC6609EBE86D /* GDTCORAssert.h in Headers */, - 81A8BE1B568A02304DC001F8D9B6BE1D /* GDTCORClock.h in Headers */, - 54A6DDF88B2CD49A0B3BECED4D7DDA46 /* GDTCORConsoleLogger.h in Headers */, - D788C190643E5E223036AA5B78380CB3 /* GDTCORDirectorySizeTracker.h in Headers */, - 69F0823F5B1AFA1A22C65BA62F7C4EAA /* GDTCOREndpoints.h in Headers */, - 6EE3B63E18A120A5FDE4406E0433B561 /* GDTCOREndpoints_Private.h in Headers */, - C5A9E59C4C2B46C5132F08AAABE9FC88 /* GDTCOREvent.h in Headers */, - BAFC769FD9A9802CCE3C7FAC01637CEB /* GDTCOREvent+GDTCCTSupport.h in Headers */, - 07BE232A17926364F477CCB455DCF4D0 /* GDTCOREvent+GDTMetricsSupport.h in Headers */, - F3739583524F0FA625B5EA7C20539A06 /* GDTCOREvent_Private.h in Headers */, - 4B77E3D4F62BD1F9736F83CAE5A519D8 /* GDTCOREventDataObject.h in Headers */, - AA959AD5860AC22F2F4E9AEC73BD5229 /* GDTCOREventDropReason.h in Headers */, - 18E7DE7FCE18B6D253C2FBDC4119C700 /* GDTCOREventTransformer.h in Headers */, - 72D79444E8D79B639C114A875FD4A110 /* GDTCORFlatFileStorage.h in Headers */, - C174D51B885F729ABA9A9D067F72C484 /* GDTCORFlatFileStorage+Promises.h in Headers */, - 4A2D2E886038E0535ABFE49FF744A8DB /* GDTCORLifecycle.h in Headers */, - 973606E9F088B0E9FF4CA794CF918CD6 /* GDTCORLogSourceMetrics.h in Headers */, - E5B404595C89C0F7B6857B1B997B95B0 /* GDTCORMetrics.h in Headers */, - 6134EA44FD860122CB5CEAED952AF6DA /* GDTCORMetrics+GDTCCTSupport.h in Headers */, - 7D995D609B3808C6728FEC89C4B415EB /* GDTCORMetricsController.h in Headers */, - 80A81C2C934BCE4840E298A768C81133 /* GDTCORMetricsControllerProtocol.h in Headers */, - 1368E323029A527FC226E474F8337404 /* GDTCORMetricsMetadata.h in Headers */, - EE31B009D191DB70192E91B468FABD46 /* GDTCORPlatform.h in Headers */, - 8397A6A8B8D01818EEC814F1B7564571 /* GDTCORReachability.h in Headers */, - A656A4660A17932F4CB8B50589206FB6 /* GDTCORReachability_Private.h in Headers */, - AD4A9A79D403F79649C8662D72846F2E /* GDTCORRegistrar.h in Headers */, - 27612EF484B45CCA09A7123325581B9F /* GDTCORRegistrar_Private.h in Headers */, - 54B008F95DA8A1CB5E5E6333AA26FCD1 /* GDTCORStorageEventSelector.h in Headers */, - 4C9CC3C8D41C20B57D1BBDA43A9DEE49 /* GDTCORStorageMetadata.h in Headers */, - 319A6AC42F8D60338E6680D8191677A2 /* GDTCORStorageProtocol.h in Headers */, - 1A31917914759AFEE7F7DB0210C9EEDF /* GDTCORStorageSizeBytes.h in Headers */, - AC3434FDF62CBA119B367397BD71A612 /* GDTCORTargets.h in Headers */, - C24B25AF2E3AE608D1BA793D330FFBAD /* GDTCORTransformer.h in Headers */, - 1C2FE9016810ECB6048C6E1F697B8D8F /* GDTCORTransformer_Private.h in Headers */, - 8C2DDD75F5E1E303E579A3F649EF5CD5 /* GDTCORTransport.h in Headers */, - 38ED410E70BCF19ED4416DC9B4956BA4 /* GDTCORTransport_Private.h in Headers */, - D48F1A98AAE2633D4E93B6F9F56F3E27 /* GDTCORUploadBatch.h in Headers */, - B0C7F6FCF8559E85256815334402147A /* GDTCORUploadCoordinator.h in Headers */, - FE8134861E5A508D14CE6F6023AA8F5F /* GDTCORUploader.h in Headers */, - EF701AB4FF1A2DEA0C5672DE6B0E25A3 /* GoogleDataTransport.h in Headers */, - 697D09CA50681563E81CCBEFED683D3B /* GoogleDataTransport-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7A8E5D0B5978E89176701CF9EDAEF564 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 911D55EFAA9155FE7CCAD44156A9CA33 /* crashlytics.nanopb.h in Headers */, - 49D30884CB2DF16FC5C713DEA2752685 /* dwarf.h in Headers */, - 0F8764C04690082EFA723EE97ADB59C2 /* FIRAnalyticsInterop.h in Headers */, - 225FD8A798CF7A4A85B051F738D5429E /* FIRAnalyticsInteropListener.h in Headers */, - B71983ABCDCAD4B7DA9F58D677C3465C /* FIRAppInternal.h in Headers */, - AC4F3B80EEEA5E252B0F6D0D715109F3 /* FIRCLSAllocate.h in Headers */, - 9B008066D51C1FC90520C2B96714215E /* FIRCLSAnalyticsManager.h in Headers */, - 1642D4E63C4E95EA8121D646F3604B8B /* FIRCLSApplication.h in Headers */, - EDBF3A459CA0B03BE5A6883BE64C7070 /* FIRCLSApplicationIdentifierModel.h in Headers */, - 4B64FB313785B8EC79D2F5388207BD6C /* FIRCLSAsyncOperation.h in Headers */, - 293655EE1B375977B6FFBEC15B0638E7 /* FIRCLSAsyncOperation_Private.h in Headers */, - D2223E744660B8751B15C1E996C2EEAA /* FIRCLSBinaryImage.h in Headers */, - 0483012DDA3F76129156067802C63B81 /* FIRCLSByteUtility.h in Headers */, - C4C3952E117BA2DF86FFC0847A094256 /* FIRCLSCallStackTree.h in Headers */, - 1875FE03DA2E511FB10C48A84E6DD6B4 /* FIRCLSCodeMapping.h in Headers */, - 72B042E02E8E504EF6B95BD07BEEE92E /* FIRCLSCompactUnwind.h in Headers */, - 48AD4DF2777E05EDE912D5DA1C33824C /* FIRCLSCompactUnwind_Private.h in Headers */, - 2E3FEFCF8AA0FE01BF82B4444009579C /* FIRCLSCompoundOperation.h in Headers */, - 5EB882B1E2D5AA741E62669E5FEA1F7E /* FIRCLSConstants.h in Headers */, - F2C7E1F74C0E852029938F277740648B /* FIRCLSContext.h in Headers */, - 5A18D1D03DBB4755B141D11C077D859D /* FIRCLSCrashedMarkerFile.h in Headers */, - 64B924E453827E5470AEE9A472268F27 /* FIRCLSDataCollectionArbiter.h in Headers */, - 5249F6DB78BC041720861B5F26EDAE67 /* FIRCLSDataCollectionToken.h in Headers */, - 4ED16823219759E190C5B074F2EEBA6D /* FIRCLSDataParsing.h in Headers */, - D7F760269FAD3322592F81F1641F219C /* FIRCLSDefines.h in Headers */, - FE06AEE20E588F9ED8684D0D9AA4F98D /* FIRCLSDemangleOperation.h in Headers */, - 5A1581050A9C4D3EDE587D2C74E6C7D7 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */, - 4A1440FB879E9707C4C1927511481098 /* FIRCLSdSYM.h in Headers */, - B50C9743F85D869E0015027CEDFE00CE /* FIRCLSDwarfExpressionMachine.h in Headers */, - 1352243A41F98BF92238F99BA6D51E20 /* FIRCLSDwarfUnwind.h in Headers */, - D164C5509B19C24089D8B25BE34058B0 /* FIRCLSDwarfUnwindRegisters.h in Headers */, - FA9D7B3983B91D1696CEC46D07D17757 /* FIRCLSException.h in Headers */, - CE64D60BBE120DED9C285DFCD829D5B1 /* FIRCLSExecutionIdentifierModel.h in Headers */, - B1DC986E0DA37792133D9E03C493285D /* FIRCLSExistingReportManager.h in Headers */, - 13BC6254446956C339CDB90CAEC99504 /* FIRCLSExistingReportManager_Private.h in Headers */, - 3AB2B97E65B09D082C4E72EC7C9FEF48 /* FIRCLSFABAsyncOperation.h in Headers */, - 7ECDDC83A984A2CA895796F2155EB057 /* FIRCLSFABAsyncOperation_Private.h in Headers */, - ECFDC7F9E19C20354D8B6518FF0FC259 /* FIRCLSFABHost.h in Headers */, - C2C327248E7BDBEB68A10030A6AD1F11 /* FIRCLSFABNetworkClient.h in Headers */, - 5C98FCA94E945A4EC5332AC492807106 /* FIRCLSFeatures.h in Headers */, - 5F189B2F18425A3DEEE95B0B8FA1E88B /* FIRCLSFile.h in Headers */, - 68F2B4BF52231239537636C4B7200683 /* FIRCLSFileManager.h in Headers */, - D324271E92853C881F052BBC656B63A0 /* FIRCLSGlobals.h in Headers */, - A1739D66736FEE27FDE87AAE67128F2F /* FIRCLSHandler.h in Headers */, - 8B79DAE3BB7BEE11778F7BC638003A10 /* FIRCLSHost.h in Headers */, - 9EB7358E9AA01F3CFDF7565D37FB983B /* FIRCLSInstallIdentifierModel.h in Headers */, - 1D8799B3BDD2F47F44BE68BA8E6E2556 /* FIRCLSInternalLogging.h in Headers */, - EF80AF1B0556DF8F81E958F37BCCDBB5 /* FIRCLSInternalReport.h in Headers */, - B8D5CDCCA61B7D8E0751C0395D03B086 /* FIRCLSLaunchMarkerModel.h in Headers */, - F9149D47B365F259B3ACF9EB8A35EF29 /* FIRCLSLogger.h in Headers */, - CCE92BAAEC057B62F169E98B1420B7D0 /* FIRCLSMachException.h in Headers */, - 07DF31C93416951FC4BA7E992DBBFD1C /* FIRCLSMachO.h in Headers */, - FDCC58DE04BE6EA1A9A71561600EE6FD /* FIRCLSMachOBinary.h in Headers */, - EF522CFD7A6B520D86A32F0E587C38BA /* FIRCLSMachOSlice.h in Headers */, - FB100960AA888CBA9A1B02E8E33B60A9 /* FIRCLSManagerData.h in Headers */, - 65C1F06446C84D51B1496582E99486D3 /* FIRCLSMetricKitManager.h in Headers */, - F0E2B04425754FB34D48377392F4107D /* FIRCLSMultipartMimeStreamEncoder.h in Headers */, - 0A5A4FD47C818CDDF046DB3041630E8F /* FIRCLSNetworkOperation.h in Headers */, - F10A208A632D21664EAE5AB649FE0EAB /* FIRCLSNetworkResponseHandler.h in Headers */, - BCCFA5A7641C9D138A08C9176E3906F2 /* FIRCLSNotificationManager.h in Headers */, - F01458958476BF2061D2FE5906D9F918 /* FIRCLSOnDemandModel.h in Headers */, - DF1DE2C1B10F71135C5DC055FEAF6F24 /* FIRCLSOnDemandModel_Private.h in Headers */, - B142966797628F069C86F9EFBDE2F142 /* FIRCLSOperation.h in Headers */, - 5DBAABB58B33BA2A8B74862A59291686 /* FIRCLSProcess.h in Headers */, - A0DA6CE12D5CB9E5C3F25293A681DAF1 /* FIRCLSProcessReportOperation.h in Headers */, - 5DE32C6AA544A42E442872A822C85974 /* FIRCLSProfiling.h in Headers */, - 8891E18031C157094BBA9837A072107A /* FIRCLSRecordApplication.h in Headers */, - C8C8FF150DD0139919C42CF08C2EAFBB /* FIRCLSRecordBase.h in Headers */, - FB91E81AC9F558A5A036E7E3E61D214B /* FIRCLSRecordHost.h in Headers */, - 6C3AC9C121B86BC5B2319A9BA0D3292E /* FIRCLSRecordIdentity.h in Headers */, - 86CAE06CEDF11FB646541A98ECE50730 /* FIRCLSReportAdapter.h in Headers */, - 11EFA61B8586087F12BF7303CF3BDF20 /* FIRCLSReportAdapter_Private.h in Headers */, - FE875F4C7484D410312BA74C04775262 /* FIRCLSReportManager.h in Headers */, - D282FA0E63EA5CBDF1B6D9D06239A364 /* FIRCLSReportManager_Private.h in Headers */, - 171ACF4FC034A189E8157908420BE60C /* FIRCLSReportUploader.h in Headers */, - 9FB26BC000CC9B6CF052A129FEB970B2 /* FIRCLSReportUploader_Private.h in Headers */, - 2CF3AA5AC83089CD7DDE2386153E2E79 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */, - 3AB2029B157C188BD15DC361E312E665 /* FIRCLSSettings.h in Headers */, - 73C94A8F8C08510E648A78CBDA37C356 /* FIRCLSSettingsManager.h in Headers */, - 8E04F74EEABAEC5037ED1EE015CB7A77 /* FIRCLSSignal.h in Headers */, - ED030711D8FAC6925BF75E958F757FBB /* FIRCLSSymbolicationOperation.h in Headers */, - CDCC5CEFE7BF1C1F6CFB50C19E812E31 /* FIRCLSSymbolResolver.h in Headers */, - E57AE9CAA40B539A5209FDBC7A3DAD3B /* FIRCLSThreadArrayOperation.h in Headers */, - 8A84A251836F55E063DAF1AE3A9DA3F4 /* FIRCLSThreadState.h in Headers */, - DD6BDC9012953A2FEF5447C9FE009276 /* FIRCLSUnwind.h in Headers */, - 43F903821346C5821B2DA88BAA445A41 /* FIRCLSUnwind_arch.h in Headers */, - 211DCA1796AC960C20DF8B4FC0DA7A8D /* FIRCLSUnwind_x86.h in Headers */, - 825EA35F92D3CFAF7AE9B961B0F819DD /* FIRCLSURLBuilder.h in Headers */, - 98EA7B0E10161DB9C216F81D8A7CF947 /* FIRCLSUserDefaults.h in Headers */, - 284BBD718063EBB466106DE9937A2D8A /* FIRCLSUserDefaults_private.h in Headers */, - 51AA2702C76CB975166CDDB2A3EE1294 /* FIRCLSUserLogging.h in Headers */, - A07182D6B069F0CE12A3AB8CE2D87C3F /* FIRCLSUtility.h in Headers */, - AFB0322B0C049B7B5F036AA218969184 /* FIRCLSUUID.h in Headers */, - 8EB3450F77F6B2E916A79904560CDCE5 /* FIRComponent.h in Headers */, - D660150EB3C4599F7EA365494BDF69A8 /* FIRComponentContainer.h in Headers */, - D6745140C73E30C5BF8E03EABF9D2C3B /* FIRComponentType.h in Headers */, - 20CD82C29B36C42D96FED8C01A5063D1 /* FIRCoreDiagnosticsConnector.h in Headers */, - FCA3675ED9E8F4979A18066ABFBBE304 /* FIRCrashlytics.h in Headers */, - CA5B87A2811B2F6FB5CD38228EEB8910 /* FIRCrashlyticsReport.h in Headers */, - 15F3201A3B7147CD02E9EF16C3976CB1 /* FIRCrashlyticsReport_Private.h in Headers */, - 79D1ADE23168BC2ABA9C7B026DEC2D66 /* FIRDependency.h in Headers */, - F44194B84991C6028C4D1E1B5B5AAB43 /* FirebaseCoreInternal.h in Headers */, - C7BB49FA92B9F0B5DF8B2E1D68A93EED /* FirebaseCrashlytics.h in Headers */, - 28480C622072754A86FB3BFE8F6E6D08 /* FirebaseCrashlytics-umbrella.h in Headers */, - BAAB5EA4A2C902D6539D6B2B8357D59B /* FirebaseInstallationsInternal.h in Headers */, - F2489107519EA7AD86E83731486DED45 /* FIRExceptionModel.h in Headers */, - 5D38F68FFAA78D18BA77C52E26512E89 /* FIRExceptionModel_Private.h in Headers */, - F3833B6FF26740D673B889A3EC19526D /* FIRHeartbeatInfo.h in Headers */, - 715D68F4527407338D17627CD8029ACA /* FIRHeartbeatLogger.h in Headers */, - D37095AE3E20F51369E6CCAE343FAC62 /* FIRInteropEventNames.h in Headers */, - 3AF1DE2354FCFEC1E9C1AB068446FE1F /* FIRInteropParameterNames.h in Headers */, - 3E404E4476B68DA6856F53F55B182005 /* FIRLibrary.h in Headers */, - 7CB94BC817D87366ED56200B086F9E6D /* FIRLogger.h in Headers */, - BA64177F6ECDC6E2C37B6D13239707D8 /* FIROptionsInternal.h in Headers */, - 2DA367508A491BE6C6C7F1747A8630FB /* FIRStackFrame.h in Headers */, - 11EB659ABF2E0D1E587B421F3D6F91F9 /* FIRStackFrame_Private.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7DAD142877B119687AA397F009162A99 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - BC2EC1B3694E842E4AC8A4642BE35E3A /* FIRAnalyticsConfiguration.h in Headers */, - 624C0A626555DB206EA403D3828EF355 /* FIRApp.h in Headers */, - B833DBB21CB173940F379F8EB5A7F844 /* FIRAppInternal.h in Headers */, - 72B442258FD4948EF16D9EE92E29A62B /* FIRBundleUtil.h in Headers */, - 2F3DBAD717DFA6B544C6BD098EE31EB7 /* FIRComponent.h in Headers */, - 69F2E6C4329637C48FD2C9C5DCA3A4C8 /* FIRComponentContainer.h in Headers */, - 47D902449794F24D7DB3EDED139B287B /* FIRComponentContainerInternal.h in Headers */, - 8D8B737DBBCCC5DFA879E566C5FEEF85 /* FIRComponentType.h in Headers */, - 4BEF066C2CE3492BAF111084B31D7F30 /* FIRConfiguration.h in Headers */, - F22DBAB419546057770D01CDAE81F2EF /* FIRConfigurationInternal.h in Headers */, - 0396F623C39FB31D51200A45DC182A06 /* FIRCoreDiagnosticsConnector.h in Headers */, - F7A31E13D65DEE70218C651F5E225E65 /* FIRCoreDiagnosticsData.h in Headers */, - 862EACF4E7D6DE29EE1E06A36B13E24B /* FIRCoreDiagnosticsInterop.h in Headers */, - 6FD14B33C448C510FEB78727D63D7610 /* FIRDependency.h in Headers */, - F38B4FEDCABF01F23C295A8A141ECFFC /* FIRDiagnosticsData.h in Headers */, - A9A714086983FD9E1BA441B8AAD0A239 /* FirebaseCore.h in Headers */, - D9C1F3406149543DB16C2DA22296C492 /* FirebaseCore-umbrella.h in Headers */, - 11937FC80DE0AFFE37D6138FB76115CD /* FirebaseCoreInternal.h in Headers */, - B561A5B3FCD6C2E799159E54D5575D73 /* FIRFirebaseUserAgent.h in Headers */, - 01BE9F7B58ABF73C6E5EF373B3566249 /* FIRHeartbeatInfo.h in Headers */, - ADB4A0D66E93CC3857BA7AB49FE42752 /* FIRHeartbeatLogger.h in Headers */, - 73EDB1D58A6A422F147965413FE95E04 /* FIRLibrary.h in Headers */, - 34DC630B87748A1C449A070A1F7BC7DD /* FIRLogger.h in Headers */, - 387CBCC1D61678309AC0F01AF18F646F /* FIRLoggerLevel.h in Headers */, - E81009A464EB54A92B146BF0F9E4955E /* FIROptions.h in Headers */, - B79AD881F61EE3D72118232EFB3D88CA /* FIROptionsInternal.h in Headers */, - 1F067A1EDF36491F94BA4ADE592173AB /* FIRVersion.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9A8ED1D25BCA2389946C14A7A2A548AE /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - EF909E34691FCD5DA0F6636FADEFCFE5 /* KeychainAccess-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B2E36096EF7B8EECE3E22AD8F1963FA6 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 9F323AE2EAABA1B80C7CA5E23479E939 /* Pods-Survey-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B367DE350D0272686252EEDEDB4A2F75 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1A21606FE1574711CB4473817F40926A /* Resolver-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B4DDC0380F307B6C19551D9070145A52 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 5A4EF67EAE0678213DC94AF16CC4F319 /* FirebaseCoreInternal-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B65C7238BFD4E6805BA8C142EB2B5D17 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 8451EE52EFDF858A1841139D85455BD7 /* Pods-SurveyTests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BA4A27FE6C42104ED98857DDB96F1AB0 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - FD3B96076F74D045EC1F1EF17D8013AC /* FIRCoreDiagnostics.h in Headers */, - 6856EF34448021497A0D30E075ED99D9 /* FIRCoreDiagnosticsData.h in Headers */, - 8452DCED943F8CEBC05613129B7ED2FB /* FIRCoreDiagnosticsInterop.h in Headers */, - 6A184571D991FA9DF53FF636D7F7ECE7 /* firebasecore.nanopb.h in Headers */, - 3F7F5D0F051624723E1293CF021AE754 /* FirebaseCoreDiagnostics-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C16EA8629DB9B9BBF0A37F58AE916BC2 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E1603B0F7CA80AE7DD93836DE835FF2 /* IQKeyboardManagerSwift-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C5D646E4BBB480BD91972355851B0009 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D8F627ED55E1855A09017C4E0C12A15C /* R.swift.Library-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D65A43C0B24F26CCBA52A1CF1B4CE107 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7C2931EA3C78060865EE650FD893455D /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DE1953B7964F6714DB20747FAA145D5A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 786D856DA83F931789F64BF9C5887870 /* FBLPromise.h in Headers */, - 516B9F2AFD95DDF6A6F03D2D41F09244 /* FBLPromise+All.h in Headers */, - 72E457B43AC1D074B4A8ACC5272F8DA0 /* FBLPromise+Always.h in Headers */, - B00AECE0CF29760C30EFE40E8737E450 /* FBLPromise+Any.h in Headers */, - DA065937FB444315AAF6B8E0B6BBD8CA /* FBLPromise+Async.h in Headers */, - 647DE1744F6EB1525DDD93BB8DCE88AB /* FBLPromise+Await.h in Headers */, - EF92E37AAD38EA6A727337030C07B790 /* FBLPromise+Catch.h in Headers */, - C008AA2EAE39BCBF7B32D3F2E720259B /* FBLPromise+Delay.h in Headers */, - AA4C8A5ADE04FEDC1F8F72E1BB3C26D7 /* FBLPromise+Do.h in Headers */, - 2ED57BB5A7281A3E3B08B121A16DB3BC /* FBLPromise+Race.h in Headers */, - D08E2F6A0C78ECC0953EDA46DA97B038 /* FBLPromise+Recover.h in Headers */, - 794F53C99A8A79F68DD2A9C4A5CF34C4 /* FBLPromise+Reduce.h in Headers */, - 1025BBB43A4351C8A0BDCF85FFB3A645 /* FBLPromise+Retry.h in Headers */, - 3B447D6411DB07BA86FE3C6D52D39A67 /* FBLPromise+Testing.h in Headers */, - B88A37E0EB0B1198D9158CB4E9CA9F57 /* FBLPromise+Then.h in Headers */, - DDEB029FDA56B748BA64BDF02C125DA1 /* FBLPromise+Timeout.h in Headers */, - 042E62E98D74CE98EADE7B906A52E217 /* FBLPromise+Validate.h in Headers */, - D4522CB2171FD13EE4E445DEB3BFC34F /* FBLPromise+Wrap.h in Headers */, - 373922B2E3E20BF81252195004AA99B2 /* FBLPromiseError.h in Headers */, - 6092AAAF7ACC3107D2ABA4E65E18454E /* FBLPromisePrivate.h in Headers */, - 340E398FE0331D47AEA3A135C85255DF /* FBLPromises.h in Headers */, - E811F2DEC45092622E2D355B7BE51DCD /* PromisesObjC-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E08A32DB6B0DA7146A03EF9A1FD3AC07 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D37CB798B8005399CABC6DD2F35B184F /* CwlCatchException.h in Headers */, - F1C28FA29AC03EB985D730B3BB8146E4 /* CwlMachBadInstructionHandler.h in Headers */, - 2A8F1A4C9F8E540D029C9B2A590ACB46 /* DSL.h in Headers */, - C6AC9D1015061D918A16F85FC3837F1D /* mach_excServer.h in Headers */, - 6C254BC5C0073DAC2A509918D3BC7CEF /* Nimble.h in Headers */, - B9B6899E7FF243217A90720FD66BCFC3 /* Nimble-umbrella.h in Headers */, - 15183844D1ED7D64EB19DA1EEDE0A3E7 /* NMBExceptionCapture.h in Headers */, - 456C6DB3695F81F86D21501620694F28 /* NMBStringify.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EF8CC793FAE7DD296AD84B14839B02B3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 83A9B39A9A9CCADDAA67B65396AE765D /* SnapKit-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */ = { - isa = PBXNativeTarget; - buildConfigurationList = D9CE06096D2CEEE4BF0C507D841B8CC0 /* Build configuration list for PBXNativeTarget "SnapKit" */; - buildPhases = ( - EF8CC793FAE7DD296AD84B14839B02B3 /* Headers */, - 5F80B724FEFB5C3523045862D421FD99 /* Sources */, - F31AD5DF5532AFDF4E8900C0D1626F5F /* Frameworks */, - D509658B6D307218084018BAF3396609 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SnapKit; - productName = SnapKit; - productReference = 979486118B3E90C08386079D57962701 /* SnapKit */; - productType = "com.apple.product-type.framework"; - }; - 2421D68369480E98626D9EECB97E7E7B /* Pods-Survey */ = { - isa = PBXNativeTarget; - buildConfigurationList = B456093970074C0FC60430E9526705F6 /* Build configuration list for PBXNativeTarget "Pods-Survey" */; - buildPhases = ( - B2E36096EF7B8EECE3E22AD8F1963FA6 /* Headers */, - 55E272B25B409CF4B75AEA715FE8D0E2 /* Sources */, - 06CE211D7EEEF7865CA3C65023F0AA26 /* Frameworks */, - F9E27C53D565C85D7BE469C139A4A18C /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - AC949420064F3DFD9D85CF7EE5C9BDE4 /* PBXTargetDependency */, - 88A99183FE800C883FB1ECEB6717ACC9 /* PBXTargetDependency */, - EE04D947BA01B60ED427B7C6130BEE2E /* PBXTargetDependency */, - D21700342557D2D7DA2FB64B9D579688 /* PBXTargetDependency */, - 577E1BF83C5BF1139164EDC4D7FBC39E /* PBXTargetDependency */, - 5DD16BFC6C615DCCA6FA7732479DDA94 /* PBXTargetDependency */, - 7835D39385D4E10CEF50E72269BBD461 /* PBXTargetDependency */, - EDA3EC5EAECECFC267396DDE1CC673E9 /* PBXTargetDependency */, - C919DF92E02F67150D5225BBCD13E312 /* PBXTargetDependency */, - 267798ABCB76E103A71676BFED517D2F /* PBXTargetDependency */, - B0E76C41D550DBEC0D9AFD10388E12D8 /* PBXTargetDependency */, - 8C9F2ABD85AED1955DC4C93209EC183B /* PBXTargetDependency */, - 20CFA50D983489491A1F1BA29AC5D7EA /* PBXTargetDependency */, - 0D646FC9BD846750C95199FD097072FD /* PBXTargetDependency */, - 9B6F9EECBDDC0ED375EC294FB402F94E /* PBXTargetDependency */, - 0886C56FDEA65EAD2C689049FB0F971B /* PBXTargetDependency */, - 39ED23F3450A170EEDFE0AA16C7DF407 /* PBXTargetDependency */, - 43BE096E74A49E457CCF25B9C91B6BD6 /* PBXTargetDependency */, - 4F76AD790BFEFB110A0623F77A1A801C /* PBXTargetDependency */, - 8B2C04D9562557381EAB41E32F5FA15B /* PBXTargetDependency */, - BD07421544D982FD9F122872BF0C4B4D /* PBXTargetDependency */, - ); - name = "Pods-Survey"; - productName = Pods_Survey; - productReference = A0E7DC228F8924BB8D503D47D85C2DE8 /* Pods-Survey */; - productType = "com.apple.product-type.framework"; - }; - 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */ = { - isa = PBXNativeTarget; - buildConfigurationList = CC4C6D4FAF15481C9DDD5D39BBF6DB6A /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */; - buildPhases = ( - B4DDC0380F307B6C19551D9070145A52 /* Headers */, - C43FA6251F8186435FFB956B9887708B /* Sources */, - CD529C5C21F2644E1A33DD67525A9E14 /* Frameworks */, - 106DEFD81379F00F7B3E0BF9BA1B7C4E /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - D5C7FD94B80C6F8B16031186570045AB /* PBXTargetDependency */, - ); - name = FirebaseCoreInternal; - productName = FirebaseCoreInternal; - productReference = 148D0F9E8C7373FEAF40D800FC5F1BAA /* FirebaseCoreInternal */; - productType = "com.apple.product-type.framework"; - }; - 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0F4AEFA09D88F098A6C50381C8EFC7AF /* Build configuration list for PBXNativeTarget "PromisesObjC" */; - buildPhases = ( - DE1953B7964F6714DB20747FAA145D5A /* Headers */, - 6CC0736C0406D4242CD4E65E8601640D /* Sources */, - CF17A45CC93637A6F361B5C4E313ACA1 /* Frameworks */, - AD0F3C7F69516D968E8BF9EA18418037 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = PromisesObjC; - productName = FBLPromises; - productReference = 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */; - productType = "com.apple.product-type.framework"; - }; - 3AF1A4FE1808CDAE51281F7A31DB2A13 /* Resolver */ = { - isa = PBXNativeTarget; - buildConfigurationList = A616363212CD6CD5D46CBBE9B75AB03D /* Build configuration list for PBXNativeTarget "Resolver" */; - buildPhases = ( - B367DE350D0272686252EEDEDB4A2F75 /* Headers */, - 9522B287BDA0E9FCE3103C4C90A0A44A /* Sources */, - 5B18A6F8853F647F47385D23F75B2D50 /* Frameworks */, - 2C926E9534EE24D68254B3EAAA58004C /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Resolver; - productName = Resolver; - productReference = DDFD6E1EE7FB75CC6E6CEB7213F706BD /* Resolver */; - productType = "com.apple.product-type.framework"; - }; - 3E73ED39761329414C06DD4486C5058E /* Wormholy */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3455E4E4FF7AEEB55461350DBCE18CDD /* Build configuration list for PBXNativeTarget "Wormholy" */; - buildPhases = ( - 1195FAB3EE2EF8FDBF13941D2BB24EB3 /* Headers */, - D4BE335302BF0A6E0F76BBAD8FA70E69 /* Sources */, - D2AA00A30318655EECA407CAA46E3C0A /* Frameworks */, - D66B420FB9B3F91CE1710219F48B4F3B /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 0C20A29DDB0144E716913752C98BE01A /* PBXTargetDependency */, - ); - name = Wormholy; - productName = Wormholy; - productReference = 2530BC414137FF7A53A0368B476547B9 /* Wormholy */; - productType = "com.apple.product-type.framework"; - }; - 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2A24F8FDCF1E47ED1341828C941E545A /* Build configuration list for PBXNativeTarget "FirebaseCore" */; - buildPhases = ( - 7DAD142877B119687AA397F009162A99 /* Headers */, - 0F3A5E7E6A04D77B4584EBE0FFA94512 /* Sources */, - 989FB4A9114348E45E7FD30E0C6F547D /* Frameworks */, - 705B11F3CB127A045E8E82FFFD0866AB /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ABBA6B8880754A9A1A6F7472E4AFCCA1 /* PBXTargetDependency */, - CD4FF7F08AFE02C993618DB15EAD7E5A /* PBXTargetDependency */, - F5242E63573656183A612940354A0C44 /* PBXTargetDependency */, - ); - name = FirebaseCore; - productName = FirebaseCore; - productReference = E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */; - productType = "com.apple.product-type.framework"; - }; - 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */ = { - isa = PBXNativeTarget; - buildConfigurationList = 00F7A043808B4484AC965A665BB18EEE /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */; - buildPhases = ( - 7A8E5D0B5978E89176701CF9EDAEF564 /* Headers */, - C4E42800ECD3420C444FBD84A44F3B3A /* Sources */, - 1920F5AE2DDD13EC41BEEB4E8E521F35 /* Frameworks */, - D62DBBEC8449422EA1BEA87436829B48 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - B13893A54D1A5F83EE8E8DCA84CB1C7E /* PBXTargetDependency */, - 0FCE19CB021E7D305221E49A4932DEC9 /* PBXTargetDependency */, - 76F68EB80D806E833995B7E9FCF7AC27 /* PBXTargetDependency */, - 0BACEB6CD359D8D1C7F9E3B2850623CC /* PBXTargetDependency */, - 6F57022D2580D8A39303C1C35CA3EAD7 /* PBXTargetDependency */, - 45EED69A0F4F8358DDBDD1DC6EE83A6C /* PBXTargetDependency */, - ); - name = FirebaseCrashlytics; - productName = FirebaseCrashlytics; - productReference = 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics */; - productType = "com.apple.product-type.framework"; - }; - 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */ = { - isa = PBXNativeTarget; - buildConfigurationList = EF9501880340AB0143002AD1A09FE2F0 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; - buildPhases = ( - 6D934FC68A8EA0B8BF4144073805060F /* Headers */, - DCE61489C99648F5CE1D293A7BB76E86 /* Sources */, - FFD6522A80F2D10BD29EFA78215AF781 /* Frameworks */, - 06002AB494C2F906D88E4D2A7E1F7DC1 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 0A0ACFCB9D5B6F6AA66CA7507F873CB5 /* PBXTargetDependency */, - AC7B8236959F7B7DAA6B143A7387BEA7 /* PBXTargetDependency */, - F9F4A9FFA1F644B39998597E43868104 /* PBXTargetDependency */, - ); - name = GoogleDataTransport; - productName = GoogleDataTransport; - productReference = 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport */; - productType = "com.apple.product-type.framework"; - }; - 615C831BCE925ED486B225B87E44926D /* KeychainAccess */ = { - isa = PBXNativeTarget; - buildConfigurationList = DB7C7798CF5D8501ABDCC2EC514D08EC /* Build configuration list for PBXNativeTarget "KeychainAccess" */; - buildPhases = ( - 9A8ED1D25BCA2389946C14A7A2A548AE /* Headers */, - 8770D54CAB51A085D08D97C3A35E8DD1 /* Sources */, - A601C98540A317B7AD270EC7C86513A5 /* Frameworks */, - A334799CE0E4864A77AB475B0E1BAF6A /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = KeychainAccess; - productName = KeychainAccess; - productReference = E8EE7F078656FABB8F6821D10FF994BB /* KeychainAccess */; - productType = "com.apple.product-type.framework"; - }; - 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */ = { - isa = PBXNativeTarget; - buildConfigurationList = 59BC820C8DC54723ED839B394A1971A2 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; - buildPhases = ( - BA4A27FE6C42104ED98857DDB96F1AB0 /* Headers */, - DA41C5F35408D4984C8B6882DD29851D /* Sources */, - 9865E42B90A194C9290432EFA6066004 /* Frameworks */, - 9AAE4D51E60029106B63B2FA82E603D2 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - DFD64370B971E07E05791D813E0A98F1 /* PBXTargetDependency */, - 15B370E8ACB518F689597C6B3F9E2953 /* PBXTargetDependency */, - 4EDE9CE94C52C74F1D0FE67C7E60C8BC /* PBXTargetDependency */, - ); - name = FirebaseCoreDiagnostics; - productName = FirebaseCoreDiagnostics; - productReference = 8CC9178C366942FD6FF6A115604EAD58 /* FirebaseCoreDiagnostics */; - productType = "com.apple.product-type.framework"; - }; - 6F13695E06195A78EA8A95F8C7ED0D2F /* Nimble */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8FD9D69C1B909BA26FCF6949D37E615F /* Build configuration list for PBXNativeTarget "Nimble" */; - buildPhases = ( - E08A32DB6B0DA7146A03EF9A1FD3AC07 /* Headers */, - 09D9E2B9EBA844EB993FFA418FFF69C3 /* Sources */, - 71C7BAC572EE3C31E6C244C7AC52EB70 /* Frameworks */, - C186742FA24920FF5009615369242ED3 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Nimble; - productName = Nimble; - productReference = BAE263041362D074978BB3B577DF0A05 /* Nimble */; - productType = "com.apple.product-type.framework"; - }; - 777C4E8E196B83C3F184193797468AEE /* NimbleExtension */ = { - isa = PBXNativeTarget; - buildConfigurationList = 72049FC96B0FCDBD8B21393E44368D95 /* Build configuration list for PBXNativeTarget "NimbleExtension" */; - buildPhases = ( - 6D4C17871D04AAE62C514E6943E7D61E /* Headers */, - 3458DF24B3479F4E820C9AD403F86684 /* Sources */, - CB8F63B31C166F98644C6402B0EF13AE /* Frameworks */, - 0501B51C0C0F79C4F854E39D56AC66A9 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = NimbleExtension; - productName = NimbleExtension; - productReference = 842C067C8BC6AFD90BB10B10BE0787B8 /* NimbleExtension */; - productType = "com.apple.product-type.framework"; - }; - 7A6FA82A7F8B1B41CB8BE97C40AAE418 /* Pods-SurveyTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 022696A5E344DBB99BBDEE899C759E7A /* Build configuration list for PBXNativeTarget "Pods-SurveyTests" */; - buildPhases = ( - B65C7238BFD4E6805BA8C142EB2B5D17 /* Headers */, - BE72185E70A804B37F74CECB865AF3AD /* Sources */, - EA991E6ADA8181F522533F687CD02033 /* Frameworks */, - 764F872E4743B6AD70EF8418D3218F5D /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 50D3B2AE801E1C2E9F87FEACB18D0BAC /* PBXTargetDependency */, - 6A75079128D401DE8A33F3207E848FA1 /* PBXTargetDependency */, - 74DCB7E1757B2DD84B3A697579F81140 /* PBXTargetDependency */, - D8B4E74EF9BC411492AF5AFEBC549772 /* PBXTargetDependency */, - F4357E0B7480E99B1E78084C4B690437 /* PBXTargetDependency */, - ); - name = "Pods-SurveyTests"; - productName = Pods_SurveyTests; - productReference = 4DCA8A942749A4208243692F6BB102FF /* Pods-SurveyTests */; - productType = "com.apple.product-type.framework"; - }; - 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */ = { - isa = PBXNativeTarget; - buildConfigurationList = A5EFAF7408FD763339AEDB77810988F1 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; - buildPhases = ( - 16181CF26D08189F3EB9853F7FC1F08C /* Headers */, - E5618FC27D5CCA532AE9C66AB5E996BF /* Sources */, - EA39C123CE49FFEFB5D11FF4CA2B1A3A /* Frameworks */, - F5621FC1B563D4E8F25AFEB8247A7305 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - A0C6E5D275FBDFB53C8C49C5132ACBCF /* PBXTargetDependency */, - 8684F3337A6222C04670316C08FF5AAE /* PBXTargetDependency */, - BC9A5857C12E37776850A8D4BEB1E47D /* PBXTargetDependency */, - ); - name = FirebaseInstallations; - productName = FirebaseInstallations; - productReference = 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */; - productType = "com.apple.product-type.framework"; - }; - 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */ = { - isa = PBXNativeTarget; - buildConfigurationList = 39F23B86EB7065D0C1A8CE6590391FAD /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; - buildPhases = ( - 1DB4185AC442171AC5CAA648CE3585FF /* Headers */, - B9FE8EEBA46392E4FFDDDCCABBBD102A /* Sources */, - 679CB0EB59B1DC6807B4CFF4220CECAB /* Frameworks */, - 35D57B6DC8B6374A341484C6F635BA8C /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 7C33DFD0406998974F5156129167081F /* PBXTargetDependency */, - ); - name = GoogleUtilities; - productName = GoogleUtilities; - productReference = B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */; - productType = "com.apple.product-type.framework"; - }; - 93CEC7FFB57A497DE49471C5D9517C13 /* Wormholy-Wormholy */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4459D82D7CE21FCEF5396B13DC355783 /* Build configuration list for PBXNativeTarget "Wormholy-Wormholy" */; - buildPhases = ( - C1AA2FD3CC9F96354E6DA73525DDD592 /* Sources */, - EA71AB9A7ED8E916E55A3D5A3FE4F9DA /* Frameworks */, - 7DCA5DDD55312689DA02F576BE294D90 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Wormholy-Wormholy"; - productName = Wormholy; - productReference = AA92ED38E716E03D3FC758C810953B95 /* Wormholy-Wormholy */; - productType = "com.apple.product-type.bundle"; - }; - B12748D8506CB48696BD90F2CA4F4E38 /* R.swift.Library */ = { - isa = PBXNativeTarget; - buildConfigurationList = 72F5360B6646A441ADFC16A245907320 /* Build configuration list for PBXNativeTarget "R.swift.Library" */; - buildPhases = ( - C5D646E4BBB480BD91972355851B0009 /* Headers */, - C27C1F806775205C85A1AEC5472425C0 /* Sources */, - 0B92BB62D3CD9FC0F6950EDDFE9021A9 /* Frameworks */, - BFF940DEA216C8389827D3A865A188A3 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = R.swift.Library; - productName = Rswift; - productReference = CA4E3B66CE4D02048C77392B64FD0ABB /* R.swift.Library */; - productType = "com.apple.product-type.framework"; - }; - B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */ = { - isa = PBXNativeTarget; - buildConfigurationList = DF89A5D4C078A3B8D67E6C5F09B94417 /* Build configuration list for PBXNativeTarget "IQKeyboardManagerSwift" */; - buildPhases = ( - C16EA8629DB9B9BBF0A37F58AE916BC2 /* Headers */, - DFAD553206409694E4605D4039584057 /* Sources */, - 7922A26FF13D959474D3C0253D9A8A94 /* Frameworks */, - 447C16E99C44AC132B2F08413FAC70B6 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = IQKeyboardManagerSwift; - productName = IQKeyboardManagerSwift; - productReference = A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */; - productType = "com.apple.product-type.framework"; - }; - C2DA8AF309CC8F83121A2490C8DC93DF /* Pods-Survey-SurveyUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = F0A985183E84B646A306F8F99DBB044F /* Build configuration list for PBXNativeTarget "Pods-Survey-SurveyUITests" */; - buildPhases = ( - 2877698CCB9D3BDD0B4EBE24942A32FB /* Headers */, - F08F507B68CD228BCA742157492A2107 /* Sources */, - BEEA07C6CA78AAB96F0170F733C91A28 /* Frameworks */, - 86255E63BE5341AC7B87B09B5CB06AF3 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 3B262600ABC495DE0C5A4A7D4D5C1561 /* PBXTargetDependency */, - 2C0EF9909CD645E8C71BB3D8A5550BC6 /* PBXTargetDependency */, - B3512E2E516604C887B1BB9011D51DC1 /* PBXTargetDependency */, - 7742DFF11719E3E981A467064942097E /* PBXTargetDependency */, - EABD5079C837CC3A494ECB2AF464DFED /* PBXTargetDependency */, - 0E7B06AA3E4A176E1C14887F220E3D6A /* PBXTargetDependency */, - 1EA211A081696D9951DF7E14C3603002 /* PBXTargetDependency */, - 518BFAB1D60CBC7C2BC68939F13C9E30 /* PBXTargetDependency */, - BA2D1B54C48AEC8CCF2788C3FD6B30D3 /* PBXTargetDependency */, - E8E1438FB4046C03B7B400ED6B059E75 /* PBXTargetDependency */, - 802CA160340725C6D6FDBE470E505176 /* PBXTargetDependency */, - 65A779B547A617C0AD081BF374E1AB0D /* PBXTargetDependency */, - FB24B25F3200A100F28739E957872C91 /* PBXTargetDependency */, - 67FE14B415048A741ECDC65FFF99A465 /* PBXTargetDependency */, - 7CAC816FF698F58FDBE20C7FB09598D4 /* PBXTargetDependency */, - BA87EEA5043EC0915A0905227C3A204E /* PBXTargetDependency */, - 23255155D28627A43597875BF7AAC03B /* PBXTargetDependency */, - B6164C69A8F3152079559F79EE1E304B /* PBXTargetDependency */, - 45A8C3C758F8F2ABC12BF6D500837313 /* PBXTargetDependency */, - DD7CDA7044AD9727CC62B916CB0B2F7C /* PBXTargetDependency */, - 84AEE03B36ED66FB5258AD33B00BC900 /* PBXTargetDependency */, - BCCC7D7D82F4EE95D874067650536B53 /* PBXTargetDependency */, - CD57344F4762CB6E53BA5BA9CA0B7F8B /* PBXTargetDependency */, - B56953490A75E6AFD1757B41BDF51B37 /* PBXTargetDependency */, - 4A3ED58C74E18B50694138CB14AC8828 /* PBXTargetDependency */, - ); - name = "Pods-Survey-SurveyUITests"; - productName = Pods_Survey_SurveyUITests; - productReference = DDBD9C657FD596D6B1FB9761381F7831 /* Pods-Survey-SurveyUITests */; - productType = "com.apple.product-type.framework"; - }; - C82891EAB7293DBEE916B21F57E8474D /* Quick */ = { - isa = PBXNativeTarget; - buildConfigurationList = 647244FA170F02BA51BAC09356DC07A4 /* Build configuration list for PBXNativeTarget "Quick" */; - buildPhases = ( - 3A537DA901CD7B81DE773B8A30E8F013 /* Headers */, - 747C03B14B7C95276EB235739A2878D8 /* Sources */, - 4F169ABF44623CEB8028669FD08EC7BF /* Frameworks */, - 5A600A0B7CFFEF93F2E836A92ACE95DA /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Quick; - productName = Quick; - productReference = 0D631E9908483F9525A6B3F36F16CC61 /* Quick */; - productType = "com.apple.product-type.framework"; - }; - D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1BBC4BC993F9D95B58327765FFC6322A /* Build configuration list for PBXNativeTarget "nanopb" */; - buildPhases = ( - 2F1169CCF4FD91B100B6F3F1F4DB5760 /* Headers */, - 9E4FEB689064D6609ECB2E8EBBC226CB /* Sources */, - BF4001701559BE257D8413567A821778 /* Frameworks */, - F45A90E3951AD72B87AA3428D5A12722 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = nanopb; - productName = nanopb; - productReference = 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */; - productType = "com.apple.product-type.framework"; - }; - E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { - isa = PBXNativeTarget; - buildConfigurationList = B9A238DE321F4300B83513F4DA861CD3 /* Build configuration list for PBXNativeTarget "Kingfisher" */; - buildPhases = ( - D65A43C0B24F26CCBA52A1CF1B4CE107 /* Headers */, - 9CAD922E43501F08D18FA4FBEAA250E5 /* Sources */, - BE4336568A17B530A51C5C05DCCA9A12 /* Frameworks */, - 443F70F512BBA6A474CBE1D035DA2423 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Kingfisher; - productName = Kingfisher; - productReference = C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - BFDFE7DC352907FC980B868725387E98 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1300; - LastUpgradeCheck = 1300; - }; - buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 13.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - Base, - en, - ); - mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 223CA972DD3C8DA25C927B668C1A95AB /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 072CEA044D2EF26F03496D5996BBF59F /* Firebase */, - 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */, - 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */, - 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */, - 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */, - 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */, - 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */, - 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */, - B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, - 615C831BCE925ED486B225B87E44926D /* KeychainAccess */, - E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, - D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */, - 6F13695E06195A78EA8A95F8C7ED0D2F /* Nimble */, - 777C4E8E196B83C3F184193797468AEE /* NimbleExtension */, - 2421D68369480E98626D9EECB97E7E7B /* Pods-Survey */, - C2DA8AF309CC8F83121A2490C8DC93DF /* Pods-Survey-SurveyUITests */, - 7A6FA82A7F8B1B41CB8BE97C40AAE418 /* Pods-SurveyTests */, - 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */, - C82891EAB7293DBEE916B21F57E8474D /* Quick */, - 230984053C6652DFF510F450F21C5CF7 /* R.swift */, - B12748D8506CB48696BD90F2CA4F4E38 /* R.swift.Library */, - 3AF1A4FE1808CDAE51281F7A31DB2A13 /* Resolver */, - BEE42ABF215DD362BC110D392D85CA75 /* Shared */, - 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */, - 4D8229B0397AE8C2F7C11B3F9EFC9362 /* Sourcery */, - 1CD0618C486973D5588EF20D2E8C0AEA /* SwiftFormat */, - 52B60EC2A583F24ACBB69C113F5488B9 /* SwiftLint */, - 3E73ED39761329414C06DD4486C5058E /* Wormholy */, - 93CEC7FFB57A497DE49471C5D9517C13 /* Wormholy-Wormholy */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 0501B51C0C0F79C4F854E39D56AC66A9 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 06002AB494C2F906D88E4D2A7E1F7DC1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 106DEFD81379F00F7B3E0BF9BA1B7C4E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2C926E9534EE24D68254B3EAAA58004C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 35D57B6DC8B6374A341484C6F635BA8C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 443F70F512BBA6A474CBE1D035DA2423 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 447C16E99C44AC132B2F08413FAC70B6 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5A600A0B7CFFEF93F2E836A92ACE95DA /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 705B11F3CB127A045E8E82FFFD0866AB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 764F872E4743B6AD70EF8418D3218F5D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7DCA5DDD55312689DA02F576BE294D90 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 438F5BA50F768A8128739A1E18BD1C95 /* ActionableTableViewCell.xib in Resources */, - C72F81F7EF800FE3245A86C83E7AA8DB /* Flow.storyboard in Resources */, - 08804E25A7963CD1841F26A297E39887 /* RequestCell.xib in Resources */, - 167957A01CF2440D452D06F58D3589A2 /* RequestTitleSectionView.xib in Resources */, - FD781958A0C548BE7084530C4E009EB5 /* TextTableViewCell.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 86255E63BE5341AC7B87B09B5CB06AF3 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9AAE4D51E60029106B63B2FA82E603D2 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A334799CE0E4864A77AB475B0E1BAF6A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AD0F3C7F69516D968E8BF9EA18418037 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BFF940DEA216C8389827D3A865A188A3 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C186742FA24920FF5009615369242ED3 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D509658B6D307218084018BAF3396609 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D62DBBEC8449422EA1BEA87436829B48 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D66B420FB9B3F91CE1710219F48B4F3B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2448E2A43B6ACEE080A41585D18A82ED /* Wormholy-Wormholy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F45A90E3951AD72B87AA3428D5A12722 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F5621FC1B563D4E8F25AFEB8247A7305 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F9E27C53D565C85D7BE469C139A4A18C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 9803081C886E60BB79ABB97E1AB4F80F /* [CP-User] Build Shared */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "[CP-User] Build Shared"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = " if [ \"YES\" = \"$COCOAPODS_SKIP_KOTLIN_BUILD\" ]; then\n echo \"Skipping Gradle build task invocation due to COCOAPODS_SKIP_KOTLIN_BUILD environment variable set to \"YES\"\"\n exit 0\n fi\n set -ev\n REPO_ROOT=\"$PODS_TARGET_SRCROOT\"\n \"$REPO_ROOT/../gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 09D9E2B9EBA844EB993FFA418FFF69C3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DC41C34CEADBE789CB3E553F26C5E9B9 /* AdapterProtocols.swift in Sources */, - E4E96CB9EA20C2758EE2B91A75545575 /* AllPass.swift in Sources */, - 78DDC9EB0002F14318C89EEF2349356B /* AssertionDispatcher.swift in Sources */, - D87309BEF8118FCBF1EDE8D52067570B /* AssertionRecorder.swift in Sources */, - 8ED7C661427D6FD98D25E706E1344AB0 /* Async.swift in Sources */, - BB87CB7750960FF0BA0B0D9003980B8F /* Await.swift in Sources */, - AD454EFE22265154C75AAE2087A41269 /* BeAKindOf.swift in Sources */, - C86DEC4A1451FAD5F1225419F1665BBC /* BeAnInstanceOf.swift in Sources */, - B2F1EED8586CBC4F2C8740D2E926DF2C /* BeCloseTo.swift in Sources */, - 330D0278E61E42703F342276BC1A31AC /* BeEmpty.swift in Sources */, - 461B3AA5C37178ED379C37C89A90AFEA /* BeginWith.swift in Sources */, - F938F9C4A52E2884100E9CE0D8201E36 /* BeginWithPrefix.swift in Sources */, - 1EDBF0CE48EBFE1CF10B75D2252FF404 /* BeGreaterThan.swift in Sources */, - DEF9FAA9FF175BEB871DF75C5EBDDF25 /* BeGreaterThanOrEqualTo.swift in Sources */, - FA7B8075815056ED031AC2CBFF84059C /* BeIdenticalTo.swift in Sources */, - A5C15F0D1D3B10B3A2D58269304A72EE /* BeLessThan.swift in Sources */, - 7D62898673935D86CE10954C1E9D808B /* BeLessThanOrEqual.swift in Sources */, - EE093B0FF7062CD33129AA9A2B5242C7 /* BeLogical.swift in Sources */, - DE1832F9311E13515D6F2CED1C869639 /* BeNil.swift in Sources */, - 917FF28CFE5E722AEA5FE04AE09DC518 /* BeResult.swift in Sources */, - C31B5255E814F2155EC909B48F227657 /* BeVoid.swift in Sources */, - 59421D2FC80180C95D5533F584AC4099 /* BeWithin.swift in Sources */, - 235B5FFDA18095093C708811DA6DDBAE /* Contain.swift in Sources */, - F78BF890149CC2A2B19F070CB7D6E52A /* ContainElementSatisfying.swift in Sources */, - A85A1803C3575851E83C901C20067FEC /* CwlBadInstructionException.swift in Sources */, - FC4F4BA434F665F632A76450216B6D64 /* CwlCatchBadInstruction.swift in Sources */, - BC5F93E401734DAFBA78EEBA8906FF06 /* CwlCatchException.m in Sources */, - E5ED5DF02AAE3301D22EC500F8C0071E /* CwlCatchException.swift in Sources */, - A41A03CA4306FEB791F465AA7D7C3F13 /* CwlDarwinDefinitions.swift in Sources */, - 3BE6EDCAE42476967C641AF89CB32577 /* CwlMachBadInstructionHandler.m in Sources */, - E518D3ADD7E12C53FA3B3B50C7A60EFA /* DispatchTimeInterval.swift in Sources */, - 88CCE5240BBBD3699FCC755E8BDC2C8E /* DSL.m in Sources */, - 258888C62005834D895B7F334DC551AD /* DSL.swift in Sources */, - 4184A784455B35F7F906D4152797234C /* DSL+Wait.swift in Sources */, - 21532ABB476D1BDEE0E6EAD9CCC14F9A /* ElementsEqual.swift in Sources */, - D6A3822DE47EAD07A6F6346D1CDF5B8C /* EndWith.swift in Sources */, - DAC45E37B7FE7E16A24F24C948F0375C /* Equal.swift in Sources */, - 960D52BDC5EC99312A61B7D57B7C142F /* Equal+Tuple.swift in Sources */, - FD4821D00A5ADE34983ACF7C712F963A /* Errors.swift in Sources */, - 7F4C721113FB3297EDBBA571A84604BD /* Expectation.swift in Sources */, - 45494389183EF3CF6BA2356EF0A6649B /* ExpectationMessage.swift in Sources */, - 1C26AC135D8C6909FD6371512537B520 /* Expression.swift in Sources */, - 5501617FF7B62A75D3130E3FAED6625A /* FailureMessage.swift in Sources */, - 662B10173E9899367A19A6CDB3C7D3B2 /* HaveCount.swift in Sources */, - 92E3E95A236B52ECC00D8B7F02AAC489 /* mach_excServer.c in Sources */, - C84624C2A0E0E8CDD684F085592D4904 /* Match.swift in Sources */, - CBDE716CC729EBD92E76CC4F2E39C98F /* MatcherProtocols.swift in Sources */, - 15C0F5538503189A6A8F199A11FC52D4 /* MatchError.swift in Sources */, - 89BD9D8090767D8D16D5E68FAA274C53 /* Nimble-dummy.m in Sources */, - 0E75FF606109F2CE6B909CD0F877D76C /* NimbleEnvironment.swift in Sources */, - 38ADC9F193FB60ED20348CA25BE968F6 /* NimbleXCTestHandler.swift in Sources */, - FAB0483F377B7B721FFCC37E3D90893E /* NMBExceptionCapture.m in Sources */, - 5E6C766FDFCAD4D4634F2B02974F28A1 /* NMBExpectation.swift in Sources */, - 43E81A5F088A82C4E087A9A4BF57B865 /* NMBStringify.m in Sources */, - 8A28E17AEBC82DBFCC5B1815AEBA2D79 /* PostNotification.swift in Sources */, - 02F3F76502DD12D68C02184461C194D8 /* Predicate.swift in Sources */, - 00C5E677B93862676F3700CEFF54198E /* RaisesException.swift in Sources */, - 0A7C65C81C6DA011EB428D05558A843C /* SatisfyAllOf.swift in Sources */, - 222C7BC4BAAE3F3AC2687F76EBDC67CA /* SatisfyAnyOf.swift in Sources */, - BDA3D6294579C751668FD4F444F828FE /* SourceLocation.swift in Sources */, - 186A9EF9842E51E1A587F274E7D1A152 /* Stringers.swift in Sources */, - BBECCB22FEEBCEB8BEDCC1506385DB05 /* ThrowAssertion.swift in Sources */, - 210754474944DBAD74B01CDD21B934FB /* ThrowError.swift in Sources */, - F880795541F9B562AE7299976B1825DB /* ToSucceed.swift in Sources */, - 07EE1E4B56B75AFF48FA40512DB76F5D /* XCTestObservationCenter+Register.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0F3A5E7E6A04D77B4584EBE0FFA94512 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 20E8063CE20FE6C550F27DAE00FA1CE3 /* FIRAnalyticsConfiguration.m in Sources */, - A6B4CDA5C2475B89A0527AAD4A478E2F /* FIRApp.m in Sources */, - 649DE757660E1736C0AC4174D16059DF /* FIRBundleUtil.m in Sources */, - CD4BC9C6841A973E9B76DC9C49D57D86 /* FIRComponent.m in Sources */, - 889CA315676ACC18E0AC641037F6FC33 /* FIRComponentContainer.m in Sources */, - 3C11DFDD15B06071FA5C940CBDFBA292 /* FIRComponentType.m in Sources */, - 6BBBE3CA71CFCAF621C81883FBA71C4B /* FIRConfiguration.m in Sources */, - A438714B532869AB0FF173FBB2DDBEC0 /* FIRCoreDiagnosticsConnector.m in Sources */, - 168E678AEBC4A9B071FB28B0AE7EC7CA /* FIRDependency.m in Sources */, - 1FA47444936DC2E6E4E60791E04C92DA /* FIRDiagnosticsData.m in Sources */, - 1BF38470343C6CB8759FD0FBC7A9876A /* FirebaseCore-dummy.m in Sources */, - 0AD70B106A2F4CCA00DA6968064CBBBB /* FIRFirebaseUserAgent.m in Sources */, - 7E6A130EB77AA304D0EC8A46A686B93B /* FIRHeartbeatInfo.m in Sources */, - 8104FBB219371A6BFAABE2E81E93BD0E /* FIRHeartbeatLogger.m in Sources */, - C0470069357787A5048C2D131047DACD /* FIRLogger.m in Sources */, - 208F89E8967D8787B032C9AC5C4A6964 /* FIROptions.m in Sources */, - 08048ACED01FAC87B20E1876A2478B7C /* FIRVersion.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3458DF24B3479F4E820C9AD403F86684 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F44AB1299C4DF6F3F4B40EBCB5DA8B82 /* Bundle+Version.swift in Sources */, - 389834583A1C258BE37DD278F78A7722 /* Callback.swift in Sources */, - 147CC2AD729B1F418CE61B7AEC4B9F1F /* CompletionHandler.swift in Sources */, - 71925AB3D8AE4F36D310B7F47B23910F /* DataType.swift in Sources */, - D3F5C3CBE4E5558128B14B0039268B07 /* Encodable+Dictionary.swift in Sources */, - CDF0A54FDA58D86EDDD1D462C6EC7D5A /* FullyRoundedButton.swift in Sources */, - C82AA250DEAE08EC27DEBEE4D8F8FD30 /* JSON.swift in Sources */, - E1A8FEC0B8BAA4C0359279C573084586 /* JSONAPIDecoder.swift in Sources */, - EC70094CA711DA4948532E16EFB92C9C /* JSONAPIDecodingError.swift in Sources */, - 9A3F8529E8A3743A8DA8320BDDA91340 /* JSONAPIError.swift in Sources */, - 917C37DA5B7EAE40EB56295664850044 /* JSONAPIObject.swift in Sources */, - 847565D6302BD6AE66498D488025AF87 /* JSONAPIType.swift in Sources */, - 98771EE5650C96B3D1DB39E2C237E0BC /* Link.swift in Sources */, - B4BA3E756A27FD0FF64C192339395B4B /* Links.swift in Sources */, - BF8A610D175E74EABAE663C35451A4E4 /* NimbleExtension-dummy.m in Sources */, - 23DB9F056BCBB8D67E0B2A93846CF6A7 /* Optional+Extras.swift in Sources */, - A39925B309CB925B55B8A2EC9AF6E7E5 /* Relationship.swift in Sources */, - 6F305D4EE6D9A415B97D0CB44C03D4EB /* Resource.swift in Sources */, - 17A105D7ABBF4927D5165981970F296D /* ResourceIdentifier.swift in Sources */, - 4D21B0A9E1384EAB067B304F31908A93 /* Thread+Async.swift in Sources */, - C4225FB6F56692D993A779E46A739D76 /* UICollectionView+DequeueReusable.swift in Sources */, - 75185FA89CE4358FC169611EEA0FA4BA /* UICollectionView+RegisterReusable.swift in Sources */, - EB3A2617DA51B904B2824BD0D07BB6D3 /* UIEdgeInsets+Initializing.swift in Sources */, - 0C20E24E5DF95DCF05211C85401671DF /* UITableView+DequeueReusable.swift in Sources */, - D11BFCDAFC1502106B5B4BEC5AE8F232 /* UITableView+RegisterReusable.swift in Sources */, - E7F79D63DA56CF4A44BA5E60107542D7 /* UIView+RoundedCorners.swift in Sources */, - D66111A33595C9D77422F93D240F09EA /* URL+Initialization.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 55E272B25B409CF4B75AEA715FE8D0E2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - AACBB388C15B124EB1A5B498F05D0FA1 /* Pods-Survey-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5F80B724FEFB5C3523045862D421FD99 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FD0D60B508597C5B724D3E98560BA6F2 /* Constraint.swift in Sources */, - 04F7777ED721A024DB2135EAFE1B2880 /* ConstraintAttributes.swift in Sources */, - 4D19DDA34C19FE7E2B3C3697841CACB5 /* ConstraintConfig.swift in Sources */, - D96158BC68BC8BFAC411F43CB58A29D9 /* ConstraintConstantTarget.swift in Sources */, - AD3E6E1FBF51CD6359DDAD0B18012ACB /* ConstraintDescription.swift in Sources */, - 0095CCC0D2E238A0A17235F8C0EF2DFD /* ConstraintDirectionalInsets.swift in Sources */, - 595249BBD36FBFD36D3A7194762BCACB /* ConstraintDirectionalInsetTarget.swift in Sources */, - 61EFB981385952289263E14205C6C020 /* ConstraintDSL.swift in Sources */, - DD6F8D8DDC8E86FAB147F9A48F19E028 /* ConstraintInsets.swift in Sources */, - F8A2C54D4A26208F3D3220D46BD40085 /* ConstraintInsetTarget.swift in Sources */, - 686F7B92A4EED808773DF188EBBA1D7B /* ConstraintItem.swift in Sources */, - 4393991182AFAB464928F5672541B2FA /* ConstraintLayoutGuide.swift in Sources */, - E71D6D788DA98F3F8053771724B78CEE /* ConstraintLayoutGuide+Extensions.swift in Sources */, - DDB99A33B914789E3B54E26404479F3F /* ConstraintLayoutGuideDSL.swift in Sources */, - 9B8E681540E909992C2D08770B2F8C39 /* ConstraintLayoutSupport.swift in Sources */, - 2194AB71E27BB3FCE8811C28C605C5F5 /* ConstraintLayoutSupportDSL.swift in Sources */, - AE38789E70B106D46D42303450BDCDFF /* ConstraintMaker.swift in Sources */, - DC830680677CEA660D43A3C46F701EBC /* ConstraintMakerEditable.swift in Sources */, - 05B82BD05EB6C2C24528BA2E9B208C79 /* ConstraintMakerExtendable.swift in Sources */, - A756A2DFBF6996FE0AA44BBEAF08F8C0 /* ConstraintMakerFinalizable.swift in Sources */, - C4B608D956C2ECB6E81B96CA8EAA747A /* ConstraintMakerPrioritizable.swift in Sources */, - B68FB12947B18DCCFB90E4C0C1FECE2A /* ConstraintMakerRelatable.swift in Sources */, - 2B65ADB3E078FEF90CE89C29B88FBC48 /* ConstraintMakerRelatable+Extensions.swift in Sources */, - D7B9C757E71206F7609D1B7086D2BD33 /* ConstraintMultiplierTarget.swift in Sources */, - 002D8F1567315B26360F15DA789C27DC /* ConstraintOffsetTarget.swift in Sources */, - 01395B4DFB4AFF102764D9DC66FD5548 /* ConstraintPriority.swift in Sources */, - 2D7D5778C6625DBD23D1792C664CC851 /* ConstraintPriorityTarget.swift in Sources */, - D818C6FB70F12CA25FE876E4BDB5AB36 /* ConstraintRelatableTarget.swift in Sources */, - C16EE43FD5AA339F5FDFB520C6A6E987 /* ConstraintRelation.swift in Sources */, - A909DE87FC2DF88BAF057E73065E2F2D /* ConstraintView.swift in Sources */, - 60BD1A0A2499F2B334B0F8329AC9FB27 /* ConstraintView+Extensions.swift in Sources */, - F7044FFC162DD4CC78C0BC1FA2E5E81D /* ConstraintViewDSL.swift in Sources */, - 85F619032F15AF00F6B57A5AADE5F204 /* Debugging.swift in Sources */, - 8FA64D5D288F57201E721E2152A89A0D /* LayoutConstraint.swift in Sources */, - 33D8038F0A7FB1745BF16C189D004111 /* LayoutConstraintItem.swift in Sources */, - 7BF8D45D9F871A4B2F130C86D1E842E8 /* SnapKit-dummy.m in Sources */, - 2E964D07F41BA8D50BE32A5A852AA927 /* Typealiases.swift in Sources */, - 739F350797508E4FBED69082BF78D4AA /* UILayoutSupport+Extensions.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6CC0736C0406D4242CD4E65E8601640D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5358B08CE7DB419B98AB3995CAEBCF84 /* FBLPromise.m in Sources */, - 54B83D3B0578D65BA1ADDA7DF1384DE4 /* FBLPromise+All.m in Sources */, - BA468B438D49419105E698B8623AB475 /* FBLPromise+Always.m in Sources */, - 9FA2627967DC2BA4A4A46DA62804F369 /* FBLPromise+Any.m in Sources */, - 4726AF97E98E6A7F7473DD62447CCE81 /* FBLPromise+Async.m in Sources */, - 665A4EEF99CE938011C082226D625ABF /* FBLPromise+Await.m in Sources */, - 17B052E153AADB11ACED3D7A6724863E /* FBLPromise+Catch.m in Sources */, - 878312EC6C0D7BCC8BE87038E121693C /* FBLPromise+Delay.m in Sources */, - 94D69EC524B91D65893D914AD6499F05 /* FBLPromise+Do.m in Sources */, - 38F61FF559B818CA5BF449B4E4656282 /* FBLPromise+Race.m in Sources */, - CD77EF0CE93B94F42346DF6C52FE463E /* FBLPromise+Recover.m in Sources */, - C1CBFD4970C92E9714CF87ED858A27B1 /* FBLPromise+Reduce.m in Sources */, - 515C4243B4F35C54DE8AD76D5681E900 /* FBLPromise+Retry.m in Sources */, - EE11E3FB8C7F71DD6C7A39D4277CB0B3 /* FBLPromise+Testing.m in Sources */, - 9608D81AFBFD6713A3243BB933FFDD05 /* FBLPromise+Then.m in Sources */, - 01231807FBE4FFB7A1486E4FE8F20CBC /* FBLPromise+Timeout.m in Sources */, - 2B611E1D7CAD5C4E81BA927F111FCB6F /* FBLPromise+Validate.m in Sources */, - B415E7545111DEBF5E757A6B6AA2D04B /* FBLPromise+Wrap.m in Sources */, - EB7EE2FE27658316ED4A5D2AC41D5275 /* FBLPromiseError.m in Sources */, - 1F44E1C0DEEF147E65BDDD3B17F14D27 /* PromisesObjC-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 747C03B14B7C95276EB235739A2878D8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A600F586E3B5F6FD35C8383D6084A08C /* Behavior.swift in Sources */, - 439E7285EB29F48B5239E9FCD553A76F /* Callsite.swift in Sources */, - D32B672F3CC46A6A1844EA9314FE51BA /* Closures.swift in Sources */, - 39E4B82B0B14C2C5F2D832932D5798CD /* DSL.swift in Sources */, - 6BB7BB6921E9A93407C2F4B24D8EFC69 /* ErrorUtility.swift in Sources */, - CA37DAC70FD6AB3A81B8470F2A42074A /* Example.swift in Sources */, - 79914D4318936720B1AFE95EB17CC23B /* ExampleGroup.swift in Sources */, - 566293C90008EAE51AD01F03F5F15E94 /* ExampleHooks.swift in Sources */, - 5563B8ADE22BFC1512199AA365515850 /* ExampleMetadata.swift in Sources */, - 56DFCA776BCAE96454936312FE2ED0C4 /* Filter.swift in Sources */, - 16F05A99E6C095B08179C6464FCA0E1B /* HooksPhase.swift in Sources */, - 9DA373379CA22BB2AD685DEB1C6BC3B1 /* NSBundle+CurrentTestBundle.swift in Sources */, - 3854F9CF1AE49A373313FDC94FBF023F /* QCKConfiguration.swift in Sources */, - A69CCBB3A339B30299B37F97F35FC2AE /* QCKDSL.m in Sources */, - BC7D336C693D2599A1C5843DE28D63F5 /* Quick-dummy.m in Sources */, - 219B5C2D3F18F1F6D426C970A5011265 /* QuickConfiguration.m in Sources */, - 8B9558358346CA1CE482E02047DF4571 /* QuickConfiguration.swift in Sources */, - 26B6975E7173BB3F93BC84CB11C54A12 /* QuickSelectedTestSuiteBuilder.swift in Sources */, - F7DDAFE6BED2D4467F7E14A3008187A9 /* QuickSpec.m in Sources */, - 1B113D6C05B93832C70CFD21D56A4B82 /* QuickSpecBase.m in Sources */, - 3681A02AD7694CA289DBA773991100B5 /* QuickTestObservation.swift in Sources */, - F13652720D68BE88C7F8F0A08D1051F8 /* QuickTestSuite.swift in Sources */, - C8243393D642BEC76BFC0605C98D9575 /* String+C99ExtendedIdentifier.swift in Sources */, - EEB731085BDC464DB2B6AD0044C62DCD /* SuiteHooks.swift in Sources */, - FC32DB57F8829C271C761CD65DD94A63 /* URL+FileName.swift in Sources */, - B29AAAFE63345F20F24E46075A3B2739 /* World.swift in Sources */, - F6BA7B45EEFB3EA59E79C1BFB2E90275 /* World+DSL.swift in Sources */, - 8099028B24605E4FF890F5BC2F9BBAEC /* XCTestSuite+QuickTestSuiteBuilder.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8770D54CAB51A085D08D97C3A35E8DD1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F064A5E8FBA995E35FF125B5CBB86952 /* Keychain.swift in Sources */, - 10911019259261C99E46DC5159467F52 /* KeychainAccess-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9522B287BDA0E9FCE3103C4C90A0A44A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FBCCE7CE1E8BC96831512C7D986E2C53 /* Resolver.swift in Sources */, - 80701ECB52F6337025A0449F85D06086 /* Resolver-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9CAD922E43501F08D18FA4FBEAA250E5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 90F7686715DF4C04EA849B11136E970B /* AnimatedImageView.swift in Sources */, - EF7306D879161CFB6EE937CE513FE8B2 /* AuthenticationChallengeResponsable.swift in Sources */, - 05C83CF4DC0D351006BB8FCA33269BC7 /* AVAssetImageDataProvider.swift in Sources */, - D2B865751D56AA66FC7785BCE49B9FD3 /* Box.swift in Sources */, - F46B2676D77012B566CE4B81277E0B34 /* CacheSerializer.swift in Sources */, - 586F27A1D4347095F9A173ADC7138B45 /* CallbackQueue.swift in Sources */, - 3E2FC802F73F1911119D1C568110491A /* CPListItem+Kingfisher.swift in Sources */, - C9980B89B07446870F338300EA711A9D /* Delegate.swift in Sources */, - D8BA571EEE1923EB500DE9D0C13A8E9F /* DiskStorage.swift in Sources */, - 9C5ECD6B47EC9490987930CD107A24BE /* ExtensionHelpers.swift in Sources */, - 3789636980D1BB4F68B512751C3E0D30 /* Filter.swift in Sources */, - 8FB6CF476ED305045A761437F9CFDE19 /* FormatIndicatedCacheSerializer.swift in Sources */, - ACD0D46F734DC4661A1CC93CAEB92EC7 /* GIFAnimatedImage.swift in Sources */, - DCCF405A7522FB8B007C56805C814428 /* GraphicsContext.swift in Sources */, - 1AD83ACAEA97D524FC36529167B9071E /* Image.swift in Sources */, - E53249D1FC3116132F4145F0F0CF55D9 /* ImageBinder.swift in Sources */, - 080DEED16FF3753E89DCF4594A879C7D /* ImageCache.swift in Sources */, - F6E70421BD5346721B409BA4F78544C3 /* ImageContext.swift in Sources */, - 2CED24F697F49C67351B65FE0831BCBA /* ImageDataProcessor.swift in Sources */, - 10D8F974870DA931A6030725C63ABE49 /* ImageDataProvider.swift in Sources */, - E0ECA6EB83FA84BC1D317EAB95EBE1D5 /* ImageDownloader.swift in Sources */, - 2F6F236927D8B1551786B47F5C89400A /* ImageDownloaderDelegate.swift in Sources */, - 895F4E704A2EB12D28EBAE67B620F9E7 /* ImageDrawing.swift in Sources */, - D8AD1DFE2AD3D2472E37B31FB3AF6C84 /* ImageFormat.swift in Sources */, - 0224E5D8AE22D3A59B68D49239B9FBDC /* ImageModifier.swift in Sources */, - 269DBB08F411758BD75FA9A9177D0465 /* ImagePrefetcher.swift in Sources */, - 0CF212837C83A9793C75C6E079013138 /* ImageProcessor.swift in Sources */, - 663A2FBFC687B527BD5C08A2C8C82546 /* ImageProgressive.swift in Sources */, - 8DA974C6EDFDA3EA3FECCB563023204D /* ImageTransition.swift in Sources */, - 386CF3CC7B2CAA9010151A6E174E3C2B /* ImageView+Kingfisher.swift in Sources */, - C8C5467BD8FE358D29C16E9B222CFB4D /* Indicator.swift in Sources */, - 754C803CB2DCD0E4F56CBC89D6471132 /* KF.swift in Sources */, - C43731037DFEB0D3EB89CFE463DFB579 /* KFAnimatedImage.swift in Sources */, - 6FAC7646E6C28D73E289512521449E3E /* KFImage.swift in Sources */, - 9F1E11AC2823DDCE9E8F8245A8864E37 /* KFImageOptions.swift in Sources */, - ACBD4CCDD48776EBC71C15E4184FC5BC /* KFImageProtocol.swift in Sources */, - 81622887C2B1AF74519F87065516F23E /* KFImageRenderer.swift in Sources */, - 3CF4120B6D9AB60A4EE792258405F385 /* KFOptionsSetter.swift in Sources */, - A959FD918389FB76FB6AE94F299AC821 /* Kingfisher.swift in Sources */, - 4D665E48CA3D5A27B1EA04FB83D48A50 /* Kingfisher-dummy.m in Sources */, - 3DC1C9CD89B9A4D034AD70C779F470F3 /* KingfisherError.swift in Sources */, - FB6BA0E929088AC94FB0D5AE9E717A48 /* KingfisherManager.swift in Sources */, - C4CAE2F09FEFE8A9F33C94F1965E7806 /* KingfisherOptionsInfo.swift in Sources */, - BFB764AA623E1372C2CC5CE22332D083 /* MemoryStorage.swift in Sources */, - ACC8B3685AC202CEC7CF51D1F9FC11B2 /* NSButton+Kingfisher.swift in Sources */, - 47B88A3C9BF66BCCC601E5467B44C45F /* NSTextAttachment+Kingfisher.swift in Sources */, - 9919EBD09B06DF6F382B30D3331053CF /* Placeholder.swift in Sources */, - ACA88FD0AB5A2A41E69352AE19A2F9D4 /* RedirectHandler.swift in Sources */, - F1F8CECDE2C5B3DE559228E97DDD3FE5 /* RequestModifier.swift in Sources */, - 12708AA18686ADEB5C65D9161EAAAE40 /* Resource.swift in Sources */, - 1F5CD4173C21561F9D2917BDE87E47B0 /* Result.swift in Sources */, - 5073958F7A26DD026CC376969EBE5D11 /* RetryStrategy.swift in Sources */, - EBA5163E4C7EEEF2F422E5A3D4B0734C /* Runtime.swift in Sources */, - DF7311A6E271948C865B4EAC2CED342D /* SessionDataTask.swift in Sources */, - F43693CCA8455C8523AC8658631E2FD3 /* SessionDelegate.swift in Sources */, - D33907517A6EA58CD32E494C57E42F7E /* SizeExtensions.swift in Sources */, - 14EF8C121EDCFB5353848FD38437B18D /* Source.swift in Sources */, - E0372A3F8A687B5F678F5330B42F5DEB /* Storage.swift in Sources */, - EC32906390E592EDDFBAFBD1EDFDE505 /* String+MD5.swift in Sources */, - 5E92BBF769214EF8D851AABE8B3564A5 /* TVMonogramView+Kingfisher.swift in Sources */, - 9DBD1A0EE00A91A2540351A62232E90E /* UIButton+Kingfisher.swift in Sources */, - F5BE7346B36F5F62300D3E57E88C4360 /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9E4FEB689064D6609ECB2E8EBBC226CB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 79D7456E3D3234A52E4F82AE5A7F0AAF /* nanopb-dummy.m in Sources */, - ACBED5F91577C9AC767E918E3F5AD100 /* pb_common.c in Sources */, - 6BD850EAE5134BC2199F7F89CBD3EDFD /* pb_decode.c in Sources */, - 968D7262AACF1E7B527632C399E13D37 /* pb_encode.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B9FE8EEBA46392E4FFDDDCCABBBD102A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7C1BFDC00A49E266E8C8488841C49C27 /* GoogleUtilities-dummy.m in Sources */, - A6793E84F320D3B8057D24E15DEDE291 /* GULAppEnvironmentUtil.m in Sources */, - 82D64E05228DAF2C60BF556AA5BCAE1D /* GULHeartbeatDateStorage.m in Sources */, - B150FDAA5C617D3882994234C1F34CC2 /* GULHeartbeatDateStorageUserDefaults.m in Sources */, - 80CF05659BBBEB4B58AB678C6550D566 /* GULKeychainStorage.m in Sources */, - 7BDBF7FD8C76A4A395F6E407332684FB /* GULKeychainUtils.m in Sources */, - 2C3857AD01CE3F495F0AA62F9605B3DF /* GULLogger.m in Sources */, - 3A492AA48C1C2519F2016EDD05B7E572 /* GULNSData+zlib.m in Sources */, - 52BA6D4F6786640419A061BAB64AE00A /* GULSecureCoding.m in Sources */, - 262CA72B175EBD3B150640B2638343D7 /* GULURLSessionDataResponse.m in Sources */, - 76B0E48A4D5402243EF71F6F96FBA048 /* GULUserDefaults.m in Sources */, - 1D0ACBE5480CEEF6A698CEB3512B3031 /* NSURLSession+GULPromises.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BE72185E70A804B37F74CECB865AF3AD /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4C0C0BD421A214A7298B37D5C19E41CA /* Pods-SurveyTests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C1AA2FD3CC9F96354E6DA73525DDD592 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C27C1F806775205C85A1AEC5472425C0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 902F6842DEA66063DF94CD008DEBEAAB /* Bundle+FileResource.swift in Sources */, - 226204B74D42B249E0E571B7CC1924E7 /* ColorResource.swift in Sources */, - 331525D163F5C97311C8B927B69F899C /* Data+FileResource.swift in Sources */, - 2EE950BE264EAE34ACAFDC3F683A5356 /* FileResource.swift in Sources */, - 5DF299A0D2272AEC608C1662040969CE /* FontResource.swift in Sources */, - 73A409B6BB559DF642CCA1223D200769 /* Identifier.swift in Sources */, - 590F1F76698A77817CCF2BA938727BAF /* ImageResource.swift in Sources */, - 178658F9AB2A6F6E480141A315E07F9B /* NibResource.swift in Sources */, - FAE6B537FCC38E47FF7AD47CE8BF814C /* NibResource+UIKit.swift in Sources */, - 8993E7FF9E91F9996FAB41C8A023D7A4 /* R.swift.Library-dummy.m in Sources */, - 1411638F3064625867F3EADF8955A14B /* ReuseIdentifierProtocol.swift in Sources */, - 66A9E418CDD29694F3EC64DF58F4696A /* StoryboardResource.swift in Sources */, - CCE4E97C078A37DBCA6C34BC12E2A6E6 /* StoryboardResourceWithInitialController+UIKit.swift in Sources */, - 5FBFA6A5F0CB8466BED2560F8EB58A6C /* StoryboardSegueIdentifierProtocol.swift in Sources */, - 744D00499C8B120D19CB7B5ECBD830BD /* StoryboardViewControllerResource.swift in Sources */, - 930EDE82B61386BB81FEEF0E17E3C8C0 /* StringResource.swift in Sources */, - 968A069EFE1703ECC55BC1D3BBE19AF1 /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift in Sources */, - 5810F66D03E549E9F7B199CB93A10EEE /* UICollectionView+ReuseIdentifierProtocol.swift in Sources */, - 2812450E753F0E0A34CE00C70EEF3A8D /* UIColor+ColorResource.swift in Sources */, - A86D4D012072C5CF27A2BB77C7A01379 /* UIFont+FontResource.swift in Sources */, - 0C01728D2927BDA1C9A7FB2C4EADA77F /* UIImage+ImageResource.swift in Sources */, - 7CC3D24AFFC9BE47A5B6FBA01110F9A0 /* UINib+NibResource.swift in Sources */, - 820CC451BEAED0FAB695ABD347F98BE6 /* UIStoryboard+StoryboardResource.swift in Sources */, - 65287782CD5C63A2AFA76A42DD8B9DBF /* UIStoryboard+StoryboardViewControllerResource.swift in Sources */, - 3CEABAE554AE75B1DAFB96BC2588F238 /* UITableView+ReuseIdentifierProtocol.swift in Sources */, - DBB2D94983FE9809DDBC8E10A9BE0625 /* UIViewController+NibResource.swift in Sources */, - 87BFA716003277C20185ABE174654CC4 /* UIViewController+StoryboardSegueIdentifierProtocol.swift in Sources */, - 00B0D825C7AFCF2BAB3DE83E4A0D0425 /* Validatable.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C43FA6251F8186435FFB956B9887708B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 164BEB88AB7FEBCDFA270A03B65E6C66 /* _ObjC_HeartbeatController.swift in Sources */, - 479332620A013C39149D21BC17DD824A /* _ObjC_HeartbeatsPayload.swift in Sources */, - 9C1C3E77449CFB7F74D5F62404E3CCB9 /* FirebaseCoreInternal-dummy.m in Sources */, - AFB6DDCC30B7BFB79F10845AAC74AA37 /* Heartbeat.swift in Sources */, - AD949B65DC074236610F93B0226C96BB /* HeartbeatController.swift in Sources */, - 4C3D2F83C42A27CD7A6F6C31E5E07666 /* HeartbeatsBundle.swift in Sources */, - C568C57B8EB970EC11FFF77796741014 /* HeartbeatsPayload.swift in Sources */, - 39C20753C1C42CED9806C80154131E58 /* HeartbeatStorage.swift in Sources */, - 72CE7F345375E7E42751B5B9874EEED3 /* RingBuffer.swift in Sources */, - 22C5231211BC64BEE03FBFA10A852125 /* Storage.swift in Sources */, - 6EE0AEED8AD2E696F9001D98937C96E6 /* StorageFactory.swift in Sources */, - 43546A4A656C5C43494234855DACCC01 /* WeakContainer.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C4E42800ECD3420C444FBD84A44F3B3A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6C0A0E124ADA4E00F2CF77F82982F485 /* crashlytics.nanopb.c in Sources */, - 871DEE7F0EE3C90341A5A93ED8945B07 /* FIRCLSAllocate.c in Sources */, - 78BEA22D8304AF61B55A25C1AB9AC727 /* FIRCLSAnalyticsManager.m in Sources */, - 424DA7C923BCC43F877B15841656E10E /* FIRCLSApplication.m in Sources */, - 981A4CFF44695322D63D7E8AEFB36DEE /* FIRCLSApplicationIdentifierModel.m in Sources */, - 19B93C2940363DFD96973CF69C49765A /* FIRCLSAsyncOperation.m in Sources */, - 23B9E2902E11450A189FC7EAFDB5472C /* FIRCLSBinaryImage.m in Sources */, - 2B9403B9EDAA0334028020B4EA562269 /* FIRCLSByteUtility.m in Sources */, - 6656987C94E48937830446E4A32F0B62 /* FIRCLSCallStackTree.m in Sources */, - 438F317755A7E4686CAD5899EFCE0128 /* FIRCLSCodeMapping.m in Sources */, - F1BD8259865A46D0ED8953D47CB56E37 /* FIRCLSCompactUnwind.c in Sources */, - 968A3FC921AEC7885A0DA03CDDD67E6C /* FIRCLSCompoundOperation.m in Sources */, - 97366DC877A01DE702D771EF84D1E725 /* FIRCLSConstants.m in Sources */, - A5E8F16869C67523DE05D65C6EDFB35F /* FIRCLSContext.m in Sources */, - 952D7BD90E07EB2E5705B69959137213 /* FIRCLSCrashedMarkerFile.c in Sources */, - 3753BFB9167EE1893D09D6CA5BCD9988 /* FIRCLSDataCollectionArbiter.m in Sources */, - 106D5574DC9E1B9FD5D5919C0EA6F7E6 /* FIRCLSDataCollectionToken.m in Sources */, - 55099BA892BE452BF65D0F35B5AA377C /* FIRCLSDataParsing.c in Sources */, - 431141719217AF9363F291CECE07937A /* FIRCLSDemangleOperation.mm in Sources */, - 3BFD02C15D5D8AF14FAEA3236C71A364 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */, - FB7BFFA232FED217C6088B27022DF418 /* FIRCLSdSYM.m in Sources */, - 9D2692363002FD244F8A572E27679DAF /* FIRCLSDwarfExpressionMachine.c in Sources */, - 4A8B66AEADB03E349D49B37D7690ED5D /* FIRCLSDwarfUnwind.c in Sources */, - CC0FE821336A6199989BF475BED8B974 /* FIRCLSException.mm in Sources */, - D84D68403B614B2FD8F09FDB430B1C0F /* FIRCLSExecutionIdentifierModel.m in Sources */, - 87DDD31559FFE57BE744D9D30F7429F2 /* FIRCLSExistingReportManager.m in Sources */, - D8BEDD1AF20BC3327B707A5DDEB7885E /* FIRCLSFABAsyncOperation.m in Sources */, - 4C628C3966C1E8EBD77EFFCF693F5334 /* FIRCLSFABHost.m in Sources */, - 628BA6B417634C3CEB1357D8C3A26968 /* FIRCLSFABNetworkClient.m in Sources */, - 82060A37AA732DA940C75017DBD2DFDB /* FIRCLSFile.m in Sources */, - 72C97503AC7F8100B44138AA881D8393 /* FIRCLSFileManager.m in Sources */, - 5C08DEECFB71D7AE4F5A6C3DC2588D66 /* FIRCLSHandler.m in Sources */, - 9DB658E1ABFA61F9846593F0A55AF12A /* FIRCLSHost.m in Sources */, - 25D49656D6E55283B6CDCE732756BA04 /* FIRCLSInstallIdentifierModel.m in Sources */, - 42E94F496171B523C9AE935FBC8C8282 /* FIRCLSInternalLogging.c in Sources */, - 9FE1365C6470CA1DD635EB4D75EB4F0E /* FIRCLSInternalReport.m in Sources */, - A7716F98CD5D79EEA01992BBCAC0CEF1 /* FIRCLSLaunchMarkerModel.m in Sources */, - 9937C41A9B4F05B8B1E9747105F6758A /* FIRCLSLogger.m in Sources */, - A8D651A511917C2D289C287C8478927F /* FIRCLSMachException.c in Sources */, - ACB50C49F2DFFE825847C9A364AD48B9 /* FIRCLSMachO.m in Sources */, - 021B978DEFBEC690931180F9396ED534 /* FIRCLSMachOBinary.m in Sources */, - 87F22EEDF29B679FD801BD06F2E7C9ED /* FIRCLSMachOSlice.m in Sources */, - 1337A21E988C53B618713AE4199B9748 /* FIRCLSManagerData.m in Sources */, - 6233A756784D47EEF9F0AC5E873638C1 /* FIRCLSMetricKitManager.m in Sources */, - 6E6D6A855FD1D36DB7DC78E46D3B5E6B /* FIRCLSMultipartMimeStreamEncoder.m in Sources */, - 2876A1BACC4952683D8116961E333DFB /* FIRCLSNetworkOperation.m in Sources */, - 16246A261C4684DE606365DBC999AE29 /* FIRCLSNetworkResponseHandler.m in Sources */, - 67507A2DD7D7139DD43843C6CF51665B /* FIRCLSNotificationManager.m in Sources */, - 5298C107E23E85A4AD71D532911C9DB5 /* FIRCLSOnDemandModel.m in Sources */, - D210B96DC46497D0981636598DC860A4 /* FIRCLSProcess.c in Sources */, - 87B27F03CF9B38AF67240BE8DA95DAA1 /* FIRCLSProcessReportOperation.m in Sources */, - 5A19BF03B28AF85AB1C4935443C02B14 /* FIRCLSProfiling.c in Sources */, - 3360A6D0A8390599B4C47A5A6728921C /* FIRCLSRecordApplication.m in Sources */, - 61BF3AD34D545A1D2A2798407D34874E /* FIRCLSRecordBase.m in Sources */, - E0DC8E8F7425E0F4EEE920086707B7F2 /* FIRCLSRecordHost.m in Sources */, - B45BC0AA08F95F865E1960F7533722BB /* FIRCLSRecordIdentity.m in Sources */, - 681C54E87AB7700BA972CA33DB446C4E /* FIRCLSReportAdapter.m in Sources */, - BE1BE2CCFB85CE3567BF9192364BED71 /* FIRCLSReportManager.m in Sources */, - DD141B4ED3CD2BE0EF5991222C62AF44 /* FIRCLSReportUploader.m in Sources */, - 4DFE5289393F89D192E0857368019905 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */, - 8D6752E0E52B6EA429AADD2F19DC518D /* FIRCLSSettings.m in Sources */, - 5A2863E7EF8FBFEBE912E06975EF9E2E /* FIRCLSSettingsManager.m in Sources */, - 95EECFD1691837A917C2859BB739DD80 /* FIRCLSSignal.c in Sources */, - 1B8388D7CA11BFC82B4E40A5A88415E4 /* FIRCLSSymbolicationOperation.m in Sources */, - 12F03F3C48CE16CFD71D4FD47E29BCBE /* FIRCLSSymbolResolver.m in Sources */, - A8AADB176BB5516F5DB7F70FAFA9270E /* FIRCLSThreadArrayOperation.m in Sources */, - D12EA68F554C27CF543B195921184486 /* FIRCLSThreadState.c in Sources */, - 4AC3FACE62D6C432E7FDD2E7FD5933B3 /* FIRCLSUnwind.c in Sources */, - 27B623E61525D7D8D5519377891BBEB6 /* FIRCLSUnwind_arm.c in Sources */, - AEF3B38D1949315301F68BAFC2D19FC3 /* FIRCLSUnwind_x86.c in Sources */, - FFC5ECC87348E3B52419BE11F8F220B1 /* FIRCLSURLBuilder.m in Sources */, - DEFEB7E6152FAEC3F67E81678BA763DC /* FIRCLSUserDefaults.m in Sources */, - 84F0F87EC3922187B7835CA21552F7D1 /* FIRCLSUserLogging.m in Sources */, - B76C5054D413540B63D6327E6AAB4C3F /* FIRCLSUtility.m in Sources */, - 344C000B63DBD21C3F69031878ACBF85 /* FIRCLSUUID.m in Sources */, - DCB55E86E34996B2FC2F45FAD01031A6 /* FIRCrashlytics.m in Sources */, - CDF30D9D5B632AD27F42DF39CF8AAFBA /* FIRCrashlyticsReport.m in Sources */, - 534DB1BC6C2B53C3397AF1CE5B962812 /* FirebaseCrashlytics-dummy.m in Sources */, - 2301DBEE7532A3723BC576BFDF3CA7CC /* FIRExceptionModel.m in Sources */, - 4847526F90F7C5B57EFCA764E79FA419 /* FIRStackFrame.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D4BE335302BF0A6E0F76BBAD8FA70E69 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D9A3C803432B31B2A14A4A8DA6087524 /* ActionableTableViewCell.swift in Sources */, - B03498E7E3C700F3C416D3B199E7EE84 /* BodyDetailViewController.swift in Sources */, - 40757BAA7CAB5DFC688B5C14FF26FC0E /* Colors.swift in Sources */, - 663FECA869D766F2715DF7890B6CC0EC /* Config.swift in Sources */, - 574D225BA3586F30DEB3D2996B1942AD /* CustomActivity.swift in Sources */, - 63DD40D5293111FB08BE60B82505FA14 /* CustomHTTPProtocol.swift in Sources */, - F08FC6F13CB932D994EA528EF6BB0940 /* FileHandler.swift in Sources */, - 4B899A8839CD109DC487168C8298E052 /* InputStream+Utils.swift in Sources */, - 401B4EB5990898822D27122F00933C66 /* NSURLSessionConfiguration+Wormholy.m in Sources */, - 03DD541F06ED63E36E9C6709A85F62FF /* Postman.swift in Sources */, - C77CD59013BC15A3C037337FC3EF5537 /* RequestCell.swift in Sources */, - 2D5589B24F75618F0AA2DEBB3B09920B /* RequestDetailViewController.swift in Sources */, - 453CEBDA5AB1F89C22180739576B6DA8 /* RequestModel.swift in Sources */, - 6B98B196DD2A5BAC2911627C134DC797 /* RequestModelBeautifier.swift in Sources */, - 6C8BEA617124300491D93C79AA9F4C59 /* RequestResponseExportOption.swift in Sources */, - 5CBC32B56147D0F5C6F3369F5E41DCD1 /* RequestsViewController.swift in Sources */, - 27B4EEF5D8CE03684F8DBE159DD6A8E4 /* RequestTitleSectionView.swift in Sources */, - 2521B2E6DAE39BF1444B280605DD833E /* Section.swift in Sources */, - B317B8B4021F43E5821544678197ED47 /* ShareUtils.swift in Sources */, - 402DDDA35CA8E76F7EEF025DF131E9B6 /* Storage.swift in Sources */, - 86428BD566E448056A4E6346FABF0A7F /* TextTableViewCell.swift in Sources */, - 554A827EB09263EA16E9FDC1A51180F8 /* WHBaseViewController.swift in Sources */, - DD052897678F71A318B12FF91A5C887E /* WHBundle.swift in Sources */, - 5DE096D0783736CCA47FF2C04D8C5B3A /* WHCollectionView.swift in Sources */, - 32512B293401E6E3912274DDE3D6A33F /* WHDate.swift in Sources */, - 8C29B784483DCFDDE7E486E15C59B18D /* WHLabel.swift in Sources */, - ADDC0CDA0F6B56AFB6708988D8CEAC44 /* WHNavigationController.swift in Sources */, - 30097D0A919C6F74925ECCA2A2BEC129 /* WHString.swift in Sources */, - 9A642D23FF486C2BE13B9760FBEE76FA /* WHTableView.swift in Sources */, - FDE3C27C96F4998F6DA4AB03C9D061B0 /* WHTextView.swift in Sources */, - CA19EA1D435A618B0E8AC1C806E0C92E /* WHView.swift in Sources */, - ED47C79C9537824D41E967E5662394BC /* Wormholy.swift in Sources */, - 2A89AAE35FB02A304A3756FC29E296EE /* Wormholy-dummy.m in Sources */, - 2B8793C207B0CD22E3922072B2AC1DC2 /* WormholyConstructor.m in Sources */, - 6220962AB5760C5BB1D97F6757125B38 /* WormholyMethodSwizzling.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DA41C5F35408D4984C8B6882DD29851D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 35510FD771468EF835BBF440FAFE1BB6 /* FIRCoreDiagnostics.m in Sources */, - 4A0D2A7B638688C1D7BA77066E9B2A88 /* firebasecore.nanopb.c in Sources */, - 7C1E39588D91F0FAC4E58A27801D5B4F /* FirebaseCoreDiagnostics-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DCE61489C99648F5CE1D293A7BB76E86 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 428D7F008EEE75DE91A4FE2A73CD0A14 /* cct.nanopb.c in Sources */, - 791D252E01AA1494E27FC6B52ECBBDF8 /* client_metrics.nanopb.c in Sources */, - F3947E344BB049D69A652F315D101C44 /* GDTCCTCompressionHelper.m in Sources */, - F130A30D4A95F427B34DC903C7D7F533 /* GDTCCTNanopbHelpers.m in Sources */, - 290AB86BEA7D3BD7CC78BFB1CBC04CBD /* GDTCCTUploader.m in Sources */, - C6B191E6E0E988184E2B25C364B5C5A3 /* GDTCCTUploadOperation.m in Sources */, - B23DF076CC01625F3AE585EEE039DBDE /* GDTCORAssert.m in Sources */, - AE5DD0E5ACD614C85993CC86F97C62C8 /* GDTCORClock.m in Sources */, - 23893499A31704CBED28B4A0C123A4DA /* GDTCORConsoleLogger.m in Sources */, - EC29027BD582228B630E5C031A9A5495 /* GDTCORDirectorySizeTracker.m in Sources */, - 1DE05D5BD4DF772DA8AEC3AEBB9BA485 /* GDTCOREndpoints.m in Sources */, - B331E991CAE9E0C6E7C31781B8C01D4B /* GDTCOREvent.m in Sources */, - 8B2C9D0593A39FE61CB22B23613C85DD /* GDTCOREvent+GDTCCTSupport.m in Sources */, - 63FA2A7E2D3DCBD6CA3912B755851701 /* GDTCOREvent+GDTMetricsSupport.m in Sources */, - 4CB2CB2631FA5EDF8B5E45B6B1D3A652 /* GDTCORFlatFileStorage.m in Sources */, - 830234518A94031C2E07D64A34AF3178 /* GDTCORFlatFileStorage+Promises.m in Sources */, - EE18CF90A07DD4BC924674A11FA35470 /* GDTCORLifecycle.m in Sources */, - A93C1982FAAD914F342F28F5CF6853ED /* GDTCORLogSourceMetrics.m in Sources */, - 1F16BA473E0CB3CFC2770C2044DD9DD7 /* GDTCORMetrics.m in Sources */, - C9204ABA44876376EEF9C988D6C15FE6 /* GDTCORMetrics+GDTCCTSupport.m in Sources */, - B6EAFC17E54BCCA9AD9D279640371403 /* GDTCORMetricsController.m in Sources */, - E878838253132C0DD14F62E582A8BD55 /* GDTCORMetricsMetadata.m in Sources */, - F3CC63956EE5F0FB0A37B9A5DD729F20 /* GDTCORPlatform.m in Sources */, - CB372A35F1721894D7937610131EFEF5 /* GDTCORReachability.m in Sources */, - D3FE082E0BA16CD74A3096986150991E /* GDTCORRegistrar.m in Sources */, - 539FBA9F8E21440F53FEAC51F22EFA1C /* GDTCORStorageEventSelector.m in Sources */, - 8AA5902754A30394E23F9E230DAE519F /* GDTCORStorageMetadata.m in Sources */, - C056231CAFE48638D79FB3EFABB39525 /* GDTCORTransformer.m in Sources */, - A42F56AC6C9585E52A883E8D86293FE6 /* GDTCORTransport.m in Sources */, - 9E2DA1BD630409C8DF59319C0D80038B /* GDTCORUploadBatch.m in Sources */, - 447758397BF2FF410F7A9BC6B744FFFB /* GDTCORUploadCoordinator.m in Sources */, - 7DA859CD06F0295C71344B5FC23BC9A6 /* GoogleDataTransport-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DFAD553206409694E4605D4039584057 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 78504A466244F846D5DC95DF4B59E411 /* IQBarButtonItem.swift in Sources */, - F1D05CF9A3FA1EDE56242D875059AD9A /* IQInvocation.swift in Sources */, - 92BEF98C177ECDB1B9BBE22BCE8E3543 /* IQKeyboardManager.swift in Sources */, - 3F5A7F5A13AE33751F5EBEED30A696E5 /* IQKeyboardManager+Debug.swift in Sources */, - 2D96B83CF9F65130F3CEDC12D97FBB76 /* IQKeyboardManager+Internal.swift in Sources */, - 4B65EBD4E45EE35FC58F9845A1D9BF87 /* IQKeyboardManager+OrientationNotification.swift in Sources */, - 7DFC083C01C6580C82B15503EEF90E90 /* IQKeyboardManager+Position.swift in Sources */, - 7CF11CF2B1E47D53A0787A47642F8F6D /* IQKeyboardManager+Toolbar.swift in Sources */, - A466AF803785F0E9C499A56834C08281 /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */, - F83391DC89ABBDC4EDE57B44E8D4F38B /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */, - 87E682E5E7B68A84B12ABAD67836B5E0 /* IQKeyboardManagerConstants.swift in Sources */, - F3DDE6BA4D63209B198413F64A27F73B /* IQKeyboardManagerConstantsInternal.swift in Sources */, - A4445BE34698AB21DEC203A54CAF441B /* IQKeyboardManagerSwift-dummy.m in Sources */, - A6AAEB06C9E94C800DE0A1820EB7F5A6 /* IQKeyboardReturnKeyHandler.swift in Sources */, - 10E358FE79502BBFF08FAF7F8855171D /* IQNSArray+Sort.swift in Sources */, - 0EFD082EEC5D3641D95AC8488B0111DD /* IQPreviousNextView.swift in Sources */, - 846F1A67AD072AEED2FC00E43F6487D4 /* IQTextView.swift in Sources */, - 1C72823AC5CAEF497424C8EAE6B59D84 /* IQTitleBarButtonItem.swift in Sources */, - C78C9987BF71DF4A0ED4EC12FAD285F2 /* IQToolbar.swift in Sources */, - 9DD2E692329E4F003099BDAF5BAE7050 /* IQUIScrollView+Additions.swift in Sources */, - 0B2264FC3BF6F6ED01CA1E4953CBE027 /* IQUITextFieldView+Additions.swift in Sources */, - B028C81D70AC8745FD52B56F315BE7CD /* IQUIView+Hierarchy.swift in Sources */, - A38A59C74886ACB6698E546C0374D9AF /* IQUIView+IQKeyboardToolbar.swift in Sources */, - 63D3D3249FB6F76D4E0972CEF5DA4CC1 /* IQUIViewController+Additions.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E5618FC27D5CCA532AE9C66AB5E996BF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 91F896565CBD6AF7D191B63C89E606C7 /* FIRCurrentDateProvider.m in Sources */, - 79E99293F42084493B200E48902E81A8 /* FirebaseInstallations-dummy.m in Sources */, - 3731A2C2282A93F4E0A33E49B6559163 /* FIRInstallations.m in Sources */, - 14A3D079C20274B77CE75ED17ABD17E8 /* FIRInstallationsAPIService.m in Sources */, - 3E0CDD6A68915EC137F4904E85664F98 /* FIRInstallationsAuthTokenResult.m in Sources */, - D778ED7E8ED881B3F337CAED4F8BB699 /* FIRInstallationsBackoffController.m in Sources */, - A74391432D9CAE64B9CB9672984B286B /* FIRInstallationsErrorUtil.m in Sources */, - 9920A14AE161B82A408DBB109DD61499 /* FIRInstallationsHTTPError.m in Sources */, - 0A6DE612A3213D855D367194C3204649 /* FIRInstallationsIDController.m in Sources */, - 68F866D8E034844015144FE2A261E643 /* FIRInstallationsIIDStore.m in Sources */, - 24B87BC18424E89E0C09494632733832 /* FIRInstallationsIIDTokenStore.m in Sources */, - A619002AD5F151E75A788D8A36EF1FF4 /* FIRInstallationsItem.m in Sources */, - 25950772C78B35ADF5C88FE289FFE5AB /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, - 81065073BC0C554A25EF1E029A8A79DD /* FIRInstallationsLogger.m in Sources */, - BCE5BFFF65980E269E2890CB76ABD6B0 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, - 20E800BFDB7B31C980A6112CEC19E556 /* FIRInstallationsStore.m in Sources */, - 6A7347A078B9BAC998333DC6B319B733 /* FIRInstallationsStoredAuthToken.m in Sources */, - 3993019726F63883D29982ACCF2DBA9E /* FIRInstallationsStoredItem.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F08F507B68CD228BCA742157492A2107 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B5B320374904089BABC7F074D89FB85D /* Pods-Survey-SurveyUITests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 0886C56FDEA65EAD2C689049FB0F971B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Resolver; - target = 3AF1A4FE1808CDAE51281F7A31DB2A13 /* Resolver */; - targetProxy = C1BDF530C8DBEEDDA81415F2E4A7581F /* PBXContainerItemProxy */; - }; - 0A0ACFCB9D5B6F6AA66CA7507F873CB5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 52BF09BD8ED114CA4AF7CA98581E5DB7 /* PBXContainerItemProxy */; - }; - 0BACEB6CD359D8D1C7F9E3B2850623CC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 7D58AB5420FC42F58EF56592ED502BEC /* PBXContainerItemProxy */; - }; - 0C20A29DDB0144E716913752C98BE01A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Wormholy-Wormholy"; - target = 93CEC7FFB57A497DE49471C5D9517C13 /* Wormholy-Wormholy */; - targetProxy = 65750D8F400EB0432B7F88C640919C3E /* PBXContainerItemProxy */; - }; - 0D646FC9BD846750C95199FD097072FD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = R.swift; - target = 230984053C6652DFF510F450F21C5CF7 /* R.swift */; - targetProxy = 9FEE06864D378B9BE2A60123C959EF78 /* PBXContainerItemProxy */; - }; - 0E7B06AA3E4A176E1C14887F220E3D6A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 1BABBEFCC61B3D0602B03811AAECAC0E /* PBXContainerItemProxy */; - }; - 0FCE19CB021E7D305221E49A4932DEC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = B82B8F8E747F2FFEF772C80A5435F07C /* PBXContainerItemProxy */; - }; - 15B370E8ACB518F689597C6B3F9E2953 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = E3ABEC7148A0B84BD848C1B7B37709D9 /* PBXContainerItemProxy */; - }; - 1EA211A081696D9951DF7E14C3603002 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = F9F2389B6F1FC44373DD4A7EB103BBB5 /* PBXContainerItemProxy */; - }; - 20CFA50D983489491A1F1BA29AC5D7EA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 31C53D0D6567F937635E86787612F9FA /* PBXContainerItemProxy */; - }; - 23255155D28627A43597875BF7AAC03B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = R.swift.Library; - target = B12748D8506CB48696BD90F2CA4F4E38 /* R.swift.Library */; - targetProxy = 7C04D832EF54131DBE2CFFB9D8CBC565 /* PBXContainerItemProxy */; - }; - 267798ABCB76E103A71676BFED517D2F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeychainAccess; - target = 615C831BCE925ED486B225B87E44926D /* KeychainAccess */; - targetProxy = EC29BED60D216801D7A482D13C041D0A /* PBXContainerItemProxy */; - }; - 2C0EF9909CD645E8C71BB3D8A5550BC6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 769A99ACBDEA702E7575D1BCEDCC30E1 /* PBXContainerItemProxy */; - }; - 39ED23F3450A170EEDFE0AA16C7DF407 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Shared; - target = BEE42ABF215DD362BC110D392D85CA75 /* Shared */; - targetProxy = 3504B6993DDB80B9E41ABAC394152CA0 /* PBXContainerItemProxy */; - }; - 3B262600ABC495DE0C5A4A7D4D5C1561 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = D0EDCA7B9C358077B4982EA544947754 /* PBXContainerItemProxy */; - }; - 43BE096E74A49E457CCF25B9C91B6BD6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = BF161B4FC03DB45855E73F719EF52D47 /* PBXContainerItemProxy */; - }; - 45A8C3C758F8F2ABC12BF6D500837313 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Shared; - target = BEE42ABF215DD362BC110D392D85CA75 /* Shared */; - targetProxy = 9566C5A85AEBEEF1395BF837319525C3 /* PBXContainerItemProxy */; - }; - 45EED69A0F4F8358DDBDD1DC6EE83A6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 5A838CA269A70E68B831E53B703FECB4 /* PBXContainerItemProxy */; - }; - 4A3ED58C74E18B50694138CB14AC8828 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 1BA65670864F5585C14B43CAA405AE2B /* PBXContainerItemProxy */; - }; - 4EDE9CE94C52C74F1D0FE67C7E60C8BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = EF3710B576692526AF1FD47E1403CF98 /* PBXContainerItemProxy */; - }; - 4F76AD790BFEFB110A0623F77A1A801C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftLint; - target = 52B60EC2A583F24ACBB69C113F5488B9 /* SwiftLint */; - targetProxy = 1B91485604C388D0D4FDBD03731E87CE /* PBXContainerItemProxy */; - }; - 50D3B2AE801E1C2E9F87FEACB18D0BAC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Nimble; - target = 6F13695E06195A78EA8A95F8C7ED0D2F /* Nimble */; - targetProxy = D9E3303907A1785F75A158398FE71F9E /* PBXContainerItemProxy */; - }; - 518BFAB1D60CBC7C2BC68939F13C9E30 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 7A1236403B46A8F9B0DE31DDD442FD1E /* PBXContainerItemProxy */; - }; - 577E1BF83C5BF1139164EDC4D7FBC39E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = A6AD9A045EE641810D450FA28685DAF5 /* PBXContainerItemProxy */; - }; - 5DD16BFC6C615DCCA6FA7732479DDA94 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = C03DB29E7629FAD2B09E25C995ACE43B /* PBXContainerItemProxy */; - }; - 65A779B547A617C0AD081BF374E1AB0D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Nimble; - target = 6F13695E06195A78EA8A95F8C7ED0D2F /* Nimble */; - targetProxy = 1C4190CAA316764A657B123A358D5BE7 /* PBXContainerItemProxy */; - }; - 67FE14B415048A741ECDC65FFF99A465 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 475A3E2D7EE52167C65BBAA1E3979971 /* PBXContainerItemProxy */; - }; - 6A75079128D401DE8A33F3207E848FA1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Pods-Survey"; - target = 2421D68369480E98626D9EECB97E7E7B /* Pods-Survey */; - targetProxy = 7274B036848B80056B8E13A6E66B9392 /* PBXContainerItemProxy */; - }; - 6F57022D2580D8A39303C1C35CA3EAD7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = A98184504B01B27B6FB3A55DB3E25539 /* PBXContainerItemProxy */; - }; - 74DCB7E1757B2DD84B3A697579F81140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Quick; - target = C82891EAB7293DBEE916B21F57E8474D /* Quick */; - targetProxy = 39A6FA10771F262B6E40F86AD1DF8A69 /* PBXContainerItemProxy */; - }; - 76F68EB80D806E833995B7E9FCF7AC27 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 802012E345A34C3F4ADBC83EF73DCDA9 /* PBXContainerItemProxy */; - }; - 7742DFF11719E3E981A467064942097E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = 2B3BC6EB5D838C436E7B1AA9CF1667E7 /* PBXContainerItemProxy */; - }; - 7835D39385D4E10CEF50E72269BBD461 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = CCB8DFEA29E4DCAA2E341405AFF77A8F /* PBXContainerItemProxy */; - }; - 7C33DFD0406998974F5156129167081F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 0DF4E4A13B4D93DB2DF22D7BCB4C89D6 /* PBXContainerItemProxy */; - }; - 7CAC816FF698F58FDBE20C7FB09598D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Quick; - target = C82891EAB7293DBEE916B21F57E8474D /* Quick */; - targetProxy = 4AC4B88F41D15B4F7AD3636545678229 /* PBXContainerItemProxy */; - }; - 7F9B1D67F89C49792277E5589D5B7205 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 12ABA31A7BD129DB39D4D5C214EEB725 /* PBXContainerItemProxy */; - }; - 802CA160340725C6D6FDBE470E505176 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 304C7EA62EF5A60BECB4ED8A5C289C15 /* PBXContainerItemProxy */; - }; - 84AEE03B36ED66FB5258AD33B00BC900 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Sourcery; - target = 4D8229B0397AE8C2F7C11B3F9EFC9362 /* Sourcery */; - targetProxy = 392006FBBA1C1F3B52CC42F8D17E9B21 /* PBXContainerItemProxy */; - }; - 8684F3337A6222C04670316C08FF5AAE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = F5307FFB4A26A608E1B7B22F0606BBD5 /* PBXContainerItemProxy */; - }; - 88A99183FE800C883FB1ECEB6717ACC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 830BA018B48138CDF1895CCB26E56F00 /* PBXContainerItemProxy */; - }; - 8B2C04D9562557381EAB41E32F5FA15B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Wormholy; - target = 3E73ED39761329414C06DD4486C5058E /* Wormholy */; - targetProxy = 10BB8392BFA41DD2D7D5CB68DEDF63EB /* PBXContainerItemProxy */; - }; - 8C9F2ABD85AED1955DC4C93209EC183B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = NimbleExtension; - target = 777C4E8E196B83C3F184193797468AEE /* NimbleExtension */; - targetProxy = B564F07B66A23DB80AFE7E90A864C339 /* PBXContainerItemProxy */; - }; - 9B6F9EECBDDC0ED375EC294FB402F94E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = R.swift.Library; - target = B12748D8506CB48696BD90F2CA4F4E38 /* R.swift.Library */; - targetProxy = 736ED1BD87DC8A74255FC3F7E1A22117 /* PBXContainerItemProxy */; - }; - A0C6E5D275FBDFB53C8C49C5132ACBCF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 3F41C8CDF842170990DFB20DCB596F0E /* PBXContainerItemProxy */; - }; - ABBA6B8880754A9A1A6F7472E4AFCCA1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = F5DC5252A84A57C6E7FA2BB05D36BAB6 /* PBXContainerItemProxy */; - }; - AC7B8236959F7B7DAA6B143A7387BEA7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = F1E98E309D13628FA5BA1A0885A31F33 /* PBXContainerItemProxy */; - }; - AC949420064F3DFD9D85CF7EE5C9BDE4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = DB834868577E42AC85CEFA4BD91EAD5F /* PBXContainerItemProxy */; - }; - B0E76C41D550DBEC0D9AFD10388E12D8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = F40B5AD89D5A89AD92DBE26FEFDB09D4 /* PBXContainerItemProxy */; - }; - B13893A54D1A5F83EE8E8DCA84CB1C7E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = B651360E2FC91A5B0205E593AE8928AF /* PBXContainerItemProxy */; - }; - B3512E2E516604C887B1BB9011D51DC1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 05BAC372A6432248B73E368446B286E9 /* PBXContainerItemProxy */; - }; - B56953490A75E6AFD1757B41BDF51B37 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Wormholy; - target = 3E73ED39761329414C06DD4486C5058E /* Wormholy */; - targetProxy = ED3715BBCC7536D19616FC64EC5D62F1 /* PBXContainerItemProxy */; - }; - B6164C69A8F3152079559F79EE1E304B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Resolver; - target = 3AF1A4FE1808CDAE51281F7A31DB2A13 /* Resolver */; - targetProxy = D1091BD7818F04732AF72EFC12B9A994 /* PBXContainerItemProxy */; - }; - BA2D1B54C48AEC8CCF2788C3FD6B30D3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = FBFCC59EBF444180209F741019BA6B5F /* PBXContainerItemProxy */; - }; - BA87EEA5043EC0915A0905227C3A204E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = R.swift; - target = 230984053C6652DFF510F450F21C5CF7 /* R.swift */; - targetProxy = 99B7A784297A6D2FE4095D1D63E34AC9 /* PBXContainerItemProxy */; - }; - BC9A5857C12E37776850A8D4BEB1E47D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = EA6BE05D41788D5BD47F7365BAAC2840 /* PBXContainerItemProxy */; - }; - BCCC7D7D82F4EE95D874067650536B53 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftFormat; - target = 1CD0618C486973D5588EF20D2E8C0AEA /* SwiftFormat */; - targetProxy = 3339BACC05E16260FFAF3EDE5723711E /* PBXContainerItemProxy */; - }; - BD07421544D982FD9F122872BF0C4B4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 5CFE77F5A8C39CA000E0462A5A88F596 /* PBXContainerItemProxy */; - }; - C919DF92E02F67150D5225BBCD13E312 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 645B9A62961AD3C96DBFBC2EABD75F2A /* PBXContainerItemProxy */; - }; - CD4FF7F08AFE02C993618DB15EAD7E5A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = 510D83A4D0F946BB4D3844369F9368A3 /* PBXContainerItemProxy */; - }; - CD57344F4762CB6E53BA5BA9CA0B7F8B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftLint; - target = 52B60EC2A583F24ACBB69C113F5488B9 /* SwiftLint */; - targetProxy = D4FC93734B1E6102DC8E218275ECF6D0 /* PBXContainerItemProxy */; - }; - CEAA7037E2DFEFEADCEFCA295DE175BD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = ECB70C4932F8A62A27E2ABF3F7D68909 /* PBXContainerItemProxy */; - }; - D21700342557D2D7DA2FB64B9D579688 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = 6E8D38972D14FB152070E9125625AE51 /* PBXContainerItemProxy */; - }; - D5C7FD94B80C6F8B16031186570045AB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = CC9766F5BDF909A333C8DC2F23F3F5DE /* PBXContainerItemProxy */; - }; - D8B4E74EF9BC411492AF5AFEBC549772 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Sourcery; - target = 4D8229B0397AE8C2F7C11B3F9EFC9362 /* Sourcery */; - targetProxy = AE3B1EE94F4A8A35BD5394DAA3170400 /* PBXContainerItemProxy */; - }; - DD7CDA7044AD9727CC62B916CB0B2F7C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = BAEFAA505229A03FBFB1250011130F24 /* PBXContainerItemProxy */; - }; - DFD64370B971E07E05791D813E0A98F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = EB15E7634EC944EDAFF6621CE30CF43C /* PBXContainerItemProxy */; - }; - E8E1438FB4046C03B7B400ED6B059E75 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeychainAccess; - target = 615C831BCE925ED486B225B87E44926D /* KeychainAccess */; - targetProxy = 3B9E83361083114605F165DB9EB5AF69 /* PBXContainerItemProxy */; - }; - EABD5079C837CC3A494ECB2AF464DFED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = E913421A610FE927CC2C158AEAA7224C /* PBXContainerItemProxy */; - }; - EB2926153E29C07C95558033EF637571 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = R.swift.Library; - target = B12748D8506CB48696BD90F2CA4F4E38 /* R.swift.Library */; - targetProxy = BCD7794AC4B756CD3DEEB6A5B25905D6 /* PBXContainerItemProxy */; - }; - EDA3EC5EAECECFC267396DDE1CC673E9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = B7BFE1B4EA402C2B040F6DDB09EA1D8B /* PBXContainerItemProxy */; - }; - EE04D947BA01B60ED427B7C6130BEE2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 2EE3D2E9986DE511D67B8E175E6097A8 /* PBXContainerItemProxy */; - }; - F4357E0B7480E99B1E78084C4B690437 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftFormat; - target = 1CD0618C486973D5588EF20D2E8C0AEA /* SwiftFormat */; - targetProxy = B7A6125825B101E70D861150C0DFA03A /* PBXContainerItemProxy */; - }; - F5242E63573656183A612940354A0C44 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = A54C85DFE62A320096463816F9064F76 /* PBXContainerItemProxy */; - }; - F9F4A9FFA1F644B39998597E43868104 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = EC076B620BE0518FDE7E290322130B51 /* PBXContainerItemProxy */; - }; - FB24B25F3200A100F28739E957872C91 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = NimbleExtension; - target = 777C4E8E196B83C3F184193797468AEE /* NimbleExtension */; - targetProxy = 3D3C3E096465139B308F139585B45234 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 0111111384F334806366F78A2EA0D66A /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 01C2198B82A2FF0ECA7762CCF33593C0 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3204CCF913848BDA263FDF6F67F3FA72 /* Quick.release.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Quick/Quick-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Quick/Quick-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Quick/Quick.modulemap"; - PRODUCT_MODULE_NAME = Quick; - PRODUCT_NAME = Quick; - 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 Staging"; - }; - 04D0FF9B674F0C5349CCCF0E3E6E340A /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 04F647F37D110BCB6762C6BF4544FA72 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7D012003EABF0C6157FF71CDC97C322 /* Wormholy.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Wormholy/Wormholy-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Wormholy/Wormholy-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Wormholy/Wormholy.modulemap"; - PRODUCT_MODULE_NAME = Wormholy; - PRODUCT_NAME = Wormholy; - 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 Staging"; - }; - 05DA7AC238E7D24D46205A05EF62D67A /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 84B52645FE4AB245C3DB890DD0E6FB16 /* 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 06FE8A84C00A6B6A3914D2AF4119AB26 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9B5ECBFC48B22CAC6A66EFE02883F8F2 /* SwiftFormat.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Production"; - }; - 0850B27E3D95AC7B36EF0931E19B8CF5 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7D012003EABF0C6157FF71CDC97C322 /* Wormholy.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Wormholy"; - ENABLE_BITCODE = NO; - IBSC_MODULE = Wormholy; - INFOPLIST_FILE = "Target Support Files/Wormholy/ResourceBundle-Wormholy-Wormholy-Info.plist"; - PRODUCT_NAME = Wormholy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = "Release Staging"; - }; - 0877BCAE0A8922A0417639D62E97BA33 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 60C8E24DE3F6D12E24BBE2B5F5BCD470 /* FirebaseCrashlytics.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 08BCB2A12F2B2051EE5E7ED8B9A8A5C1 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 11B49398BDAEE90F8AD291A498CE588C /* GoogleDataTransport.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 0A05CAE9EADDDAEDFCC5DF5A4E1805D2 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 0A437690D74063CB5E044414D69AD483 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 0E23EDB1A9724277DA7A3F59027CB208 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A1110534D4597C06492EF9D41D556B8F /* Nimble.release.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble/Nimble-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; - PRODUCT_MODULE_NAME = Nimble; - PRODUCT_NAME = Nimble; - 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 Staging"; - }; - 1000BA12EA296B689B330949981EB8A7 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/R.swift.Library/R.swift.Library-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/R.swift.Library/R.swift.Library-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/R.swift.Library/R.swift.Library.modulemap"; - PRODUCT_MODULE_NAME = Rswift; - PRODUCT_NAME = Rswift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 102C6E7F722469046626B61CABD54A09 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E468769C42D918867C3CC8870ED49386 /* FirebaseCoreInternal.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 117F7B3DE316B140BDF1F152FEA97583 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D28931BB1D5B753CD783CDEDB6A388A1 /* Firebase.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Staging"; - }; - 12B536FADB12A62D0910472BE62BF8EF /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E468769C42D918867C3CC8870ED49386 /* FirebaseCoreInternal.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 1307467FC1112A722B294B8FE2EB8C1A /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7D012003EABF0C6157FF71CDC97C322 /* Wormholy.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Wormholy"; - ENABLE_BITCODE = NO; - IBSC_MODULE = Wormholy; - INFOPLIST_FILE = "Target Support Files/Wormholy/ResourceBundle-Wormholy-Wormholy-Info.plist"; - PRODUCT_NAME = Wormholy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = "Debug Production"; - }; - 1335E21DFE30340BDD1BE46F5E100F7B /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F1B296E0BE283E4EAF12A52C06D3FFFF /* R.swift.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Production"; - }; - 138BD6AE7870A406DF18F541EAB38B97 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C679C62A7960BCB5F6CDF2C3DFB6A401 /* R.swift.Library.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/R.swift.Library/R.swift.Library-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/R.swift.Library/R.swift.Library-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/R.swift.Library/R.swift.Library.modulemap"; - PRODUCT_MODULE_NAME = Rswift; - PRODUCT_NAME = Rswift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 140830005D7F97705426F9159429160B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Wormholy"; - ENABLE_BITCODE = NO; - IBSC_MODULE = Wormholy; - INFOPLIST_FILE = "Target Support Files/Wormholy/ResourceBundle-Wormholy-Wormholy-Info.plist"; - PRODUCT_NAME = Wormholy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 1ACCA47C2CA146FA15FC84F990B45231 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9DEDB5067F99CB39E3C62626CA07C50D /* SnapKit.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SnapKit/SnapKit-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SnapKit/SnapKit.modulemap"; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - 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 Staging"; - }; - 1C8DA15532612EFF90CA408301BC0F0D /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 1D21AAD23F8CDDD1B14E2B3E9D5B065F /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5E3B2778E121A8B032F04C2297051394 /* Resolver.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Resolver/Resolver-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Resolver/Resolver-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Resolver/Resolver.modulemap"; - PRODUCT_MODULE_NAME = Resolver; - PRODUCT_NAME = Resolver; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 1EB1A74A6B68AA833C834F9D49B23533 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9DEDB5067F99CB39E3C62626CA07C50D /* SnapKit.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SnapKit/SnapKit-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SnapKit/SnapKit.modulemap"; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - 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 Staging"; - }; - 214A077611BFDAAA9E5573581C13D44B /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C679C62A7960BCB5F6CDF2C3DFB6A401 /* R.swift.Library.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/R.swift.Library/R.swift.Library-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/R.swift.Library/R.swift.Library-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/R.swift.Library/R.swift.Library.modulemap"; - PRODUCT_MODULE_NAME = Rswift; - PRODUCT_NAME = Rswift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 217D649E02CC9F5F6673827ECF15EF81 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CF1B7BE0412C8E952925510FC79DE2DA /* KeychainAccess.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/KeychainAccess/KeychainAccess-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/KeychainAccess/KeychainAccess-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/KeychainAccess/KeychainAccess.modulemap"; - PRODUCT_MODULE_NAME = KeychainAccess; - PRODUCT_NAME = KeychainAccess; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 237B8F53C49D81C34210BD2BD96961AF /* Debug Staging */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG_STAGING=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = "Debug Staging"; - }; - 23F426F5C0AB616D77037FD8A35C4A1B /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 60C8E24DE3F6D12E24BBE2B5F5BCD470 /* FirebaseCrashlytics.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 243E1819E0A3F25B1CF8C015F704F93E /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/NimbleExtension/NimbleExtension-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NimbleExtension/NimbleExtension-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/NimbleExtension/NimbleExtension.modulemap"; - PRODUCT_MODULE_NAME = NimbleExtension; - PRODUCT_NAME = NimbleExtension; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 262FCECE184427D8434106F596BA906E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 27779C4653F18D6A530644A90467DEF4 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ECE2CAE89CCA5AD411B817C15175D0AA /* FirebaseCore.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 280B36BBE1DA12197BC9C9A5E4960730 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 2F58FE88C16309FBB61EB60D1CB01F20 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Wormholy"; - ENABLE_BITCODE = NO; - IBSC_MODULE = Wormholy; - INFOPLIST_FILE = "Target Support Files/Wormholy/ResourceBundle-Wormholy-Wormholy-Info.plist"; - PRODUCT_NAME = Wormholy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 31B6278B9BBD4E95B80F578116F53EBA /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/R.swift.Library/R.swift.Library-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/R.swift.Library/R.swift.Library-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/R.swift.Library/R.swift.Library.modulemap"; - PRODUCT_MODULE_NAME = Rswift; - PRODUCT_NAME = Rswift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 32DE4AB26B9DD59986BB20518DA093AC /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/KeychainAccess/KeychainAccess-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/KeychainAccess/KeychainAccess-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/KeychainAccess/KeychainAccess.modulemap"; - PRODUCT_MODULE_NAME = KeychainAccess; - PRODUCT_NAME = KeychainAccess; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 343D121DA6DA2FBC6E378BBBADC24156 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A1110534D4597C06492EF9D41D556B8F /* Nimble.release.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble/Nimble-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; - PRODUCT_MODULE_NAME = Nimble; - PRODUCT_NAME = Nimble; - 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 Production"; - }; - 34FDC732D66F0B5D0C3910C6537AFEF5 /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 36DA799B4E4617F4C1ADFC281EC55CBA /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SnapKit/SnapKit-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SnapKit/SnapKit.modulemap"; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - 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; - }; - 3C06DCA4907E5DE913390CF0B3CC45E3 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 84B52645FE4AB245C3DB890DD0E6FB16 /* 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 3C76C4EA94D3401571322EF8F194C321 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 3EF7D11E867CBE862DB5B1066314EBE9 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 09C2ED39B3728BFD72685DC5F269A1A2 /* IQKeyboardManagerSwift.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap"; - PRODUCT_MODULE_NAME = IQKeyboardManagerSwift; - PRODUCT_NAME = IQKeyboardManagerSwift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 417D83F3FBA35BF9129F6EDC23A869C3 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D28931BB1D5B753CD783CDEDB6A388A1 /* Firebase.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Production"; - }; - 419ECDD3B8D457D2DA0B0046F53D4351 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F9EB6E16CE588445DE3202517008E537 /* NimbleExtension.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/NimbleExtension/NimbleExtension-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NimbleExtension/NimbleExtension-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/NimbleExtension/NimbleExtension.modulemap"; - PRODUCT_MODULE_NAME = NimbleExtension; - PRODUCT_NAME = NimbleExtension; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 42EA3A2422011C57FAA0A81F6DFB23DE /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D28931BB1D5B753CD783CDEDB6A388A1 /* Firebase.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Production"; - }; - 43A53AF451DD4227EE97B26ABACFE8BA /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F9EB6E16CE588445DE3202517008E537 /* NimbleExtension.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/NimbleExtension/NimbleExtension-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NimbleExtension/NimbleExtension-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/NimbleExtension/NimbleExtension.modulemap"; - PRODUCT_MODULE_NAME = NimbleExtension; - PRODUCT_NAME = NimbleExtension; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 44A224683CE244C3C623D14F6F57710A /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9B5ECBFC48B22CAC6A66EFE02883F8F2 /* SwiftFormat.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Staging"; - }; - 45A0B46C91334E3E5A71C233738B1ECA /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7D012003EABF0C6157FF71CDC97C322 /* Wormholy.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Wormholy/Wormholy-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Wormholy/Wormholy-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Wormholy/Wormholy.modulemap"; - PRODUCT_MODULE_NAME = Wormholy; - PRODUCT_NAME = Wormholy; - 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 Production"; - }; - 46E69407FBAC831E24E13309E05913C2 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5E3B2778E121A8B032F04C2297051394 /* Resolver.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Resolver/Resolver-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Resolver/Resolver-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Resolver/Resolver.modulemap"; - PRODUCT_MODULE_NAME = Resolver; - PRODUCT_NAME = Resolver; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 472AD046F6A938FCEA4792A1510B9225 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AD5E71257D453A5C7E96681BDDC80D6E /* SwiftLint.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Production"; - }; - 486ED6ACA72B290A92075690AC0DD9A6 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F1B296E0BE283E4EAF12A52C06D3FFFF /* R.swift.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Staging"; - }; - 4B2199A307CF48FA2BD0EDBAA7D9EAA3 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ED622E87C3A52CAD0508264BFDEE4740 /* Kingfisher.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - 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 Staging"; - }; - 4BB743725523223F9D5756B65B936A67 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 60C8E24DE3F6D12E24BBE2B5F5BCD470 /* FirebaseCrashlytics.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 4BC7450F9457737EE3E637BA155B56F7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - 4BCBE538AC674D33B9493AF2FFA4D367 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F9EB6E16CE588445DE3202517008E537 /* NimbleExtension.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/NimbleExtension/NimbleExtension-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NimbleExtension/NimbleExtension-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/NimbleExtension/NimbleExtension.modulemap"; - PRODUCT_MODULE_NAME = NimbleExtension; - PRODUCT_NAME = NimbleExtension; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 4C01ABFA7F466084541E433579DE705C /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D7C4D01C55F313D7EDD0A03162A9908F /* 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 4F92A19D8F9F400BA7156A96AF4E4C91 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9B5ECBFC48B22CAC6A66EFE02883F8F2 /* SwiftFormat.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Staging"; - }; - 4FDFBB8B8D65402D91D1D8C8F5BE95BC /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 11B49398BDAEE90F8AD291A498CE588C /* GoogleDataTransport.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 50171FCB7546911797BCD731A6734F77 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ED622E87C3A52CAD0508264BFDEE4740 /* Kingfisher.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - 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 Production"; - }; - 504C44CE2BF8208FE9C1B437A17A3413 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C679C62A7960BCB5F6CDF2C3DFB6A401 /* R.swift.Library.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/R.swift.Library/R.swift.Library-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/R.swift.Library/R.swift.Library-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/R.swift.Library/R.swift.Library.modulemap"; - PRODUCT_MODULE_NAME = Rswift; - PRODUCT_NAME = Rswift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 51C2A79F81E39B138D4A37AA4CD4494E /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Quick/Quick-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Quick/Quick-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Quick/Quick.modulemap"; - PRODUCT_MODULE_NAME = Quick; - PRODUCT_NAME = Quick; - 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; - }; - 52195F07C137B565BB3482A49CFF3B73 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B3BF27368327FF6A2704B3222F670CFF /* FirebaseInstallations.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 570E1B90062D4FB17DBD96558F3F07BD /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9877618C38B68ABBEB88A70D31DB354 /* Pods-SurveyTests.debug staging.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 578E7BD21052FDDD23BC06FA951A7FA6 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 11B49398BDAEE90F8AD291A498CE588C /* GoogleDataTransport.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 58795E006A6D6A243C165E2A7B03203C /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D28931BB1D5B753CD783CDEDB6A388A1 /* Firebase.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Staging"; - }; - 58FBFB36A2393FF4E60D3DE9170FD9C0 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7D012003EABF0C6157FF71CDC97C322 /* Wormholy.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Wormholy"; - ENABLE_BITCODE = NO; - IBSC_MODULE = Wormholy; - INFOPLIST_FILE = "Target Support Files/Wormholy/ResourceBundle-Wormholy-Wormholy-Info.plist"; - PRODUCT_NAME = Wormholy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = "Release Production"; - }; - 5A655293291306A59B9607BC184D4547 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E468769C42D918867C3CC8870ED49386 /* FirebaseCoreInternal.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 5AE1CAB18F153DFFF1FED4FFA950FD51 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 5C10B7DF6CE67F5576A5DB82866D02A0 /* Release Production */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE_PRODUCTION=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = "Release Production"; - }; - 5D45CCFD38AFEF426CCDBF03D520D031 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A81A575E66EB031B2DD984A66020FC1E /* Pods-Survey.release production.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey/Pods-Survey-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey/Pods-Survey.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 5DA3088DAED03EE976466FB147050171 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble/Nimble-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; - PRODUCT_MODULE_NAME = Nimble; - PRODUCT_NAME = Nimble; - 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; - }; - 5DD8838B9A879F4675897D94C97428B6 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B124A9055E735E84ADABE7304C70BE88 /* Pods-Survey.release staging.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey/Pods-Survey-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey/Pods-Survey.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 5E316915951CA4751499936650570F91 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B3BF27368327FF6A2704B3222F670CFF /* FirebaseInstallations.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 5E79EB8AA4DD427DC96EC6D0C75F1477 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3E2D2D4C3380EB0AE6F658A595B6AA1F /* PromisesObjC.release.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 5E9024CC7C26B5736FE69BD8490B3DD2 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 09C2ED39B3728BFD72685DC5F269A1A2 /* IQKeyboardManagerSwift.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap"; - PRODUCT_MODULE_NAME = IQKeyboardManagerSwift; - PRODUCT_NAME = IQKeyboardManagerSwift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 60A4EDE4D1C45F1521F60AD0E133B0DD /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 634E902843A03B25321CE6EE31BB8B2B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 664744AF5E6366A219F082E744B30877 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 687024FCF48193EE5C0F999ECDA876C3 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D7C4D01C55F313D7EDD0A03162A9908F /* 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 6B678EDDE431CCF26279CA062C9D5FA7 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Wormholy/Wormholy-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Wormholy/Wormholy-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Wormholy/Wormholy.modulemap"; - PRODUCT_MODULE_NAME = Wormholy; - PRODUCT_NAME = Wormholy; - 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; - }; - 6BDE6E410D085FA21F60D3B92C88A079 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AD5E71257D453A5C7E96681BDDC80D6E /* SwiftLint.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Staging"; - }; - 6CF79BFDEF5F6F5A122E4C105D91079A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6DE67D147DEDA7012E03277116B856DF /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1D5D2CD152B702FB50B4E5E118B8430D /* Pods-SurveyTests.debug production.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 6E3A3AEC0C9789AE745C921F63DFC958 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6BCA54DAFBD020B5ECBE2FB0479799D7 /* Pods-Survey-SurveyUITests.debug staging.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 6F34334B386E01A25BA2DA35FC368374 /* Release Staging */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE_STAGING=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = "Release Staging"; - }; - 6FF02CBBACE92C493650795F65474296 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9DEDB5067F99CB39E3C62626CA07C50D /* SnapKit.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SnapKit/SnapKit-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SnapKit/SnapKit.modulemap"; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - 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 Production"; - }; - 7145D8A31BDDDD16556A7732957E0C17 /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 71487059C215F685D22C005E47CA7314 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 72086E9B12A94BF8013EC9659B744DF1 /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Resolver/Resolver-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Resolver/Resolver-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Resolver/Resolver.modulemap"; - PRODUCT_MODULE_NAME = Resolver; - PRODUCT_NAME = Resolver; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 75349EE85CC7EF1C36CB745FC1BA17BF /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/NimbleExtension/NimbleExtension-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NimbleExtension/NimbleExtension-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/NimbleExtension/NimbleExtension.modulemap"; - PRODUCT_MODULE_NAME = NimbleExtension; - PRODUCT_NAME = NimbleExtension; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 76E88D5C4E3B63F79D9DE6A67AF21B91 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ECE2CAE89CCA5AD411B817C15175D0AA /* FirebaseCore.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 773BF4F7CDE3071D97F2F0F31DCDB60E /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AB1DC6B86E757CAA3DE8600D5A38467B /* Sourcery.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Staging"; - }; - 7742187EA4B6F5A704F32F14A63580AF /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F9EB6E16CE588445DE3202517008E537 /* NimbleExtension.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/NimbleExtension/NimbleExtension-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NimbleExtension/NimbleExtension-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/NimbleExtension/NimbleExtension.modulemap"; - PRODUCT_MODULE_NAME = NimbleExtension; - PRODUCT_NAME = NimbleExtension; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 787657A4981BA6517D7ABA19ECF70A03 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AB1DC6B86E757CAA3DE8600D5A38467B /* Sourcery.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Production"; - }; - 7AC623D6ED1A3F94308C02297CDD0776 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D7C4D01C55F313D7EDD0A03162A9908F /* 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 7B9BF5D50C9CC3C53A6039178921643E /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2437AD37C4198AEA74D52ACBB9FA5CA3 /* FirebaseCoreDiagnostics.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 7BD237F0ED08FE280867641863D944BC /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 80FDAEAA674BDA0F6CAD2C3E38DEFC53 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7D012003EABF0C6157FF71CDC97C322 /* Wormholy.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Wormholy/Wormholy-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Wormholy/Wormholy-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Wormholy/Wormholy.modulemap"; - PRODUCT_MODULE_NAME = Wormholy; - PRODUCT_NAME = Wormholy; - 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 Production"; - }; - 81250B63FDE520091A2F89990638651D /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 93F6EBBBA35B0E7E2F6978740604A84E /* Pods-Survey.debug production.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey/Pods-Survey-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey/Pods-Survey.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 8217A568E0EAE51222A4BFEF4FF97517 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 84B52645FE4AB245C3DB890DD0E6FB16 /* 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - 834E9FFA40918696A2641CAD735B5C54 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 864108170921F72C3251D4FADA764DA4 /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - 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; - }; - 86643DCFBB4E0D65F6E2CB63461F704D /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ECE2CAE89CCA5AD411B817C15175D0AA /* FirebaseCore.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - 870C14279B097602A98C11C55D0BA0C9 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 874BA7D8D886FEF6CA1D205206E7221B /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2437AD37C4198AEA74D52ACBB9FA5CA3 /* FirebaseCoreDiagnostics.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 8783C89AF708A4F72A44697EDD17E65D /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E468769C42D918867C3CC8870ED49386 /* FirebaseCoreInternal.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 8B4405D78A613CF62510D8FC5800C755 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 69DFF8AC9931BFCA3DDFAC1DE1ECE9CC /* Shared.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Staging"; - }; - 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Release; - }; - 8C56F9368382B5373DB7F080EA6C7F7F /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F1B296E0BE283E4EAF12A52C06D3FFFF /* R.swift.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Production"; - }; - 906814F74B644400B68FCF9C1B1A1974 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey/Pods-Survey-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey/Pods-Survey.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 9087B826AB0AE835B057AAFC7B8BC4F8 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7D012003EABF0C6157FF71CDC97C322 /* Wormholy.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Wormholy/Wormholy-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Wormholy/Wormholy-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Wormholy/Wormholy.modulemap"; - PRODUCT_MODULE_NAME = Wormholy; - PRODUCT_NAME = Wormholy; - 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 Staging"; - }; - 93E075E5CCA4F258FCAB8B84CED659C4 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Resolver/Resolver-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Resolver/Resolver-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Resolver/Resolver.modulemap"; - PRODUCT_MODULE_NAME = Resolver; - PRODUCT_NAME = Resolver; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 940D5ED8A80A5E4B5A2A2C905D9EB228 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 96D83C5D7ECBAAC643EF011099F94A0C /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 751BCDB82C5A4DC0D6CB5A7775771A81 /* Pods-Survey-SurveyUITests.release production.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - 98D90E219ABC5233BC050B37DA016244 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 9A8229F33AE269AA98CA8D6F28A13B44 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 84B52645FE4AB245C3DB890DD0E6FB16 /* 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - 9E010B952F1DA0CD21DEE7FB6965E679 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3204CCF913848BDA263FDF6F67F3FA72 /* Quick.release.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Quick/Quick-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Quick/Quick-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Quick/Quick.modulemap"; - PRODUCT_MODULE_NAME = Quick; - PRODUCT_NAME = Quick; - 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 Staging"; - }; - 9FF4B38B9D11811D4577EFF417523047 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Quick/Quick-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Quick/Quick-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Quick/Quick.modulemap"; - PRODUCT_MODULE_NAME = Quick; - PRODUCT_NAME = Quick; - 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; - }; - A1EA61724EC6BDF89C25410ED561B4E2 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A1110534D4597C06492EF9D41D556B8F /* Nimble.release.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble/Nimble-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; - PRODUCT_MODULE_NAME = Nimble; - PRODUCT_NAME = Nimble; - 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 Production"; - }; - A38B280F68232FFEB5433A145A237B09 /* Debug Production */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG_PRODUCTION=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = "Debug Production"; - }; - A3BD13D3A110CE4F9FA615AA27FC9D23 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CF1B7BE0412C8E952925510FC79DE2DA /* KeychainAccess.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/KeychainAccess/KeychainAccess-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/KeychainAccess/KeychainAccess-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/KeychainAccess/KeychainAccess.modulemap"; - PRODUCT_MODULE_NAME = KeychainAccess; - PRODUCT_NAME = KeychainAccess; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - A3D2DEAA7B9230C39631881A2C1992B6 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7410BF9FAFEF064C3D41BB98DA6C9CCD /* Pods-Survey-SurveyUITests.debug production.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - A51F9223E02472655EA0846A5C09EBD0 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B3BF27368327FF6A2704B3222F670CFF /* FirebaseInstallations.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - A5B76BB4BAAE9BD5A1692252A44CC35F /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9DEDB5067F99CB39E3C62626CA07C50D /* SnapKit.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SnapKit/SnapKit-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SnapKit/SnapKit.modulemap"; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - 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 Production"; - }; - A8CE2119610936B39D046E57ABA9598A /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - A968B4A14C0DCED0BCD73A7FC5FAFFA4 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BB5D7DC2DDE8D4988F1A39B80176ED89 /* Pods-Survey.debug staging.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey/Pods-Survey-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey/Pods-Survey.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - A9B6928B55B184275AA78284E42D7FE8 /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - AD8C9170252C928AF80E838ECB72868F /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7D012003EABF0C6157FF71CDC97C322 /* Wormholy.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Wormholy"; - ENABLE_BITCODE = NO; - IBSC_MODULE = Wormholy; - INFOPLIST_FILE = "Target Support Files/Wormholy/ResourceBundle-Wormholy-Wormholy-Info.plist"; - PRODUCT_NAME = Wormholy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = "Debug Staging"; - }; - B2FC1FB937BDC364FEAA36667E9F04B9 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5E3B2778E121A8B032F04C2297051394 /* Resolver.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Resolver/Resolver-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Resolver/Resolver-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Resolver/Resolver.modulemap"; - PRODUCT_MODULE_NAME = Resolver; - PRODUCT_NAME = Resolver; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - B66E7764B14E930FA02C9392B1276792 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 85793CB357A157B28AAF0AF2779E77F5 /* Pods-SurveyTests.release production.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - B946A83036DCD80D0F615DDEFFFE8BEC /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SnapKit/SnapKit-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SnapKit/SnapKit.modulemap"; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - 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; - }; - C407F067B57C52BAD3B5268B264398B6 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ED622E87C3A52CAD0508264BFDEE4740 /* Kingfisher.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - 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 Production"; - }; - C4DD7461ACC3298FBAB768AE1EC52DC8 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AD5E71257D453A5C7E96681BDDC80D6E /* SwiftLint.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Production"; - }; - C9BE5D8ED50252E410DB5ACF7BA174EA /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - CA6D0E974B71A116A99F43B9B296CE63 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - CB9A5285C5C8818798F7C122A4E83D83 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - CC76DF8239731B384D71420AA39C446C /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B3BF27368327FF6A2704B3222F670CFF /* FirebaseInstallations.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - CCE9F3C47B5E3B47E0229B0F75767193 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - CD092FBDAE998BC9D4C74D989C15BE71 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - D38795ED286343596A362CE00C437204 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap"; - PRODUCT_MODULE_NAME = IQKeyboardManagerSwift; - PRODUCT_NAME = IQKeyboardManagerSwift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - D46CED3BBAEF8DA309452A445A85F68D /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AB1DC6B86E757CAA3DE8600D5A38467B /* Sourcery.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Production"; - }; - D4BDC86C59F68562CFB1DB4794D82075 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 09C2ED39B3728BFD72685DC5F269A1A2 /* IQKeyboardManagerSwift.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap"; - PRODUCT_MODULE_NAME = IQKeyboardManagerSwift; - PRODUCT_NAME = IQKeyboardManagerSwift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - D538A8426BDF900321C51F9B84E7885E /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 60C8E24DE3F6D12E24BBE2B5F5BCD470 /* FirebaseCrashlytics.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - D56A7C151FABB9E98F0800E539504619 /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - D58462C0332A9412D4A362AB63BE1D34 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F1B296E0BE283E4EAF12A52C06D3FFFF /* R.swift.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Staging"; - }; - D6D689052CC020D6DC889973972E013D /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey/Pods-Survey-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey/Pods-Survey.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - D7D4B741D0D58E09585C9AAB2282D1E3 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9B5ECBFC48B22CAC6A66EFE02883F8F2 /* SwiftFormat.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Production"; - }; - D8400D60EF15CB97CB4ABDA6E532D76C /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D7C4D01C55F313D7EDD0A03162A9908F /* 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - D8F0FF3A442404BAADC543613FD0A22F /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3204CCF913848BDA263FDF6F67F3FA72 /* Quick.release.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Quick/Quick-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Quick/Quick-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Quick/Quick.modulemap"; - PRODUCT_MODULE_NAME = Quick; - PRODUCT_NAME = Quick; - 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 Production"; - }; - DBE7B7997000B1326E1CF126E1FCBD2A /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3E2D2D4C3380EB0AE6F658A595B6AA1F /* PromisesObjC.release.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - DD53E2E6189C27916FBB5786152276B8 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 69DFF8AC9931BFCA3DDFAC1DE1ECE9CC /* Shared.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Staging"; - }; - E058B127B0642D8FFF4CCA2CB3BC094A /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Wormholy/Wormholy-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Wormholy/Wormholy-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Wormholy/Wormholy.modulemap"; - PRODUCT_MODULE_NAME = Wormholy; - PRODUCT_NAME = Wormholy; - 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; - }; - E0982A5F3C9D215E7DF66AF1EC220732 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5E3B2778E121A8B032F04C2297051394 /* Resolver.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Resolver/Resolver-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Resolver/Resolver-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Resolver/Resolver.modulemap"; - PRODUCT_MODULE_NAME = Resolver; - PRODUCT_NAME = Resolver; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - E1A4B78158EAF967EEF012C99ED5C272 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2437AD37C4198AEA74D52ACBB9FA5CA3 /* FirebaseCoreDiagnostics.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - E3DEA2145E9DE91D15F3E92E68BC85EC /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A1110534D4597C06492EF9D41D556B8F /* Nimble.release.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble/Nimble-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; - PRODUCT_MODULE_NAME = Nimble; - PRODUCT_NAME = Nimble; - 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 Staging"; - }; - E4B73D9236DDB391760CF3679EB7C0DB /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A7725350268F2E804258770C2C3228CD /* Pods-Survey-SurveyUITests.release staging.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - E76AEEC25CD9B5EB5B8D7B3D5E46A1E7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - E7B96EE883F292B4B593396EB083A03C /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CF1B7BE0412C8E952925510FC79DE2DA /* KeychainAccess.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/KeychainAccess/KeychainAccess-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/KeychainAccess/KeychainAccess-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/KeychainAccess/KeychainAccess.modulemap"; - PRODUCT_MODULE_NAME = KeychainAccess; - PRODUCT_NAME = KeychainAccess; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - EA62F625C32445DE1F8112147D4442B0 /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - EBE46D4E06FDA52BA88A41B7FE757ADB /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble/Nimble-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; - PRODUCT_MODULE_NAME = Nimble; - PRODUCT_NAME = Nimble; - 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; - }; - EC00397F67A7BF5CACC2E3F298B95538 /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 09C2ED39B3728BFD72685DC5F269A1A2 /* IQKeyboardManagerSwift.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap"; - PRODUCT_MODULE_NAME = IQKeyboardManagerSwift; - PRODUCT_NAME = IQKeyboardManagerSwift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - ED94FB5C71A1DE126070879E274D8B4E /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C679C62A7960BCB5F6CDF2C3DFB6A401 /* R.swift.Library.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/R.swift.Library/R.swift.Library-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/R.swift.Library/R.swift.Library-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/R.swift.Library/R.swift.Library.modulemap"; - PRODUCT_MODULE_NAME = Rswift; - PRODUCT_NAME = Rswift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - EE1A8D9759CDFF8E037C6D0592686B4D /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AB1DC6B86E757CAA3DE8600D5A38467B /* Sourcery.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Staging"; - }; - EE5720FD5C98FD15E3C42EA2BE955E9A /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3E2D2D4C3380EB0AE6F658A595B6AA1F /* PromisesObjC.release.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - EE8E5F7FD0E8EDD30343FA0FA96C5D28 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3E2D2D4C3380EB0AE6F658A595B6AA1F /* PromisesObjC.release.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - EEA44F83C434DE6075E92910350DF27C /* Debug Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ECE2CAE89CCA5AD411B817C15175D0AA /* FirebaseCore.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - 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.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Staging"; - }; - EFFB03BED97F194798688CB83D6A7CF0 /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Survey-SurveyUITests/Pods-Survey-SurveyUITests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - F0CBCBBF18EAD34B29C08FAD016E5E41 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 69DFF8AC9931BFCA3DDFAC1DE1ECE9CC /* Shared.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Production"; - }; - F35F1EDB28959642A9C91D4093DB7266 /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 69DFF8AC9931BFCA3DDFAC1DE1ECE9CC /* Shared.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Debug Production"; - }; - F76B701E366945F091888C7E59482BFF /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - F7C53BB49213CFCB5271731AD406865D /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AD5E71257D453A5C7E96681BDDC80D6E /* SwiftLint.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = "Release Staging"; - }; - F8B32A2654EE28D17027AD9C3C482198 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3204CCF913848BDA263FDF6F67F3FA72 /* Quick.release.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Quick/Quick-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Quick/Quick-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Quick/Quick.modulemap"; - PRODUCT_MODULE_NAME = Quick; - PRODUCT_NAME = Quick; - 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 Production"; - }; - FA1B6A0506B81F67927335067F524D01 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - 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; - }; - FB56D2E20DAD137DB1EBFC1AC274F396 /* Release */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/KeychainAccess/KeychainAccess-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/KeychainAccess/KeychainAccess-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/KeychainAccess/KeychainAccess.modulemap"; - PRODUCT_MODULE_NAME = KeychainAccess; - PRODUCT_NAME = KeychainAccess; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - FBF5670C69145CAB078B79FF29600AC0 /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ADB4479C6A502472D97101A5C0F8664C /* Pods-SurveyTests.release staging.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SurveyTests/Pods-SurveyTests.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; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Staging"; - }; - FC7CF7EF88B661F62939B154EB2296AB /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_BITCODE = NO; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - FD538DAABECC56E8540E98D2DBAFE347 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 11B49398BDAEE90F8AD291A498CE588C /* GoogleDataTransport.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - FDFA74F3F933E20EAD391EF331BA916E /* Release Staging */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ED622E87C3A52CAD0508264BFDEE4740 /* Kingfisher.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - 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 Staging"; - }; - FE165DB88FEC5A07CD588E7F1572A57D /* Debug Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2437AD37C4198AEA74D52ACBB9FA5CA3 /* FirebaseCoreDiagnostics.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"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Debug Production"; - }; - FE834B8EC9952796FEBA65C81E4539E7 /* Release Production */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CF1B7BE0412C8E952925510FC79DE2DA /* KeychainAccess.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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/KeychainAccess/KeychainAccess-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/KeychainAccess/KeychainAccess-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/KeychainAccess/KeychainAccess.modulemap"; - PRODUCT_MODULE_NAME = KeychainAccess; - PRODUCT_NAME = KeychainAccess; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release Production"; - }; - FFB1817C1E45F491953B86B68A1E1457 /* Debug */ = { - isa = XCBuildConfiguration; - 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"; - ENABLE_BITCODE = NO; - GCC_PREFIX_HEADER = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap"; - PRODUCT_MODULE_NAME = IQKeyboardManagerSwift; - PRODUCT_NAME = IQKeyboardManagerSwift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.6; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 00F7A043808B4484AC965A665BB18EEE /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F76B701E366945F091888C7E59482BFF /* Debug */, - 0877BCAE0A8922A0417639D62E97BA33 /* Debug Production */, - 4BB743725523223F9D5756B65B936A67 /* Debug Staging */, - 1C8DA15532612EFF90CA408301BC0F0D /* Release */, - D538A8426BDF900321C51F9B84E7885E /* Release Production */, - 23F426F5C0AB616D77037FD8A35C4A1B /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 022696A5E344DBB99BBDEE899C759E7A /* Build configuration list for PBXNativeTarget "Pods-SurveyTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EA62F625C32445DE1F8112147D4442B0 /* Debug */, - 6DE67D147DEDA7012E03277116B856DF /* Debug Production */, - 570E1B90062D4FB17DBD96558F3F07BD /* Debug Staging */, - 870C14279B097602A98C11C55D0BA0C9 /* Release */, - B66E7764B14E930FA02C9392B1276792 /* Release Production */, - FBF5670C69145CAB078B79FF29600AC0 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 0F4AEFA09D88F098A6C50381C8EFC7AF /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 34FDC732D66F0B5D0C3910C6537AFEF5 /* Debug */, - 5E79EB8AA4DD427DC96EC6D0C75F1477 /* Debug Production */, - EE5720FD5C98FD15E3C42EA2BE955E9A /* Debug Staging */, - 940D5ED8A80A5E4B5A2A2C905D9EB228 /* Release */, - DBE7B7997000B1326E1CF126E1FCBD2A /* Release Production */, - EE8E5F7FD0E8EDD30343FA0FA96C5D28 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1BBC4BC993F9D95B58327765FFC6322A /* Build configuration list for PBXNativeTarget "nanopb" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7BD237F0ED08FE280867641863D944BC /* Debug */, - 7AC623D6ED1A3F94308C02297CDD0776 /* Debug Production */, - D8400D60EF15CB97CB4ABDA6E532D76C /* Debug Staging */, - 0A437690D74063CB5E044414D69AD483 /* Release */, - 687024FCF48193EE5C0F999ECDA876C3 /* Release Production */, - 4C01ABFA7F466084541E433579DE705C /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2A24F8FDCF1E47ED1341828C941E545A /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C9BE5D8ED50252E410DB5ACF7BA174EA /* Debug */, - 86643DCFBB4E0D65F6E2CB63461F704D /* Debug Production */, - EEA44F83C434DE6075E92910350DF27C /* Debug Staging */, - 04D0FF9B674F0C5349CCCF0E3E6E340A /* Release */, - 76E88D5C4E3B63F79D9DE6A67AF21B91 /* Release Production */, - 27779C4653F18D6A530644A90467DEF4 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3455E4E4FF7AEEB55461350DBCE18CDD /* Build configuration list for PBXNativeTarget "Wormholy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E058B127B0642D8FFF4CCA2CB3BC094A /* Debug */, - 80FDAEAA674BDA0F6CAD2C3E38DEFC53 /* Debug Production */, - 9087B826AB0AE835B057AAFC7B8BC4F8 /* Debug Staging */, - 6B678EDDE431CCF26279CA062C9D5FA7 /* Release */, - 45A0B46C91334E3E5A71C233738B1ECA /* Release Production */, - 04F647F37D110BCB6762C6BF4544FA72 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 39F23B86EB7065D0C1A8CE6590391FAD /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0111111384F334806366F78A2EA0D66A /* Debug */, - 05DA7AC238E7D24D46205A05EF62D67A /* Debug Production */, - 9A8229F33AE269AA98CA8D6F28A13B44 /* Debug Staging */, - 280B36BBE1DA12197BC9C9A5E4960730 /* Release */, - 3C06DCA4907E5DE913390CF0B3CC45E3 /* Release Production */, - 8217A568E0EAE51222A4BFEF4FF97517 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3B8F9CBC4A337661E6156E6D1F8EFA4D /* Build configuration list for PBXAggregateTarget "Shared" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6CF79BFDEF5F6F5A122E4C105D91079A /* Debug */, - F35F1EDB28959642A9C91D4093DB7266 /* Debug Production */, - 8B4405D78A613CF62510D8FC5800C755 /* Debug Staging */, - 71487059C215F685D22C005E47CA7314 /* Release */, - F0CBCBBF18EAD34B29C08FAD016E5E41 /* Release Production */, - DD53E2E6189C27916FBB5786152276B8 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3DC5DA8FF4320F7CEDECCDDA709B5DD1 /* Build configuration list for PBXAggregateTarget "Firebase" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 634E902843A03B25321CE6EE31BB8B2B /* Debug */, - 42EA3A2422011C57FAA0A81F6DFB23DE /* Debug Production */, - 117F7B3DE316B140BDF1F152FEA97583 /* Debug Staging */, - FC7CF7EF88B661F62939B154EB2296AB /* Release */, - 417D83F3FBA35BF9129F6EDC23A869C3 /* Release Production */, - 58795E006A6D6A243C165E2A7B03203C /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4459D82D7CE21FCEF5396B13DC355783 /* Build configuration list for PBXNativeTarget "Wormholy-Wormholy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 140830005D7F97705426F9159429160B /* Debug */, - 1307467FC1112A722B294B8FE2EB8C1A /* Debug Production */, - AD8C9170252C928AF80E838ECB72868F /* Debug Staging */, - 2F58FE88C16309FBB61EB60D1CB01F20 /* Release */, - 58FBFB36A2393FF4E60D3DE9170FD9C0 /* Release Production */, - 0850B27E3D95AC7B36EF0931E19B8CF5 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4BC7450F9457737EE3E637BA155B56F7 /* Debug */, - A38B280F68232FFEB5433A145A237B09 /* Debug Production */, - 237B8F53C49D81C34210BD2BD96961AF /* Debug Staging */, - 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */, - 5C10B7DF6CE67F5576A5DB82866D02A0 /* Release Production */, - 6F34334B386E01A25BA2DA35FC368374 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 552D21122BDD15ED924501809C732018 /* Build configuration list for PBXAggregateTarget "SwiftFormat" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 834E9FFA40918696A2641CAD735B5C54 /* Debug */, - 06FE8A84C00A6B6A3914D2AF4119AB26 /* Debug Production */, - 44A224683CE244C3C623D14F6F57710A /* Debug Staging */, - CB9A5285C5C8818798F7C122A4E83D83 /* Release */, - D7D4B741D0D58E09585C9AAB2282D1E3 /* Release Production */, - 4F92A19D8F9F400BA7156A96AF4E4C91 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 59BC820C8DC54723ED839B394A1971A2 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7145D8A31BDDDD16556A7732957E0C17 /* Debug */, - FE165DB88FEC5A07CD588E7F1572A57D /* Debug Production */, - 874BA7D8D886FEF6CA1D205206E7221B /* Debug Staging */, - 5AE1CAB18F153DFFF1FED4FFA950FD51 /* Release */, - 7B9BF5D50C9CC3C53A6039178921643E /* Release Production */, - E1A4B78158EAF967EEF012C99ED5C272 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 647244FA170F02BA51BAC09356DC07A4 /* Build configuration list for PBXNativeTarget "Quick" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 51C2A79F81E39B138D4A37AA4CD4494E /* Debug */, - D8F0FF3A442404BAADC543613FD0A22F /* Debug Production */, - 01C2198B82A2FF0ECA7762CCF33593C0 /* Debug Staging */, - 9FF4B38B9D11811D4577EFF417523047 /* Release */, - F8B32A2654EE28D17027AD9C3C482198 /* Release Production */, - 9E010B952F1DA0CD21DEE7FB6965E679 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 72049FC96B0FCDBD8B21393E44368D95 /* Build configuration list for PBXNativeTarget "NimbleExtension" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 75349EE85CC7EF1C36CB745FC1BA17BF /* Debug */, - 419ECDD3B8D457D2DA0B0046F53D4351 /* Debug Production */, - 4BCBE538AC674D33B9493AF2FFA4D367 /* Debug Staging */, - 243E1819E0A3F25B1CF8C015F704F93E /* Release */, - 43A53AF451DD4227EE97B26ABACFE8BA /* Release Production */, - 7742187EA4B6F5A704F32F14A63580AF /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 72F5360B6646A441ADFC16A245907320 /* Build configuration list for PBXNativeTarget "R.swift.Library" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 31B6278B9BBD4E95B80F578116F53EBA /* Debug */, - 504C44CE2BF8208FE9C1B437A17A3413 /* Debug Production */, - ED94FB5C71A1DE126070879E274D8B4E /* Debug Staging */, - 1000BA12EA296B689B330949981EB8A7 /* Release */, - 138BD6AE7870A406DF18F541EAB38B97 /* Release Production */, - 214A077611BFDAAA9E5573581C13D44B /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8FD9D69C1B909BA26FCF6949D37E615F /* Build configuration list for PBXNativeTarget "Nimble" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EBE46D4E06FDA52BA88A41B7FE757ADB /* Debug */, - A1EA61724EC6BDF89C25410ED561B4E2 /* Debug Production */, - 0E23EDB1A9724277DA7A3F59027CB208 /* Debug Staging */, - 5DA3088DAED03EE976466FB147050171 /* Release */, - 343D121DA6DA2FBC6E378BBBADC24156 /* Release Production */, - E3DEA2145E9DE91D15F3E92E68BC85EC /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 98B89BD6B4B89FF74F92933A4B837213 /* Build configuration list for PBXAggregateTarget "R.swift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3C76C4EA94D3401571322EF8F194C321 /* Debug */, - 8C56F9368382B5373DB7F080EA6C7F7F /* Debug Production */, - D58462C0332A9412D4A362AB63BE1D34 /* Debug Staging */, - E76AEEC25CD9B5EB5B8D7B3D5E46A1E7 /* Release */, - 1335E21DFE30340BDD1BE46F5E100F7B /* Release Production */, - 486ED6ACA72B290A92075690AC0DD9A6 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9AA27A7EEBFDC941D2B4730088D3F6E0 /* Build configuration list for PBXAggregateTarget "Sourcery" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 262FCECE184427D8434106F596BA906E /* Debug */, - 787657A4981BA6517D7ABA19ECF70A03 /* Debug Production */, - 773BF4F7CDE3071D97F2F0F31DCDB60E /* Debug Staging */, - 664744AF5E6366A219F082E744B30877 /* Release */, - D46CED3BBAEF8DA309452A445A85F68D /* Release Production */, - EE1A8D9759CDFF8E037C6D0592686B4D /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A5EFAF7408FD763339AEDB77810988F1 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D56A7C151FABB9E98F0800E539504619 /* Debug */, - CC76DF8239731B384D71420AA39C446C /* Debug Production */, - 52195F07C137B565BB3482A49CFF3B73 /* Debug Staging */, - CCE9F3C47B5E3B47E0229B0F75767193 /* Release */, - A51F9223E02472655EA0846A5C09EBD0 /* Release Production */, - 5E316915951CA4751499936650570F91 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A616363212CD6CD5D46CBBE9B75AB03D /* Build configuration list for PBXNativeTarget "Resolver" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 72086E9B12A94BF8013EC9659B744DF1 /* Debug */, - E0982A5F3C9D215E7DF66AF1EC220732 /* Debug Production */, - 46E69407FBAC831E24E13309E05913C2 /* Debug Staging */, - 93E075E5CCA4F258FCAB8B84CED659C4 /* Release */, - 1D21AAD23F8CDDD1B14E2B3E9D5B065F /* Release Production */, - B2FC1FB937BDC364FEAA36667E9F04B9 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B456093970074C0FC60430E9526705F6 /* Build configuration list for PBXNativeTarget "Pods-Survey" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D6D689052CC020D6DC889973972E013D /* Debug */, - 81250B63FDE520091A2F89990638651D /* Debug Production */, - A968B4A14C0DCED0BCD73A7FC5FAFFA4 /* Debug Staging */, - 906814F74B644400B68FCF9C1B1A1974 /* Release */, - 5D45CCFD38AFEF426CCDBF03D520D031 /* Release Production */, - 5DD8838B9A879F4675897D94C97428B6 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B9A238DE321F4300B83513F4DA861CD3 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 864108170921F72C3251D4FADA764DA4 /* Debug */, - C407F067B57C52BAD3B5268B264398B6 /* Debug Production */, - 4B2199A307CF48FA2BD0EDBAA7D9EAA3 /* Debug Staging */, - FA1B6A0506B81F67927335067F524D01 /* Release */, - 50171FCB7546911797BCD731A6734F77 /* Release Production */, - FDFA74F3F933E20EAD391EF331BA916E /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C2F31DFDD867A0D806A5267DBEE5AF75 /* Build configuration list for PBXAggregateTarget "SwiftLint" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CA6D0E974B71A116A99F43B9B296CE63 /* Debug */, - C4DD7461ACC3298FBAB768AE1EC52DC8 /* Debug Production */, - 6BDE6E410D085FA21F60D3B92C88A079 /* Debug Staging */, - 98D90E219ABC5233BC050B37DA016244 /* Release */, - 472AD046F6A938FCEA4792A1510B9225 /* Release Production */, - F7C53BB49213CFCB5271731AD406865D /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - CC4C6D4FAF15481C9DDD5D39BBF6DB6A /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A8CE2119610936B39D046E57ABA9598A /* Debug */, - 5A655293291306A59B9607BC184D4547 /* Debug Production */, - 8783C89AF708A4F72A44697EDD17E65D /* Debug Staging */, - CD092FBDAE998BC9D4C74D989C15BE71 /* Release */, - 12B536FADB12A62D0910472BE62BF8EF /* Release Production */, - 102C6E7F722469046626B61CABD54A09 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D9CE06096D2CEEE4BF0C507D841B8CC0 /* Build configuration list for PBXNativeTarget "SnapKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 36DA799B4E4617F4C1ADFC281EC55CBA /* Debug */, - 6FF02CBBACE92C493650795F65474296 /* Debug Production */, - 1ACCA47C2CA146FA15FC84F990B45231 /* Debug Staging */, - B946A83036DCD80D0F615DDEFFFE8BEC /* Release */, - A5B76BB4BAAE9BD5A1692252A44CC35F /* Release Production */, - 1EB1A74A6B68AA833C834F9D49B23533 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - DB7C7798CF5D8501ABDCC2EC514D08EC /* Build configuration list for PBXNativeTarget "KeychainAccess" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 32DE4AB26B9DD59986BB20518DA093AC /* Debug */, - A3BD13D3A110CE4F9FA615AA27FC9D23 /* Debug Production */, - 217D649E02CC9F5F6673827ECF15EF81 /* Debug Staging */, - FB56D2E20DAD137DB1EBFC1AC274F396 /* Release */, - FE834B8EC9952796FEBA65C81E4539E7 /* Release Production */, - E7B96EE883F292B4B593396EB083A03C /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - DF89A5D4C078A3B8D67E6C5F09B94417 /* Build configuration list for PBXNativeTarget "IQKeyboardManagerSwift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FFB1817C1E45F491953B86B68A1E1457 /* Debug */, - D4BDC86C59F68562CFB1DB4794D82075 /* Debug Production */, - EC00397F67A7BF5CACC2E3F298B95538 /* Debug Staging */, - D38795ED286343596A362CE00C437204 /* Release */, - 5E9024CC7C26B5736FE69BD8490B3DD2 /* Release Production */, - 3EF7D11E867CBE862DB5B1066314EBE9 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EF9501880340AB0143002AD1A09FE2F0 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A9B6928B55B184275AA78284E42D7FE8 /* Debug */, - 4FDFBB8B8D65402D91D1D8C8F5BE95BC /* Debug Production */, - 578E7BD21052FDDD23BC06FA951A7FA6 /* Debug Staging */, - 0A05CAE9EADDDAEDFCC5DF5A4E1805D2 /* Release */, - FD538DAABECC56E8540E98D2DBAFE347 /* Release Production */, - 08BCB2A12F2B2051EE5E7ED8B9A8A5C1 /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F0A985183E84B646A306F8F99DBB044F /* Build configuration list for PBXNativeTarget "Pods-Survey-SurveyUITests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EFFB03BED97F194798688CB83D6A7CF0 /* Debug */, - A3D2DEAA7B9230C39631881A2C1992B6 /* Debug Production */, - 6E3A3AEC0C9789AE745C921F63DFC958 /* Debug Staging */, - 60A4EDE4D1C45F1521F60AD0E133B0DD /* Release */, - 96D83C5D7ECBAAC643EF011099F94A0C /* Release Production */, - E4B73D9236DDB391760CF3679EB7C0DB /* Release Staging */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; -} diff --git a/iosApp/Pods/Pods.xcodeproj/xcuserdata/blys.xcuserdatad/xcschemes/xcschememanagement.plist b/iosApp/Pods/Pods.xcodeproj/xcuserdata/blys.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index bd2fca85..00000000 --- a/iosApp/Pods/Pods.xcodeproj/xcuserdata/blys.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,156 +0,0 @@ - - - - - SchemeUserState - - Firebase.xcscheme - - isShown - - - FirebaseCore.xcscheme - - isShown - - - FirebaseCoreDiagnostics.xcscheme - - isShown - - - FirebaseCoreInternal.xcscheme - - isShown - - - FirebaseCrashlytics.xcscheme - - isShown - - - FirebaseInstallations.xcscheme - - isShown - - - GoogleDataTransport.xcscheme - - isShown - - - GoogleUtilities.xcscheme - - isShown - - - IQKeyboardManagerSwift.xcscheme - - isShown - - - KeychainAccess.xcscheme - - isShown - - - Kingfisher.xcscheme - - isShown - - - Nimble.xcscheme - - isShown - - - NimbleExtension.xcscheme - - isShown - - - Pods-Survey-SurveyUITests.xcscheme - - isShown - - - Pods-Survey.xcscheme - - isShown - - - Pods-SurveyTests.xcscheme - - isShown - - - PromisesObjC.xcscheme - - isShown - - - Quick.xcscheme - - isShown - - - R.swift.Library.xcscheme - - isShown - - - R.swift.xcscheme - - isShown - - - Resolver.xcscheme - - isShown - - - Shared.xcscheme - - isShown - - - SnapKit.xcscheme - - isShown - - - Sourcery.xcscheme - - isShown - - - SwiftFormat.xcscheme - - isShown - - - SwiftLint.xcscheme - - isShown - - - Wormholy-Wormholy.xcscheme - - isShown - - - Wormholy.xcscheme - - isShown - - - nanopb.xcscheme - - isShown - - - - SuppressBuildableAutocreation - - - diff --git a/iosApp/Survey.xcodeproj/project.pbxproj b/iosApp/Survey.xcodeproj/project.pbxproj index d65601a9..ad80f5a4 100644 --- a/iosApp/Survey.xcodeproj/project.pbxproj +++ b/iosApp/Survey.xcodeproj/project.pbxproj @@ -7,6 +7,10 @@ objects = { /* Begin PBXBuildFile section */ + 09495F5928F92A6F0036BDFB /* RouteCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09495F5828F92A6E0036BDFB /* RouteCoordinator.swift */; }; + 09495F6628FF97080036BDFB /* SplashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09495F6528FF97070036BDFB /* SplashView.swift */; }; + 09495F6828FF97490036BDFB /* ViewId+Splash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09495F6728FF97490036BDFB /* ViewId+Splash.swift */; }; + 09495F6A28FFAFA20036BDFB /* ViewId+Splash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09495F6728FF97490036BDFB /* ViewId+Splash.swift */; }; 09636AF228D4779400A5CB97 /* NeuzeitSLTStd-Book.otf in Resources */ = {isa = PBXBuildFile; fileRef = 09636AF028D4779400A5CB97 /* NeuzeitSLTStd-Book.otf */; }; 09636AF328D4779400A5CB97 /* NeuzeitSLTStd-BookHeavy.otf in Resources */ = {isa = PBXBuildFile; fileRef = 09636AF128D4779400A5CB97 /* NeuzeitSLTStd-BookHeavy.otf */; }; 09636AF628D47A1500A5CB97 /* R.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09636AF528D47A1400A5CB97 /* R.generated.swift */; }; @@ -28,6 +32,8 @@ 09636B3228D8272200A5CB97 /* ScreenProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09636B2A28D8255D00A5CB97 /* ScreenProtocol.swift */; }; 09636B3328D8272E00A5CB97 /* ViewId+General.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09636B2F28D8267D00A5CB97 /* ViewId+General.swift */; }; 09636B3628D8285700A5CB97 /* KeyboardScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09636B3428D8284600A5CB97 /* KeyboardScreen.swift */; }; + 09CE770C28E191B400EAA9EE /* AppCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09CE770B28E191B400EAA9EE /* AppCoordinator.swift */; }; + 09CE770F28E1922000EAA9EE /* Screen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09CE770E28E1922000EAA9EE /* Screen.swift */; }; 3D0ADA9FBBF8D55D5F00610F /* OptionalUnwrapSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EE1175F99D55A95E0995E9 /* OptionalUnwrapSpec.swift */; }; 5BBBFAF49689F25A8C1D57AB /* AutoMockable.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A88CA60577ABA5F7885E1DE7 /* AutoMockable.generated.swift */; }; 686B2C185816765B3E124776 /* IOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46885A08B19F8EB7FFC5117F /* IOSApp.swift */; }; @@ -94,6 +100,9 @@ /* Begin PBXFileReference section */ 089ECC4763AAFDC8739533DA /* Pods_Survey.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Survey.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 09495F5828F92A6E0036BDFB /* RouteCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouteCoordinator.swift; sourceTree = ""; }; + 09495F6528FF97070036BDFB /* SplashView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplashView.swift; sourceTree = ""; }; + 09495F6728FF97490036BDFB /* ViewId+Splash.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ViewId+Splash.swift"; sourceTree = ""; }; 09636AF028D4779400A5CB97 /* NeuzeitSLTStd-Book.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "NeuzeitSLTStd-Book.otf"; sourceTree = ""; }; 09636AF128D4779400A5CB97 /* NeuzeitSLTStd-BookHeavy.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "NeuzeitSLTStd-BookHeavy.otf"; sourceTree = ""; }; 09636AF528D47A1400A5CB97 /* R.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = R.generated.swift; sourceTree = ""; }; @@ -112,6 +121,8 @@ 09636B2A28D8255D00A5CB97 /* ScreenProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenProtocol.swift; sourceTree = ""; }; 09636B2F28D8267D00A5CB97 /* ViewId+General.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ViewId+General.swift"; sourceTree = ""; }; 09636B3428D8284600A5CB97 /* KeyboardScreen.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyboardScreen.swift; sourceTree = ""; }; + 09CE770B28E191B400EAA9EE /* AppCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppCoordinator.swift; sourceTree = ""; }; + 09CE770E28E1922000EAA9EE /* Screen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Screen.swift; sourceTree = ""; }; 0F8D46A12D575264811B98CD /* Pods_Survey_SurveyUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Survey_SurveyUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 122A6B9F6217729620D91A43 /* DebugProduction.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DebugProduction.xcconfig; sourceTree = ""; }; 16E10E52E1F7EAF6527F4E27 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; @@ -178,6 +189,7 @@ 088E92BFD81177CF0AB2A747 /* Presentation */ = { isa = PBXGroup; children = ( + 09CE770A28E191A500EAA9EE /* Coordinator */, B7707C4371EA10EA47E7E7B4 /* Modules */, 09636B1328D8146500A5CB97 /* ViewId */, 0A2BA072E9C5F7AC2C58F613 /* Views */, @@ -194,6 +206,14 @@ path = Login; sourceTree = ""; }; + 09495F6428FF96F50036BDFB /* Splash */ = { + isa = PBXGroup; + children = ( + 09495F6528FF97070036BDFB /* SplashView.swift */, + ); + path = Splash; + sourceTree = ""; + }; 09636AEF28D4777E00A5CB97 /* Fonts */ = { isa = PBXGroup; children = ( @@ -277,6 +297,7 @@ 09636B1428D8148C00A5CB97 /* ViewId.swift */, 09636B1628D815D100A5CB97 /* ViewId+Login.swift */, 09636B2F28D8267D00A5CB97 /* ViewId+General.swift */, + 09495F6728FF97490036BDFB /* ViewId+Splash.swift */, ); path = ViewId; sourceTree = ""; @@ -307,6 +328,24 @@ path = General; sourceTree = ""; }; + 09CE770A28E191A500EAA9EE /* Coordinator */ = { + isa = PBXGroup; + children = ( + 09CE770B28E191B400EAA9EE /* AppCoordinator.swift */, + 09495F5828F92A6E0036BDFB /* RouteCoordinator.swift */, + 09CE770D28E1921700EAA9EE /* Screens */, + ); + path = Coordinator; + sourceTree = ""; + }; + 09CE770D28E1921700EAA9EE /* Screens */ = { + isa = PBXGroup; + children = ( + 09CE770E28E1922000EAA9EE /* Screen.swift */, + ); + path = Screens; + sourceTree = ""; + }; 0A2BA072E9C5F7AC2C58F613 /* Views */ = { isa = PBXGroup; children = ( @@ -559,6 +598,7 @@ isa = PBXGroup; children = ( 0940552C28D1730C00B4A8C3 /* Login */, + 09495F6428FF96F50036BDFB /* Splash */, ); path = Modules; sourceTree = ""; @@ -1057,15 +1097,20 @@ F860FAD5941956384AEA9646 /* Constants+API.swift in Sources */, 09636B3028D8267D00A5CB97 /* ViewId+General.swift in Sources */, 09636B0228D4876100A5CB97 /* PrimaryButton.swift in Sources */, + 09CE770C28E191B400EAA9EE /* AppCoordinator.swift in Sources */, 09636AFD28D484CA00A5CB97 /* R+SwiftUI.swift in Sources */, 09636B0F28D80B8500A5CB97 /* View+KeyboardDismiss.swift in Sources */, + 09495F5928F92A6F0036BDFB /* RouteCoordinator.swift in Sources */, + 09495F6828FF97490036BDFB /* ViewId+Splash.swift in Sources */, 09636B1728D815D100A5CB97 /* ViewId+Login.swift in Sources */, EABA6D4F0FE97293430D3FC9 /* Constants.swift in Sources */, 09636AF928D47A4D00A5CB97 /* Font+Extensions.swift in Sources */, 8BCA1398DA19EF4389A3E41A /* LoginView.swift in Sources */, 09636B1528D8148C00A5CB97 /* ViewId.swift in Sources */, + 09CE770F28E1922000EAA9EE /* Screen.swift in Sources */, 09636B0B28D48CFD00A5CB97 /* Typealiases.swift in Sources */, 09636B0028D4860F00A5CB97 /* PrimaryTextField.swift in Sources */, + 09495F6628FF97080036BDFB /* SplashView.swift in Sources */, 870924447B8C177450E77414 /* Optional+Unwrap.swift in Sources */, 09636AF628D47A1500A5CB97 /* R.generated.swift in Sources */, ); @@ -1079,6 +1124,7 @@ 09636B2428D821FC00A5CB97 /* LoginSpec.swift in Sources */, 09636B3228D8272200A5CB97 /* ScreenProtocol.swift in Sources */, 09636B2128D821EA00A5CB97 /* ViewId.swift in Sources */, + 09495F6A28FFAFA20036BDFB /* ViewId+Splash.swift in Sources */, 09636B3628D8285700A5CB97 /* KeyboardScreen.swift in Sources */, 09636B2228D821ED00A5CB97 /* ViewId+Login.swift in Sources */, 09636B3128D8271D00A5CB97 /* LoginScreen.swift in Sources */, diff --git a/iosApp/Survey/Resources/LaunchScreen/LaunchScreen.storyboard b/iosApp/Survey/Resources/LaunchScreen/LaunchScreen.storyboard index 865e9329..5875cc99 100644 --- a/iosApp/Survey/Resources/LaunchScreen/LaunchScreen.storyboard +++ b/iosApp/Survey/Resources/LaunchScreen/LaunchScreen.storyboard @@ -1,8 +1,11 @@ - - + + + - + + + @@ -11,10 +14,21 @@ - + - + + + + + + + + + + + + @@ -22,4 +36,10 @@ + + + + + + diff --git a/iosApp/Survey/Sources/Application/IOSApp.swift b/iosApp/Survey/Sources/Application/IOSApp.swift index f51e6ab9..997a60c9 100644 --- a/iosApp/Survey/Sources/Application/IOSApp.swift +++ b/iosApp/Survey/Sources/Application/IOSApp.swift @@ -14,7 +14,7 @@ struct IOSApp: App { var body: some Scene { WindowGroup { - LoginView() + AppCoordinator() .preferredColorScheme(.dark) } } diff --git a/iosApp/Survey/Sources/Presentation/Coordinator/AppCoordinator.swift b/iosApp/Survey/Sources/Presentation/Coordinator/AppCoordinator.swift new file mode 100644 index 00000000..bd8f95c9 --- /dev/null +++ b/iosApp/Survey/Sources/Presentation/Coordinator/AppCoordinator.swift @@ -0,0 +1,26 @@ +// +// AppCoordinator.swift +// Survey +// +// Created by Bliss on 26/9/22. +// Copyright © 2022 Nimble. All rights reserved. +// + +import FlowStacks +import SwiftUI + +struct AppCoordinator: View { + + @ObservedObject var coordinator = RouteCoordinator() + + var body: some View { + Router($coordinator.routes) { screen, _ in + switch screen { + case .login: + LoginView() + case .splash: + SplashView(coordinator: coordinator) + } + } + } +} diff --git a/iosApp/Survey/Sources/Presentation/Coordinator/RouteCoordinator.swift b/iosApp/Survey/Sources/Presentation/Coordinator/RouteCoordinator.swift new file mode 100644 index 00000000..4d905a81 --- /dev/null +++ b/iosApp/Survey/Sources/Presentation/Coordinator/RouteCoordinator.swift @@ -0,0 +1,38 @@ +// +// RouteCoordinator.swift +// Survey +// +// Created by Bliss on 14/10/22. +// Copyright © 2022 Nimble. All rights reserved. +// + +import FlowStacks + +protocol BaseCoordinator { + + func goBack() + func goBackToRoot() +} + +class RouteCoordinator: ObservableObject { + + @Published var routes: Routes = [.root(.splash)] +} + +extension RouteCoordinator: BaseCoordinator { + + func goBack() { + routes.goBack() + } + + func goBackToRoot() { + routes.goBackToRoot() + } +} + +extension RouteCoordinator: SplashCoordinator { + + func showLogin() { + routes = [.root(.login)] + } +} diff --git a/iosApp/Survey/Sources/Presentation/Coordinator/Screens/Screen.swift b/iosApp/Survey/Sources/Presentation/Coordinator/Screens/Screen.swift new file mode 100644 index 00000000..1d34586c --- /dev/null +++ b/iosApp/Survey/Sources/Presentation/Coordinator/Screens/Screen.swift @@ -0,0 +1,13 @@ +// +// Screen.swift +// Survey +// +// Created by Bliss on 26/9/22. +// Copyright © 2022 Nimble. All rights reserved. +// + +enum Screen { + + case login + case splash +} diff --git a/iosApp/Survey/Sources/Presentation/Modules/Login/LoginView.swift b/iosApp/Survey/Sources/Presentation/Modules/Login/LoginView.swift index 6e996710..bee74c41 100644 --- a/iosApp/Survey/Sources/Presentation/Modules/Login/LoginView.swift +++ b/iosApp/Survey/Sources/Presentation/Modules/Login/LoginView.swift @@ -12,15 +12,27 @@ struct LoginView: View { @State private var email: String = "" @State private var password: String = "" + @State private var animating = false + + private let animationDuration: Double = 0.7 var body: some View { ZStack { + Assets.background + .image + .resizable() + .aspectRatio(contentMode: .fill) + .ignoresSafeArea() + .frame(maxWidth: .infinity, maxHeight: .infinity) + Assets.backgroundBlur .image .resizable() .aspectRatio(contentMode: .fill) .ignoresSafeArea() .frame(maxWidth: .infinity, maxHeight: .infinity) + .opacity(animating ? 1.0 : 0.001) + VStack( alignment: .center, spacing: 20.0 @@ -29,9 +41,11 @@ struct LoginView: View { Spacer().frame(maxHeight: 70.0) - loginField - createPasswordField() - loginButton + if animating { + loginField + createPasswordField() + loginButton + } } .padding(.horizontal, 24.0) } @@ -40,6 +54,11 @@ struct LoginView: View { } .accessibilityElement(children: .contain) .accessibility(.login(.view)) + .onAppear { + withAnimation(.easeIn(duration: animationDuration)) { + animating = true + } + } } var loginField: some View { diff --git a/iosApp/Survey/Sources/Presentation/Modules/Splash/SplashView.swift b/iosApp/Survey/Sources/Presentation/Modules/Splash/SplashView.swift new file mode 100644 index 00000000..c2747a76 --- /dev/null +++ b/iosApp/Survey/Sources/Presentation/Modules/Splash/SplashView.swift @@ -0,0 +1,37 @@ +// +// SplashView.swift +// Survey +// +// Created by Bliss on 26/9/22. +// Copyright © 2022 Nimble. All rights reserved. +// + +import FlowStacks +import SwiftUI + +protocol SplashCoordinator { + + func showLogin() +} + +struct SplashView: View { + + let coordinator: SplashCoordinator + + var body: some View { + ZStack { + Assets.background + .image + .resizable() + .aspectRatio(contentMode: .fill) + .ignoresSafeArea() + .frame(maxWidth: .infinity, maxHeight: .infinity) + } + .accessibility(.splash(.view)) + .onAppear { + withAnimation(.linear(duration: 0.2)) { + coordinator.showLogin() + } + } + } +} diff --git a/iosApp/Survey/Sources/Presentation/ViewId/ViewId+Splash.swift b/iosApp/Survey/Sources/Presentation/ViewId/ViewId+Splash.swift new file mode 100644 index 00000000..fdfc99ce --- /dev/null +++ b/iosApp/Survey/Sources/Presentation/ViewId/ViewId+Splash.swift @@ -0,0 +1,15 @@ +// +// ViewId+Splash.swift +// Survey +// +// Created by Bliss on 26/9/22. +// Copyright © 2022 Nimble. All rights reserved. +// + +extension ViewId { + + enum Splash: String { + + case view = "splash.view" + } +} diff --git a/iosApp/Survey/Sources/Presentation/ViewId/ViewId.swift b/iosApp/Survey/Sources/Presentation/ViewId/ViewId.swift index d49272ab..4261c3e2 100644 --- a/iosApp/Survey/Sources/Presentation/ViewId/ViewId.swift +++ b/iosApp/Survey/Sources/Presentation/ViewId/ViewId.swift @@ -13,11 +13,13 @@ protocol Viewable {} enum ViewId { case login(Login) + case splash(Splash) case general(General) func callAsFunction() -> String { switch self { case let .login(login): return login.rawValue + case let .splash(splash): return splash.rawValue case let .general(general): return general.rawValue } }