From 67ee9619f5d312065aa1721f43f1f63196096e6f Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Fri, 15 Sep 2023 16:38:01 +0530 Subject: [PATCH 1/2] Update python env --- v2/src/plugins/codeTypeChecking/pythonEnv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/src/plugins/codeTypeChecking/pythonEnv/requirements.txt b/v2/src/plugins/codeTypeChecking/pythonEnv/requirements.txt index 3088c9798..06220ec86 100644 --- a/v2/src/plugins/codeTypeChecking/pythonEnv/requirements.txt +++ b/v2/src/plugins/codeTypeChecking/pythonEnv/requirements.txt @@ -72,7 +72,7 @@ six==1.16.0 sniffio==1.3.0 sqlparse==0.4.2 starlette==0.14.2 -supertokens-python @ git+https://github.com/supertokens/supertokens-python@a51d242489e4f0d013937a9d3bf04881b4232981 +supertokens-python==0.16.0 tldextract==3.1.0 toml==0.10.2 tomli==2.0.1 From 0305bfad8b3b4edad53f0c8e9f3d382e6b31d6d7 Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Fri, 15 Sep 2023 16:39:57 +0530 Subject: [PATCH 2/2] Update ios env --- .../plugins/codeTypeChecking/iosenv/Podfile | 2 +- .../codeTypeChecking/iosenv/Podfile.lock | 19 +- .../iosenv/Pods/Manifest.lock | 19 +- .../Pods/Pods.xcodeproj/project.pbxproj | 2450 +++++++++-------- .../SuperTokensIOS/Classes/FrontToken.swift | 2 + .../Classes/SuperTokensURLProtocol.swift | 3 +- .../SuperTokensIOS/Classes/Utils.swift | 4 +- .../SuperTokensIOS/Classes/Version.swift | 4 +- .../Classes/extensions/Dictionary.swift | 16 + .../SuperTokensIOS/SuperTokensIOS-Info.plist | 2 +- 10 files changed, 1264 insertions(+), 1257 deletions(-) create mode 100644 v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/extensions/Dictionary.swift diff --git a/v2/src/plugins/codeTypeChecking/iosenv/Podfile b/v2/src/plugins/codeTypeChecking/iosenv/Podfile index bad034195..165f218e5 100644 --- a/v2/src/plugins/codeTypeChecking/iosenv/Podfile +++ b/v2/src/plugins/codeTypeChecking/iosenv/Podfile @@ -6,7 +6,7 @@ target 'iosenv' do use_frameworks! # Pods for iosenv - pod "SuperTokensIOS", :git => 'https://github.com/supertokens/supertokens-ios.git', :branch => '0.2' + pod "SuperTokensIOS", "~> 0.2.5" pod 'xcbeautify' pod 'Alamofire' pod 'GoogleSignIn' diff --git a/v2/src/plugins/codeTypeChecking/iosenv/Podfile.lock b/v2/src/plugins/codeTypeChecking/iosenv/Podfile.lock index b72d67a56..a164a67c3 100644 --- a/v2/src/plugins/codeTypeChecking/iosenv/Podfile.lock +++ b/v2/src/plugins/codeTypeChecking/iosenv/Podfile.lock @@ -14,13 +14,13 @@ PODS: - AppAuth/Core (~> 1.6) - GTMSessionFetcher/Core (< 3.0, >= 1.5) - GTMSessionFetcher/Core (2.1.0) - - SuperTokensIOS (0.2.0) + - SuperTokensIOS (0.2.5) - xcbeautify (0.15.0) DEPENDENCIES: - Alamofire - GoogleSignIn - - SuperTokensIOS (from `https://github.com/supertokens/supertokens-ios.git`, branch `0.2`) + - SuperTokensIOS (~> 0.2.5) - xcbeautify SPEC REPOS: @@ -30,27 +30,18 @@ SPEC REPOS: - GoogleSignIn - GTMAppAuth - GTMSessionFetcher + - SuperTokensIOS - xcbeautify -EXTERNAL SOURCES: - SuperTokensIOS: - :branch: '0.2' - :git: https://github.com/supertokens/supertokens-ios.git - -CHECKOUT OPTIONS: - SuperTokensIOS: - :commit: 8499107f140c5f693fb6b774542c9f1c03da98a0 - :git: https://github.com/supertokens/supertokens-ios.git - SPEC CHECKSUMS: Alamofire: d368e1ff8a298e6dde360e35a3e68e6c610e7204 AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add GoogleSignIn: 5651ce3a61e56ca864160e79b484cd9ed3f49b7a GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd GTMSessionFetcher: ffbb25ec00ebcb5201adab0a56d808f6f1902d9f - SuperTokensIOS: 8bc63d2d2ffbbd13fc9fa778865ece5c345a1b64 + SuperTokensIOS: 3caa2586c289f4a1fd4a9135e85842c9c639383a xcbeautify: df17aa32d769add7af523a8be9b0ef8fb9eb75a8 -PODFILE CHECKSUM: aede274d3a9556a57becb5cd635345bb8dd401c8 +PODFILE CHECKSUM: fdcdfe0e7301fefa4c160b218e130961eb341d95 COCOAPODS: 1.11.3 diff --git a/v2/src/plugins/codeTypeChecking/iosenv/Pods/Manifest.lock b/v2/src/plugins/codeTypeChecking/iosenv/Pods/Manifest.lock index b72d67a56..a164a67c3 100644 --- a/v2/src/plugins/codeTypeChecking/iosenv/Pods/Manifest.lock +++ b/v2/src/plugins/codeTypeChecking/iosenv/Pods/Manifest.lock @@ -14,13 +14,13 @@ PODS: - AppAuth/Core (~> 1.6) - GTMSessionFetcher/Core (< 3.0, >= 1.5) - GTMSessionFetcher/Core (2.1.0) - - SuperTokensIOS (0.2.0) + - SuperTokensIOS (0.2.5) - xcbeautify (0.15.0) DEPENDENCIES: - Alamofire - GoogleSignIn - - SuperTokensIOS (from `https://github.com/supertokens/supertokens-ios.git`, branch `0.2`) + - SuperTokensIOS (~> 0.2.5) - xcbeautify SPEC REPOS: @@ -30,27 +30,18 @@ SPEC REPOS: - GoogleSignIn - GTMAppAuth - GTMSessionFetcher + - SuperTokensIOS - xcbeautify -EXTERNAL SOURCES: - SuperTokensIOS: - :branch: '0.2' - :git: https://github.com/supertokens/supertokens-ios.git - -CHECKOUT OPTIONS: - SuperTokensIOS: - :commit: 8499107f140c5f693fb6b774542c9f1c03da98a0 - :git: https://github.com/supertokens/supertokens-ios.git - SPEC CHECKSUMS: Alamofire: d368e1ff8a298e6dde360e35a3e68e6c610e7204 AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add GoogleSignIn: 5651ce3a61e56ca864160e79b484cd9ed3f49b7a GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd GTMSessionFetcher: ffbb25ec00ebcb5201adab0a56d808f6f1902d9f - SuperTokensIOS: 8bc63d2d2ffbbd13fc9fa778865ece5c345a1b64 + SuperTokensIOS: 3caa2586c289f4a1fd4a9135e85842c9c639383a xcbeautify: df17aa32d769add7af523a8be9b0ef8fb9eb75a8 -PODFILE CHECKSUM: aede274d3a9556a57becb5cd635345bb8dd401c8 +PODFILE CHECKSUM: fdcdfe0e7301fefa4c160b218e130961eb341d95 COCOAPODS: 1.11.3 diff --git a/v2/src/plugins/codeTypeChecking/iosenv/Pods/Pods.xcodeproj/project.pbxproj b/v2/src/plugins/codeTypeChecking/iosenv/Pods/Pods.xcodeproj/project.pbxproj index b1f7d1f36..e5dfafe22 100644 --- a/v2/src/plugins/codeTypeChecking/iosenv/Pods/Pods.xcodeproj/project.pbxproj +++ b/v2/src/plugins/codeTypeChecking/iosenv/Pods/Pods.xcodeproj/project.pbxproj @@ -19,628 +19,630 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0025D74BEE0794B505E1DAABCF690B4F /* uk.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 4483DB7C3CDA499A901444DDD9CEC985 /* uk.lproj */; }; - 005B319B494ED2DAA239B9939A504DFC /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 62E7660C5762C2CFC10B874ED5859871 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 00B15FCCA7CC12C15A13010614F01854 /* OIDURLQueryComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D373EA10CBDC508E48ED0DF5190E8CF /* OIDURLQueryComponent.m */; }; - 045DE6EBF9B2F63F60F5BE60C1198E06 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E00C514CBB36C49279C9E7EA4CD7AA0 /* RedirectHandler.swift */; }; - 04A896288CE3A59B530250337A5F8362 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A7044659F5C3728C81ED5465E7F75A6 /* Result+Alamofire.swift */; }; - 07339AEA1A501B049B8DA1B5420CBEB7 /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EC05CC9F348E5E42AD2671955F3DCF /* Version.swift */; }; - 0AF5AEC93BD934955A22E992E964B3FF /* GTMSessionFetcherService.h in Headers */ = {isa = PBXBuildFile; fileRef = B37F9C53F1129C7565EC7FE8FE42B976 /* GTMSessionFetcherService.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C11CA90A6275003FD8BC88D566A79BD /* GTMSessionUploadFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BFDE872FBF069916E97B05F94CF0BE8 /* GTMSessionUploadFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0DCE6362B0F7FFE4944EEEE264F44E05 /* GIDSignInButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C06AB3D844387BCD1306BC14E87664B /* GIDSignInButton.m */; }; - 0DE74F0B226EDC8C77D5CC00C0F15A6C /* OIDTokenUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A8F25A6AF24D354EAE734613C9B1B9D /* OIDTokenUtilities.m */; }; + 005B319B494ED2DAA239B9939A504DFC /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 537BF43A31F256B3FE6192F670A17262 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0077BB4C45E0B116C14F4AED68C2E63E /* SuperTokens.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7E79E828A0A08DFD668D6173407DF20 /* SuperTokens.swift */; }; + 00B15FCCA7CC12C15A13010614F01854 /* OIDURLQueryComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B40328DDF6D57D6FD0414A89A24E55 /* OIDURLQueryComponent.m */; }; + 045DE6EBF9B2F63F60F5BE60C1198E06 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53BC36286567CFC570B5B674C634A6AE /* RedirectHandler.swift */; }; + 04A896288CE3A59B530250337A5F8362 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCF1AA10327C6A87D4DB5A324BB1F33B /* Result+Alamofire.swift */; }; + 0554BFC1425DD4A370E049CF9F994B2C /* cs.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5A03479E280253775B5F25F1C054CBA0 /* cs.lproj */; }; + 07F5638A22401A568CFAF65B438A4E1B /* es_MX.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 55A58EDADA4AF4F69DC8CDC798D788D6 /* es_MX.lproj */; }; + 0957B854DC888C7B4B8298FFA2CDD5A8 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 194C6E6754F80343C39F15D0B1FC9565 /* ja.lproj */; }; + 0DCE6362B0F7FFE4944EEEE264F44E05 /* GIDSignInButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 67C7973912F1E2C3DE34C5812E790A69 /* GIDSignInButton.m */; }; + 0DE74F0B226EDC8C77D5CC00C0F15A6C /* OIDTokenUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 159CCF78F8506B9A7456C26A6D3087C0 /* OIDTokenUtilities.m */; }; + 0E751E1B2A7D90F933267D2C4A2328F7 /* google@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 65BFCC93B2CC8947A3B247E7C8D700D9 /* google@3x.png */; }; 0F4037DBF307AC8058BD0A3D35C7E7E9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E23BC8198571E4A574C021C4055A65DC /* Foundation.framework */; }; - 12A19907018D4EE78B327A7082B2D69B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8603A4DB959871DE360EFA9333222D0D /* Security.framework */; }; - 137BDF0EE751F552141D6AC020B1D394 /* GIDEMMErrorHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DE86BEA268A3125E39E62699F46C5BA9 /* GIDEMMErrorHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 161B289F1C83A7281E6842E33014033F /* OIDClientMetadataParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AD130867CCF8B2294EA641132F21785 /* OIDClientMetadataParameters.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17EC3E69469BB4FE2ACD89184105A8BA /* OIDFieldMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = CA6039E4AA95669B2775520A1E71B50A /* OIDFieldMapping.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 18201703ABB188675A94AC42DEC3AB02 /* google.png in Resources */ = {isa = PBXBuildFile; fileRef = F97507F973A8452A1DC5CB432B66EC96 /* google.png */; }; - 1976BB7D7E26A12E29283E71154B63B3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26B9A2BADC5B0910C9D1CD0247572302 /* SessionDelegate.swift */; }; - 1AACBC39D664A8AD7BB189A5005DAE8B /* GIDProfileData.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EBAD065E69546177B56F9B94599B551 /* GIDProfileData.m */; }; - 1D66D60A6F32CFF16C509D1396D0EFDE /* OIDURLQueryComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AF810B44A460B0BC5C0200C53D02708 /* OIDURLQueryComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1EE44196E7BCE57AD96A2C751651EF40 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EA0F59472D179A71FE78B6483DA251E /* AlamofireExtended.swift */; }; - 1FC7BC3300D243C6384E261B8C51AC95 /* GIDMDMPasscodeCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B77AA07B6C8CDE302EFD679E3BE3DB4 /* GIDMDMPasscodeCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2156F1E12D1F62F8322CFE5C29277E6E /* OIDResponseTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = D71FBE4C51509FE204573BD8FD66CE96 /* OIDResponseTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2296AB52F2D01B673EACD73803CE7CAA /* ms.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 960A4D5DE1744AE17BD3BE5E602C0A15 /* ms.lproj */; }; - 23228BBCD27AC520ED30A23161DC3EB2 /* hu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 353EE1CB159EEDC273698055BBE7A826 /* hu.lproj */; }; - 23D7A484A719B35052CFCF1A47083959 /* OIDClientMetadataParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = F29B7686374A354C391AE1F74DC0719F /* OIDClientMetadataParameters.m */; }; - 26AF953220F2A216FCA05BB5E881CFD1 /* SuperTokensIOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B1083A0647C47637020B8433F9384F3 /* SuperTokensIOS-dummy.m */; }; - 288ABAAF09569E54E84634AB0FD57BAA /* da.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 39FD4637B4FF1AC12CE4CF0DA4F0D50D /* da.lproj */; }; - 288D17CC844B96865AF761D3BF5B2BCE /* GIDSignInPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = C16E3F470718EB6AB83B44940504F55B /* GIDSignInPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A7708C14FEB1D0678816EB97ACAC3EF /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F32F073F168200D200B1967177AEB0A5 /* de.lproj */; }; - 2A89ACF3927DFAAEBCF7D532E8B99DB8 /* nb.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 2C9E7E59A59E29B972918FBA38A56F1D /* nb.lproj */; }; - 2B0A24E6A9A8DF0242ED11007B9F0CD8 /* OIDErrorUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A973BA7581AEC89AE64391946F9823F /* OIDErrorUtilities.m */; }; - 2C42D05841AC97AE4FFA70F95A5610FF /* GIDAuthStateMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CB362E53A06B0E4B1F6A94AE8DA3F02 /* GIDAuthStateMigration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CBE3651CA006E19F5D64A2DE9B9A028 /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFB1B2FA6BFC172F7FF3FBB09FEDDCBC /* CachedResponseHandler.swift */; }; - 2CCD13099063CD560E3067BD132914FA /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1FB5CEE35FDCC4ED065D39CD2C7431 /* Notifications.swift */; }; - 2DEB37E9BB2305B1882E3E99A80B7657 /* GTMSessionFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 406ED1CA83B9CA325E229F6B47EDA01E /* GTMSessionFetcher.m */; }; - 2E32DA4882F2FC0E189E00D6D62F077B /* tr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9A36859528AF6A7A40528BF5C08484F6 /* tr.lproj */; }; - 2E767405F0004A42FC8FFBA1E21DFE20 /* OIDScopeUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 87ED33BD72F498DE5FC7D198092DD55D /* OIDScopeUtilities.m */; }; - 2E9C3657E5AE61A7594EB0A035A69397 /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 38FF07E9D60D90BC77BA1918894C15F8 /* pt.lproj */; }; - 2EF390C79F02F4E85DB5FB4C1F042498 /* OIDExternalUserAgentIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = A3B3CD3B440FBDB3115CA91C85D28F47 /* OIDExternalUserAgentIOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2FF9297DB15C5E59BC0F8923A5353DDB /* fi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B0953A49ACA5716925BC0ABC1CC890C8 /* fi.lproj */; }; - 30A907372DD49DF9D7F247FBBCBC161F /* GIDAuthStateMigration.m in Sources */ = {isa = PBXBuildFile; fileRef = 79A68BB38E00146FE84DC4D3437E9AFC /* GIDAuthStateMigration.m */; }; - 320D03F92E37CA225E1AB819D00B09B6 /* OIDAuthStateErrorDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F64C213CA5CDA81DEC8C7E6D530F53A7 /* OIDAuthStateErrorDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 33A7D0F2D03004CE256A75E03DF33C70 /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00ADCFEFCDFB16CD6A147CAB488FE0E3 /* RetryPolicy.swift */; }; - 36860479E6120642B765CAE1C9875B7C /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 92EA13DAAB7D634E6510BCD1355192A4 /* ko.lproj */; }; - 36DC3ACDD3D67D6800CABB2100702A0A /* OIDAuthStateChangeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D2DA789C84A103C6F15CE49A2476174 /* OIDAuthStateChangeDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37B71CC20A787EAE0662CD1A40DA64B6 /* OIDExternalUserAgentSession.h in Headers */ = {isa = PBXBuildFile; fileRef = CABB2B1104D2559438C70F97C2FA203C /* OIDExternalUserAgentSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11B2E874F819409973EDE8A7A4197B49 /* he.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9864FC972E7414EA01CED01F19D74198 /* he.lproj */; }; + 137BDF0EE751F552141D6AC020B1D394 /* GIDEMMErrorHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DECC97FE572561C96DEC87BCD224D630 /* GIDEMMErrorHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1477198BFDCBDD6E122E35D28A59EBA3 /* en_GB.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C44778C7AB804DAB5C5543EEB4EB728E /* en_GB.lproj */; }; + 161B289F1C83A7281E6842E33014033F /* OIDClientMetadataParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = F7CD19358355103FC1B1EF543679743D /* OIDClientMetadataParameters.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17EC3E69469BB4FE2ACD89184105A8BA /* OIDFieldMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 5128A5E90084468364B8997CF11BB157 /* OIDFieldMapping.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1976BB7D7E26A12E29283E71154B63B3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A4D1152DBC49591439680362DF4A063 /* SessionDelegate.swift */; }; + 1A530EB48C9DC0AB51F790E6711F4681 /* google.png in Resources */ = {isa = PBXBuildFile; fileRef = D9422A75E0B91F2D5DED351D29372877 /* google.png */; }; + 1AACBC39D664A8AD7BB189A5005DAE8B /* GIDProfileData.m in Sources */ = {isa = PBXBuildFile; fileRef = C8BAA6E46A55EDDA37015EF139AD5C41 /* GIDProfileData.m */; }; + 1BE29F87B82599DCB36904C603C9B599 /* GTMSessionFetcher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BC282B0859DD5E43670C045C8973786B /* GTMSessionFetcher-dummy.m */; }; + 1D66D60A6F32CFF16C509D1396D0EFDE /* OIDURLQueryComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A7BE177C57D6EFBDD09558715C614 /* OIDURLQueryComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1EE44196E7BCE57AD96A2C751651EF40 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C82DB551DB921FCAF863980E18C3E0A /* AlamofireExtended.swift */; }; + 1FC7BC3300D243C6384E261B8C51AC95 /* GIDMDMPasscodeCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 471E5D934999CF9325640FD165371A2F /* GIDMDMPasscodeCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 204678C7E51D4577299DBB1A86DC83F8 /* sk.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 537FFAC3CC3DF132392AAD9AC59CE1E4 /* sk.lproj */; }; + 2156F1E12D1F62F8322CFE5C29277E6E /* OIDResponseTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = AC51F9E92F96704FA74602BDD1DE41D9 /* OIDResponseTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22E255E236F99AC5413C8E29922E3562 /* pt_BR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 158A804C067D54F33BA7B7F11AC6BE90 /* pt_BR.lproj */; }; + 23D7A484A719B35052CFCF1A47083959 /* OIDClientMetadataParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E1518AA159378314AC0C2FC1499273 /* OIDClientMetadataParameters.m */; }; + 23F701817EF696D1C38ADCE923CEE04E /* GTMSessionFetcher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AA44611746FA98F2EE7B843767A7CDB2 /* GTMSessionFetcher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 26FEE701D63B2944E5BEE945221AEA48 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D121CE9ADDC56F0F93BB0A70F399D4 /* String.swift */; }; + 28054FE4F889AEC337F4560F1444A061 /* SuperTokensIOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D87554B1B740B4380B7096E31C4903FE /* SuperTokensIOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 288D17CC844B96865AF761D3BF5B2BCE /* GIDSignInPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D9115A10337BA728DD3C3D7A1781D3 /* GIDSignInPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B0A24E6A9A8DF0242ED11007B9F0CD8 /* OIDErrorUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BBB9EF80A0D9E5A6601A31B00F45281 /* OIDErrorUtilities.m */; }; + 2C0EF0620F4C818C0221B62FA6F69227 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9FA14125173B11C29E756CCF99373E43 /* de.lproj */; }; + 2C42D05841AC97AE4FFA70F95A5610FF /* GIDAuthStateMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = E07AEDEC313F31C39D4EBE2C4FDB0BE1 /* GIDAuthStateMigration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CBE3651CA006E19F5D64A2DE9B9A028 /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2B224F60C0E6F2221EAF7E6213323F /* CachedResponseHandler.swift */; }; + 2CCD13099063CD560E3067BD132914FA /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B4033776400836F6770C99E76761E0E /* Notifications.swift */; }; + 2E767405F0004A42FC8FFBA1E21DFE20 /* OIDScopeUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 60FD3B39FC736BF548978BB5568032AB /* OIDScopeUtilities.m */; }; + 2EF390C79F02F4E85DB5FB4C1F042498 /* OIDExternalUserAgentIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = BA62556306FDB2FD351AD437EB05B564 /* OIDExternalUserAgentIOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 30A907372DD49DF9D7F247FBBCBC161F /* GIDAuthStateMigration.m in Sources */ = {isa = PBXBuildFile; fileRef = 33A66DE80CB8FDA322EE3D0C27C10645 /* GIDAuthStateMigration.m */; }; + 320D03F92E37CA225E1AB819D00B09B6 /* OIDAuthStateErrorDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = DA9FAEC76E3039DA1A65C9A94BAB0CB9 /* OIDAuthStateErrorDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 33A7D0F2D03004CE256A75E03DF33C70 /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3B83BFDAA0CEB146D20429A86E9878 /* RetryPolicy.swift */; }; + 367491B7F9C8EAC9EC7FC68157A16B96 /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AECE582F311BAC63871D4F2E0DD83404 /* pt.lproj */; }; + 36DC3ACDD3D67D6800CABB2100702A0A /* OIDAuthStateChangeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D23CD1A37BA242DBA37985879A90DD40 /* OIDAuthStateChangeDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 37B71CC20A787EAE0662CD1A40DA64B6 /* OIDExternalUserAgentSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 7306633E5A22209F116EC04A4680C4D8 /* OIDExternalUserAgentSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; 3ABE01E514CDF3463D30BD6942CE3331 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 809AB6B59B8CB856EE1C1CF29D425D6B /* UIKit.framework */; }; - 3B20EA4BC0B328E2542C518273FA7046 /* GTMKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EA14ACDE5BE04E4406B72213A01E9A8 /* GTMKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C4059621E23842C19D4EB5D35B41989 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12B1B85321D692E6CBFB444BE4399684 /* Validation.swift */; }; - 3C587DB8D8B0EDC08B38A68A1E06FEBE /* GTMAppAuthFetcherAuthorization.m in Sources */ = {isa = PBXBuildFile; fileRef = DB75AEF410EC6E10CF69F4BF950D177F /* GTMAppAuthFetcherAuthorization.m */; }; - 3CBCF6CF2B5E19F519CC21BB0E6695AB /* AntiCSRF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372B616521E8E61EC27961FE3B64A802 /* AntiCSRF.swift */; }; - 3CCBCBB7177B44B3227BFF18614FA203 /* GTMSessionUploadFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = C50368BECE9D245290B34542BF73C89F /* GTMSessionUploadFetcher.m */; }; + 3B20EA4BC0B328E2542C518273FA7046 /* GTMKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 09E71924FB07E0FAF15459DD73B2C6D7 /* GTMKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C4059621E23842C19D4EB5D35B41989 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2B23791D5BA525FB1B03A944A0C9DB9 /* Validation.swift */; }; + 3C587DB8D8B0EDC08B38A68A1E06FEBE /* GTMAppAuthFetcherAuthorization.m in Sources */ = {isa = PBXBuildFile; fileRef = 479FE04541F2AE70332349F844E9B06E /* GTMAppAuthFetcherAuthorization.m */; }; 3CFDBC41492143C90999ACC392C024E0 /* Pods-iosenv-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B6A7D5B236B78EAAA4A7279A031A5FA /* Pods-iosenv-dummy.m */; }; - 3E93075919B22148CD9361C6DACAFEE3 /* GIDProfileData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1834F09142AB887EF7A17549D5CF273F /* GIDProfileData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3F654EF9FAD6324FADB46F22AF942EDE /* GoogleSignIn-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 243B590036A7517490D84ED551325572 /* GoogleSignIn-dummy.m */; }; + 3E93075919B22148CD9361C6DACAFEE3 /* GIDProfileData.h in Headers */ = {isa = PBXBuildFile; fileRef = 94F653B993D6CF93573E2632BC005D48 /* GIDProfileData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F654EF9FAD6324FADB46F22AF942EDE /* GoogleSignIn-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A3DFBD18C29DAFC3442D705EE455AEFF /* GoogleSignIn-dummy.m */; }; 40F9F77138F6863683630F3D6EF49A1C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E23BC8198571E4A574C021C4055A65DC /* Foundation.framework */; }; - 4260A788AB3119564D0E0EE086F0E53C /* NormalisedURLDomain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 262D27C0DF8D85F04D35B212BA2F193F /* NormalisedURLDomain.swift */; }; - 42813FE5261132D77E0DB5EC22CCE19B /* pt_PT.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 4B80AB8203E4532709052B2CE6A1F569 /* pt_PT.lproj */; }; - 439CAB2D08FC0211211A3C29A8FBC623 /* OIDAuthorizationService.h in Headers */ = {isa = PBXBuildFile; fileRef = 1871E885AC3F99687B4428EF31C83CB9 /* OIDAuthorizationService.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4447683B19506EEA079DF50B4439B0D5 /* OIDGrantTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = D511A89A0F58F8462BED0F33C2431CCC /* OIDGrantTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 448504C0FE145D92FAEA5C1EFB121C26 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D3834333F780BCEEB07B350578063661 /* es.lproj */; }; - 44D64F1957C7A32498E40F7F45062088 /* OIDAuthorizationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 31C4D862A4F5760C4A960B2061C4976E /* OIDAuthorizationService.m */; }; - 457F8F3576D65A8717113C59D6665554 /* OIDEndSessionResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 230DC5D734F988CA1338C94E0F3227C6 /* OIDEndSessionResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 463247DE69C478D3DDA89F231C23178E /* GTMSessionFetcher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 953174B6F5EBA68E9A6459A307385360 /* GTMSessionFetcher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 468CEC1F1ED6564685600D76F289F8CB /* AppAuthCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 442563B74F18BCE696DC84C793350E0A /* AppAuthCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46A64A43AFA057B6B63C8F0C12F509B4 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF3842B84D71AE53FD21FDD8EA192F6C /* Combine.swift */; }; - 47410143C6FC4CE127EF8EF916A5D3D4 /* GIDAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 55836E848D74F0B06F410DC06267CCD1 /* GIDAuthentication.m */; }; + 41783AF25B90325153D3EC0FEBB2D8C9 /* GTMSessionFetcherService.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AEE8FD5D7AB7630CCAD7661CF392074 /* GTMSessionFetcherService.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4261308E4AB331C21D60AEF1631470CA /* id.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6DA4EF9C1F57F9EF2DECADD3C1889AF9 /* id.lproj */; }; + 439CAB2D08FC0211211A3C29A8FBC623 /* OIDAuthorizationService.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C7BDB00FAABEB7EF7EF2AD2C794B8C8 /* OIDAuthorizationService.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4447683B19506EEA079DF50B4439B0D5 /* OIDGrantTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CDF68B768ABA6A44730101D52ADB470 /* OIDGrantTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 44D64F1957C7A32498E40F7F45062088 /* OIDAuthorizationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D1F27E2512376E9163265750CA9297E /* OIDAuthorizationService.m */; }; + 457F8F3576D65A8717113C59D6665554 /* OIDEndSessionResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 542031D641359A4D65DFA916C30A77D7 /* OIDEndSessionResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 468CEC1F1ED6564685600D76F289F8CB /* AppAuthCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 0450CEA25B67C6C1671F9A1C9A4A308F /* AppAuthCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 46A64A43AFA057B6B63C8F0C12F509B4 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A09FBA4B60E88D8F438E6B668FC4D11 /* Combine.swift */; }; + 47410143C6FC4CE127EF8EF916A5D3D4 /* GIDAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = C885AE596BF162224C7F68FA77C5BF73 /* GIDAuthentication.m */; }; 4816ED359D1CCB98A1C010564EE02C2F /* SafariServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AD8C878A5DF97C5D167FA9E1FB5B2B7 /* SafariServices.framework */; }; - 4845BF5ED5999291320D49E88162F62A /* OIDError.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ADC27195A7DD4CB589910F7674D9A12 /* OIDError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48B1B9E539FE704957CE5D8A1500EFB5 /* OIDAuthState+IOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 97188B78E9D27103DAFC2BA80051F72F /* OIDAuthState+IOS.m */; }; - 4A24503FE25D6B716A3E4E138451B70F /* OIDURLSessionProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = F36305A345707CE2017A23977DCFCF0B /* OIDURLSessionProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4AF96C7C929679BEED4379253685F36D /* vi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5C3D4BAFA90DB9D07A0A250F655F49A9 /* vi.lproj */; }; - 4C765081895B1F7551FED0CA1DBF8B77 /* OIDTokenRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 067360484B9BDE3B73174938950CEE6C /* OIDTokenRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CE5B093DB3B650B506B545C5E55680D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E23BC8198571E4A574C021C4055A65DC /* Foundation.framework */; }; + 4845BF5ED5999291320D49E88162F62A /* OIDError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7428949827FE09E5902DA47B3B714C7C /* OIDError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48B1B9E539FE704957CE5D8A1500EFB5 /* OIDAuthState+IOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 6134DCCF0C3FCBFB2E81B6F0752FD192 /* OIDAuthState+IOS.m */; }; + 4A24503FE25D6B716A3E4E138451B70F /* OIDURLSessionProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 394CBFB20A169E6D97A60D157F8DC432 /* OIDURLSessionProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C765081895B1F7551FED0CA1DBF8B77 /* OIDTokenRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F11C70879D054941A3BB23F858E984 /* OIDTokenRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4CF4277C7E40245C9B0D7A59BED5FDCE /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8603A4DB959871DE360EFA9333222D0D /* Security.framework */; }; - 4D2805E08DD5504529DD9EFE864C1C1C /* GIDMDMPasscodeState.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A215FE8FFF5D31213C846314599C281 /* GIDMDMPasscodeState.m */; }; - 4D684BCA97B22BC2978D0CD7599FC751 /* OIDExternalUserAgentIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = B90F0EEE420047D52D5080840CF2E461 /* OIDExternalUserAgentIOS.m */; }; - 509F3EFD00D7D468185BBA931FC40218 /* GTMAppAuth-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8868415B3E7A1BB54AB9059A16D042C7 /* GTMAppAuth-dummy.m */; }; - 5176304A117EC8C69261BB47E63C1B5F /* OIDScopes.m in Sources */ = {isa = PBXBuildFile; fileRef = D878725ACC5F26E10F8EE3830B02C7F9 /* OIDScopes.m */; }; - 51C24FAAC45273CE7FF920D0CC553274 /* OIDExternalUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = BF979645F37C5E32391AA1AB591C05B5 /* OIDExternalUserAgent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 52DCCBBE231688834A4430EC4DC5E2F3 /* OIDTokenUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = B9E930F9D4027B4FA84305DFA18D86E5 /* OIDTokenUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53D4434B14DBF9E306584407F2471187 /* OIDAuthorizationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 17CDE51FE1E57671EEDF17EBE7905DF1 /* OIDAuthorizationRequest.m */; }; - 551E477DFE0DF7EA481165609280D1D7 /* OIDAuthorizationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = D252D658848D07711D886B1B77B091B7 /* OIDAuthorizationResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5526F7F5853114E534BA661FFCE257A3 /* UnauthorisedResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F723320C64BA84299B4DB8DD1729C8 /* UnauthorisedResponse.swift */; }; - 55AABB1FB38F61A3369ACC555FF3046D /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D48D0D4E6EDCA14873C4F0C022EB6 /* Alamofire-dummy.m */; }; + 4D2805E08DD5504529DD9EFE864C1C1C /* GIDMDMPasscodeState.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C6447C4D5454141D579324570AAABEE /* GIDMDMPasscodeState.m */; }; + 4D684BCA97B22BC2978D0CD7599FC751 /* OIDExternalUserAgentIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 556797F145AF7490CF6352CB49AF7891 /* OIDExternalUserAgentIOS.m */; }; + 509F3EFD00D7D468185BBA931FC40218 /* GTMAppAuth-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2E1186C5BAD3BFD1E4CE4E1EA3564DF /* GTMAppAuth-dummy.m */; }; + 5176304A117EC8C69261BB47E63C1B5F /* OIDScopes.m in Sources */ = {isa = PBXBuildFile; fileRef = F6EA724D360E0FD39B466D53BFDEB4F4 /* OIDScopes.m */; }; + 51C24FAAC45273CE7FF920D0CC553274 /* OIDExternalUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A9A1D5A2ED1D40823B9E505E889D080 /* OIDExternalUserAgent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52DCCBBE231688834A4430EC4DC5E2F3 /* OIDTokenUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 807563300EB8BD93FB5954E25701BCDB /* OIDTokenUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5307FCC2761EC3663F5894BC48F6520A /* uk.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 668E784E70D8DB58FB507583BE80B535 /* uk.lproj */; }; + 53D4434B14DBF9E306584407F2471187 /* OIDAuthorizationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D27716C0E44F3B7133A6613DDF7168 /* OIDAuthorizationRequest.m */; }; + 551E477DFE0DF7EA481165609280D1D7 /* OIDAuthorizationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A85DF9BA90196269275E99F50372C69 /* OIDAuthorizationResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55AABB1FB38F61A3369ACC555FF3046D /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DCAF663E062B54411D5F18532A63CE75 /* Alamofire-dummy.m */; }; 55C8B625B45B2FE88FA4E7E68A5494E8 /* Pods-iosenv-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E896FCC8701CF29FF6D1C8E3230FC9E /* Pods-iosenv-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57E6BEDC0BB006C6C95FFAE186CA7A8F /* GIDConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D450DBC7C5D9D6F19BB339916A1E9CD /* GIDConfiguration.m */; }; + 57E6BEDC0BB006C6C95FFAE186CA7A8F /* GIDConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = BB067DCA7F27D7F39C5A8BC8F34AE3E4 /* GIDConfiguration.m */; }; 583C30A05E70888990BE81F96BCDC441 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E23BC8198571E4A574C021C4055A65DC /* Foundation.framework */; }; - 5BD985E4671C5879F20406153E3E574C /* AppAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = DF18E5C38B6B6EA28ADADBBBB5E5652A /* AppAuth.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E3B1A932202F529808ECC95A1E21886 /* GTMOAuth2KeychainCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B77AEA02844FC9B6B3FCEAD184904C8 /* GTMOAuth2KeychainCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5F3AD462CBA6F095208AFF445452C1A3 /* GIDSignInInternalOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D9A168DAD2A56BF6A6CFF9A7A7F6981 /* GIDSignInInternalOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60574FA07ED2E05345307C3ACBC854CA /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9604F0E1D7195FAF262124102911BEAC /* Error.swift */; }; - 608DEEB38C6B137DBC9A71197CBFD19D /* OIDRegistrationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A818223FC0316A5BC1C5FC85BC1159A /* OIDRegistrationRequest.m */; }; - 6264526D8F9C1ACEF1013E5A724FD971 /* OIDAuthState.h in Headers */ = {isa = PBXBuildFile; fileRef = A48D2A1423D0C9566753CA19C1FB2531 /* OIDAuthState.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 64BC39E045C7E99063F138A036CC7497 /* GIDSignInButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A227356DDA6FDA6390387549C91646A /* GIDSignInButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 58E5C2A4AE72375476E8B32DA2C54054 /* hr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CEBD36ED4E613C12C3D86FC40AC35F58 /* hr.lproj */; }; + 59726A57C503CC1616F0EE99A7AC2156 /* GTMSessionFetcherLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 78785AF29EB79EA61798B11FB166743C /* GTMSessionFetcherLogging.m */; }; + 5A0C59BECA67B070264B77F01A7E28FD /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 052652DC1ED13FB7F9E731BD22C992D3 /* ru.lproj */; }; + 5AECE23B9F5E716B4E35B5E50AE476E8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E23BC8198571E4A574C021C4055A65DC /* Foundation.framework */; }; + 5BD985E4671C5879F20406153E3E574C /* AppAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B22A8C8ACF44F79F8082992AF491A95 /* AppAuth.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C7DCE6E075A28236AC6DC724D5C28FC /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5A86EB334A8FC1A4AF7E5CDB63008A22 /* en.lproj */; }; + 5DB430EEC058A52BA9502A1133C6903E /* GTMSessionUploadFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 97941AB19AEEF8A939D0E11E37CBFF86 /* GTMSessionUploadFetcher.m */; }; + 5E3B1A932202F529808ECC95A1E21886 /* GTMOAuth2KeychainCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = A9387A88827FD4099B2A94AA060A8297 /* GTMOAuth2KeychainCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5F3AD462CBA6F095208AFF445452C1A3 /* GIDSignInInternalOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 7014E052E0F1A35238F6B34C3A8C1F07 /* GIDSignInInternalOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 608DEEB38C6B137DBC9A71197CBFD19D /* OIDRegistrationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = D1D1AAB4D27828C4EA1BC81A044ECA4A /* OIDRegistrationRequest.m */; }; + 6155165AE2EF8CF95AF643BEEC2FB621 /* hi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9E00AEE0BA48BBD27B8D8CBAFD37CED9 /* hi.lproj */; }; + 6264526D8F9C1ACEF1013E5A724FD971 /* OIDAuthState.h in Headers */ = {isa = PBXBuildFile; fileRef = 89BE16823D4D2561227B262FD66A93B8 /* OIDAuthState.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64BC39E045C7E99063F138A036CC7497 /* GIDSignInButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CCF638969B4FE5625CE3027AB4AB234 /* GIDSignInButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6641B3FEAED4CDCA08B9422814E4BE96 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E23BC8198571E4A574C021C4055A65DC /* Foundation.framework */; }; - 66C38FA444EF2AC7C5F3BC6E864F9FCD /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FF8356562C224E690D47330E40D6F4E /* String.swift */; }; - 676AD319ADD01A7155529B799B390095 /* GIDSignIn.h in Headers */ = {isa = PBXBuildFile; fileRef = C0A84C5A39A49CCFC62DFA7A77B3334E /* GIDSignIn.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68FB2DCB4C77DBCAF9A6037E470F2BDE /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91B0F071CFC8C04A281EFE7F526E299A /* ParameterEncoding.swift */; }; - 6A93849F36F56D8F7BC4DBC6285C6700 /* GTMAppAuthFetcherAuthorization+Keychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F8EF830752AE36FFCF6D97D11B418C9 /* GTMAppAuthFetcherAuthorization+Keychain.m */; }; - 6B3082F2B04E7FDCD135280B40FCB785 /* sv.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 167E49088162411FB4252F43E8231DBD /* sv.lproj */; }; - 6C88D420B7E794D67C32B29170460400 /* GTMSessionFetcherService.m in Sources */ = {isa = PBXBuildFile; fileRef = C2C988188369D17DBDC336B80073D35A /* GTMSessionFetcherService.m */; }; - 6E3BD15973DAE572329F6B0D6DC831DF /* GIDSignInPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 26FCC64642576EFC5E005326946349A1 /* GIDSignInPreferences.m */; }; - 6EC47D96896B62B9CED5D78A005BB008 /* GIDMDMPasscodeState_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 25D967ACEDA922242F5157005A3B7A0A /* GIDMDMPasscodeState_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FFECB8CAF6850A1E52D3AE4434F7BAA /* GTMSessionFetcher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B83D10D610E1C984A7A5C53EBF7F6B25 /* GTMSessionFetcher-dummy.m */; }; - 70940981B584F9A82677FF3A25F3AC87 /* es_MX.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E84281E3BF5A67396668AC11EE767505 /* es_MX.lproj */; }; - 72E94CCB728FC43E24ACCF83B420EFC7 /* OIDFieldMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = 8605920D2224F0B01E75A21E11A10980 /* OIDFieldMapping.m */; }; - 72ECE251BB85F8FA98DB01202F204E65 /* GIDSignIn.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B476450A73BB0D2A3FE77538642CE68 /* GIDSignIn.m */; }; - 736C74E8327DC190B406B29A91F14DC3 /* GoogleSignIn-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DF3193964E25E24ACAC2413C20326B64 /* GoogleSignIn-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7483E5327027263F7E4B94A2997191C4 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766B17B31103E733690D781FEFFCA588 /* AuthenticationInterceptor.swift */; }; - 74F2DA52AF253995AEFF3D934071F5C8 /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 19CB605A72722779EB05C5C41504212E /* it.lproj */; }; - 752935D37B27C4524979795B8403211D /* OIDExternalUserAgentRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F39D2C7E1E5BB8D933480CA3C1A8CD5 /* OIDExternalUserAgentRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7541D6E2AC58DFC87159AFDCEA2E3A41 /* id.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B58D984034C9ACB63CF6C5F4C2C81EB5 /* id.lproj */; }; - 75966A9262648D4647D764E3E76BC6AC /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85DD49B845CD2675276A029B558FACED /* Response.swift */; }; - 7831CBDF377BAEC952506E72637F0ED5 /* GIDEMMErrorHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDD5F26BE438D8DB25BFEBEE29F5F6F /* GIDEMMErrorHandler.m */; }; - 7842A264C32DB28ABC8601B03005DD1C /* GTMSessionFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = C71748D726032A296C7A32D212969F9B /* GTMSessionFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7930C94414B4C661867AC4FBE82E996C /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B22DF5750B5B29087090AC7130D92FEA /* URLEncodedFormEncoder.swift */; }; - 7A6888EF4D69608167457B15555A5FB2 /* OIDEndSessionResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CFB83A20151A2129ADF65D2864400D2 /* OIDEndSessionResponse.m */; }; + 676AD319ADD01A7155529B799B390095 /* GIDSignIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 37B499C6BA0FE65F167F043C8225C5BB /* GIDSignIn.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68FB2DCB4C77DBCAF9A6037E470F2BDE /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 906E77654FBF0758B3F68112E99E1B27 /* ParameterEncoding.swift */; }; + 69523590CAA81D4D816D60CF5D7266CC /* GTMSessionFetcherService.m in Sources */ = {isa = PBXBuildFile; fileRef = A6DD10E92D541CED1FC26333F0B6EEEF /* GTMSessionFetcherService.m */; }; + 6A93849F36F56D8F7BC4DBC6285C6700 /* GTMAppAuthFetcherAuthorization+Keychain.m in Sources */ = {isa = PBXBuildFile; fileRef = DF77BD406A41DCDDB5FBB890F2CE8BAD /* GTMAppAuthFetcherAuthorization+Keychain.m */; }; + 6E3BD15973DAE572329F6B0D6DC831DF /* GIDSignInPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A90A33A42278E70A581E165F26934DB /* GIDSignInPreferences.m */; }; + 6EC47D96896B62B9CED5D78A005BB008 /* GIDMDMPasscodeState_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EF81A9E5A14D081FB7DEE5F75FBFE504 /* GIDMDMPasscodeState_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FA9972BEFBC18AF20D4619AD3A702F6 /* SuperTokensURLProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5243483643BAD91A3355E88FFF822AB /* SuperTokensURLProtocol.swift */; }; + 72E94CCB728FC43E24ACCF83B420EFC7 /* OIDFieldMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = DC550077196F84C06346647B08227C87 /* OIDFieldMapping.m */; }; + 72ECE251BB85F8FA98DB01202F204E65 /* GIDSignIn.m in Sources */ = {isa = PBXBuildFile; fileRef = 0611D06D75A341CCCB574B082EFECFA5 /* GIDSignIn.m */; }; + 736C74E8327DC190B406B29A91F14DC3 /* GoogleSignIn-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DABF9926E4746EFF0E83DC2CDAD32AA /* GoogleSignIn-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 746D95954096A158A259E75E0E463D5E /* th.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5BF18C7396376DC1A3008F0AC10A8F2E /* th.lproj */; }; + 7483E5327027263F7E4B94A2997191C4 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5EE85E15172763BCCBFE5A5CE4E2E4 /* AuthenticationInterceptor.swift */; }; + 752935D37B27C4524979795B8403211D /* OIDExternalUserAgentRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A8B776DD908683F78CDA2BE1533ADD2 /* OIDExternalUserAgentRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 75966A9262648D4647D764E3E76BC6AC /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAFBC93C94B1FA5BC2632040F5FE2CCD /* Response.swift */; }; + 778E8B222F6AE9E6656BBB108E0E25FD /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 4F4AA32FB146BCCA946EDFBAB3C2FA13 /* fr.lproj */; }; + 7831CBDF377BAEC952506E72637F0ED5 /* GIDEMMErrorHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8132A8703769D44948D8C9A53171EC6A /* GIDEMMErrorHandler.m */; }; + 7930C94414B4C661867AC4FBE82E996C /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = C291C5F7B45CA9AC9CBB9CEFB3CD47BD /* URLEncodedFormEncoder.swift */; }; + 79684F0538090B4F2B07DC2337899FA4 /* sv.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 98E566C55EA03D54214EC390B45A2E8B /* sv.lproj */; }; + 7A6888EF4D69608167457B15555A5FB2 /* OIDEndSessionResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E02E0129A8F642C094C47BB8A96ECACD /* OIDEndSessionResponse.m */; }; 7B068137A8925891446203B5D3D6A4ED /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A52483C5EE2FB2B7290E8C96A830F81C /* CFNetwork.framework */; }; - 7B8662965A406B52E017499708C29093 /* GIDMDMPasscodeState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1568000AFB32F512E8B4C283648A81DB /* GIDMDMPasscodeState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E02F5B62BE00E97847DF549FFED2490 /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A5921F6F75756F2BDD6DCDD384926A8 /* HTTPHeaders.swift */; }; + 7B8662965A406B52E017499708C29093 /* GIDMDMPasscodeState.h in Headers */ = {isa = PBXBuildFile; fileRef = 331220001981F1767E3477FCDBEA4778 /* GIDMDMPasscodeState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E02F5B62BE00E97847DF549FFED2490 /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6B019C374FD3713CC5A31E3EFD0C80D /* HTTPHeaders.swift */; }; 7ECA1AE07A77457A0CA3EC39ED873274 /* LocalAuthentication.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75CB86D816E4184799EFE5B6E4954307 /* LocalAuthentication.framework */; }; - 7F06D816A46460E8ABF0319082EE019F /* hr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = ECB43C364B5D7195E2DA385E40E8AB13 /* hr.lproj */; }; - 7F1BB526AAE3ECDCE90127D9D0E10261 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF90572170D63C92CDD7720D7AE8FB2C /* StringEncoding+Alamofire.swift */; }; - 7F6E015D616C80C1FDC9C2EBAACD8BF4 /* OIDEndSessionRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 20BD7E28A5488D92AFBAC6B11F40859E /* OIDEndSessionRequest.m */; }; - 7FE695DA8EE7FF1286556E06B692009B /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABDCE16D7C1052D8203B0131BC03F2D9 /* MultipartFormData.swift */; }; - 808C960C82D708FC1A42C581D6CB4940 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4CB820622D4BCA7BC74163C7BE5912C /* URLSessionConfiguration+Alamofire.swift */; }; - 81B8D2B7CEB25C2448B0BC9B33591A65 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58F4EB857532DB82C8868A98EB9B490 /* Session.swift */; }; - 821FB438CE312546EE32383F6EA99E65 /* GIDSignInCallbackSchemes.m in Sources */ = {isa = PBXBuildFile; fileRef = 087C2E54E818EBD8593E22169A51F3D3 /* GIDSignInCallbackSchemes.m */; }; - 824D816B1EE404F2DD400EE678695CBE /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0820DE5C669FA6CDAA6A86610150F05 /* ResponseSerialization.swift */; }; - 837428612F842A507148564623CC7063 /* hi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AB0DF63A6D34EEB8F1F70AFAF48E97B0 /* hi.lproj */; }; - 83B4A147D4A32E34545F4D90AA7B4B77 /* GIDAuthentication_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EA05BB1EF7DD872D910497BD2B5B37B9 /* GIDAuthentication_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83D57DB0E3A54C32CBA0D0016AEFA14C /* GIDAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = CF3C61CC06D64D1F177E575386AF4F16 /* GIDAuthentication.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 84721D9C8FAD373C09FFCDA8D18F212A /* OIDErrorUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 961E434E21EECFB75D4D4B22B1EB5686 /* OIDErrorUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85EA64E2C72CFDEC660AAB46F068F1FA /* GTMAppAuthFetcherAuthorization+Keychain.h in Headers */ = {isa = PBXBuildFile; fileRef = A3FEC1C128420BCA11FDDAEE75669481 /* GTMAppAuthFetcherAuthorization+Keychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B4187E73E36BD0ED44C5FC332FA7472 /* GIDMDMPasscodeCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A04D2C1AA864A79FE49828E815A37CD5 /* GIDMDMPasscodeCache.m */; }; - 8CE97FF0E58BCE9AFEE153CFB2BD8383 /* GIDSignInInternalOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 17B3FEED1CA650DEA41FB1719F8B238B /* GIDSignInInternalOptions.m */; }; + 7F1BB526AAE3ECDCE90127D9D0E10261 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1AC345CB1DE954612F6136B0F613A50 /* StringEncoding+Alamofire.swift */; }; + 7F6E015D616C80C1FDC9C2EBAACD8BF4 /* OIDEndSessionRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = FF8184FD92033DDFD49FF96162F53B06 /* OIDEndSessionRequest.m */; }; + 7FE695DA8EE7FF1286556E06B692009B /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EE74456FFD17A83ECEA5ABB8F02E767 /* MultipartFormData.swift */; }; + 808C960C82D708FC1A42C581D6CB4940 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD5144B1E9E778520B7972FEDC795AD3 /* URLSessionConfiguration+Alamofire.swift */; }; + 81B8D2B7CEB25C2448B0BC9B33591A65 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2299DB2DFA5733E4655B56D047BDC9B7 /* Session.swift */; }; + 8212FF192051DC0519ED1E52AA1F3799 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E37481F12476FCA563F1EFA66945B0C /* Utils.swift */; }; + 821FB438CE312546EE32383F6EA99E65 /* GIDSignInCallbackSchemes.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D6708E16D812F20226E5001DEE943C6 /* GIDSignInCallbackSchemes.m */; }; + 824D816B1EE404F2DD400EE678695CBE /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD688AB212554B064862830DADD11054 /* ResponseSerialization.swift */; }; + 83B4A147D4A32E34545F4D90AA7B4B77 /* GIDAuthentication_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B111FC9D0CFDA3B330483B810F1DB65 /* GIDAuthentication_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83D57DB0E3A54C32CBA0D0016AEFA14C /* GIDAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CDCB6DCA3917C2E1A0AFDE3B4BBDD1C /* GIDAuthentication.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 84721D9C8FAD373C09FFCDA8D18F212A /* OIDErrorUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = B56BF9AE7EEE7EE1F4C99A657216173F /* OIDErrorUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85EA64E2C72CFDEC660AAB46F068F1FA /* GTMAppAuthFetcherAuthorization+Keychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CD9066B0AB35403B31E7BDCDDAD7AF0 /* GTMAppAuthFetcherAuthorization+Keychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8ABC98D87A147ACE0C78D76714481F50 /* fi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C9F0868B455D7665848B531851E20966 /* fi.lproj */; }; + 8B4187E73E36BD0ED44C5FC332FA7472 /* GIDMDMPasscodeCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E341F34CFC3E3EAD2C9B887D5FE4FE09 /* GIDMDMPasscodeCache.m */; }; + 8CE97FF0E58BCE9AFEE153CFB2BD8383 /* GIDSignInInternalOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 052C561F5A6BB218A7139AC77AC34C43 /* GIDSignInInternalOptions.m */; }; 8CF9E0A7ADD7449CF2026546440EBB1F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E23BC8198571E4A574C021C4055A65DC /* Foundation.framework */; }; - 8D75FC8D7476C9674234F39F1A820D8C /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = A22B6702895EBF81F61A7EB6A28085A1 /* URLConvertible+URLRequestConvertible.swift */; }; - 9050D2AF3D97A5AFF66219C94D272C78 /* OIDExternalUserAgentCatalyst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4406F0AE4C549F52D7C66780DD820C9B /* OIDExternalUserAgentCatalyst.m */; }; - 9097772D40D764120DFCF2AC71EE438A /* en_GB.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CC76D02212DD4BEFC680FC59C1DB5D59 /* en_GB.lproj */; }; - 9301C13B1C2F01C18CBEDF320060FAE9 /* OIDAuthorizationService+IOS.m in Sources */ = {isa = PBXBuildFile; fileRef = FE404D27571C93F454232B228C3E72C1 /* OIDAuthorizationService+IOS.m */; }; - 936DA16C80D36E96495E80374C4FEFD3 /* NSBundle+GID3PAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B91B6D969824BD3EDFBFD429BB2B2EF /* NSBundle+GID3PAdditions.m */; }; - 95FDD64A9692CA37FC66E06D2441978C /* el.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B65046B8FD3D5F8B91478F3B301AA386 /* el.lproj */; }; - 9660D41F000EBB5578C150CB601D173A /* SuperTokens.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0162F8F147DBEBB257A08F9D1561FD26 /* SuperTokens.swift */; }; - 97FED1E76FC39C342EEA108FF222A61B /* sk.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D62D0221538AC537D0915C5CE6DBCC85 /* sk.lproj */; }; - 980379E3B08EE6D482F86FBAE9B3E57F /* OIDTokenResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E20CC60FE5766C4F2A823BB7E60C058 /* OIDTokenResponse.m */; }; + 8D75FC8D7476C9674234F39F1A820D8C /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E520D6387C91FD7A5E957B399966404 /* URLConvertible+URLRequestConvertible.swift */; }; + 9050D2AF3D97A5AFF66219C94D272C78 /* OIDExternalUserAgentCatalyst.m in Sources */ = {isa = PBXBuildFile; fileRef = 455B87FFE67C8DFB6E92F240E806D2C8 /* OIDExternalUserAgentCatalyst.m */; }; + 90A3E0ADB41D8C4A05EE2491C6CA9A40 /* ms.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8C19FAC253FC6224A9DD7313B64DEB83 /* ms.lproj */; }; + 9301C13B1C2F01C18CBEDF320060FAE9 /* OIDAuthorizationService+IOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 87EE9C80F128A65CA2D38BAA5738CF97 /* OIDAuthorizationService+IOS.m */; }; + 93255121B01955F754054C4D9D884F46 /* UnauthorisedResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4043F1DFF7129AD201D41C95C368356E /* UnauthorisedResponse.swift */; }; + 936DA16C80D36E96495E80374C4FEFD3 /* NSBundle+GID3PAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = CA1C01D912CB74DBA133DD86A39F71F0 /* NSBundle+GID3PAdditions.m */; }; + 953B739736378B64D7BF01B15018624B /* NormalisedURLPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 103BA2BBE743197C8479FAB2350DB830 /* NormalisedURLPath.swift */; }; + 97D48924C3D0D34891A68822F954FC63 /* tr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7B33C7D57343DB700CF59DCE854F1547 /* tr.lproj */; }; + 980379E3B08EE6D482F86FBAE9B3E57F /* OIDTokenResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FD790693339A0C711D1966D99BD39CB /* OIDTokenResponse.m */; }; 98DD160EA700CD6BAFB6A0D28650FB50 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8603A4DB959871DE360EFA9333222D0D /* Security.framework */; }; - 99D058E53EFEE3AC4857CDE3DBA5C004 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 354B8112E861FA16F7A9A3BBF4A83584 /* ParameterEncoder.swift */; }; - 9B3E18F6BAC42DAC2A8BD0E2C3FFFF2C /* OIDTokenRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B33E815B284C2EAE3BF3081802F2E82 /* OIDTokenRequest.m */; }; - 9C9030DEDB0DF955B16FE08C50892D57 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC1FC87D03F37D7EABCFE488CBE816AC /* Concurrency.swift */; }; - 9E446BE4057BFB71D703FBA219517E40 /* GTMAppAuth-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EFB1DDBFC86D87634348D2D0F015D0E4 /* GTMAppAuth-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9EC0332725DD65AF53A6AA0EFF5D17EF /* th.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D58C3B0D81FB57EB2506CDEE659C904B /* th.lproj */; }; - A0ADE174C817D317A1F11BCDD48F4108 /* GTMAppAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 384529465B344FB93D6941801B9F7315 /* GTMAppAuth.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A12D248E6C1951302E5463446D1B2E6F /* OIDError.m in Sources */ = {isa = PBXBuildFile; fileRef = B76B6A6D8F3E8463249CAA291FC7371F /* OIDError.m */; }; - A29100AA1876DDEFF6F54694A51FDB0E /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F8FBBA53E9FE9CE950E6C79AD87ADBE /* NetworkReachabilityManager.swift */; }; - A31E2FAFD93E85FF3F021F2CF38A4584 /* GIDCallbackQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 27437EE44E8DE5E0494051AEDC437B18 /* GIDCallbackQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A35244C9342474C7118D33BE2996BF00 /* OIDAuthorizationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = B71BE836C652B7EA9269F09C5D8B577E /* OIDAuthorizationRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A448CC9FB6349D52DCDFD3652DA7D6B1 /* GTMOAuth2KeychainCompatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BEE296D9E981F808883C4971F16E180 /* GTMOAuth2KeychainCompatibility.m */; }; - A53BDE589BDD6483F3EEDCE5EA1DCCD3 /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F94C62831FBED182B609CCF9247CF5A /* Protected.swift */; }; - A6074CBFF1FE87653517816278A8426F /* GIDProfileData_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D34059912BB043DF2369E9C2B0C1F7 /* GIDProfileData_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A636502A305EA73DF8BE72146B23888D /* OIDURLSessionProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA37225AD36F3352F88B06F88940E60 /* OIDURLSessionProvider.m */; }; - A756D2E0DB09C86F8B0F7A8D43309598 /* google@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BAF686D4ED2D19859FAC35366FCEA670 /* google@2x.png */; }; - A88A28AD0AE43322D415B1F83183EB66 /* AppAuth-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 009119DF167CACF26377C4A2F5298D4C /* AppAuth-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9BBB81C38ED12E9CF718ACD96A3E50A /* OIDTokenResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A54DE02309D196EB8D472110EC2CBFD /* OIDTokenResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD01060C8D0427A83796DA370460A019 /* OIDAuthState.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C774E6EF9BD089EBC8B4E579553A33A /* OIDAuthState.m */; }; - AD706055D6C6AC0DA87B280993AFC8F8 /* GTMSessionFetcherLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 543E85C72A14E313A87290B14FAC3820 /* GTMSessionFetcherLogging.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0D6020C200BB22F86A38BC0DDFB20E7 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 90597DC9389A0D4A7F00DAC64289551A /* fr.lproj */; }; - B0F0273B21DF71D7CCDF8309D66B84E8 /* SuperTokensURLProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7204FDC1DD340947C8A829AC5E713C0D /* SuperTokensURLProtocol.swift */; }; - B3658C29BBDE1033F6269A92E612CB30 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B49142B7020DA97E8F148E38FCF20DE /* Request.swift */; }; - B3B6291008ABC994156DB8E478E297D6 /* GTMSessionFetcherLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = F893EE8A42CE927D3B7C1F65E6D7C8BD /* GTMSessionFetcherLogging.m */; }; - B40B071395954881429075EA56BF9512 /* OIDExternalUserAgentIOSCustomBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = D8498D35C3C222AEA623441AFEC1D2E7 /* OIDExternalUserAgentIOSCustomBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 99D058E53EFEE3AC4857CDE3DBA5C004 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9982899E8FE87F5B64020CE84061947 /* ParameterEncoder.swift */; }; + 9A3A6C5978DD6D3398EA352719EBEAE4 /* ro.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 55BB3AFE3CB0066E4D5BCDBA3ABBAD31 /* ro.lproj */; }; + 9B3E18F6BAC42DAC2A8BD0E2C3FFFF2C /* OIDTokenRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F91A8360246C6A8CCF19CA286441525 /* OIDTokenRequest.m */; }; + 9C9030DEDB0DF955B16FE08C50892D57 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5CA3841E05C917530B99A65DE619EF6 /* Concurrency.swift */; }; + 9E446BE4057BFB71D703FBA219517E40 /* GTMAppAuth-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 613CCA46A00830AB5977AC7162748F4E /* GTMAppAuth-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0ADE174C817D317A1F11BCDD48F4108 /* GTMAppAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F9E06DACF919E19158C2C4C399922AC /* GTMAppAuth.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A12D248E6C1951302E5463446D1B2E6F /* OIDError.m in Sources */ = {isa = PBXBuildFile; fileRef = 844EB5B48E8BCAE593DC97DCAA24323D /* OIDError.m */; }; + A29100AA1876DDEFF6F54694A51FDB0E /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD281E5405A59F79D2C0A6158AD18E66 /* NetworkReachabilityManager.swift */; }; + A31E2FAFD93E85FF3F021F2CF38A4584 /* GIDCallbackQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 543543B1C483D89C89CB776C88E73FAA /* GIDCallbackQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A35244C9342474C7118D33BE2996BF00 /* OIDAuthorizationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 6874A918380070BF19DD44D3B5BD219D /* OIDAuthorizationRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A37FC160B228BDCC3F6766C365858AC3 /* NormalisedURLDomain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69E31850168045356B64E2563B4A7DBB /* NormalisedURLDomain.swift */; }; + A448CC9FB6349D52DCDFD3652DA7D6B1 /* GTMOAuth2KeychainCompatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FC80D43EC57D77956D73A387BBC3300 /* GTMOAuth2KeychainCompatibility.m */; }; + A53BDE589BDD6483F3EEDCE5EA1DCCD3 /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0338232B0C80053DC53DC8BF0EE01CC6 /* Protected.swift */; }; + A6074CBFF1FE87653517816278A8426F /* GIDProfileData_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FDFA27684F7EF8FA6DF0BCD78E2DD7F0 /* GIDProfileData_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A636502A305EA73DF8BE72146B23888D /* OIDURLSessionProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 99243BE0999291E60FCF378E8B54F2E7 /* OIDURLSessionProvider.m */; }; + A7093B46B52CB01D06D8BA2481A51A0B /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 621C061E86A6F87469DFE2601CA909C4 /* Version.swift */; }; + A88A28AD0AE43322D415B1F83183EB66 /* AppAuth-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8FFB0C6AB3764B2E7D164F702EFA59 /* AppAuth-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A8905D943987A0395A54227F68C657F4 /* GTMSessionFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A2FBCF6ED477D0A5E93B4232E6CD9B6 /* GTMSessionFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A895456CE7035D7B4611F02D49268554 /* GTMSessionUploadFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 88B44379BF15EFF2CD1D180DDEFBE675 /* GTMSessionUploadFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A90C5E0FD8A1FE159D9D32BA0F5BCA38 /* zh_TW.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9A23DEC8828863E5EA405D2ABD8B19B5 /* zh_TW.lproj */; }; + A9BBB81C38ED12E9CF718ACD96A3E50A /* OIDTokenResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 2726DAFC7364287C6C5B780ED7769DE1 /* OIDTokenResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC9D6C33BC6BDFFBD5AA07B81D949F0D /* hu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AC066356651E36E561EC73D1DCEE07DC /* hu.lproj */; }; + AD01060C8D0427A83796DA370460A019 /* OIDAuthState.m in Sources */ = {isa = PBXBuildFile; fileRef = CEC31FA643F859A3A701F0DB69A429C3 /* OIDAuthState.m */; }; + AE230B96171BC2B3B66EA24F3DDDC558 /* FrontToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = 003E13ECAC70880ED4CD4F69AA36DA53 /* FrontToken.swift */; }; + B0578577EF66EF804E7971C0539B0A1E /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E622FFB7E845C75D020FDF8A983F5F94 /* es.lproj */; }; + B1F3C53DB512FB766262E99D8BB33E6F /* GTMSessionFetcherLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A30C0FBA2A9A851160229EAC73D8997 /* GTMSessionFetcherLogging.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3658C29BBDE1033F6269A92E612CB30 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5C7CE6FB34DC6236E51F3C3E44403AB /* Request.swift */; }; + B40B071395954881429075EA56BF9512 /* OIDExternalUserAgentIOSCustomBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7055A4869781CF15DC66A4BF6E4DA582 /* OIDExternalUserAgentIOSCustomBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; B47E46A9AE061B331AA5A111D9D75835 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84665582944CFB045E8104EE29A131B4 /* CoreGraphics.framework */; }; - B704B198B9B520D449260877E300D821 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C7B50D8B6D9AE8FE24B85976F871FE8 /* ServerTrustEvaluation.swift */; }; - BA6AC8CD73849772B332797B55EA8CC3 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 89B9D7CC8187B9E3E2C6B154A1E835EF /* en.lproj */; }; - BB4A42BC10B2E69F4579A26457C28CDA /* OIDRegistrationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 775BA81A255F84476C0985EF275B4D3B /* OIDRegistrationRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC0ECA8F22DEDE8886E189CD0EAA1197 /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11FF6F1BB5DA52B2B1D293219FEE898E /* URLRequest+Alamofire.swift */; }; - C14C22DB0DD8A7008CF155652590D8DD /* he.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AF86B3851BB5C917EDCECDEB09F9B9CB /* he.lproj */; }; - C2636D19CCE19A2042D35425D3CCC620 /* AppAuth-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CD31D2AA526A9A4CA88FAE3F35782A61 /* AppAuth-dummy.m */; }; - C458B494A56BD26450AAFC741C575370 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 43F397256322FDDEFCAB9DAABECB4844 /* nl.lproj */; }; - C8976FBA6C401ACD821CC8008118D275 /* OIDIDToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0F1968FC60FF1E9F5B5454C7332559 /* OIDIDToken.m */; }; - CCF47FFB15F39E4ACAF3C9320138B20E /* OIDExternalUserAgentCatalyst.h in Headers */ = {isa = PBXBuildFile; fileRef = D45D04E3E558A6E89ADB09EFDB334D70 /* OIDExternalUserAgentCatalyst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE0C5D7338C636262AEF7C03E0D679B6 /* GoogleSignIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 31BC93285B72D2FCBA815F7B667E25CA /* GoogleSignIn.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEBFFEED65D877702B2F36102528CF6D /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00FC830F83674CAD1D271204E6DD0520 /* EventMonitor.swift */; }; - D0071619501A1BD33EB0ED4C00614856 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69E7A3604F3AD42797C8B586C222333F /* Constants.swift */; }; - D08E73CE77698A4EC2EFF175667F92A8 /* OIDEndSessionRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E137D7001D73DD7E4F5A18267CC54710 /* OIDEndSessionRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D0EA90FBF83350C49E6EF6C8A98D6F00 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A20CE0FB7DEA5569EF245DE657211A /* AFError.swift */; }; - D2B9A06C28C8A7A56EE1ABE7F8436A34 /* ro.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8116144F6DBBF407A8BA2E90F4BC99BA /* ro.lproj */; }; - D340F603D2D378520C7DF6D1017C5867 /* GTMAppAuthFetcherAuthorization.h in Headers */ = {isa = PBXBuildFile; fileRef = 150863F416FE00AD694BBE65696E569A /* GTMAppAuthFetcherAuthorization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D49D9E2AB303E619859C2298F81B683A /* google@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3E0B81C6482978F18D9E227FF3B5CC10 /* google@3x.png */; }; - D53BA1EB19FC853BD345171432069A98 /* OIDScopeUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = DBD2D0E59F6FC5DD30F5D558AE792D60 /* OIDScopeUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5642F71CE45450DF87F7190152DB0F3 /* OIDAuthorizationService+IOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 9172CD2FEEF0C2BCE28D278FA9BC6009 /* OIDAuthorizationService+IOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5D2102CE504EB66B82F23E2DFBB492C /* zh_CN.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 93FC82167223A472A57144A72CA1ABDB /* zh_CN.lproj */; }; - D6B4751CED01D53E4A1B6A571AAA2F83 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77B4C1118C0954B1BCAE687491856C86 /* HTTPMethod.swift */; }; - D6EA3D1F76403E9BCB02CCA1F9F608B8 /* GIDScopes.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AEF2CC2ABB435CDB2D7E7CD4992533F /* GIDScopes.m */; }; - D7D49B9129898D8BED968B9407310B1E /* OIDAuthorizationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EA83F7D824984F7B8D23BCC663650D4 /* OIDAuthorizationResponse.m */; }; - D89A9441362A4F228D78081E9FF3A580 /* GTMKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = F50FD74E40ADA4AE3FC2814D7AAC112E /* GTMKeychain.m */; }; - D92C11C1D35C4242C0D074F9559479D9 /* fr_CA.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E6ED8776519B59A03D914EFA5CF83049 /* fr_CA.lproj */; }; - D9CE2B486C831679A3D8947AC7E854D5 /* OIDExternalUserAgentIOSCustomBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 12ECCA74981A41BFC9761EFFC504DC09 /* OIDExternalUserAgentIOSCustomBrowser.m */; }; - DA34899BEF0668D76CBCE8C4CE47B97B /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F2095836E9252ECC0F2E8E61B7196F /* RequestTaskMap.swift */; }; - DADE4CDDCE95CA2D103F9045C64B992A /* zh_TW.lproj in Resources */ = {isa = PBXBuildFile; fileRef = FF6B6D05AF4A29DCE2808F9FBD963FFC /* zh_TW.lproj */; }; - DB94E739C7E553F1B7D1C56E1A05EEF2 /* NormalisedURLPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB86B29C969F4D38ED2181E7E08B8CF0 /* NormalisedURLPath.swift */; }; - DCDDF8ED590ED356A4BE24876B61D844 /* GIDSignInStrings.h in Headers */ = {isa = PBXBuildFile; fileRef = C6ECC569F61F3A92BFA3C9506BE06789 /* GIDSignInStrings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD80B3DE5E72AB8D91DE650B4C8F8521 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3242F8B692DDE9652F804D21A74782B /* Utils.swift */; }; - DD902FE8D6824681C929D028655AE121 /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B1E1C233D36096923812E62FF384AC /* RequestInterceptor.swift */; }; - DE601C5596687C11434FC0E08F30F076 /* OIDResponseTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 633FE16171B9D9456684156E504BE83A /* OIDResponseTypes.m */; }; - DEC596E428B53B359D47145C9AE70DE5 /* GIDSignInCallbackSchemes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC3191EB41E6CF39EA0C5F5FEA73AAF /* GIDSignInCallbackSchemes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF035279E713FDA8F7FA55C1EE2DE81C /* OIDGrantTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 934EA4BF38E5A6CE71CAB581E3C844C3 /* OIDGrantTypes.m */; }; + B704B198B9B520D449260877E300D821 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1D85338E72A588C467B37701CB558CF /* ServerTrustEvaluation.swift */; }; + B99C90E4189B0520A7EE07EC214EBB97 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E23BC8198571E4A574C021C4055A65DC /* Foundation.framework */; }; + BB4A42BC10B2E69F4579A26457C28CDA /* OIDRegistrationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BEC66EC928D80ABBC335C9E7C319B6D /* OIDRegistrationRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC0ECA8F22DEDE8886E189CD0EAA1197 /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C697AFC91715222DD4118F84B5C92D1F /* URLRequest+Alamofire.swift */; }; + BD8BD4F66D9ACB7440D966A103DBA8FF /* pt_PT.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 864AAA448883F593475F7F7B41882126 /* pt_PT.lproj */; }; + BFCE37C0D334BAF635138D25BDBC801C /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D06956562AAC722DEE6B15FC6203E2 /* Error.swift */; }; + C123283B94070D3723C9B19703ACFAB7 /* SuperTokensIOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B30363C15202FD68564BAD5B3A2E922C /* SuperTokensIOS-dummy.m */; }; + C1E2C53757818E0F3AD166E0E5D67447 /* fr_CA.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C1D1A7350157BF190A2A52220B973E6C /* fr_CA.lproj */; }; + C23C6394370BF20A47FC5DE501482B0A /* AntiCSRF.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1E39CEC5330337D23A6D3828084F937 /* AntiCSRF.swift */; }; + C2636D19CCE19A2042D35425D3CCC620 /* AppAuth-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C9349B02D7B2091AC651BC675B9B9BE /* AppAuth-dummy.m */; }; + C4ED6AF38FF2BA503B4FE2AE160D88C3 /* ar.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A446C3F80EB9B0A87577E4CDA9F023F6 /* ar.lproj */; }; + C61BA42440ABEA7FC4307D2AB9785916 /* GTMSessionFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DA4408BFE8D6AEF5BC55270D87C631D /* GTMSessionFetcher.m */; }; + C8976FBA6C401ACD821CC8008118D275 /* OIDIDToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 26AE18C7C466BF7151EF35E7C0E2BEA2 /* OIDIDToken.m */; }; + C8F14EFE1D32300A99520CC95F142059 /* el.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 4B18D4C216ABE8BA812679B174BAD99F /* el.lproj */; }; + C9514906ECA6C0CF90BA47074C2A4CE9 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8603A4DB959871DE360EFA9333222D0D /* Security.framework */; }; + CC401652930FFB66DD8DC9CDCDC1F3C4 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A1865D239E3E7CE6EE951935318E61CE /* pl.lproj */; }; + CCF47FFB15F39E4ACAF3C9320138B20E /* OIDExternalUserAgentCatalyst.h in Headers */ = {isa = PBXBuildFile; fileRef = DF3DB6E1254D068D7F14E58516D7A427 /* OIDExternalUserAgentCatalyst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE0C5D7338C636262AEF7C03E0D679B6 /* GoogleSignIn.h in Headers */ = {isa = PBXBuildFile; fileRef = FC4D2EDB7AA35254CE463C2D9196BC10 /* GoogleSignIn.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CEBFFEED65D877702B2F36102528CF6D /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81A3A9C4C17C2670AF2F02C856D3E2C6 /* EventMonitor.swift */; }; + D08E73CE77698A4EC2EFF175667F92A8 /* OIDEndSessionRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 0659F4FB29593BEFEB74134FD5D43E57 /* OIDEndSessionRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0EA90FBF83350C49E6EF6C8A98D6F00 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1858465BDECBB841167B5836024204C2 /* AFError.swift */; }; + D340F603D2D378520C7DF6D1017C5867 /* GTMAppAuthFetcherAuthorization.h in Headers */ = {isa = PBXBuildFile; fileRef = 123CC2CF156ED69D9DC0082C214B530C /* GTMAppAuthFetcherAuthorization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D34D4F3F16A624799D6304266B46CFCE /* ca.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 10BCAE86CDBEB9EC1A4ADC636E681F72 /* ca.lproj */; }; + D534D720BF7DBD6BC976E108B520DC06 /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = CF785ABD1B111F3A644CF38B56C7A62D /* Roboto-Bold.ttf */; }; + D53BA1EB19FC853BD345171432069A98 /* OIDScopeUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = ED8C73EA9615C47CD1D0EB2FA7ACA726 /* OIDScopeUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5642F71CE45450DF87F7190152DB0F3 /* OIDAuthorizationService+IOS.h in Headers */ = {isa = PBXBuildFile; fileRef = B20510944B99ECD862E211A5D28D3325 /* OIDAuthorizationService+IOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6B4751CED01D53E4A1B6A571AAA2F83 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC8FACD460E277EF94D7FA302C73BE5 /* HTTPMethod.swift */; }; + D6EA3D1F76403E9BCB02CCA1F9F608B8 /* GIDScopes.m in Sources */ = {isa = PBXBuildFile; fileRef = EEF68CADA44A4136BA3E134EDD393F46 /* GIDScopes.m */; }; + D7D49B9129898D8BED968B9407310B1E /* OIDAuthorizationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 997EAC18D27A9F7076CC42ED0B65BAFB /* OIDAuthorizationResponse.m */; }; + D89A9441362A4F228D78081E9FF3A580 /* GTMKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 44EB305D46EDE4E1F9B36FBDF5280FCA /* GTMKeychain.m */; }; + D9CE2B486C831679A3D8947AC7E854D5 /* OIDExternalUserAgentIOSCustomBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = CEC11B4E057CF8344B4306870BC1690B /* OIDExternalUserAgentIOSCustomBrowser.m */; }; + DA34899BEF0668D76CBCE8C4CE47B97B /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15A923AA0C624EE6BEDD909424A70E05 /* RequestTaskMap.swift */; }; + DB62B806BF4CED6D159B42EF7B8B7F12 /* google@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D2BFFDAA3AE5639BE0A0E674B2FEAE81 /* google@2x.png */; }; + DCDDF8ED590ED356A4BE24876B61D844 /* GIDSignInStrings.h in Headers */ = {isa = PBXBuildFile; fileRef = 0442704984F61F6704A80A7149B4ACDF /* GIDSignInStrings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCE53DB0FF2266DBEABAFFF79B618147 /* nb.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 081595D311DFD1BFD63133D031FB714E /* nb.lproj */; }; + DD902FE8D6824681C929D028655AE121 /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1E3B1FADB8C30CECECADCD85C35244D /* RequestInterceptor.swift */; }; + DE601C5596687C11434FC0E08F30F076 /* OIDResponseTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 76AD735E771801171A872A088B5899CA /* OIDResponseTypes.m */; }; + DEC596E428B53B359D47145C9AE70DE5 /* GIDSignInCallbackSchemes.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D127749CFC36FBAABBD6E9161D1DB1 /* GIDSignInCallbackSchemes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF035279E713FDA8F7FA55C1EE2DE81C /* OIDGrantTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 408FDF8D98B5A61B15B08A55CAA4514A /* OIDGrantTypes.m */; }; DF52D786A8770CCB89E0DB063D82E522 /* GoogleSignIn-GoogleSignIn in Resources */ = {isa = PBXBuildFile; fileRef = E5BA41B7F2E1FE47F9ABCAC27C9E4281 /* GoogleSignIn-GoogleSignIn */; }; - E0A045EFE8632A1839FF0F23C4797FB7 /* OIDServiceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 131FE059762AECB6BD7F89107D8D6081 /* OIDServiceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0BA0581C7AD618009FC7C169933CC7A /* GIDGoogleUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C1B1CE12A1B155169C9F8835AF6596E /* GIDGoogleUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2D4DF482E8F882B8FEC15020D3AEAA9 /* OIDIDToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E3D5B975A6F722CFB5774BFCB468B2 /* OIDIDToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2FE2CB957779A7DCA1AD95C1215BC56 /* GIDScopes.h in Headers */ = {isa = PBXBuildFile; fileRef = 077439475C91F2BCFB7E60EC4FFD37B7 /* GIDScopes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E40C6890AA467B55012274CDC8544E35 /* ca.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 610D27C0B64C023AF0A4D743893C7215 /* ca.lproj */; }; + E0A045EFE8632A1839FF0F23C4797FB7 /* OIDServiceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 5188C9C419C080F27F2B2122D2B5255F /* OIDServiceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0BA0581C7AD618009FC7C169933CC7A /* GIDGoogleUser.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB0FF815FC476F954B42D7C8C8C7993 /* GIDGoogleUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2D4DF482E8F882B8FEC15020D3AEAA9 /* OIDIDToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B9EA9A25C7637CCAD5C389BB546A2D /* OIDIDToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2FE2CB957779A7DCA1AD95C1215BC56 /* GIDScopes.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A300E136EF83DD50531DBEB845A86B8 /* GIDScopes.h */; settings = {ATTRIBUTES = (Project, ); }; }; E503CCD2253A3675FF0487760DAA134F /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 776ABC110FB6CD59430C53CC897B2F32 /* CoreText.framework */; }; - E54654D504A42C24F284A68F87F7671D /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B202E0E3D233407188BC8304E0A834C2 /* OperationQueue+Alamofire.swift */; }; - E5C54585B5B2C0D195F4CEA28F28E67D /* OIDScopes.h in Headers */ = {isa = PBXBuildFile; fileRef = BF4DF4D72B8C1A216C9717D9AA19EBBA /* OIDScopes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E683FAD3781CD4FF38D3B78860451945 /* OIDServiceDiscovery.m in Sources */ = {isa = PBXBuildFile; fileRef = 52AC01D48EAEFE73349047040D0DD5D5 /* OIDServiceDiscovery.m */; }; - E68DFBC20982FEA7114CBB25144D3086 /* OIDAuthState+IOS.h in Headers */ = {isa = PBXBuildFile; fileRef = F30074627E7A27846F413799A72C81A4 /* OIDAuthState+IOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7B0A51E30EDA1D3D84A69DD17F9CF6D /* GIDCallbackQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A3875448E694762169E762B828766F5 /* GIDCallbackQueue.m */; }; - E966191B1149AEE7B5295921B2AD7381 /* OIDServiceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 671C93FC135EEE9B80F1DB8DF66E72C7 /* OIDServiceConfiguration.m */; }; - E9B4C89E7EB3B27D46AFCA452C3D426F /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81B067ADEF8CE78593BF84381F61E1D7 /* MultipartUpload.swift */; }; - EBE36AFF9964F232ABAEA6E260C5CF82 /* OIDServiceDiscovery.h in Headers */ = {isa = PBXBuildFile; fileRef = ABA4F790FD4EC41667C5F02086FA86DD /* OIDServiceDiscovery.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EE2C1A0DD32A33303C09254902FEAADC /* GIDSignInStrings.m in Sources */ = {isa = PBXBuildFile; fileRef = 37EE102BEFD0EEB4DCFB8051DE2F68F1 /* GIDSignInStrings.m */; }; - EEC150B66BCCD6C80FDA7E4D1975166B /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB585FDBDB7E5BFC6FFB77BB9AE1531F /* DispatchQueue+Alamofire.swift */; }; - EF535CF66FD8FB5BCBC4888CDC9CBD32 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E23BC8198571E4A574C021C4055A65DC /* Foundation.framework */; }; - F0165E2342B1E0E1D57B530178D72DED /* cs.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7FCF579CF6B690573F6427A194F72E56 /* cs.lproj */; }; - F159FDF0C26037758BF2D029A4BDEF6E /* GIDSignIn_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 99F3BAC87C4DC0C83F6C757AE8B86B59 /* GIDSignIn_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F17A4CA4664CABB331D39FE902E06843 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B748DDF82EB6C21242CFA2A590C7563 /* Alamofire.swift */; }; - F17DBCE35EB7B3C3D5EA1A7B34891A23 /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 688A7786321B517F29711B35A76566EB /* ru.lproj */; }; - F23CEE6326992BCA15408CE8A833123A /* GIDGoogleUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F3A83B8278A1947E80DC822134AE3B /* GIDGoogleUser_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F35D7470AC91535462D8AD99E9B1D4C2 /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 26D699B746DA161BBD910C4593FFFABD /* Roboto-Bold.ttf */; }; - F400A7E1D6D96491E7CB7405AB9A0ED0 /* ar.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E7102952F4F7002486255A0BD597E6CC /* ar.lproj */; }; - F4C632820888B3D587A98EF97DDEA89C /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CC1BA4AB455E0D6C51473F7486409BD1 /* ja.lproj */; }; - F69AA197ECA2D233F1CAB0E72413D06A /* pt_BR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D962A5BBD8527C0238DC6599403BD62F /* pt_BR.lproj */; }; - F6DFD56872F184E473D37C178A6DB8FD /* GIDConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 61BA0F3C42526DEE0187F4A40E1E80CC /* GIDConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F6E75F5FD0501A6E1464C1153B20CB97 /* OIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = E5CD06751E2F0480A5DC110E4BA43255 /* OIDDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F759C83BCD15EB0FBCFF0FAC775D645A /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3499337B68F0E839DAEC414CE7CC24F4 /* pl.lproj */; }; - F8473F19A98E8C04DA797F91A71F8443 /* GIDGoogleUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A29215731CB11DA91B686561671070A /* GIDGoogleUser.m */; }; - F950D208FA4D412081B58F83807785A4 /* OIDRegistrationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EABFBF8663CEDF3375EAF1109A3E03D /* OIDRegistrationResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9ABEC95D6ED837E4A049B775F6081D1 /* FrontToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEFDB3072CF313DC9417A1538A36290C /* FrontToken.swift */; }; - FA57677851302C0F13C69A459895DCEF /* NSBundle+GID3PAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3770C4EFB61C48006857628CBB8CFCB0 /* NSBundle+GID3PAdditions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBC7E3D57EBE436FA4D3E1F2A10F19FE /* SuperTokensIOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 830024577722019B05C3821031503085 /* SuperTokensIOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDE948CC3A35F70EAEB413E5DE09C5ED /* OIDRegistrationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E446AE246538D04633FE4452EB2E88B /* OIDRegistrationResponse.m */; }; + E54654D504A42C24F284A68F87F7671D /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59E3D873866C39664CB30174866449B /* OperationQueue+Alamofire.swift */; }; + E5C54585B5B2C0D195F4CEA28F28E67D /* OIDScopes.h in Headers */ = {isa = PBXBuildFile; fileRef = 66FC8AF4F16352D3FF1123CB6FCDB03B /* OIDScopes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E683FAD3781CD4FF38D3B78860451945 /* OIDServiceDiscovery.m in Sources */ = {isa = PBXBuildFile; fileRef = 74DEEF18D1500A41D11E7303EDC7326B /* OIDServiceDiscovery.m */; }; + E68DFBC20982FEA7114CBB25144D3086 /* OIDAuthState+IOS.h in Headers */ = {isa = PBXBuildFile; fileRef = F62864FA1123E60873A6281C7A61190F /* OIDAuthState+IOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7B0A51E30EDA1D3D84A69DD17F9CF6D /* GIDCallbackQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 31F05AD4300E1AC79CA2AF3DEECCEAC4 /* GIDCallbackQueue.m */; }; + E90E170121D17B98C02DF50D4F295E8E /* da.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5FDF298F2868A21905D01CCBDA2D7A85 /* da.lproj */; }; + E966191B1149AEE7B5295921B2AD7381 /* OIDServiceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AE8286C5131391C758F980F56CFB1B8 /* OIDServiceConfiguration.m */; }; + E9A7C114A547A54A4AEBC072ADB5362F /* zh_CN.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9845381C6DE269065F8D889E1DC63D36 /* zh_CN.lproj */; }; + E9B4C89E7EB3B27D46AFCA452C3D426F /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C185BFFA3E9B03AFDFA8E754B14C65 /* MultipartUpload.swift */; }; + EBE36AFF9964F232ABAEA6E260C5CF82 /* OIDServiceDiscovery.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EFF43962D755910ABF8658A210C0246 /* OIDServiceDiscovery.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECA83DAAF37943F7402834A57D697DFC /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8787738D9B4F98D6A6E005C6E8731FC7 /* nl.lproj */; }; + EE2C1A0DD32A33303C09254902FEAADC /* GIDSignInStrings.m in Sources */ = {isa = PBXBuildFile; fileRef = 17FF17B13120A125AE8DF365A6364C22 /* GIDSignInStrings.m */; }; + EEC150B66BCCD6C80FDA7E4D1975166B /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD5488212F2A42E64A80D3EF60F417D3 /* DispatchQueue+Alamofire.swift */; }; + F159FDF0C26037758BF2D029A4BDEF6E /* GIDSignIn_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E82ECB3E0951051FF0AD6AABC4B926 /* GIDSignIn_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F17A4CA4664CABB331D39FE902E06843 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94FF3CDE72A43B1C8E52E7BE464D851A /* Alamofire.swift */; }; + F23CEE6326992BCA15408CE8A833123A /* GIDGoogleUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FA033E400C6355B102E6CE66AF2344D /* GIDGoogleUser_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F379A500B6AA1AE39D30AD851EDD516B /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 19B9A0D52E45E2C75952BE26023839F2 /* it.lproj */; }; + F6DFD56872F184E473D37C178A6DB8FD /* GIDConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2992516F5A51D4BCE7B3478802318908 /* GIDConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F6E75F5FD0501A6E1464C1153B20CB97 /* OIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 31287FE3D5E539EFD52A60C3FD284217 /* OIDDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8204251164204834D7B51004E53CF8B /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D38CBA514646EAF2A760C9D7FCBEB9CC /* ko.lproj */; }; + F8473F19A98E8C04DA797F91A71F8443 /* GIDGoogleUser.m in Sources */ = {isa = PBXBuildFile; fileRef = D2C0133F3DBC43662E450E74E1616EDC /* GIDGoogleUser.m */; }; + F950D208FA4D412081B58F83807785A4 /* OIDRegistrationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = F25A92CF4A9B98935221B8B1065EFA5A /* OIDRegistrationResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA57677851302C0F13C69A459895DCEF /* NSBundle+GID3PAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE213852442118EB9767760322EF7332 /* NSBundle+GID3PAdditions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC0DDE2ED7078D1E09408CC74B4FC3E6 /* vi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 15B737379AD79BC910E871239E180DB0 /* vi.lproj */; }; + FD766D88B7E258E9EF16B7F9FFBB5E1C /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A89E315984A4903D14EBA8D7A02ECE /* Constants.swift */; }; + FDE948CC3A35F70EAEB413E5DE09C5ED /* OIDRegistrationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 2927C85C1EA4EE5AD1EFBA5EA25A4E0C /* OIDRegistrationResponse.m */; }; + FE336CA094FD69D3797005BDB4B9618A /* Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01F8347741E0313E6120E5D094FB4A23 /* Dictionary.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 10B84FC30CA5459E3C9C396F328AA511 /* PBXContainerItemProxy */ = { + 1A2A4F170C11942B2BC4CA56EBB683F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 22111B9B809C629766088073D2FCF6C4; - remoteInfo = SuperTokensIOS; - }; - 1840CB26AC7D2A95442D748714568185 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - 5FD49D3A0EB645282A51FF081CE6BC8D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8627999EF1D5E93E13DAFF580DA8CDCF; - remoteInfo = GTMAppAuth; + remoteGlobalIDString = CAD3534FC55B0333104E5117C0A9A324; + remoteInfo = GoogleSignIn; }; - 942B759AA4A46BF307A65887CACF7E19 /* PBXContainerItemProxy */ = { + 29C239EB5C503479BB32B4539F61B437 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; remoteInfo = AppAuth; }; - B26FEBD53E119EECDBDACF28B4B8E273 /* PBXContainerItemProxy */ = { + 29E012113257E1F6129D3014CFBEB12C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D676E21115185671D7258A56944ABE98; remoteInfo = GTMSessionFetcher; }; - BB0A0BA22D24EE5DB1CE6747CA5D8092 /* PBXContainerItemProxy */ = { + 515D8B500320C1D8F813A8B8131BE1C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8627999EF1D5E93E13DAFF580DA8CDCF; remoteInfo = GTMAppAuth; }; - BFC2255864B8DD2ABB948983FA8EA3D1 /* PBXContainerItemProxy */ = { + 553CC11C52BE63C2C3D35E81207F835E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7DFA91ED3A3D0BC020C3C843A3D1EB38; - remoteInfo = "GoogleSignIn-GoogleSignIn"; + remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; + remoteInfo = AppAuth; }; - D8D398AFA649D296D0F881DF57722047 /* PBXContainerItemProxy */ = { + 5C491E2FD575A22DFBC0F609025CD3ED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CAD3534FC55B0333104E5117C0A9A324; - remoteInfo = GoogleSignIn; + remoteGlobalIDString = 22111B9B809C629766088073D2FCF6C4; + remoteInfo = SuperTokensIOS; }; - D8E52A6677FE9E76E7DBC7A043B34668 /* PBXContainerItemProxy */ = { + B5F69692969F29D833CE87F8EBD79683 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25C8E397233E3949653DE6336A45B085; - remoteInfo = xcbeautify; + remoteGlobalIDString = D676E21115185671D7258A56944ABE98; + remoteInfo = GTMSessionFetcher; }; - DA9B1EAE5D158D4DE771B6CBB8754BAD /* PBXContainerItemProxy */ = { + B729F9705159F42DA556D74A3AFC7ACE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D676E21115185671D7258A56944ABE98; - remoteInfo = GTMSessionFetcher; + remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; + remoteInfo = AppAuth; }; - E41DBD0BFB33D827DA8159644FAEAD10 /* PBXContainerItemProxy */ = { + E35F4906BC262AF0B21988028751717A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D676E21115185671D7258A56944ABE98; remoteInfo = GTMSessionFetcher; }; - F0B51F5E01ABE1AE529EF02E4A4EB84D /* PBXContainerItemProxy */ = { + F00DECC804F636772C4DD025B85FD19B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; - remoteInfo = AppAuth; + remoteGlobalIDString = 7DFA91ED3A3D0BC020C3C843A3D1EB38; + remoteInfo = "GoogleSignIn-GoogleSignIn"; }; - F36E6D73DEF42F0CEE3251F09160B271 /* PBXContainerItemProxy */ = { + F11B4DEB269C4C33E44123990565B6AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; - remoteInfo = AppAuth; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + FAA5BDAAE10A47505465F11246BEC2EC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8627999EF1D5E93E13DAFF580DA8CDCF; + remoteInfo = GTMAppAuth; + }; + FFED9CA8D2C211C01702F139C7080279 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 25C8E397233E3949653DE6336A45B085; + remoteInfo = xcbeautify; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 009119DF167CACF26377C4A2F5298D4C /* AppAuth-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AppAuth-umbrella.h"; sourceTree = ""; }; - 00ADCFEFCDFB16CD6A147CAB488FE0E3 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; - 00FC830F83674CAD1D271204E6DD0520 /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; - 0162F8F147DBEBB257A08F9D1561FD26 /* SuperTokens.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SuperTokens.swift; path = SuperTokensIOS/Classes/SuperTokens.swift; sourceTree = ""; }; - 03AF38FD299F268C3CB851470669F3D4 /* SuperTokensIOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SuperTokensIOS.debug.xcconfig; sourceTree = ""; }; - 067360484B9BDE3B73174938950CEE6C /* OIDTokenRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenRequest.h; path = Source/AppAuthCore/OIDTokenRequest.h; sourceTree = ""; }; - 077439475C91F2BCFB7E60EC4FFD37B7 /* GIDScopes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDScopes.h; path = GoogleSignIn/Sources/GIDScopes.h; sourceTree = ""; }; - 087C2E54E818EBD8593E22169A51F3D3 /* GIDSignInCallbackSchemes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignInCallbackSchemes.m; path = GoogleSignIn/Sources/GIDSignInCallbackSchemes.m; sourceTree = ""; }; - 0A227356DDA6FDA6390387549C91646A /* GIDSignInButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignInButton.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h; sourceTree = ""; }; - 0A29215731CB11DA91B686561671070A /* GIDGoogleUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDGoogleUser.m; path = GoogleSignIn/Sources/GIDGoogleUser.m; sourceTree = ""; }; - 0A818223FC0316A5BC1C5FC85BC1159A /* OIDRegistrationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDRegistrationRequest.m; path = Source/AppAuthCore/OIDRegistrationRequest.m; sourceTree = ""; }; - 0B33E815B284C2EAE3BF3081802F2E82 /* OIDTokenRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenRequest.m; path = Source/AppAuthCore/OIDTokenRequest.m; sourceTree = ""; }; - 0B91B6D969824BD3EDFBFD429BB2B2EF /* NSBundle+GID3PAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+GID3PAdditions.m"; path = "GoogleSignIn/Sources/NSBundle+GID3PAdditions.m"; sourceTree = ""; }; - 0BF7E06178359F6C2171A106B492C451 /* GTMAppAuth.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMAppAuth.debug.xcconfig; sourceTree = ""; }; - 0BFDE872FBF069916E97B05F94CF0BE8 /* GTMSessionUploadFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionUploadFetcher.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionUploadFetcher.h; sourceTree = ""; }; - 0D2DA789C84A103C6F15CE49A2476174 /* OIDAuthStateChangeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthStateChangeDelegate.h; path = Source/AppAuthCore/OIDAuthStateChangeDelegate.h; sourceTree = ""; }; - 0E00C514CBB36C49279C9E7EA4CD7AA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; + 003E13ECAC70880ED4CD4F69AA36DA53 /* FrontToken.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FrontToken.swift; path = SuperTokensIOS/Classes/FrontToken.swift; sourceTree = ""; }; + 00A86C4680902B51C6A3020A8279BCCC /* GTMAppAuth.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMAppAuth.modulemap; sourceTree = ""; }; + 01F8347741E0313E6120E5D094FB4A23 /* Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dictionary.swift; path = SuperTokensIOS/Classes/extensions/Dictionary.swift; sourceTree = ""; }; + 02A89E315984A4903D14EBA8D7A02ECE /* Constants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constants.swift; path = SuperTokensIOS/Classes/Constants.swift; sourceTree = ""; }; + 02E1518AA159378314AC0C2FC1499273 /* OIDClientMetadataParameters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDClientMetadataParameters.m; path = Source/AppAuthCore/OIDClientMetadataParameters.m; sourceTree = ""; }; + 0338232B0C80053DC53DC8BF0EE01CC6 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; + 0442704984F61F6704A80A7149B4ACDF /* GIDSignInStrings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignInStrings.h; path = GoogleSignIn/Sources/GIDSignInStrings.h; sourceTree = ""; }; + 0450CEA25B67C6C1671F9A1C9A4A308F /* AppAuthCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppAuthCore.h; path = Source/AppAuthCore.h; sourceTree = ""; }; + 052652DC1ED13FB7F9E731BD22C992D3 /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = GoogleSignIn/Sources/Strings/ru.lproj; sourceTree = ""; }; + 052C561F5A6BB218A7139AC77AC34C43 /* GIDSignInInternalOptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignInInternalOptions.m; path = GoogleSignIn/Sources/GIDSignInInternalOptions.m; sourceTree = ""; }; + 0611D06D75A341CCCB574B082EFECFA5 /* GIDSignIn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignIn.m; path = GoogleSignIn/Sources/GIDSignIn.m; sourceTree = ""; }; + 0659F4FB29593BEFEB74134FD5D43E57 /* OIDEndSessionRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDEndSessionRequest.h; path = Source/AppAuthCore/OIDEndSessionRequest.h; sourceTree = ""; }; + 07DE0A6486C1ACA40DA155ED70CD5090 /* SuperTokensIOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SuperTokensIOS.release.xcconfig; sourceTree = ""; }; + 081595D311DFD1BFD63133D031FB714E /* nb.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nb.lproj; path = GoogleSignIn/Sources/Strings/nb.lproj; sourceTree = ""; }; + 09E71924FB07E0FAF15459DD73B2C6D7 /* GTMKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMKeychain.h; path = GTMAppAuth/Sources/Public/GTMAppAuth/GTMKeychain.h; sourceTree = ""; }; + 0A25BD0003ED28611136C586AB7F54FF /* AppAuth-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AppAuth-prefix.pch"; sourceTree = ""; }; + 0A4D1152DBC49591439680362DF4A063 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 0AE8286C5131391C758F980F56CFB1B8 /* OIDServiceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDServiceConfiguration.m; path = Source/AppAuthCore/OIDServiceConfiguration.m; sourceTree = ""; }; + 0C82DB551DB921FCAF863980E18C3E0A /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; + 0CAE6549FFA610140A40435837C907D8 /* SuperTokensIOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SuperTokensIOS-Info.plist"; sourceTree = ""; }; 0E896FCC8701CF29FF6D1C8E3230FC9E /* Pods-iosenv-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iosenv-umbrella.h"; sourceTree = ""; }; - 0F39D2C7E1E5BB8D933480CA3C1A8CD5 /* OIDExternalUserAgentRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentRequest.h; path = Source/AppAuthCore/OIDExternalUserAgentRequest.h; sourceTree = ""; }; - 0F8EF830752AE36FFCF6D97D11B418C9 /* GTMAppAuthFetcherAuthorization+Keychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMAppAuthFetcherAuthorization+Keychain.m"; path = "GTMAppAuth/Sources/GTMAppAuthFetcherAuthorization+Keychain.m"; sourceTree = ""; }; + 0F91A8360246C6A8CCF19CA286441525 /* OIDTokenRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenRequest.m; path = Source/AppAuthCore/OIDTokenRequest.m; sourceTree = ""; }; + 0FC80D43EC57D77956D73A387BBC3300 /* GTMOAuth2KeychainCompatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMOAuth2KeychainCompatibility.m; path = GTMAppAuth/Sources/GTMOAuth2KeychainCompatibility.m; sourceTree = ""; }; + 103BA2BBE743197C8479FAB2350DB830 /* NormalisedURLPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NormalisedURLPath.swift; path = SuperTokensIOS/Classes/NormalisedURLPath.swift; sourceTree = ""; }; + 10BCAE86CDBEB9EC1A4ADC636E681F72 /* ca.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ca.lproj; path = GoogleSignIn/Sources/Strings/ca.lproj; sourceTree = ""; }; 1186659FE859A461CFC198CAC8031A53 /* Pods-iosenv.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iosenv.modulemap"; sourceTree = ""; }; - 11FF6F1BB5DA52B2B1D293219FEE898E /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; - 12B1B85321D692E6CBFB444BE4399684 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 12ECCA74981A41BFC9761EFFC504DC09 /* OIDExternalUserAgentIOSCustomBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDExternalUserAgentIOSCustomBrowser.m; path = Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m; sourceTree = ""; }; - 131FE059762AECB6BD7F89107D8D6081 /* OIDServiceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDServiceConfiguration.h; path = Source/AppAuthCore/OIDServiceConfiguration.h; sourceTree = ""; }; - 13F723320C64BA84299B4DB8DD1729C8 /* UnauthorisedResponse.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnauthorisedResponse.swift; path = SuperTokensIOS/Classes/UnauthorisedResponse.swift; sourceTree = ""; }; - 150863F416FE00AD694BBE65696E569A /* GTMAppAuthFetcherAuthorization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMAppAuthFetcherAuthorization.h; path = GTMAppAuth/Sources/Public/GTMAppAuth/GTMAppAuthFetcherAuthorization.h; sourceTree = ""; }; - 1568000AFB32F512E8B4C283648A81DB /* GIDMDMPasscodeState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDMDMPasscodeState.h; path = GoogleSignIn/Sources/GIDMDMPasscodeState.h; sourceTree = ""; }; - 167E49088162411FB4252F43E8231DBD /* sv.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sv.lproj; path = GoogleSignIn/Sources/Strings/sv.lproj; sourceTree = ""; }; - 17B3FEED1CA650DEA41FB1719F8B238B /* GIDSignInInternalOptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignInInternalOptions.m; path = GoogleSignIn/Sources/GIDSignInInternalOptions.m; sourceTree = ""; }; - 17CDE51FE1E57671EEDF17EBE7905DF1 /* OIDAuthorizationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationRequest.m; path = Source/AppAuthCore/OIDAuthorizationRequest.m; sourceTree = ""; }; - 1834F09142AB887EF7A17549D5CF273F /* GIDProfileData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDProfileData.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDProfileData.h; sourceTree = ""; }; - 1871E885AC3F99687B4428EF31C83CB9 /* OIDAuthorizationService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationService.h; path = Source/AppAuthCore/OIDAuthorizationService.h; sourceTree = ""; }; - 19CB605A72722779EB05C5C41504212E /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = GoogleSignIn/Sources/Strings/it.lproj; sourceTree = ""; }; - 1A215FE8FFF5D31213C846314599C281 /* GIDMDMPasscodeState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDMDMPasscodeState.m; path = GoogleSignIn/Sources/GIDMDMPasscodeState.m; sourceTree = ""; }; + 11F11C70879D054941A3BB23F858E984 /* OIDTokenRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenRequest.h; path = Source/AppAuthCore/OIDTokenRequest.h; sourceTree = ""; }; + 123CC2CF156ED69D9DC0082C214B530C /* GTMAppAuthFetcherAuthorization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMAppAuthFetcherAuthorization.h; path = GTMAppAuth/Sources/Public/GTMAppAuth/GTMAppAuthFetcherAuthorization.h; sourceTree = ""; }; + 158A804C067D54F33BA7B7F11AC6BE90 /* pt_BR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt_BR.lproj; path = GoogleSignIn/Sources/Strings/pt_BR.lproj; sourceTree = ""; }; + 159CCF78F8506B9A7456C26A6D3087C0 /* OIDTokenUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenUtilities.m; path = Source/AppAuthCore/OIDTokenUtilities.m; sourceTree = ""; }; + 15A923AA0C624EE6BEDD909424A70E05 /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; + 15B737379AD79BC910E871239E180DB0 /* vi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = vi.lproj; path = GoogleSignIn/Sources/Strings/vi.lproj; sourceTree = ""; }; + 16D27716C0E44F3B7133A6613DDF7168 /* OIDAuthorizationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationRequest.m; path = Source/AppAuthCore/OIDAuthorizationRequest.m; sourceTree = ""; }; + 17FF17B13120A125AE8DF365A6364C22 /* GIDSignInStrings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignInStrings.m; path = GoogleSignIn/Sources/GIDSignInStrings.m; sourceTree = ""; }; + 1858465BDECBB841167B5836024204C2 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 194C6E6754F80343C39F15D0B1FC9565 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = GoogleSignIn/Sources/Strings/ja.lproj; sourceTree = ""; }; + 19B9A0D52E45E2C75952BE26023839F2 /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = GoogleSignIn/Sources/Strings/it.lproj; sourceTree = ""; }; + 1A85DF9BA90196269275E99F50372C69 /* OIDAuthorizationResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationResponse.h; path = Source/AppAuthCore/OIDAuthorizationResponse.h; sourceTree = ""; }; 1AD8C878A5DF97C5D167FA9E1FB5B2B7 /* SafariServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SafariServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/SafariServices.framework; sourceTree = DEVELOPER_DIR; }; - 1AEF2CC2ABB435CDB2D7E7CD4992533F /* GIDScopes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDScopes.m; path = GoogleSignIn/Sources/GIDScopes.m; sourceTree = ""; }; - 1B748DDF82EB6C21242CFA2A590C7563 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 1B77AA07B6C8CDE302EFD679E3BE3DB4 /* GIDMDMPasscodeCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDMDMPasscodeCache.h; path = GoogleSignIn/Sources/GIDMDMPasscodeCache.h; sourceTree = ""; }; - 1D373EA10CBDC508E48ED0DF5190E8CF /* OIDURLQueryComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDURLQueryComponent.m; path = Source/AppAuthCore/OIDURLQueryComponent.m; sourceTree = ""; }; - 1E446AE246538D04633FE4452EB2E88B /* OIDRegistrationResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDRegistrationResponse.m; path = Source/AppAuthCore/OIDRegistrationResponse.m; sourceTree = ""; }; - 1EA83F7D824984F7B8D23BCC663650D4 /* OIDAuthorizationResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationResponse.m; path = Source/AppAuthCore/OIDAuthorizationResponse.m; sourceTree = ""; }; - 1F2D48D0D4E6EDCA14873C4F0C022EB6 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 1F379A2D497E7A096CB4EEF66316322F /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 20BD7E28A5488D92AFBAC6B11F40859E /* OIDEndSessionRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDEndSessionRequest.m; path = Source/AppAuthCore/OIDEndSessionRequest.m; sourceTree = ""; }; - 230DC5D734F988CA1338C94E0F3227C6 /* OIDEndSessionResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDEndSessionResponse.h; path = Source/AppAuthCore/OIDEndSessionResponse.h; sourceTree = ""; }; - 23EC05CC9F348E5E42AD2671955F3DCF /* Version.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Version.swift; path = SuperTokensIOS/Classes/Version.swift; sourceTree = ""; }; - 243B590036A7517490D84ED551325572 /* GoogleSignIn-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleSignIn-dummy.m"; sourceTree = ""; }; - 25D967ACEDA922242F5157005A3B7A0A /* GIDMDMPasscodeState_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDMDMPasscodeState_Private.h; path = GoogleSignIn/Sources/GIDMDMPasscodeState_Private.h; sourceTree = ""; }; - 25DB81170631098CDF989402527ED596 /* AppAuth.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppAuth.debug.xcconfig; sourceTree = ""; }; - 262D27C0DF8D85F04D35B212BA2F193F /* NormalisedURLDomain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NormalisedURLDomain.swift; path = SuperTokensIOS/Classes/NormalisedURLDomain.swift; sourceTree = ""; }; - 26B9A2BADC5B0910C9D1CD0247572302 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - 26D699B746DA161BBD910C4593FFFABD /* Roboto-Bold.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = "Roboto-Bold.ttf"; path = "GoogleSignIn/Sources/Resources/Roboto-Bold.ttf"; sourceTree = ""; }; - 26FCC64642576EFC5E005326946349A1 /* GIDSignInPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignInPreferences.m; path = GoogleSignIn/Sources/GIDSignInPreferences.m; sourceTree = ""; }; - 27437EE44E8DE5E0494051AEDC437B18 /* GIDCallbackQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDCallbackQueue.h; path = GoogleSignIn/Sources/GIDCallbackQueue.h; sourceTree = ""; }; - 277722BF1EC861550AF39BA828CBA94D /* GoogleSignIn-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleSignIn-Info.plist"; sourceTree = ""; }; - 2AC3191EB41E6CF39EA0C5F5FEA73AAF /* GIDSignInCallbackSchemes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignInCallbackSchemes.h; path = GoogleSignIn/Sources/GIDSignInCallbackSchemes.h; sourceTree = ""; }; - 2B476450A73BB0D2A3FE77538642CE68 /* GIDSignIn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignIn.m; path = GoogleSignIn/Sources/GIDSignIn.m; sourceTree = ""; }; + 1EE74456FFD17A83ECEA5ABB8F02E767 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 1FD790693339A0C711D1966D99BD39CB /* OIDTokenResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenResponse.m; path = Source/AppAuthCore/OIDTokenResponse.m; sourceTree = ""; }; + 2035A8180995C17A53E3286B56E968BE /* AppAuth.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AppAuth.modulemap; sourceTree = ""; }; + 2299DB2DFA5733E4655B56D047BDC9B7 /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; + 26AE18C7C466BF7151EF35E7C0E2BEA2 /* OIDIDToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDIDToken.m; path = Source/AppAuthCore/OIDIDToken.m; sourceTree = ""; }; + 2726DAFC7364287C6C5B780ED7769DE1 /* OIDTokenResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenResponse.h; path = Source/AppAuthCore/OIDTokenResponse.h; sourceTree = ""; }; + 2927C85C1EA4EE5AD1EFBA5EA25A4E0C /* OIDRegistrationResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDRegistrationResponse.m; path = Source/AppAuthCore/OIDRegistrationResponse.m; sourceTree = ""; }; + 2929585BEAFAA5389A410B5BC5851F76 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 2992516F5A51D4BCE7B3478802318908 /* GIDConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDConfiguration.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDConfiguration.h; sourceTree = ""; }; + 2B4033776400836F6770C99E76761E0E /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; 2B6A7D5B236B78EAAA4A7279A031A5FA /* Pods-iosenv-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iosenv-dummy.m"; sourceTree = ""; }; - 2C9E7E59A59E29B972918FBA38A56F1D /* nb.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nb.lproj; path = GoogleSignIn/Sources/Strings/nb.lproj; sourceTree = ""; }; - 2EA0F59472D179A71FE78B6483DA251E /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; - 2F8FBBA53E9FE9CE950E6C79AD87ADBE /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 30AAF4F399F2762BA855C859922413F2 /* AppAuth-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AppAuth-Info.plist"; sourceTree = ""; }; - 31BC93285B72D2FCBA815F7B667E25CA /* GoogleSignIn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleSignIn.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h; sourceTree = ""; }; - 31C4D862A4F5760C4A960B2061C4976E /* OIDAuthorizationService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationService.m; path = Source/AppAuthCore/OIDAuthorizationService.m; sourceTree = ""; }; - 3499337B68F0E839DAEC414CE7CC24F4 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = GoogleSignIn/Sources/Strings/pl.lproj; sourceTree = ""; }; - 353EE1CB159EEDC273698055BBE7A826 /* hu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hu.lproj; path = GoogleSignIn/Sources/Strings/hu.lproj; sourceTree = ""; }; - 354B8112E861FA16F7A9A3BBF4A83584 /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; - 372B616521E8E61EC27961FE3B64A802 /* AntiCSRF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AntiCSRF.swift; path = SuperTokensIOS/Classes/AntiCSRF.swift; sourceTree = ""; }; - 3770C4EFB61C48006857628CBB8CFCB0 /* NSBundle+GID3PAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+GID3PAdditions.h"; path = "GoogleSignIn/Sources/NSBundle+GID3PAdditions.h"; sourceTree = ""; }; - 37EE102BEFD0EEB4DCFB8051DE2F68F1 /* GIDSignInStrings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignInStrings.m; path = GoogleSignIn/Sources/GIDSignInStrings.m; sourceTree = ""; }; - 384529465B344FB93D6941801B9F7315 /* GTMAppAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMAppAuth.h; path = GTMAppAuth/Sources/Public/GTMAppAuth/GTMAppAuth.h; sourceTree = ""; }; - 38FF07E9D60D90BC77BA1918894C15F8 /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = GoogleSignIn/Sources/Strings/pt.lproj; sourceTree = ""; }; - 39FD4637B4FF1AC12CE4CF0DA4F0D50D /* da.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = da.lproj; path = GoogleSignIn/Sources/Strings/da.lproj; sourceTree = ""; }; - 3AC56E09B7C8213821F0C1AE4E4DB1CC /* SuperTokensIOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SuperTokensIOS.modulemap; sourceTree = ""; }; - 3ADC27195A7DD4CB589910F7674D9A12 /* OIDError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDError.h; path = Source/AppAuthCore/OIDError.h; sourceTree = ""; }; - 3C06AB3D844387BCD1306BC14E87664B /* GIDSignInButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignInButton.m; path = GoogleSignIn/Sources/GIDSignInButton.m; sourceTree = ""; }; - 3C774E6EF9BD089EBC8B4E579553A33A /* OIDAuthState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthState.m; path = Source/AppAuthCore/OIDAuthState.m; sourceTree = ""; }; - 3CB362E53A06B0E4B1F6A94AE8DA3F02 /* GIDAuthStateMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDAuthStateMigration.h; path = GoogleSignIn/Sources/GIDAuthStateMigration.h; sourceTree = ""; }; - 3D450DBC7C5D9D6F19BB339916A1E9CD /* GIDConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDConfiguration.m; path = GoogleSignIn/Sources/GIDConfiguration.m; sourceTree = ""; }; - 3D4FA4453AF74324DE19B341856948FF /* AppAuth.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AppAuth.modulemap; sourceTree = ""; }; - 3DDD5F26BE438D8DB25BFEBEE29F5F6F /* GIDEMMErrorHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDEMMErrorHandler.m; path = GoogleSignIn/Sources/GIDEMMErrorHandler.m; sourceTree = ""; }; - 3E0B81C6482978F18D9E227FF3B5CC10 /* google@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "google@3x.png"; path = "GoogleSignIn/Sources/Resources/google@3x.png"; sourceTree = ""; }; + 2E37481F12476FCA563F1EFA66945B0C /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = SuperTokensIOS/Classes/Utils.swift; sourceTree = ""; }; + 31287FE3D5E539EFD52A60C3FD284217 /* OIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDDefines.h; path = Source/AppAuthCore/OIDDefines.h; sourceTree = ""; }; + 31F05AD4300E1AC79CA2AF3DEECCEAC4 /* GIDCallbackQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDCallbackQueue.m; path = GoogleSignIn/Sources/GIDCallbackQueue.m; sourceTree = ""; }; + 331220001981F1767E3477FCDBEA4778 /* GIDMDMPasscodeState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDMDMPasscodeState.h; path = GoogleSignIn/Sources/GIDMDMPasscodeState.h; sourceTree = ""; }; + 33A66DE80CB8FDA322EE3D0C27C10645 /* GIDAuthStateMigration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDAuthStateMigration.m; path = GoogleSignIn/Sources/GIDAuthStateMigration.m; sourceTree = ""; }; + 34E82ECB3E0951051FF0AD6AABC4B926 /* GIDSignIn_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignIn_Private.h; path = GoogleSignIn/Sources/GIDSignIn_Private.h; sourceTree = ""; }; + 37B499C6BA0FE65F167F043C8225C5BB /* GIDSignIn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignIn.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h; sourceTree = ""; }; + 394CBFB20A169E6D97A60D157F8DC432 /* OIDURLSessionProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDURLSessionProvider.h; path = Source/AppAuthCore/OIDURLSessionProvider.h; sourceTree = ""; }; + 3CDF68B768ABA6A44730101D52ADB470 /* OIDGrantTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDGrantTypes.h; path = Source/AppAuthCore/OIDGrantTypes.h; sourceTree = ""; }; + 3D6708E16D812F20226E5001DEE943C6 /* GIDSignInCallbackSchemes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignInCallbackSchemes.m; path = GoogleSignIn/Sources/GIDSignInCallbackSchemes.m; sourceTree = ""; }; + 3DA4408BFE8D6AEF5BC55270D87C631D /* GTMSessionFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcher.m; path = Sources/Core/GTMSessionFetcher.m; sourceTree = ""; }; 3FD1B4C1246D643E9476438C28048FA8 /* AppAuth */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AppAuth; path = AppAuth.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 406ED1CA83B9CA325E229F6B47EDA01E /* GTMSessionFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcher.m; path = Sources/Core/GTMSessionFetcher.m; sourceTree = ""; }; - 43F397256322FDDEFCAB9DAABECB4844 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = GoogleSignIn/Sources/Strings/nl.lproj; sourceTree = ""; }; - 4406F0AE4C549F52D7C66780DD820C9B /* OIDExternalUserAgentCatalyst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDExternalUserAgentCatalyst.m; path = Source/AppAuth/iOS/OIDExternalUserAgentCatalyst.m; sourceTree = ""; }; - 442563B74F18BCE696DC84C793350E0A /* AppAuthCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppAuthCore.h; path = Source/AppAuthCore.h; sourceTree = ""; }; - 4483DB7C3CDA499A901444DDD9CEC985 /* uk.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = uk.lproj; path = GoogleSignIn/Sources/Strings/uk.lproj; sourceTree = ""; }; - 49A20CE0FB7DEA5569EF245DE657211A /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 4A5921F6F75756F2BDD6DCDD384926A8 /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; - 4A973BA7581AEC89AE64391946F9823F /* OIDErrorUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDErrorUtilities.m; path = Source/AppAuthCore/OIDErrorUtilities.m; sourceTree = ""; }; - 4B80AB8203E4532709052B2CE6A1F569 /* pt_PT.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt_PT.lproj; path = GoogleSignIn/Sources/Strings/pt_PT.lproj; sourceTree = ""; }; - 4C7B50D8B6D9AE8FE24B85976F871FE8 /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; - 4E20CC60FE5766C4F2A823BB7E60C058 /* OIDTokenResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenResponse.m; path = Source/AppAuthCore/OIDTokenResponse.m; sourceTree = ""; }; + 4043F1DFF7129AD201D41C95C368356E /* UnauthorisedResponse.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnauthorisedResponse.swift; path = SuperTokensIOS/Classes/UnauthorisedResponse.swift; sourceTree = ""; }; + 408FDF8D98B5A61B15B08A55CAA4514A /* OIDGrantTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDGrantTypes.m; path = Source/AppAuthCore/OIDGrantTypes.m; sourceTree = ""; }; + 44EB305D46EDE4E1F9B36FBDF5280FCA /* GTMKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMKeychain.m; path = GTMAppAuth/Sources/GTMKeychain.m; sourceTree = ""; }; + 455B87FFE67C8DFB6E92F240E806D2C8 /* OIDExternalUserAgentCatalyst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDExternalUserAgentCatalyst.m; path = Source/AppAuth/iOS/OIDExternalUserAgentCatalyst.m; sourceTree = ""; }; + 471E5D934999CF9325640FD165371A2F /* GIDMDMPasscodeCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDMDMPasscodeCache.h; path = GoogleSignIn/Sources/GIDMDMPasscodeCache.h; sourceTree = ""; }; + 472B1B52C47CCB91E64A0C80727C84CE /* AppAuth-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AppAuth-Info.plist"; sourceTree = ""; }; + 479FE04541F2AE70332349F844E9B06E /* GTMAppAuthFetcherAuthorization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMAppAuthFetcherAuthorization.m; path = GTMAppAuth/Sources/GTMAppAuthFetcherAuthorization.m; sourceTree = ""; }; + 498B6CF33252D5D8251D927C1EEC0D7A /* GoogleSignIn.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleSignIn.debug.xcconfig; sourceTree = ""; }; + 4A09FBA4B60E88D8F438E6B668FC4D11 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; + 4B18D4C216ABE8BA812679B174BAD99F /* el.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = el.lproj; path = GoogleSignIn/Sources/Strings/el.lproj; sourceTree = ""; }; + 4C0D12CD06550E2888C6789085D6AB3D /* AppAuth.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppAuth.debug.xcconfig; sourceTree = ""; }; + 4C4D47F21D57E27093109928AEF63862 /* GTMSessionFetcher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMSessionFetcher.modulemap; sourceTree = ""; }; + 4C7BDB00FAABEB7EF7EF2AD2C794B8C8 /* OIDAuthorizationService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationService.h; path = Source/AppAuthCore/OIDAuthorizationService.h; sourceTree = ""; }; + 4C9349B02D7B2091AC651BC675B9B9BE /* AppAuth-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AppAuth-dummy.m"; sourceTree = ""; }; 4E2FCC641839D6ED4FB8ED469AB8FA01 /* Pods-iosenv-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iosenv-frameworks.sh"; sourceTree = ""; }; - 52AC01D48EAEFE73349047040D0DD5D5 /* OIDServiceDiscovery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDServiceDiscovery.m; path = Source/AppAuthCore/OIDServiceDiscovery.m; sourceTree = ""; }; - 543E85C72A14E313A87290B14FAC3820 /* GTMSessionFetcherLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherLogging.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcherLogging.h; sourceTree = ""; }; - 55836E848D74F0B06F410DC06267CCD1 /* GIDAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDAuthentication.m; path = GoogleSignIn/Sources/GIDAuthentication.m; sourceTree = ""; }; - 5A54DE02309D196EB8D472110EC2CBFD /* OIDTokenResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenResponse.h; path = Source/AppAuthCore/OIDTokenResponse.h; sourceTree = ""; }; - 5A7044659F5C3728C81ED5465E7F75A6 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; - 5B49142B7020DA97E8F148E38FCF20DE /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 5B77AEA02844FC9B6B3FCEAD184904C8 /* GTMOAuth2KeychainCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMOAuth2KeychainCompatibility.h; path = GTMAppAuth/Sources/Public/GTMAppAuth/GTMOAuth2KeychainCompatibility.h; sourceTree = ""; }; - 5BEE296D9E981F808883C4971F16E180 /* GTMOAuth2KeychainCompatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMOAuth2KeychainCompatibility.m; path = GTMAppAuth/Sources/GTMOAuth2KeychainCompatibility.m; sourceTree = ""; }; - 5C3D4BAFA90DB9D07A0A250F655F49A9 /* vi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = vi.lproj; path = GoogleSignIn/Sources/Strings/vi.lproj; sourceTree = ""; }; + 4E520D6387C91FD7A5E957B399966404 /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; + 4F4AA32FB146BCCA946EDFBAB3C2FA13 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = GoogleSignIn/Sources/Strings/fr.lproj; sourceTree = ""; }; + 4F9E06DACF919E19158C2C4C399922AC /* GTMAppAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMAppAuth.h; path = GTMAppAuth/Sources/Public/GTMAppAuth/GTMAppAuth.h; sourceTree = ""; }; + 5128A5E90084468364B8997CF11BB157 /* OIDFieldMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDFieldMapping.h; path = Source/AppAuthCore/OIDFieldMapping.h; sourceTree = ""; }; + 5188C9C419C080F27F2B2122D2B5255F /* OIDServiceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDServiceConfiguration.h; path = Source/AppAuthCore/OIDServiceConfiguration.h; sourceTree = ""; }; + 536BE4BD4B1EE74434B72D90A4D8724B /* GoogleSignIn.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleSignIn.modulemap; sourceTree = ""; }; + 537BF43A31F256B3FE6192F670A17262 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 537FFAC3CC3DF132392AAD9AC59CE1E4 /* sk.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sk.lproj; path = GoogleSignIn/Sources/Strings/sk.lproj; sourceTree = ""; }; + 53BC36286567CFC570B5B674C634A6AE /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; + 542031D641359A4D65DFA916C30A77D7 /* OIDEndSessionResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDEndSessionResponse.h; path = Source/AppAuthCore/OIDEndSessionResponse.h; sourceTree = ""; }; + 543543B1C483D89C89CB776C88E73FAA /* GIDCallbackQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDCallbackQueue.h; path = GoogleSignIn/Sources/GIDCallbackQueue.h; sourceTree = ""; }; + 556797F145AF7490CF6352CB49AF7891 /* OIDExternalUserAgentIOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDExternalUserAgentIOS.m; path = Source/AppAuth/iOS/OIDExternalUserAgentIOS.m; sourceTree = ""; }; + 55A58EDADA4AF4F69DC8CDC798D788D6 /* es_MX.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es_MX.lproj; path = GoogleSignIn/Sources/Strings/es_MX.lproj; sourceTree = ""; }; + 55BB3AFE3CB0066E4D5BCDBA3ABBAD31 /* ro.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ro.lproj; path = GoogleSignIn/Sources/Strings/ro.lproj; sourceTree = ""; }; + 57995DE115F16F5B75C379900ECC016B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 58D9115A10337BA728DD3C3D7A1781D3 /* GIDSignInPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignInPreferences.h; path = GoogleSignIn/Sources/GIDSignInPreferences.h; sourceTree = ""; }; + 5961504C8AE232249CCBE2FC1D115660 /* GTMSessionFetcher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.debug.xcconfig; sourceTree = ""; }; + 5A03479E280253775B5F25F1C054CBA0 /* cs.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = cs.lproj; path = GoogleSignIn/Sources/Strings/cs.lproj; sourceTree = ""; }; + 5A300E136EF83DD50531DBEB845A86B8 /* GIDScopes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDScopes.h; path = GoogleSignIn/Sources/GIDScopes.h; sourceTree = ""; }; + 5A86EB334A8FC1A4AF7E5CDB63008A22 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = GoogleSignIn/Sources/Strings/en.lproj; sourceTree = ""; }; + 5A8B776DD908683F78CDA2BE1533ADD2 /* OIDExternalUserAgentRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentRequest.h; path = Source/AppAuthCore/OIDExternalUserAgentRequest.h; sourceTree = ""; }; + 5A9A1D5A2ED1D40823B9E505E889D080 /* OIDExternalUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgent.h; path = Source/AppAuthCore/OIDExternalUserAgent.h; sourceTree = ""; }; + 5AD272B869996134B5A856C2D7166E13 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 5B18E10775D19AA5F87E22292BF167F0 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 5BBB9EF80A0D9E5A6601A31B00F45281 /* OIDErrorUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDErrorUtilities.m; path = Source/AppAuthCore/OIDErrorUtilities.m; sourceTree = ""; }; + 5BF18C7396376DC1A3008F0AC10A8F2E /* th.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = th.lproj; path = GoogleSignIn/Sources/Strings/th.lproj; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5EBAD065E69546177B56F9B94599B551 /* GIDProfileData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDProfileData.m; path = GoogleSignIn/Sources/GIDProfileData.m; sourceTree = ""; }; - 5F968D79254611F118730C1018803CD1 /* GTMSessionFetcher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.release.xcconfig; sourceTree = ""; }; - 610D27C0B64C023AF0A4D743893C7215 /* ca.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ca.lproj; path = GoogleSignIn/Sources/Strings/ca.lproj; sourceTree = ""; }; - 61297EB79543C835A60E4AD4DFAEF953 /* SuperTokensIOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SuperTokensIOS-Info.plist"; sourceTree = ""; }; - 61BA0F3C42526DEE0187F4A40E1E80CC /* GIDConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDConfiguration.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDConfiguration.h; sourceTree = ""; }; - 61F3A83B8278A1947E80DC822134AE3B /* GIDGoogleUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDGoogleUser_Private.h; path = GoogleSignIn/Sources/GIDGoogleUser_Private.h; sourceTree = ""; }; - 62E7660C5762C2CFC10B874ED5859871 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 633FE16171B9D9456684156E504BE83A /* OIDResponseTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDResponseTypes.m; path = Source/AppAuthCore/OIDResponseTypes.m; sourceTree = ""; }; - 64B1E1C233D36096923812E62FF384AC /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; - 671C93FC135EEE9B80F1DB8DF66E72C7 /* OIDServiceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDServiceConfiguration.m; path = Source/AppAuthCore/OIDServiceConfiguration.m; sourceTree = ""; }; - 688A7786321B517F29711B35A76566EB /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = GoogleSignIn/Sources/Strings/ru.lproj; sourceTree = ""; }; - 69E7A3604F3AD42797C8B586C222333F /* Constants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constants.swift; path = SuperTokensIOS/Classes/Constants.swift; sourceTree = ""; }; - 6A3875448E694762169E762B828766F5 /* GIDCallbackQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDCallbackQueue.m; path = GoogleSignIn/Sources/GIDCallbackQueue.m; sourceTree = ""; }; - 6B0F1968FC60FF1E9F5B5454C7332559 /* OIDIDToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDIDToken.m; path = Source/AppAuthCore/OIDIDToken.m; sourceTree = ""; }; - 6BCF83A70B4CC33E3966178925A7CFCB /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 6EA14ACDE5BE04E4406B72213A01E9A8 /* GTMKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMKeychain.h; path = GTMAppAuth/Sources/Public/GTMAppAuth/GTMKeychain.h; sourceTree = ""; }; - 6EA37225AD36F3352F88B06F88940E60 /* OIDURLSessionProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDURLSessionProvider.m; path = Source/AppAuthCore/OIDURLSessionProvider.m; sourceTree = ""; }; - 6EABFBF8663CEDF3375EAF1109A3E03D /* OIDRegistrationResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDRegistrationResponse.h; path = Source/AppAuthCore/OIDRegistrationResponse.h; sourceTree = ""; }; + 5D8FFB0C6AB3764B2E7D164F702EFA59 /* AppAuth-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AppAuth-umbrella.h"; sourceTree = ""; }; + 5FA033E400C6355B102E6CE66AF2344D /* GIDGoogleUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDGoogleUser_Private.h; path = GoogleSignIn/Sources/GIDGoogleUser_Private.h; sourceTree = ""; }; + 5FDF298F2868A21905D01CCBDA2D7A85 /* da.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = da.lproj; path = GoogleSignIn/Sources/Strings/da.lproj; sourceTree = ""; }; + 60FD3B39FC736BF548978BB5568032AB /* OIDScopeUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDScopeUtilities.m; path = Source/AppAuthCore/OIDScopeUtilities.m; sourceTree = ""; }; + 6134DCCF0C3FCBFB2E81B6F0752FD192 /* OIDAuthState+IOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OIDAuthState+IOS.m"; path = "Source/AppAuth/iOS/OIDAuthState+IOS.m"; sourceTree = ""; }; + 613CCA46A00830AB5977AC7162748F4E /* GTMAppAuth-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMAppAuth-umbrella.h"; sourceTree = ""; }; + 621C061E86A6F87469DFE2601CA909C4 /* Version.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Version.swift; path = SuperTokensIOS/Classes/Version.swift; sourceTree = ""; }; + 62B9EA9A25C7637CCAD5C389BB546A2D /* OIDIDToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDIDToken.h; path = Source/AppAuthCore/OIDIDToken.h; sourceTree = ""; }; + 65BFCC93B2CC8947A3B247E7C8D700D9 /* google@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "google@3x.png"; path = "GoogleSignIn/Sources/Resources/google@3x.png"; sourceTree = ""; }; + 668E784E70D8DB58FB507583BE80B535 /* uk.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = uk.lproj; path = GoogleSignIn/Sources/Strings/uk.lproj; sourceTree = ""; }; + 66FC8AF4F16352D3FF1123CB6FCDB03B /* OIDScopes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDScopes.h; path = Source/AppAuthCore/OIDScopes.h; sourceTree = ""; }; + 67C7973912F1E2C3DE34C5812E790A69 /* GIDSignInButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignInButton.m; path = GoogleSignIn/Sources/GIDSignInButton.m; sourceTree = ""; }; + 6874A918380070BF19DD44D3B5BD219D /* OIDAuthorizationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationRequest.h; path = Source/AppAuthCore/OIDAuthorizationRequest.h; sourceTree = ""; }; + 69E31850168045356B64E2563B4A7DBB /* NormalisedURLDomain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NormalisedURLDomain.swift; path = SuperTokensIOS/Classes/NormalisedURLDomain.swift; sourceTree = ""; }; + 6A30C0FBA2A9A851160229EAC73D8997 /* GTMSessionFetcherLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherLogging.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcherLogging.h; sourceTree = ""; }; + 6AEE8FD5D7AB7630CCAD7661CF392074 /* GTMSessionFetcherService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherService.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcherService.h; sourceTree = ""; }; + 6B111FC9D0CFDA3B330483B810F1DB65 /* GIDAuthentication_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDAuthentication_Private.h; path = GoogleSignIn/Sources/GIDAuthentication_Private.h; sourceTree = ""; }; + 6B22A8C8ACF44F79F8082992AF491A95 /* AppAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppAuth.h; path = Source/AppAuth.h; sourceTree = ""; }; + 6C6447C4D5454141D579324570AAABEE /* GIDMDMPasscodeState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDMDMPasscodeState.m; path = GoogleSignIn/Sources/GIDMDMPasscodeState.m; sourceTree = ""; }; + 6C85CE2E525C346E2DC29D00C984BFB9 /* GoogleSignIn.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleSignIn.release.xcconfig; sourceTree = ""; }; + 6DA4EF9C1F57F9EF2DECADD3C1889AF9 /* id.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = id.lproj; path = GoogleSignIn/Sources/Strings/id.lproj; sourceTree = ""; }; + 6DC8FACD460E277EF94D7FA302C73BE5 /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; 6FD122EA0AB9AB2A8FFA5F676C795DF0 /* GTMAppAuth */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GTMAppAuth; path = GTMAppAuth.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 7014E052E0F1A35238F6B34C3A8C1F07 /* GIDSignInInternalOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignInInternalOptions.h; path = GoogleSignIn/Sources/GIDSignInInternalOptions.h; sourceTree = ""; }; + 7055A4869781CF15DC66A4BF6E4DA582 /* OIDExternalUserAgentIOSCustomBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentIOSCustomBrowser.h; path = Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.h; sourceTree = ""; }; 71D3DEDEA3755CBC5E1DA2F41FE26988 /* Pods-iosenv-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iosenv-acknowledgements.plist"; sourceTree = ""; }; - 7204FDC1DD340947C8A829AC5E713C0D /* SuperTokensURLProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SuperTokensURLProtocol.swift; path = SuperTokensIOS/Classes/SuperTokensURLProtocol.swift; sourceTree = ""; }; - 74F2095836E9252ECC0F2E8E61B7196F /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; + 7306633E5A22209F116EC04A4680C4D8 /* OIDExternalUserAgentSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentSession.h; path = Source/AppAuthCore/OIDExternalUserAgentSession.h; sourceTree = ""; }; + 732090922AC2DA0D80C8A4185E53429B /* GTMAppAuth-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GTMAppAuth-Info.plist"; sourceTree = ""; }; + 7428949827FE09E5902DA47B3B714C7C /* OIDError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDError.h; path = Source/AppAuthCore/OIDError.h; sourceTree = ""; }; + 74DEEF18D1500A41D11E7303EDC7326B /* OIDServiceDiscovery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDServiceDiscovery.m; path = Source/AppAuthCore/OIDServiceDiscovery.m; sourceTree = ""; }; 75CB86D816E4184799EFE5B6E4954307 /* LocalAuthentication.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LocalAuthentication.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/LocalAuthentication.framework; sourceTree = DEVELOPER_DIR; }; - 766B17B31103E733690D781FEFFCA588 /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; - 775BA81A255F84476C0985EF275B4D3B /* OIDRegistrationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDRegistrationRequest.h; path = Source/AppAuthCore/OIDRegistrationRequest.h; sourceTree = ""; }; + 76AD735E771801171A872A088B5899CA /* OIDResponseTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDResponseTypes.m; path = Source/AppAuthCore/OIDResponseTypes.m; sourceTree = ""; }; 776ABC110FB6CD59430C53CC897B2F32 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreText.framework; sourceTree = DEVELOPER_DIR; }; - 77B4C1118C0954B1BCAE687491856C86 /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; - 79A68BB38E00146FE84DC4D3437E9AFC /* GIDAuthStateMigration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDAuthStateMigration.m; path = GoogleSignIn/Sources/GIDAuthStateMigration.m; sourceTree = ""; }; - 7CFB83A20151A2129ADF65D2864400D2 /* OIDEndSessionResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDEndSessionResponse.m; path = Source/AppAuthCore/OIDEndSessionResponse.m; sourceTree = ""; }; - 7FCF579CF6B690573F6427A194F72E56 /* cs.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = cs.lproj; path = GoogleSignIn/Sources/Strings/cs.lproj; sourceTree = ""; }; - 7FF8356562C224E690D47330E40D6F4E /* String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = String.swift; path = SuperTokensIOS/Classes/extensions/String.swift; sourceTree = ""; }; + 78785AF29EB79EA61798B11FB166743C /* GTMSessionFetcherLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherLogging.m; path = Sources/Core/GTMSessionFetcherLogging.m; sourceTree = ""; }; + 7B33C7D57343DB700CF59DCE854F1547 /* tr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = tr.lproj; path = GoogleSignIn/Sources/Strings/tr.lproj; sourceTree = ""; }; + 7BEC66EC928D80ABBC335C9E7C319B6D /* OIDRegistrationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDRegistrationRequest.h; path = Source/AppAuthCore/OIDRegistrationRequest.h; sourceTree = ""; }; + 8048F225F3F92426E518BF1F5BEF599E /* GTMSessionFetcher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GTMSessionFetcher-Info.plist"; sourceTree = ""; }; + 807563300EB8BD93FB5954E25701BCDB /* OIDTokenUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenUtilities.h; path = Source/AppAuthCore/OIDTokenUtilities.h; sourceTree = ""; }; 809AB6B59B8CB856EE1C1CF29D425D6B /* 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; }; - 8116144F6DBBF407A8BA2E90F4BC99BA /* ro.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ro.lproj; path = GoogleSignIn/Sources/Strings/ro.lproj; sourceTree = ""; }; - 81B067ADEF8CE78593BF84381F61E1D7 /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; - 830024577722019B05C3821031503085 /* SuperTokensIOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SuperTokensIOS-umbrella.h"; sourceTree = ""; }; + 8132A8703769D44948D8C9A53171EC6A /* GIDEMMErrorHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDEMMErrorHandler.m; path = GoogleSignIn/Sources/GIDEMMErrorHandler.m; sourceTree = ""; }; + 81A3A9C4C17C2670AF2F02C856D3E2C6 /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; + 844EB5B48E8BCAE593DC97DCAA24323D /* OIDError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDError.m; path = Source/AppAuthCore/OIDError.m; sourceTree = ""; }; 84665582944CFB045E8104EE29A131B4 /* 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; }; - 85DD49B845CD2675276A029B558FACED /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + 84C185BFFA3E9B03AFDFA8E754B14C65 /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; + 85F228E517D9BD90FBF96FEEFA9372AA /* ResourceBundle-GoogleSignIn-GoogleSignIn-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GoogleSignIn-GoogleSignIn-Info.plist"; sourceTree = ""; }; 8603A4DB959871DE360EFA9333222D0D /* 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; }; - 8605920D2224F0B01E75A21E11A10980 /* OIDFieldMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDFieldMapping.m; path = Source/AppAuthCore/OIDFieldMapping.m; sourceTree = ""; }; - 87ED33BD72F498DE5FC7D198092DD55D /* OIDScopeUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDScopeUtilities.m; path = Source/AppAuthCore/OIDScopeUtilities.m; sourceTree = ""; }; - 8868415B3E7A1BB54AB9059A16D042C7 /* GTMAppAuth-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMAppAuth-dummy.m"; sourceTree = ""; }; - 89B9D7CC8187B9E3E2C6B154A1E835EF /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = GoogleSignIn/Sources/Strings/en.lproj; sourceTree = ""; }; - 8A8F25A6AF24D354EAE734613C9B1B9D /* OIDTokenUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenUtilities.m; path = Source/AppAuthCore/OIDTokenUtilities.m; sourceTree = ""; }; - 8AF810B44A460B0BC5C0200C53D02708 /* OIDURLQueryComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDURLQueryComponent.h; path = Source/AppAuthCore/OIDURLQueryComponent.h; sourceTree = ""; }; - 8B1083A0647C47637020B8433F9384F3 /* SuperTokensIOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SuperTokensIOS-dummy.m"; sourceTree = ""; }; + 864AAA448883F593475F7F7B41882126 /* pt_PT.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt_PT.lproj; path = GoogleSignIn/Sources/Strings/pt_PT.lproj; sourceTree = ""; }; + 8787738D9B4F98D6A6E005C6E8731FC7 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = GoogleSignIn/Sources/Strings/nl.lproj; sourceTree = ""; }; + 87EE9C80F128A65CA2D38BAA5738CF97 /* OIDAuthorizationService+IOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OIDAuthorizationService+IOS.m"; path = "Source/AppAuth/iOS/OIDAuthorizationService+IOS.m"; sourceTree = ""; }; + 88B44379BF15EFF2CD1D180DDEFBE675 /* GTMSessionUploadFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionUploadFetcher.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionUploadFetcher.h; sourceTree = ""; }; + 89BE16823D4D2561227B262FD66A93B8 /* OIDAuthState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthState.h; path = Source/AppAuthCore/OIDAuthState.h; sourceTree = ""; }; + 8A90A33A42278E70A581E165F26934DB /* GIDSignInPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDSignInPreferences.m; path = GoogleSignIn/Sources/GIDSignInPreferences.m; sourceTree = ""; }; + 8BE4F2FF1627EAC1610E1DFE1115D8A2 /* SuperTokensIOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SuperTokensIOS.debug.xcconfig; sourceTree = ""; }; 8BF1D5C4E73D2F1EDA6C141C6811D532 /* Pods-iosenv-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iosenv-Info.plist"; sourceTree = ""; }; + 8C19FAC253FC6224A9DD7313B64DEB83 /* ms.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ms.lproj; path = GoogleSignIn/Sources/Strings/ms.lproj; sourceTree = ""; }; + 8CDCB6DCA3917C2E1A0AFDE3B4BBDD1C /* GIDAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDAuthentication.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDAuthentication.h; sourceTree = ""; }; 8D37A58D3DEDB3CEF774AB88A7F2E2F2 /* SuperTokensIOS */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SuperTokensIOS; path = SuperTokensIOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8D9A168DAD2A56BF6A6CFF9A7A7F6981 /* GIDSignInInternalOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignInInternalOptions.h; path = GoogleSignIn/Sources/GIDSignInInternalOptions.h; sourceTree = ""; }; - 8E6D924195514935019A32DBFC1AD177 /* AppAuth.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppAuth.release.xcconfig; sourceTree = ""; }; - 8F94C62831FBED182B609CCF9247CF5A /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; - 90597DC9389A0D4A7F00DAC64289551A /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = GoogleSignIn/Sources/Strings/fr.lproj; sourceTree = ""; }; - 9172CD2FEEF0C2BCE28D278FA9BC6009 /* OIDAuthorizationService+IOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OIDAuthorizationService+IOS.h"; path = "Source/AppAuth/iOS/OIDAuthorizationService+IOS.h"; sourceTree = ""; }; + 8DABF9926E4746EFF0E83DC2CDAD32AA /* GoogleSignIn-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleSignIn-umbrella.h"; sourceTree = ""; }; + 8EFF43962D755910ABF8658A210C0246 /* OIDServiceDiscovery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDServiceDiscovery.h; path = Source/AppAuthCore/OIDServiceDiscovery.h; sourceTree = ""; }; + 906E77654FBF0758B3F68112E99E1B27 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; 91A24FBF3A7324C4053EDF92AC35AE56 /* Pods-iosenv.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iosenv.debug.xcconfig"; sourceTree = ""; }; - 91B0F071CFC8C04A281EFE7F526E299A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 92EA13DAAB7D634E6510BCD1355192A4 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = GoogleSignIn/Sources/Strings/ko.lproj; sourceTree = ""; }; - 934EA4BF38E5A6CE71CAB581E3C844C3 /* OIDGrantTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDGrantTypes.m; path = Source/AppAuthCore/OIDGrantTypes.m; sourceTree = ""; }; - 93E3D5B975A6F722CFB5774BFCB468B2 /* OIDIDToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDIDToken.h; path = Source/AppAuthCore/OIDIDToken.h; sourceTree = ""; }; - 93FC82167223A472A57144A72CA1ABDB /* zh_CN.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = zh_CN.lproj; path = GoogleSignIn/Sources/Strings/zh_CN.lproj; sourceTree = ""; }; - 953174B6F5EBA68E9A6459A307385360 /* GTMSessionFetcher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMSessionFetcher-umbrella.h"; sourceTree = ""; }; - 9604F0E1D7195FAF262124102911BEAC /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = SuperTokensIOS/Classes/Error.swift; sourceTree = ""; }; - 960A4D5DE1744AE17BD3BE5E602C0A15 /* ms.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ms.lproj; path = GoogleSignIn/Sources/Strings/ms.lproj; sourceTree = ""; }; - 961E434E21EECFB75D4D4B22B1EB5686 /* OIDErrorUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDErrorUtilities.h; path = Source/AppAuthCore/OIDErrorUtilities.h; sourceTree = ""; }; - 96DA7BB1C86930C20D64865A6CB1F8CE /* GTMAppAuth.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMAppAuth.release.xcconfig; sourceTree = ""; }; - 97188B78E9D27103DAFC2BA80051F72F /* OIDAuthState+IOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OIDAuthState+IOS.m"; path = "Source/AppAuth/iOS/OIDAuthState+IOS.m"; sourceTree = ""; }; - 99F3BAC87C4DC0C83F6C757AE8B86B59 /* GIDSignIn_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignIn_Private.h; path = GoogleSignIn/Sources/GIDSignIn_Private.h; sourceTree = ""; }; - 9A36859528AF6A7A40528BF5C08484F6 /* tr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = tr.lproj; path = GoogleSignIn/Sources/Strings/tr.lproj; sourceTree = ""; }; - 9AD130867CCF8B2294EA641132F21785 /* OIDClientMetadataParameters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDClientMetadataParameters.h; path = Source/AppAuthCore/OIDClientMetadataParameters.h; sourceTree = ""; }; - 9B1FB5CEE35FDCC4ED065D39CD2C7431 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - 9C1B1CE12A1B155169C9F8835AF6596E /* GIDGoogleUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDGoogleUser.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h; sourceTree = ""; }; + 93D06956562AAC722DEE6B15FC6203E2 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = SuperTokensIOS/Classes/Error.swift; sourceTree = ""; }; + 93D127749CFC36FBAABBD6E9161D1DB1 /* GIDSignInCallbackSchemes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignInCallbackSchemes.h; path = GoogleSignIn/Sources/GIDSignInCallbackSchemes.h; sourceTree = ""; }; + 943A7BE177C57D6EFBDD09558715C614 /* OIDURLQueryComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDURLQueryComponent.h; path = Source/AppAuthCore/OIDURLQueryComponent.h; sourceTree = ""; }; + 94F653B993D6CF93573E2632BC005D48 /* GIDProfileData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDProfileData.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDProfileData.h; sourceTree = ""; }; + 94FF3CDE72A43B1C8E52E7BE464D851A /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 966FC6677A2E5A75B43E6FB2B1FED446 /* GoogleSignIn-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleSignIn-Info.plist"; sourceTree = ""; }; + 97941AB19AEEF8A939D0E11E37CBFF86 /* GTMSessionUploadFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionUploadFetcher.m; path = Sources/Core/GTMSessionUploadFetcher.m; sourceTree = ""; }; + 9845381C6DE269065F8D889E1DC63D36 /* zh_CN.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = zh_CN.lproj; path = GoogleSignIn/Sources/Strings/zh_CN.lproj; sourceTree = ""; }; + 9864FC972E7414EA01CED01F19D74198 /* he.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = he.lproj; path = GoogleSignIn/Sources/Strings/he.lproj; sourceTree = ""; }; + 98E566C55EA03D54214EC390B45A2E8B /* sv.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sv.lproj; path = GoogleSignIn/Sources/Strings/sv.lproj; sourceTree = ""; }; + 99243BE0999291E60FCF378E8B54F2E7 /* OIDURLSessionProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDURLSessionProvider.m; path = Source/AppAuthCore/OIDURLSessionProvider.m; sourceTree = ""; }; + 997EAC18D27A9F7076CC42ED0B65BAFB /* OIDAuthorizationResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationResponse.m; path = Source/AppAuthCore/OIDAuthorizationResponse.m; sourceTree = ""; }; + 9A23DEC8828863E5EA405D2ABD8B19B5 /* zh_TW.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = zh_TW.lproj; path = GoogleSignIn/Sources/Strings/zh_TW.lproj; sourceTree = ""; }; + 9A2FBCF6ED477D0A5E93B4232E6CD9B6 /* GTMSessionFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcher.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcher.h; sourceTree = ""; }; + 9CCF638969B4FE5625CE3027AB4AB234 /* GIDSignInButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignInButton.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h; sourceTree = ""; }; + 9CD9066B0AB35403B31E7BDCDDAD7AF0 /* GTMAppAuthFetcherAuthorization+Keychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMAppAuthFetcherAuthorization+Keychain.h"; path = "GTMAppAuth/Sources/Public/GTMAppAuth/GTMAppAuthFetcherAuthorization+Keychain.h"; sourceTree = ""; }; + 9D1F27E2512376E9163265750CA9297E /* OIDAuthorizationService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationService.m; path = Source/AppAuthCore/OIDAuthorizationService.m; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A04D2C1AA864A79FE49828E815A37CD5 /* GIDMDMPasscodeCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDMDMPasscodeCache.m; path = GoogleSignIn/Sources/GIDMDMPasscodeCache.m; sourceTree = ""; }; - A0B45ADB4D9A057DBE0C22EE12105DA0 /* xcbeautify.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = xcbeautify.release.xcconfig; sourceTree = ""; }; - A22B6702895EBF81F61A7EB6A28085A1 /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; - A24DC52C8B3863373D97BD9F7B0CFDAD /* GoogleSignIn.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleSignIn.debug.xcconfig; sourceTree = ""; }; - A3B3CD3B440FBDB3115CA91C85D28F47 /* OIDExternalUserAgentIOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentIOS.h; path = Source/AppAuth/iOS/OIDExternalUserAgentIOS.h; sourceTree = ""; }; - A3FEC1C128420BCA11FDDAEE75669481 /* GTMAppAuthFetcherAuthorization+Keychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMAppAuthFetcherAuthorization+Keychain.h"; path = "GTMAppAuth/Sources/Public/GTMAppAuth/GTMAppAuthFetcherAuthorization+Keychain.h"; sourceTree = ""; }; - A4245AB98169C0AE3BED09890978219C /* AppAuth-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AppAuth-prefix.pch"; sourceTree = ""; }; - A48D2A1423D0C9566753CA19C1FB2531 /* OIDAuthState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthState.h; path = Source/AppAuthCore/OIDAuthState.h; sourceTree = ""; }; + 9E00AEE0BA48BBD27B8D8CBAFD37CED9 /* hi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hi.lproj; path = GoogleSignIn/Sources/Strings/hi.lproj; sourceTree = ""; }; + 9FA14125173B11C29E756CCF99373E43 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = GoogleSignIn/Sources/Strings/de.lproj; sourceTree = ""; }; + A1865D239E3E7CE6EE951935318E61CE /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = GoogleSignIn/Sources/Strings/pl.lproj; sourceTree = ""; }; + A1E39CEC5330337D23A6D3828084F937 /* AntiCSRF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AntiCSRF.swift; path = SuperTokensIOS/Classes/AntiCSRF.swift; sourceTree = ""; }; + A2B23791D5BA525FB1B03A944A0C9DB9 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + A3DFBD18C29DAFC3442D705EE455AEFF /* GoogleSignIn-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleSignIn-dummy.m"; sourceTree = ""; }; + A446C3F80EB9B0A87577E4CDA9F023F6 /* ar.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ar.lproj; path = GoogleSignIn/Sources/Strings/ar.lproj; sourceTree = ""; }; A52483C5EE2FB2B7290E8C96A830F81C /* 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; }; - AB0DF63A6D34EEB8F1F70AFAF48E97B0 /* hi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hi.lproj; path = GoogleSignIn/Sources/Strings/hi.lproj; sourceTree = ""; }; - AB86B29C969F4D38ED2181E7E08B8CF0 /* NormalisedURLPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NormalisedURLPath.swift; path = SuperTokensIOS/Classes/NormalisedURLPath.swift; sourceTree = ""; }; - ABA4F790FD4EC41667C5F02086FA86DD /* OIDServiceDiscovery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDServiceDiscovery.h; path = Source/AppAuthCore/OIDServiceDiscovery.h; sourceTree = ""; }; - ABDCE16D7C1052D8203B0131BC03F2D9 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; - AF86B3851BB5C917EDCECDEB09F9B9CB /* he.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = he.lproj; path = GoogleSignIn/Sources/Strings/he.lproj; sourceTree = ""; }; - B0953A49ACA5716925BC0ABC1CC890C8 /* fi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fi.lproj; path = GoogleSignIn/Sources/Strings/fi.lproj; sourceTree = ""; }; - B202E0E3D233407188BC8304E0A834C2 /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; - B22DF5750B5B29087090AC7130D92FEA /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; - B37F9C53F1129C7565EC7FE8FE42B976 /* GTMSessionFetcherService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherService.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcherService.h; sourceTree = ""; }; - B58D984034C9ACB63CF6C5F4C2C81EB5 /* id.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = id.lproj; path = GoogleSignIn/Sources/Strings/id.lproj; sourceTree = ""; }; - B65046B8FD3D5F8B91478F3B301AA386 /* el.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = el.lproj; path = GoogleSignIn/Sources/Strings/el.lproj; sourceTree = ""; }; - B71BE836C652B7EA9269F09C5D8B577E /* OIDAuthorizationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationRequest.h; path = Source/AppAuthCore/OIDAuthorizationRequest.h; sourceTree = ""; }; - B76B6A6D8F3E8463249CAA291FC7371F /* OIDError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDError.m; path = Source/AppAuthCore/OIDError.m; sourceTree = ""; }; - B83D10D610E1C984A7A5C53EBF7F6B25 /* GTMSessionFetcher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMSessionFetcher-dummy.m"; sourceTree = ""; }; - B90F0EEE420047D52D5080840CF2E461 /* OIDExternalUserAgentIOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDExternalUserAgentIOS.m; path = Source/AppAuth/iOS/OIDExternalUserAgentIOS.m; sourceTree = ""; }; - B9D34059912BB043DF2369E9C2B0C1F7 /* GIDProfileData_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDProfileData_Private.h; path = GoogleSignIn/Sources/GIDProfileData_Private.h; sourceTree = ""; }; - B9E930F9D4027B4FA84305DFA18D86E5 /* OIDTokenUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenUtilities.h; path = Source/AppAuthCore/OIDTokenUtilities.h; sourceTree = ""; }; - BAF686D4ED2D19859FAC35366FCEA670 /* google@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "google@2x.png"; path = "GoogleSignIn/Sources/Resources/google@2x.png"; sourceTree = ""; }; - BB585FDBDB7E5BFC6FFB77BB9AE1531F /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - BEFDB3072CF313DC9417A1538A36290C /* FrontToken.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FrontToken.swift; path = SuperTokensIOS/Classes/FrontToken.swift; sourceTree = ""; }; - BF4DF4D72B8C1A216C9717D9AA19EBBA /* OIDScopes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDScopes.h; path = Source/AppAuthCore/OIDScopes.h; sourceTree = ""; }; - BF90572170D63C92CDD7720D7AE8FB2C /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; - BF979645F37C5E32391AA1AB591C05B5 /* OIDExternalUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgent.h; path = Source/AppAuthCore/OIDExternalUserAgent.h; sourceTree = ""; }; - C0820DE5C669FA6CDAA6A86610150F05 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - C0A84C5A39A49CCFC62DFA7A77B3334E /* GIDSignIn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignIn.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h; sourceTree = ""; }; - C16E3F470718EB6AB83B44940504F55B /* GIDSignInPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignInPreferences.h; path = GoogleSignIn/Sources/GIDSignInPreferences.h; sourceTree = ""; }; + A6DD10E92D541CED1FC26333F0B6EEEF /* GTMSessionFetcherService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherService.m; path = Sources/Core/GTMSessionFetcherService.m; sourceTree = ""; }; + A70148FFE76B3917E0D59DA1BBF80C01 /* SuperTokensIOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SuperTokensIOS.modulemap; sourceTree = ""; }; + A9387A88827FD4099B2A94AA060A8297 /* GTMOAuth2KeychainCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMOAuth2KeychainCompatibility.h; path = GTMAppAuth/Sources/Public/GTMAppAuth/GTMOAuth2KeychainCompatibility.h; sourceTree = ""; }; + AA44611746FA98F2EE7B843767A7CDB2 /* GTMSessionFetcher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMSessionFetcher-umbrella.h"; sourceTree = ""; }; + AC066356651E36E561EC73D1DCEE07DC /* hu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hu.lproj; path = GoogleSignIn/Sources/Strings/hu.lproj; sourceTree = ""; }; + AC51F9E92F96704FA74602BDD1DE41D9 /* OIDResponseTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDResponseTypes.h; path = Source/AppAuthCore/OIDResponseTypes.h; sourceTree = ""; }; + AD281E5405A59F79D2C0A6158AD18E66 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + AD5144B1E9E778520B7972FEDC795AD3 /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; + AD5488212F2A42E64A80D3EF60F417D3 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + AD688AB212554B064862830DADD11054 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + ADAC3B2A8F9BA263360CCFBE8939D1EC /* GTMSessionFetcher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.release.xcconfig; sourceTree = ""; }; + AECE582F311BAC63871D4F2E0DD83404 /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = GoogleSignIn/Sources/Strings/pt.lproj; sourceTree = ""; }; + B1D85338E72A588C467B37701CB558CF /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; + B1E3B1FADB8C30CECECADCD85C35244D /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; + B1E437536B4D6405E884A3936DE1547E /* GTMAppAuth.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMAppAuth.debug.xcconfig; sourceTree = ""; }; + B20510944B99ECD862E211A5D28D3325 /* OIDAuthorizationService+IOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OIDAuthorizationService+IOS.h"; path = "Source/AppAuth/iOS/OIDAuthorizationService+IOS.h"; sourceTree = ""; }; + B30363C15202FD68564BAD5B3A2E922C /* SuperTokensIOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SuperTokensIOS-dummy.m"; sourceTree = ""; }; + B3B87127327A7A2F96237C4CE34C30A3 /* AppAuth.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppAuth.release.xcconfig; sourceTree = ""; }; + B444131D5BD83B6222ED349A034D998A /* xcbeautify.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = xcbeautify.debug.xcconfig; sourceTree = ""; }; + B56BF9AE7EEE7EE1F4C99A657216173F /* OIDErrorUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDErrorUtilities.h; path = Source/AppAuthCore/OIDErrorUtilities.h; sourceTree = ""; }; + B59E3D873866C39664CB30174866449B /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; + B7533BFC6D55BBEF3F45A12902E10F09 /* GTMAppAuth.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMAppAuth.release.xcconfig; sourceTree = ""; }; + B9982899E8FE87F5B64020CE84061947 /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; + BA62556306FDB2FD351AD437EB05B564 /* OIDExternalUserAgentIOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentIOS.h; path = Source/AppAuth/iOS/OIDExternalUserAgentIOS.h; sourceTree = ""; }; + BB067DCA7F27D7F39C5A8BC8F34AE3E4 /* GIDConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDConfiguration.m; path = GoogleSignIn/Sources/GIDConfiguration.m; sourceTree = ""; }; + BC282B0859DD5E43670C045C8973786B /* GTMSessionFetcher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMSessionFetcher-dummy.m"; sourceTree = ""; }; + BF3B83BFDAA0CEB146D20429A86E9878 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; C1998E0D8085221AD87F89B614C10E52 /* GTMSessionFetcher */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GTMSessionFetcher; path = GTMSessionFetcher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C2C988188369D17DBDC336B80073D35A /* GTMSessionFetcherService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherService.m; path = Sources/Core/GTMSessionFetcherService.m; sourceTree = ""; }; - C50368BECE9D245290B34542BF73C89F /* GTMSessionUploadFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionUploadFetcher.m; path = Sources/Core/GTMSessionUploadFetcher.m; sourceTree = ""; }; - C58F4EB857532DB82C8868A98EB9B490 /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; - C6ECC569F61F3A92BFA3C9506BE06789 /* GIDSignInStrings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDSignInStrings.h; path = GoogleSignIn/Sources/GIDSignInStrings.h; sourceTree = ""; }; - C71748D726032A296C7A32D212969F9B /* GTMSessionFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcher.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcher.h; sourceTree = ""; }; + C1AC345CB1DE954612F6136B0F613A50 /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; + C1D1A7350157BF190A2A52220B973E6C /* fr_CA.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr_CA.lproj; path = GoogleSignIn/Sources/Strings/fr_CA.lproj; sourceTree = ""; }; + C291C5F7B45CA9AC9CBB9CEFB3CD47BD /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; + C44778C7AB804DAB5C5543EEB4EB728E /* en_GB.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en_GB.lproj; path = GoogleSignIn/Sources/Strings/en_GB.lproj; sourceTree = ""; }; + C5B40328DDF6D57D6FD0414A89A24E55 /* OIDURLQueryComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDURLQueryComponent.m; path = Source/AppAuthCore/OIDURLQueryComponent.m; sourceTree = ""; }; + C697AFC91715222DD4118F84B5C92D1F /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; + C885AE596BF162224C7F68FA77C5BF73 /* GIDAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDAuthentication.m; path = GoogleSignIn/Sources/GIDAuthentication.m; sourceTree = ""; }; + C8BAA6E46A55EDDA37015EF139AD5C41 /* GIDProfileData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDProfileData.m; path = GoogleSignIn/Sources/GIDProfileData.m; sourceTree = ""; }; C9384835461C91C0FFA801AF50DF5393 /* Pods-iosenv.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iosenv.release.xcconfig"; sourceTree = ""; }; - CA6039E4AA95669B2775520A1E71B50A /* OIDFieldMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDFieldMapping.h; path = Source/AppAuthCore/OIDFieldMapping.h; sourceTree = ""; }; - CA7E3ABC1B8D06F7E5CCF0973817059D /* SuperTokensIOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SuperTokensIOS.release.xcconfig; sourceTree = ""; }; - CABB2B1104D2559438C70F97C2FA203C /* OIDExternalUserAgentSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentSession.h; path = Source/AppAuthCore/OIDExternalUserAgentSession.h; sourceTree = ""; }; - CC1BA4AB455E0D6C51473F7486409BD1 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = GoogleSignIn/Sources/Strings/ja.lproj; sourceTree = ""; }; - CC76D02212DD4BEFC680FC59C1DB5D59 /* en_GB.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en_GB.lproj; path = GoogleSignIn/Sources/Strings/en_GB.lproj; sourceTree = ""; }; - CD31D2AA526A9A4CA88FAE3F35782A61 /* AppAuth-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AppAuth-dummy.m"; sourceTree = ""; }; - CF24B41BE30EFFF01F56F71152A8B35E /* GTMSessionFetcher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.debug.xcconfig; sourceTree = ""; }; - CF3C61CC06D64D1F177E575386AF4F16 /* GIDAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDAuthentication.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDAuthentication.h; sourceTree = ""; }; - CF56E39ABADCE61C0358D257735B22AE /* GTMAppAuth.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMAppAuth.modulemap; sourceTree = ""; }; - CFB1B2FA6BFC172F7FF3FBB09FEDDCBC /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; - D252D658848D07711D886B1B77B091B7 /* OIDAuthorizationResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationResponse.h; path = Source/AppAuthCore/OIDAuthorizationResponse.h; sourceTree = ""; }; - D3834333F780BCEEB07B350578063661 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = GoogleSignIn/Sources/Strings/es.lproj; sourceTree = ""; }; - D45D04E3E558A6E89ADB09EFDB334D70 /* OIDExternalUserAgentCatalyst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentCatalyst.h; path = Source/AppAuth/iOS/OIDExternalUserAgentCatalyst.h; sourceTree = ""; }; - D4CB820622D4BCA7BC74163C7BE5912C /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; - D511A89A0F58F8462BED0F33C2431CCC /* OIDGrantTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDGrantTypes.h; path = Source/AppAuthCore/OIDGrantTypes.h; sourceTree = ""; }; - D58C3B0D81FB57EB2506CDEE659C904B /* th.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = th.lproj; path = GoogleSignIn/Sources/Strings/th.lproj; sourceTree = ""; }; - D62D0221538AC537D0915C5CE6DBCC85 /* sk.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sk.lproj; path = GoogleSignIn/Sources/Strings/sk.lproj; sourceTree = ""; }; - D66198D59699436FEE480F5940E77C15 /* SuperTokensIOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SuperTokensIOS-prefix.pch"; sourceTree = ""; }; - D71FBE4C51509FE204573BD8FD66CE96 /* OIDResponseTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDResponseTypes.h; path = Source/AppAuthCore/OIDResponseTypes.h; sourceTree = ""; }; - D8498D35C3C222AEA623441AFEC1D2E7 /* OIDExternalUserAgentIOSCustomBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentIOSCustomBrowser.h; path = Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.h; sourceTree = ""; }; - D878725ACC5F26E10F8EE3830B02C7F9 /* OIDScopes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDScopes.m; path = Source/AppAuthCore/OIDScopes.m; sourceTree = ""; }; - D962A5BBD8527C0238DC6599403BD62F /* pt_BR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt_BR.lproj; path = GoogleSignIn/Sources/Strings/pt_BR.lproj; sourceTree = ""; }; - DB75AEF410EC6E10CF69F4BF950D177F /* GTMAppAuthFetcherAuthorization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMAppAuthFetcherAuthorization.m; path = GTMAppAuth/Sources/GTMAppAuthFetcherAuthorization.m; sourceTree = ""; }; - DBD2D0E59F6FC5DD30F5D558AE792D60 /* OIDScopeUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDScopeUtilities.h; path = Source/AppAuthCore/OIDScopeUtilities.h; sourceTree = ""; }; - DC307DB27F2E7EE3D27142518D660325 /* GTMAppAuth-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GTMAppAuth-Info.plist"; sourceTree = ""; }; + C9F0868B455D7665848B531851E20966 /* fi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fi.lproj; path = GoogleSignIn/Sources/Strings/fi.lproj; sourceTree = ""; }; + CA1C01D912CB74DBA133DD86A39F71F0 /* NSBundle+GID3PAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+GID3PAdditions.m"; path = "GoogleSignIn/Sources/NSBundle+GID3PAdditions.m"; sourceTree = ""; }; + CEBD36ED4E613C12C3D86FC40AC35F58 /* hr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hr.lproj; path = GoogleSignIn/Sources/Strings/hr.lproj; sourceTree = ""; }; + CEC11B4E057CF8344B4306870BC1690B /* OIDExternalUserAgentIOSCustomBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDExternalUserAgentIOSCustomBrowser.m; path = Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m; sourceTree = ""; }; + CEC31FA643F859A3A701F0DB69A429C3 /* OIDAuthState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthState.m; path = Source/AppAuthCore/OIDAuthState.m; sourceTree = ""; }; + CF785ABD1B111F3A644CF38B56C7A62D /* Roboto-Bold.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = "Roboto-Bold.ttf"; path = "GoogleSignIn/Sources/Resources/Roboto-Bold.ttf"; sourceTree = ""; }; + D1D1AAB4D27828C4EA1BC81A044ECA4A /* OIDRegistrationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDRegistrationRequest.m; path = Source/AppAuthCore/OIDRegistrationRequest.m; sourceTree = ""; }; + D23CD1A37BA242DBA37985879A90DD40 /* OIDAuthStateChangeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthStateChangeDelegate.h; path = Source/AppAuthCore/OIDAuthStateChangeDelegate.h; sourceTree = ""; }; + D2BFFDAA3AE5639BE0A0E674B2FEAE81 /* google@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "google@2x.png"; path = "GoogleSignIn/Sources/Resources/google@2x.png"; sourceTree = ""; }; + D2C0133F3DBC43662E450E74E1616EDC /* GIDGoogleUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDGoogleUser.m; path = GoogleSignIn/Sources/GIDGoogleUser.m; sourceTree = ""; }; + D38CBA514646EAF2A760C9D7FCBEB9CC /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = GoogleSignIn/Sources/Strings/ko.lproj; sourceTree = ""; }; + D5CA3841E05C917530B99A65DE619EF6 /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; + D6B019C374FD3713CC5A31E3EFD0C80D /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; + D7E79E828A0A08DFD668D6173407DF20 /* SuperTokens.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SuperTokens.swift; path = SuperTokensIOS/Classes/SuperTokens.swift; sourceTree = ""; }; + D87554B1B740B4380B7096E31C4903FE /* SuperTokensIOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SuperTokensIOS-umbrella.h"; sourceTree = ""; }; + D9422A75E0B91F2D5DED351D29372877 /* google.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = google.png; path = GoogleSignIn/Sources/Resources/google.png; sourceTree = ""; }; + DA9FAEC76E3039DA1A65C9A94BAB0CB9 /* OIDAuthStateErrorDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthStateErrorDelegate.h; path = Source/AppAuthCore/OIDAuthStateErrorDelegate.h; sourceTree = ""; }; + DBB0FF815FC476F954B42D7C8C8C7993 /* GIDGoogleUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDGoogleUser.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h; sourceTree = ""; }; DC4002FAD1F184BEC088C43C149881FD /* Pods-iosenv-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iosenv-acknowledgements.markdown"; sourceTree = ""; }; - DD34B40D4F2CE85CD4B9253A907BBEFD /* xcbeautify.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = xcbeautify.debug.xcconfig; sourceTree = ""; }; - DE86BEA268A3125E39E62699F46C5BA9 /* GIDEMMErrorHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDEMMErrorHandler.h; path = GoogleSignIn/Sources/GIDEMMErrorHandler.h; sourceTree = ""; }; - DF18E5C38B6B6EA28ADADBBBB5E5652A /* AppAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppAuth.h; path = Source/AppAuth.h; sourceTree = ""; }; - DF3193964E25E24ACAC2413C20326B64 /* GoogleSignIn-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleSignIn-umbrella.h"; sourceTree = ""; }; - E137D7001D73DD7E4F5A18267CC54710 /* OIDEndSessionRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDEndSessionRequest.h; path = Source/AppAuthCore/OIDEndSessionRequest.h; sourceTree = ""; }; + DC550077196F84C06346647B08227C87 /* OIDFieldMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDFieldMapping.m; path = Source/AppAuthCore/OIDFieldMapping.m; sourceTree = ""; }; + DCAF663E062B54411D5F18532A63CE75 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + DCF1AA10327C6A87D4DB5A324BB1F33B /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; + DD2B224F60C0E6F2221EAF7E6213323F /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; + DECC97FE572561C96DEC87BCD224D630 /* GIDEMMErrorHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDEMMErrorHandler.h; path = GoogleSignIn/Sources/GIDEMMErrorHandler.h; sourceTree = ""; }; + DF3DB6E1254D068D7F14E58516D7A427 /* OIDExternalUserAgentCatalyst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentCatalyst.h; path = Source/AppAuth/iOS/OIDExternalUserAgentCatalyst.h; sourceTree = ""; }; + DF77BD406A41DCDDB5FBB890F2CE8BAD /* GTMAppAuthFetcherAuthorization+Keychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMAppAuthFetcherAuthorization+Keychain.m"; path = "GTMAppAuth/Sources/GTMAppAuthFetcherAuthorization+Keychain.m"; sourceTree = ""; }; + E02E0129A8F642C094C47BB8A96ECACD /* OIDEndSessionResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDEndSessionResponse.m; path = Source/AppAuthCore/OIDEndSessionResponse.m; sourceTree = ""; }; + E07AEDEC313F31C39D4EBE2C4FDB0BE1 /* GIDAuthStateMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDAuthStateMigration.h; path = GoogleSignIn/Sources/GIDAuthStateMigration.h; sourceTree = ""; }; E23BC8198571E4A574C021C4055A65DC /* 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; }; + E2E1186C5BAD3BFD1E4CE4E1EA3564DF /* GTMAppAuth-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMAppAuth-dummy.m"; sourceTree = ""; }; + E341F34CFC3E3EAD2C9B887D5FE4FE09 /* GIDMDMPasscodeCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDMDMPasscodeCache.m; path = GoogleSignIn/Sources/GIDMDMPasscodeCache.m; sourceTree = ""; }; + E5243483643BAD91A3355E88FFF822AB /* SuperTokensURLProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SuperTokensURLProtocol.swift; path = SuperTokensIOS/Classes/SuperTokensURLProtocol.swift; sourceTree = ""; }; E5BA41B7F2E1FE47F9ABCAC27C9E4281 /* GoogleSignIn-GoogleSignIn */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "GoogleSignIn-GoogleSignIn"; path = GoogleSignIn.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E5CD06751E2F0480A5DC110E4BA43255 /* OIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDDefines.h; path = Source/AppAuthCore/OIDDefines.h; sourceTree = ""; }; - E62992E459EB59297A0CA20A2B04B47B /* ResourceBundle-GoogleSignIn-GoogleSignIn-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GoogleSignIn-GoogleSignIn-Info.plist"; sourceTree = ""; }; - E6ED8776519B59A03D914EFA5CF83049 /* fr_CA.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr_CA.lproj; path = GoogleSignIn/Sources/Strings/fr_CA.lproj; sourceTree = ""; }; - E7102952F4F7002486255A0BD597E6CC /* ar.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ar.lproj; path = GoogleSignIn/Sources/Strings/ar.lproj; sourceTree = ""; }; - E84281E3BF5A67396668AC11EE767505 /* es_MX.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es_MX.lproj; path = GoogleSignIn/Sources/Strings/es_MX.lproj; sourceTree = ""; }; - E9A5D495CAEC6DFCD557DB059857192C /* GoogleSignIn.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleSignIn.release.xcconfig; sourceTree = ""; }; - EA05BB1EF7DD872D910497BD2B5B37B9 /* GIDAuthentication_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDAuthentication_Private.h; path = GoogleSignIn/Sources/GIDAuthentication_Private.h; sourceTree = ""; }; - EA8D26C6DE4D638D815D07F92AC2E8CA /* GTMSessionFetcher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GTMSessionFetcher-Info.plist"; sourceTree = ""; }; - EC1FC87D03F37D7EABCFE488CBE816AC /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; - EC660D71D297F8C7549CC4BAF7F71510 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; - ECB43C364B5D7195E2DA385E40E8AB13 /* hr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hr.lproj; path = GoogleSignIn/Sources/Strings/hr.lproj; sourceTree = ""; }; - EF3842B84D71AE53FD21FDD8EA192F6C /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; - EFB1DDBFC86D87634348D2D0F015D0E4 /* GTMAppAuth-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMAppAuth-umbrella.h"; sourceTree = ""; }; - F028C0E4ACA4C4BA52F83ADE7FDBF155 /* GTMSessionFetcher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMSessionFetcher.modulemap; sourceTree = ""; }; - F29B7686374A354C391AE1F74DC0719F /* OIDClientMetadataParameters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDClientMetadataParameters.m; path = Source/AppAuthCore/OIDClientMetadataParameters.m; sourceTree = ""; }; - F30074627E7A27846F413799A72C81A4 /* OIDAuthState+IOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OIDAuthState+IOS.h"; path = "Source/AppAuth/iOS/OIDAuthState+IOS.h"; sourceTree = ""; }; - F3242F8B692DDE9652F804D21A74782B /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = SuperTokensIOS/Classes/Utils.swift; sourceTree = ""; }; - F32F073F168200D200B1967177AEB0A5 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = GoogleSignIn/Sources/Strings/de.lproj; sourceTree = ""; }; - F36305A345707CE2017A23977DCFCF0B /* OIDURLSessionProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDURLSessionProvider.h; path = Source/AppAuthCore/OIDURLSessionProvider.h; sourceTree = ""; }; + E622FFB7E845C75D020FDF8A983F5F94 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = GoogleSignIn/Sources/Strings/es.lproj; sourceTree = ""; }; + EAFBC93C94B1FA5BC2632040F5FE2CCD /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + ED3445F0ECC96157D981924BE98575F4 /* SuperTokensIOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SuperTokensIOS-prefix.pch"; sourceTree = ""; }; + ED8C73EA9615C47CD1D0EB2FA7ACA726 /* OIDScopeUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDScopeUtilities.h; path = Source/AppAuthCore/OIDScopeUtilities.h; sourceTree = ""; }; + EE213852442118EB9767760322EF7332 /* NSBundle+GID3PAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+GID3PAdditions.h"; path = "GoogleSignIn/Sources/NSBundle+GID3PAdditions.h"; sourceTree = ""; }; + EEF68CADA44A4136BA3E134EDD393F46 /* GIDScopes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GIDScopes.m; path = GoogleSignIn/Sources/GIDScopes.m; sourceTree = ""; }; + EF81A9E5A14D081FB7DEE5F75FBFE504 /* GIDMDMPasscodeState_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDMDMPasscodeState_Private.h; path = GoogleSignIn/Sources/GIDMDMPasscodeState_Private.h; sourceTree = ""; }; + F0C0B91F8193429751D8935E6942F484 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + F1D121CE9ADDC56F0F93BB0A70F399D4 /* String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = String.swift; path = SuperTokensIOS/Classes/extensions/String.swift; sourceTree = ""; }; + F25A92CF4A9B98935221B8B1065EFA5A /* OIDRegistrationResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDRegistrationResponse.h; path = Source/AppAuthCore/OIDRegistrationResponse.h; sourceTree = ""; }; + F3D7B1A5C31C4D3D66ABC9EE2909C5E0 /* xcbeautify.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = xcbeautify.release.xcconfig; sourceTree = ""; }; F43D1802C8DC5245B1D04E5CB47E7B25 /* Pods-iosenv */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iosenv"; path = Pods_iosenv.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F50FD74E40ADA4AE3FC2814D7AAC112E /* GTMKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMKeychain.m; path = GTMAppAuth/Sources/GTMKeychain.m; sourceTree = ""; }; - F5A59DD6DDC1AC433992DC07E9F566C1 /* GoogleSignIn.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleSignIn.modulemap; sourceTree = ""; }; - F64C213CA5CDA81DEC8C7E6D530F53A7 /* OIDAuthStateErrorDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthStateErrorDelegate.h; path = Source/AppAuthCore/OIDAuthStateErrorDelegate.h; sourceTree = ""; }; - F7E99D4F57A07897AEEADEE5C04EFED6 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - F893EE8A42CE927D3B7C1F65E6D7C8BD /* GTMSessionFetcherLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherLogging.m; path = Sources/Core/GTMSessionFetcherLogging.m; sourceTree = ""; }; - F97507F973A8452A1DC5CB432B66EC96 /* google.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = google.png; path = GoogleSignIn/Sources/Resources/google.png; sourceTree = ""; }; + F5C7CE6FB34DC6236E51F3C3E44403AB /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + F62864FA1123E60873A6281C7A61190F /* OIDAuthState+IOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OIDAuthState+IOS.h"; path = "Source/AppAuth/iOS/OIDAuthState+IOS.h"; sourceTree = ""; }; + F6EA724D360E0FD39B466D53BFDEB4F4 /* OIDScopes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDScopes.m; path = Source/AppAuthCore/OIDScopes.m; sourceTree = ""; }; + F7CD19358355103FC1B1EF543679743D /* OIDClientMetadataParameters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDClientMetadataParameters.h; path = Source/AppAuthCore/OIDClientMetadataParameters.h; sourceTree = ""; }; + FC4D2EDB7AA35254CE463C2D9196BC10 /* GoogleSignIn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleSignIn.h; path = GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h; sourceTree = ""; }; + FC5EE85E15172763BCCBFE5A5CE4E2E4 /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; FD56AB51475BC5F592781EE2692D1412 /* GoogleSignIn */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleSignIn; path = GoogleSignIn.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FDCE94E04B4991B0FB8813FEF717737D /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - FE404D27571C93F454232B228C3E72C1 /* OIDAuthorizationService+IOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OIDAuthorizationService+IOS.m"; path = "Source/AppAuth/iOS/OIDAuthorizationService+IOS.m"; sourceTree = ""; }; - FF6B6D05AF4A29DCE2808F9FBD963FFC /* zh_TW.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = zh_TW.lproj; path = GoogleSignIn/Sources/Strings/zh_TW.lproj; sourceTree = ""; }; + FDFA27684F7EF8FA6DF0BCD78E2DD7F0 /* GIDProfileData_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GIDProfileData_Private.h; path = GoogleSignIn/Sources/GIDProfileData_Private.h; sourceTree = ""; }; + FF8184FD92033DDFD49FF96162F53B06 /* OIDEndSessionRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDEndSessionRequest.m; path = Source/AppAuthCore/OIDEndSessionRequest.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -653,20 +655,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 192D01EF8E0CE55F6DF65DAB1BFD6C33 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4CE5B093DB3B650B506B545C5E55680D /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 24264CE9C1F8F2EA73FF85B841E7BD93 /* Frameworks */ = { + 2AAFE10270C904B2A0E17FDBC5CA5344 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - EF535CF66FD8FB5BCBC4888CDC9CBD32 /* Foundation.framework in Frameworks */, - 12A19907018D4EE78B327A7082B2D69B /* Security.framework in Frameworks */, + 5AECE23B9F5E716B4E35B5E50AE476E8 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -700,7 +693,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E7079BE6519CDAFE2996BFECC29669A2 /* Frameworks */ = { + 638435ADE77A3B2B34EBAE569CA625A4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B99C90E4189B0520A7EE07EC214EBB97 /* Foundation.framework in Frameworks */, + C9514906ECA6C0CF90BA47074C2A4CE9 /* Security.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8C0B997889FCB0F9560A6D2BD0A87A36 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -719,460 +721,461 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0F14871DDE47448E2E59FB2ADE3EBFA0 /* SuperTokensIOS */ = { + 09503166B3F354E5745CBF14E6328F8A /* Support Files */ = { isa = PBXGroup; children = ( - 372B616521E8E61EC27961FE3B64A802 /* AntiCSRF.swift */, - 69E7A3604F3AD42797C8B586C222333F /* Constants.swift */, - 9604F0E1D7195FAF262124102911BEAC /* Error.swift */, - BEFDB3072CF313DC9417A1538A36290C /* FrontToken.swift */, - 262D27C0DF8D85F04D35B212BA2F193F /* NormalisedURLDomain.swift */, - AB86B29C969F4D38ED2181E7E08B8CF0 /* NormalisedURLPath.swift */, - 7FF8356562C224E690D47330E40D6F4E /* String.swift */, - 0162F8F147DBEBB257A08F9D1561FD26 /* SuperTokens.swift */, - 7204FDC1DD340947C8A829AC5E713C0D /* SuperTokensURLProtocol.swift */, - 13F723320C64BA84299B4DB8DD1729C8 /* UnauthorisedResponse.swift */, - F3242F8B692DDE9652F804D21A74782B /* Utils.swift */, - 23EC05CC9F348E5E42AD2671955F3DCF /* Version.swift */, - D54EDBC375D86F1764B53EFC3D4315F4 /* Support Files */, + 2035A8180995C17A53E3286B56E968BE /* AppAuth.modulemap */, + 4C9349B02D7B2091AC651BC675B9B9BE /* AppAuth-dummy.m */, + 472B1B52C47CCB91E64A0C80727C84CE /* AppAuth-Info.plist */, + 0A25BD0003ED28611136C586AB7F54FF /* AppAuth-prefix.pch */, + 5D8FFB0C6AB3764B2E7D164F702EFA59 /* AppAuth-umbrella.h */, + 4C0D12CD06550E2888C6789085D6AB3D /* AppAuth.debug.xcconfig */, + B3B87127327A7A2F96237C4CE34C30A3 /* AppAuth.release.xcconfig */, ); - name = SuperTokensIOS; - path = SuperTokensIOS; + name = "Support Files"; + path = "../Target Support Files/AppAuth"; sourceTree = ""; }; - 1EA97171D8CB6D4F382C68E60BADFB4F /* Core */ = { + 12F37D8AA9351CA666C89634482AEAD6 /* GoogleSignIn */ = { isa = PBXGroup; children = ( - C71748D726032A296C7A32D212969F9B /* GTMSessionFetcher.h */, - 406ED1CA83B9CA325E229F6B47EDA01E /* GTMSessionFetcher.m */, - 543E85C72A14E313A87290B14FAC3820 /* GTMSessionFetcherLogging.h */, - F893EE8A42CE927D3B7C1F65E6D7C8BD /* GTMSessionFetcherLogging.m */, - B37F9C53F1129C7565EC7FE8FE42B976 /* GTMSessionFetcherService.h */, - C2C988188369D17DBDC336B80073D35A /* GTMSessionFetcherService.m */, - 0BFDE872FBF069916E97B05F94CF0BE8 /* GTMSessionUploadFetcher.h */, - C50368BECE9D245290B34542BF73C89F /* GTMSessionUploadFetcher.m */, + 8CDCB6DCA3917C2E1A0AFDE3B4BBDD1C /* GIDAuthentication.h */, + C885AE596BF162224C7F68FA77C5BF73 /* GIDAuthentication.m */, + 6B111FC9D0CFDA3B330483B810F1DB65 /* GIDAuthentication_Private.h */, + E07AEDEC313F31C39D4EBE2C4FDB0BE1 /* GIDAuthStateMigration.h */, + 33A66DE80CB8FDA322EE3D0C27C10645 /* GIDAuthStateMigration.m */, + 543543B1C483D89C89CB776C88E73FAA /* GIDCallbackQueue.h */, + 31F05AD4300E1AC79CA2AF3DEECCEAC4 /* GIDCallbackQueue.m */, + 2992516F5A51D4BCE7B3478802318908 /* GIDConfiguration.h */, + BB067DCA7F27D7F39C5A8BC8F34AE3E4 /* GIDConfiguration.m */, + DECC97FE572561C96DEC87BCD224D630 /* GIDEMMErrorHandler.h */, + 8132A8703769D44948D8C9A53171EC6A /* GIDEMMErrorHandler.m */, + DBB0FF815FC476F954B42D7C8C8C7993 /* GIDGoogleUser.h */, + D2C0133F3DBC43662E450E74E1616EDC /* GIDGoogleUser.m */, + 5FA033E400C6355B102E6CE66AF2344D /* GIDGoogleUser_Private.h */, + 471E5D934999CF9325640FD165371A2F /* GIDMDMPasscodeCache.h */, + E341F34CFC3E3EAD2C9B887D5FE4FE09 /* GIDMDMPasscodeCache.m */, + 331220001981F1767E3477FCDBEA4778 /* GIDMDMPasscodeState.h */, + 6C6447C4D5454141D579324570AAABEE /* GIDMDMPasscodeState.m */, + EF81A9E5A14D081FB7DEE5F75FBFE504 /* GIDMDMPasscodeState_Private.h */, + 94F653B993D6CF93573E2632BC005D48 /* GIDProfileData.h */, + C8BAA6E46A55EDDA37015EF139AD5C41 /* GIDProfileData.m */, + FDFA27684F7EF8FA6DF0BCD78E2DD7F0 /* GIDProfileData_Private.h */, + 5A300E136EF83DD50531DBEB845A86B8 /* GIDScopes.h */, + EEF68CADA44A4136BA3E134EDD393F46 /* GIDScopes.m */, + 37B499C6BA0FE65F167F043C8225C5BB /* GIDSignIn.h */, + 0611D06D75A341CCCB574B082EFECFA5 /* GIDSignIn.m */, + 34E82ECB3E0951051FF0AD6AABC4B926 /* GIDSignIn_Private.h */, + 9CCF638969B4FE5625CE3027AB4AB234 /* GIDSignInButton.h */, + 67C7973912F1E2C3DE34C5812E790A69 /* GIDSignInButton.m */, + 93D127749CFC36FBAABBD6E9161D1DB1 /* GIDSignInCallbackSchemes.h */, + 3D6708E16D812F20226E5001DEE943C6 /* GIDSignInCallbackSchemes.m */, + 7014E052E0F1A35238F6B34C3A8C1F07 /* GIDSignInInternalOptions.h */, + 052C561F5A6BB218A7139AC77AC34C43 /* GIDSignInInternalOptions.m */, + 58D9115A10337BA728DD3C3D7A1781D3 /* GIDSignInPreferences.h */, + 8A90A33A42278E70A581E165F26934DB /* GIDSignInPreferences.m */, + 0442704984F61F6704A80A7149B4ACDF /* GIDSignInStrings.h */, + 17FF17B13120A125AE8DF365A6364C22 /* GIDSignInStrings.m */, + FC4D2EDB7AA35254CE463C2D9196BC10 /* GoogleSignIn.h */, + EE213852442118EB9767760322EF7332 /* NSBundle+GID3PAdditions.h */, + CA1C01D912CB74DBA133DD86A39F71F0 /* NSBundle+GID3PAdditions.m */, + A3D8859094513A89BEE34D5187FC16F4 /* Resources */, + 51E5A5E18E7F16838682551750D6C0E6 /* Support Files */, ); - name = Core; + name = GoogleSignIn; + path = GoogleSignIn; sourceTree = ""; }; - 2E7B49B1074E630E9A0D4FF9BC6949EA /* Support Files */ = { + 148A38A62C6438CCEBA8CBF42283A296 /* Support Files */ = { isa = PBXGroup; children = ( - DD34B40D4F2CE85CD4B9253A907BBEFD /* xcbeautify.debug.xcconfig */, - A0B45ADB4D9A057DBE0C22EE12105DA0 /* xcbeautify.release.xcconfig */, + B444131D5BD83B6222ED349A034D998A /* xcbeautify.debug.xcconfig */, + F3D7B1A5C31C4D3D66ABC9EE2909C5E0 /* xcbeautify.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/xcbeautify"; sourceTree = ""; }; - 337BDD7674EEFCE49268876CA32ED23B /* Pods */ = { + 16A3C2BF4FF9202A70D49FCCC58D43B2 /* xcbeautify */ = { isa = PBXGroup; children = ( - E2D177A0A20F2F1A201C66ECEB57C2E8 /* Alamofire */, - DC7422F0921676CA7FB03EED3860EC03 /* AppAuth */, - A4DE4B03F9A7B71B01CA33A02897FCBD /* GoogleSignIn */, - 8A24ABBAA3913CBE1FE16E59D0D9A49A /* GTMAppAuth */, - 670C127A7F61EF3C8795A1673E4F9EAD /* GTMSessionFetcher */, - 0F14871DDE47448E2E59FB2ADE3EBFA0 /* SuperTokensIOS */, - 80FDCF831AD877DAE2235B42651EE316 /* xcbeautify */, + 148A38A62C6438CCEBA8CBF42283A296 /* Support Files */, ); - name = Pods; + name = xcbeautify; + path = xcbeautify; sourceTree = ""; }; - 3D1D7D50381CCCD7D4AD091A7B91C6CE /* Support Files */ = { + 2337FA2748F1276EA97EE447E39ACED8 /* Support Files */ = { isa = PBXGroup; children = ( - F028C0E4ACA4C4BA52F83ADE7FDBF155 /* GTMSessionFetcher.modulemap */, - B83D10D610E1C984A7A5C53EBF7F6B25 /* GTMSessionFetcher-dummy.m */, - EA8D26C6DE4D638D815D07F92AC2E8CA /* GTMSessionFetcher-Info.plist */, - 953174B6F5EBA68E9A6459A307385360 /* GTMSessionFetcher-umbrella.h */, - CF24B41BE30EFFF01F56F71152A8B35E /* GTMSessionFetcher.debug.xcconfig */, - 5F968D79254611F118730C1018803CD1 /* GTMSessionFetcher.release.xcconfig */, + 00A86C4680902B51C6A3020A8279BCCC /* GTMAppAuth.modulemap */, + E2E1186C5BAD3BFD1E4CE4E1EA3564DF /* GTMAppAuth-dummy.m */, + 732090922AC2DA0D80C8A4185E53429B /* GTMAppAuth-Info.plist */, + 613CCA46A00830AB5977AC7162748F4E /* GTMAppAuth-umbrella.h */, + B1E437536B4D6405E884A3936DE1547E /* GTMAppAuth.debug.xcconfig */, + B7533BFC6D55BBEF3F45A12902E10F09 /* GTMAppAuth.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/GTMSessionFetcher"; + path = "../Target Support Files/GTMAppAuth"; sourceTree = ""; }; - 4ECB1E0A5C75F44B2A557F0C1BCE297A /* Core */ = { + 28E59EB78175AF8119D870582A60B8A8 /* Support Files */ = { isa = PBXGroup; children = ( - 442563B74F18BCE696DC84C793350E0A /* AppAuthCore.h */, - B71BE836C652B7EA9269F09C5D8B577E /* OIDAuthorizationRequest.h */, - 17CDE51FE1E57671EEDF17EBE7905DF1 /* OIDAuthorizationRequest.m */, - D252D658848D07711D886B1B77B091B7 /* OIDAuthorizationResponse.h */, - 1EA83F7D824984F7B8D23BCC663650D4 /* OIDAuthorizationResponse.m */, - 1871E885AC3F99687B4428EF31C83CB9 /* OIDAuthorizationService.h */, - 31C4D862A4F5760C4A960B2061C4976E /* OIDAuthorizationService.m */, - A48D2A1423D0C9566753CA19C1FB2531 /* OIDAuthState.h */, - 3C774E6EF9BD089EBC8B4E579553A33A /* OIDAuthState.m */, - 0D2DA789C84A103C6F15CE49A2476174 /* OIDAuthStateChangeDelegate.h */, - F64C213CA5CDA81DEC8C7E6D530F53A7 /* OIDAuthStateErrorDelegate.h */, - 9AD130867CCF8B2294EA641132F21785 /* OIDClientMetadataParameters.h */, - F29B7686374A354C391AE1F74DC0719F /* OIDClientMetadataParameters.m */, - E5CD06751E2F0480A5DC110E4BA43255 /* OIDDefines.h */, - E137D7001D73DD7E4F5A18267CC54710 /* OIDEndSessionRequest.h */, - 20BD7E28A5488D92AFBAC6B11F40859E /* OIDEndSessionRequest.m */, - 230DC5D734F988CA1338C94E0F3227C6 /* OIDEndSessionResponse.h */, - 7CFB83A20151A2129ADF65D2864400D2 /* OIDEndSessionResponse.m */, - 3ADC27195A7DD4CB589910F7674D9A12 /* OIDError.h */, - B76B6A6D8F3E8463249CAA291FC7371F /* OIDError.m */, - 961E434E21EECFB75D4D4B22B1EB5686 /* OIDErrorUtilities.h */, - 4A973BA7581AEC89AE64391946F9823F /* OIDErrorUtilities.m */, - BF979645F37C5E32391AA1AB591C05B5 /* OIDExternalUserAgent.h */, - 0F39D2C7E1E5BB8D933480CA3C1A8CD5 /* OIDExternalUserAgentRequest.h */, - CABB2B1104D2559438C70F97C2FA203C /* OIDExternalUserAgentSession.h */, - CA6039E4AA95669B2775520A1E71B50A /* OIDFieldMapping.h */, - 8605920D2224F0B01E75A21E11A10980 /* OIDFieldMapping.m */, - D511A89A0F58F8462BED0F33C2431CCC /* OIDGrantTypes.h */, - 934EA4BF38E5A6CE71CAB581E3C844C3 /* OIDGrantTypes.m */, - 93E3D5B975A6F722CFB5774BFCB468B2 /* OIDIDToken.h */, - 6B0F1968FC60FF1E9F5B5454C7332559 /* OIDIDToken.m */, - 775BA81A255F84476C0985EF275B4D3B /* OIDRegistrationRequest.h */, - 0A818223FC0316A5BC1C5FC85BC1159A /* OIDRegistrationRequest.m */, - 6EABFBF8663CEDF3375EAF1109A3E03D /* OIDRegistrationResponse.h */, - 1E446AE246538D04633FE4452EB2E88B /* OIDRegistrationResponse.m */, - D71FBE4C51509FE204573BD8FD66CE96 /* OIDResponseTypes.h */, - 633FE16171B9D9456684156E504BE83A /* OIDResponseTypes.m */, - BF4DF4D72B8C1A216C9717D9AA19EBBA /* OIDScopes.h */, - D878725ACC5F26E10F8EE3830B02C7F9 /* OIDScopes.m */, - DBD2D0E59F6FC5DD30F5D558AE792D60 /* OIDScopeUtilities.h */, - 87ED33BD72F498DE5FC7D198092DD55D /* OIDScopeUtilities.m */, - 131FE059762AECB6BD7F89107D8D6081 /* OIDServiceConfiguration.h */, - 671C93FC135EEE9B80F1DB8DF66E72C7 /* OIDServiceConfiguration.m */, - ABA4F790FD4EC41667C5F02086FA86DD /* OIDServiceDiscovery.h */, - 52AC01D48EAEFE73349047040D0DD5D5 /* OIDServiceDiscovery.m */, - 067360484B9BDE3B73174938950CEE6C /* OIDTokenRequest.h */, - 0B33E815B284C2EAE3BF3081802F2E82 /* OIDTokenRequest.m */, - 5A54DE02309D196EB8D472110EC2CBFD /* OIDTokenResponse.h */, - 4E20CC60FE5766C4F2A823BB7E60C058 /* OIDTokenResponse.m */, - B9E930F9D4027B4FA84305DFA18D86E5 /* OIDTokenUtilities.h */, - 8A8F25A6AF24D354EAE734613C9B1B9D /* OIDTokenUtilities.m */, - 8AF810B44A460B0BC5C0200C53D02708 /* OIDURLQueryComponent.h */, - 1D373EA10CBDC508E48ED0DF5190E8CF /* OIDURLQueryComponent.m */, - F36305A345707CE2017A23977DCFCF0B /* OIDURLSessionProvider.h */, - 6EA37225AD36F3352F88B06F88940E60 /* OIDURLSessionProvider.m */, + 4C4D47F21D57E27093109928AEF63862 /* GTMSessionFetcher.modulemap */, + BC282B0859DD5E43670C045C8973786B /* GTMSessionFetcher-dummy.m */, + 8048F225F3F92426E518BF1F5BEF599E /* GTMSessionFetcher-Info.plist */, + AA44611746FA98F2EE7B843767A7CDB2 /* GTMSessionFetcher-umbrella.h */, + 5961504C8AE232249CCBE2FC1D115660 /* GTMSessionFetcher.debug.xcconfig */, + ADAC3B2A8F9BA263360CCFBE8939D1EC /* GTMSessionFetcher.release.xcconfig */, ); - name = Core; + name = "Support Files"; + path = "../Target Support Files/GTMSessionFetcher"; sourceTree = ""; }; - 670C127A7F61EF3C8795A1673E4F9EAD /* GTMSessionFetcher */ = { + 372A54A44DD0CE81E18C5504CBDA5D3E /* SuperTokensIOS */ = { isa = PBXGroup; children = ( - 1EA97171D8CB6D4F382C68E60BADFB4F /* Core */, - 3D1D7D50381CCCD7D4AD091A7B91C6CE /* Support Files */, + A1E39CEC5330337D23A6D3828084F937 /* AntiCSRF.swift */, + 02A89E315984A4903D14EBA8D7A02ECE /* Constants.swift */, + 01F8347741E0313E6120E5D094FB4A23 /* Dictionary.swift */, + 93D06956562AAC722DEE6B15FC6203E2 /* Error.swift */, + 003E13ECAC70880ED4CD4F69AA36DA53 /* FrontToken.swift */, + 69E31850168045356B64E2563B4A7DBB /* NormalisedURLDomain.swift */, + 103BA2BBE743197C8479FAB2350DB830 /* NormalisedURLPath.swift */, + F1D121CE9ADDC56F0F93BB0A70F399D4 /* String.swift */, + D7E79E828A0A08DFD668D6173407DF20 /* SuperTokens.swift */, + E5243483643BAD91A3355E88FFF822AB /* SuperTokensURLProtocol.swift */, + 4043F1DFF7129AD201D41C95C368356E /* UnauthorisedResponse.swift */, + 2E37481F12476FCA563F1EFA66945B0C /* Utils.swift */, + 621C061E86A6F87469DFE2601CA909C4 /* Version.swift */, + F60738866E15B3F6677ACA242F7D1420 /* Support Files */, ); - name = GTMSessionFetcher; - path = GTMSessionFetcher; + name = SuperTokensIOS; + path = SuperTokensIOS; sourceTree = ""; }; - 6FFE7B6FC1532E729351B74D0DAF5956 /* Support Files */ = { + 51E5A5E18E7F16838682551750D6C0E6 /* Support Files */ = { isa = PBXGroup; children = ( - 3D4FA4453AF74324DE19B341856948FF /* AppAuth.modulemap */, - CD31D2AA526A9A4CA88FAE3F35782A61 /* AppAuth-dummy.m */, - 30AAF4F399F2762BA855C859922413F2 /* AppAuth-Info.plist */, - A4245AB98169C0AE3BED09890978219C /* AppAuth-prefix.pch */, - 009119DF167CACF26377C4A2F5298D4C /* AppAuth-umbrella.h */, - 25DB81170631098CDF989402527ED596 /* AppAuth.debug.xcconfig */, - 8E6D924195514935019A32DBFC1AD177 /* AppAuth.release.xcconfig */, + 536BE4BD4B1EE74434B72D90A4D8724B /* GoogleSignIn.modulemap */, + A3DFBD18C29DAFC3442D705EE455AEFF /* GoogleSignIn-dummy.m */, + 966FC6677A2E5A75B43E6FB2B1FED446 /* GoogleSignIn-Info.plist */, + 8DABF9926E4746EFF0E83DC2CDAD32AA /* GoogleSignIn-umbrella.h */, + 498B6CF33252D5D8251D927C1EEC0D7A /* GoogleSignIn.debug.xcconfig */, + 6C85CE2E525C346E2DC29D00C984BFB9 /* GoogleSignIn.release.xcconfig */, + 85F228E517D9BD90FBF96FEEFA9372AA /* ResourceBundle-GoogleSignIn-GoogleSignIn-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/AppAuth"; + path = "../Target Support Files/GoogleSignIn"; sourceTree = ""; }; - 793CB42F82BE9F614B886BC953CCDB5B /* Pods-iosenv */ = { + 5769CB3D81C817CB174346979AD7CE96 /* GTMSessionFetcher */ = { isa = PBXGroup; children = ( - 1186659FE859A461CFC198CAC8031A53 /* Pods-iosenv.modulemap */, - DC4002FAD1F184BEC088C43C149881FD /* Pods-iosenv-acknowledgements.markdown */, - 71D3DEDEA3755CBC5E1DA2F41FE26988 /* Pods-iosenv-acknowledgements.plist */, - 2B6A7D5B236B78EAAA4A7279A031A5FA /* Pods-iosenv-dummy.m */, - 4E2FCC641839D6ED4FB8ED469AB8FA01 /* Pods-iosenv-frameworks.sh */, - 8BF1D5C4E73D2F1EDA6C141C6811D532 /* Pods-iosenv-Info.plist */, - 0E896FCC8701CF29FF6D1C8E3230FC9E /* Pods-iosenv-umbrella.h */, - 91A24FBF3A7324C4053EDF92AC35AE56 /* Pods-iosenv.debug.xcconfig */, - C9384835461C91C0FFA801AF50DF5393 /* Pods-iosenv.release.xcconfig */, + 701937FC7524F2E3E8D3E929C08D7AE0 /* Core */, + 28E59EB78175AF8119D870582A60B8A8 /* Support Files */, ); - name = "Pods-iosenv"; - path = "Target Support Files/Pods-iosenv"; + name = GTMSessionFetcher; + path = GTMSessionFetcher; sourceTree = ""; }; - 80FDCF831AD877DAE2235B42651EE316 /* xcbeautify */ = { + 59B8BF96F28FB93DB799E520FBD55E89 /* ExternalUserAgent */ = { isa = PBXGroup; children = ( - 2E7B49B1074E630E9A0D4FF9BC6949EA /* Support Files */, + 6B22A8C8ACF44F79F8082992AF491A95 /* AppAuth.h */, + B20510944B99ECD862E211A5D28D3325 /* OIDAuthorizationService+IOS.h */, + 87EE9C80F128A65CA2D38BAA5738CF97 /* OIDAuthorizationService+IOS.m */, + F62864FA1123E60873A6281C7A61190F /* OIDAuthState+IOS.h */, + 6134DCCF0C3FCBFB2E81B6F0752FD192 /* OIDAuthState+IOS.m */, + DF3DB6E1254D068D7F14E58516D7A427 /* OIDExternalUserAgentCatalyst.h */, + 455B87FFE67C8DFB6E92F240E806D2C8 /* OIDExternalUserAgentCatalyst.m */, + BA62556306FDB2FD351AD437EB05B564 /* OIDExternalUserAgentIOS.h */, + 556797F145AF7490CF6352CB49AF7891 /* OIDExternalUserAgentIOS.m */, + 7055A4869781CF15DC66A4BF6E4DA582 /* OIDExternalUserAgentIOSCustomBrowser.h */, + CEC11B4E057CF8344B4306870BC1690B /* OIDExternalUserAgentIOSCustomBrowser.m */, ); - name = xcbeautify; - path = xcbeautify; + name = ExternalUserAgent; sourceTree = ""; }; - 8A24ABBAA3913CBE1FE16E59D0D9A49A /* GTMAppAuth */ = { + 653BCBBEDFCA2E4A7469050D5F0696DB /* Alamofire */ = { isa = PBXGroup; children = ( - 384529465B344FB93D6941801B9F7315 /* GTMAppAuth.h */, - 150863F416FE00AD694BBE65696E569A /* GTMAppAuthFetcherAuthorization.h */, - DB75AEF410EC6E10CF69F4BF950D177F /* GTMAppAuthFetcherAuthorization.m */, - A3FEC1C128420BCA11FDDAEE75669481 /* GTMAppAuthFetcherAuthorization+Keychain.h */, - 0F8EF830752AE36FFCF6D97D11B418C9 /* GTMAppAuthFetcherAuthorization+Keychain.m */, - 6EA14ACDE5BE04E4406B72213A01E9A8 /* GTMKeychain.h */, - F50FD74E40ADA4AE3FC2814D7AAC112E /* GTMKeychain.m */, - 5B77AEA02844FC9B6B3FCEAD184904C8 /* GTMOAuth2KeychainCompatibility.h */, - 5BEE296D9E981F808883C4971F16E180 /* GTMOAuth2KeychainCompatibility.m */, - A569B30F237E5418C6A5BF2859BAC982 /* Support Files */, + 1858465BDECBB841167B5836024204C2 /* AFError.swift */, + 94FF3CDE72A43B1C8E52E7BE464D851A /* Alamofire.swift */, + 0C82DB551DB921FCAF863980E18C3E0A /* AlamofireExtended.swift */, + FC5EE85E15172763BCCBFE5A5CE4E2E4 /* AuthenticationInterceptor.swift */, + DD2B224F60C0E6F2221EAF7E6213323F /* CachedResponseHandler.swift */, + 4A09FBA4B60E88D8F438E6B668FC4D11 /* Combine.swift */, + D5CA3841E05C917530B99A65DE619EF6 /* Concurrency.swift */, + AD5488212F2A42E64A80D3EF60F417D3 /* DispatchQueue+Alamofire.swift */, + 81A3A9C4C17C2670AF2F02C856D3E2C6 /* EventMonitor.swift */, + D6B019C374FD3713CC5A31E3EFD0C80D /* HTTPHeaders.swift */, + 6DC8FACD460E277EF94D7FA302C73BE5 /* HTTPMethod.swift */, + 1EE74456FFD17A83ECEA5ABB8F02E767 /* MultipartFormData.swift */, + 84C185BFFA3E9B03AFDFA8E754B14C65 /* MultipartUpload.swift */, + AD281E5405A59F79D2C0A6158AD18E66 /* NetworkReachabilityManager.swift */, + 2B4033776400836F6770C99E76761E0E /* Notifications.swift */, + B59E3D873866C39664CB30174866449B /* OperationQueue+Alamofire.swift */, + B9982899E8FE87F5B64020CE84061947 /* ParameterEncoder.swift */, + 906E77654FBF0758B3F68112E99E1B27 /* ParameterEncoding.swift */, + 0338232B0C80053DC53DC8BF0EE01CC6 /* Protected.swift */, + 53BC36286567CFC570B5B674C634A6AE /* RedirectHandler.swift */, + F5C7CE6FB34DC6236E51F3C3E44403AB /* Request.swift */, + B1E3B1FADB8C30CECECADCD85C35244D /* RequestInterceptor.swift */, + 15A923AA0C624EE6BEDD909424A70E05 /* RequestTaskMap.swift */, + EAFBC93C94B1FA5BC2632040F5FE2CCD /* Response.swift */, + AD688AB212554B064862830DADD11054 /* ResponseSerialization.swift */, + DCF1AA10327C6A87D4DB5A324BB1F33B /* Result+Alamofire.swift */, + BF3B83BFDAA0CEB146D20429A86E9878 /* RetryPolicy.swift */, + B1D85338E72A588C467B37701CB558CF /* ServerTrustEvaluation.swift */, + 2299DB2DFA5733E4655B56D047BDC9B7 /* Session.swift */, + 0A4D1152DBC49591439680362DF4A063 /* SessionDelegate.swift */, + C1AC345CB1DE954612F6136B0F613A50 /* StringEncoding+Alamofire.swift */, + 4E520D6387C91FD7A5E957B399966404 /* URLConvertible+URLRequestConvertible.swift */, + C291C5F7B45CA9AC9CBB9CEFB3CD47BD /* URLEncodedFormEncoder.swift */, + C697AFC91715222DD4118F84B5C92D1F /* URLRequest+Alamofire.swift */, + AD5144B1E9E778520B7972FEDC795AD3 /* URLSessionConfiguration+Alamofire.swift */, + A2B23791D5BA525FB1B03A944A0C9DB9 /* Validation.swift */, + 787CB0E4864DBE4E84D1F3E4192562CB /* Support Files */, ); - name = GTMAppAuth; - path = GTMAppAuth; + name = Alamofire; + path = Alamofire; sourceTree = ""; }; - 9CAEB0B858FF6816F0344309CAECE441 /* Resources */ = { + 666396EE78F6FFF35CFE3A7CBBD7302F /* AppAuth */ = { isa = PBXGroup; children = ( - E7102952F4F7002486255A0BD597E6CC /* ar.lproj */, - 610D27C0B64C023AF0A4D743893C7215 /* ca.lproj */, - 7FCF579CF6B690573F6427A194F72E56 /* cs.lproj */, - 39FD4637B4FF1AC12CE4CF0DA4F0D50D /* da.lproj */, - F32F073F168200D200B1967177AEB0A5 /* de.lproj */, - B65046B8FD3D5F8B91478F3B301AA386 /* el.lproj */, - 89B9D7CC8187B9E3E2C6B154A1E835EF /* en.lproj */, - CC76D02212DD4BEFC680FC59C1DB5D59 /* en_GB.lproj */, - D3834333F780BCEEB07B350578063661 /* es.lproj */, - E84281E3BF5A67396668AC11EE767505 /* es_MX.lproj */, - B0953A49ACA5716925BC0ABC1CC890C8 /* fi.lproj */, - 90597DC9389A0D4A7F00DAC64289551A /* fr.lproj */, - E6ED8776519B59A03D914EFA5CF83049 /* fr_CA.lproj */, - F97507F973A8452A1DC5CB432B66EC96 /* google.png */, - BAF686D4ED2D19859FAC35366FCEA670 /* google@2x.png */, - 3E0B81C6482978F18D9E227FF3B5CC10 /* google@3x.png */, - AF86B3851BB5C917EDCECDEB09F9B9CB /* he.lproj */, - AB0DF63A6D34EEB8F1F70AFAF48E97B0 /* hi.lproj */, - ECB43C364B5D7195E2DA385E40E8AB13 /* hr.lproj */, - 353EE1CB159EEDC273698055BBE7A826 /* hu.lproj */, - B58D984034C9ACB63CF6C5F4C2C81EB5 /* id.lproj */, - 19CB605A72722779EB05C5C41504212E /* it.lproj */, - CC1BA4AB455E0D6C51473F7486409BD1 /* ja.lproj */, - 92EA13DAAB7D634E6510BCD1355192A4 /* ko.lproj */, - 960A4D5DE1744AE17BD3BE5E602C0A15 /* ms.lproj */, - 2C9E7E59A59E29B972918FBA38A56F1D /* nb.lproj */, - 43F397256322FDDEFCAB9DAABECB4844 /* nl.lproj */, - 3499337B68F0E839DAEC414CE7CC24F4 /* pl.lproj */, - 38FF07E9D60D90BC77BA1918894C15F8 /* pt.lproj */, - D962A5BBD8527C0238DC6599403BD62F /* pt_BR.lproj */, - 4B80AB8203E4532709052B2CE6A1F569 /* pt_PT.lproj */, - 8116144F6DBBF407A8BA2E90F4BC99BA /* ro.lproj */, - 26D699B746DA161BBD910C4593FFFABD /* Roboto-Bold.ttf */, - 688A7786321B517F29711B35A76566EB /* ru.lproj */, - D62D0221538AC537D0915C5CE6DBCC85 /* sk.lproj */, - 167E49088162411FB4252F43E8231DBD /* sv.lproj */, - D58C3B0D81FB57EB2506CDEE659C904B /* th.lproj */, - 9A36859528AF6A7A40528BF5C08484F6 /* tr.lproj */, - 4483DB7C3CDA499A901444DDD9CEC985 /* uk.lproj */, - 5C3D4BAFA90DB9D07A0A250F655F49A9 /* vi.lproj */, - 93FC82167223A472A57144A72CA1ABDB /* zh_CN.lproj */, - FF6B6D05AF4A29DCE2808F9FBD963FFC /* zh_TW.lproj */, + D9F2713AD6E38295AE024BE74F044D2C /* Core */, + 59B8BF96F28FB93DB799E520FBD55E89 /* ExternalUserAgent */, + 09503166B3F354E5745CBF14E6328F8A /* Support Files */, ); - name = Resources; + name = AppAuth; + path = AppAuth; sourceTree = ""; }; - A4DE4B03F9A7B71B01CA33A02897FCBD /* GoogleSignIn */ = { + 701937FC7524F2E3E8D3E929C08D7AE0 /* Core */ = { isa = PBXGroup; children = ( - CF3C61CC06D64D1F177E575386AF4F16 /* GIDAuthentication.h */, - 55836E848D74F0B06F410DC06267CCD1 /* GIDAuthentication.m */, - EA05BB1EF7DD872D910497BD2B5B37B9 /* GIDAuthentication_Private.h */, - 3CB362E53A06B0E4B1F6A94AE8DA3F02 /* GIDAuthStateMigration.h */, - 79A68BB38E00146FE84DC4D3437E9AFC /* GIDAuthStateMigration.m */, - 27437EE44E8DE5E0494051AEDC437B18 /* GIDCallbackQueue.h */, - 6A3875448E694762169E762B828766F5 /* GIDCallbackQueue.m */, - 61BA0F3C42526DEE0187F4A40E1E80CC /* GIDConfiguration.h */, - 3D450DBC7C5D9D6F19BB339916A1E9CD /* GIDConfiguration.m */, - DE86BEA268A3125E39E62699F46C5BA9 /* GIDEMMErrorHandler.h */, - 3DDD5F26BE438D8DB25BFEBEE29F5F6F /* GIDEMMErrorHandler.m */, - 9C1B1CE12A1B155169C9F8835AF6596E /* GIDGoogleUser.h */, - 0A29215731CB11DA91B686561671070A /* GIDGoogleUser.m */, - 61F3A83B8278A1947E80DC822134AE3B /* GIDGoogleUser_Private.h */, - 1B77AA07B6C8CDE302EFD679E3BE3DB4 /* GIDMDMPasscodeCache.h */, - A04D2C1AA864A79FE49828E815A37CD5 /* GIDMDMPasscodeCache.m */, - 1568000AFB32F512E8B4C283648A81DB /* GIDMDMPasscodeState.h */, - 1A215FE8FFF5D31213C846314599C281 /* GIDMDMPasscodeState.m */, - 25D967ACEDA922242F5157005A3B7A0A /* GIDMDMPasscodeState_Private.h */, - 1834F09142AB887EF7A17549D5CF273F /* GIDProfileData.h */, - 5EBAD065E69546177B56F9B94599B551 /* GIDProfileData.m */, - B9D34059912BB043DF2369E9C2B0C1F7 /* GIDProfileData_Private.h */, - 077439475C91F2BCFB7E60EC4FFD37B7 /* GIDScopes.h */, - 1AEF2CC2ABB435CDB2D7E7CD4992533F /* GIDScopes.m */, - C0A84C5A39A49CCFC62DFA7A77B3334E /* GIDSignIn.h */, - 2B476450A73BB0D2A3FE77538642CE68 /* GIDSignIn.m */, - 99F3BAC87C4DC0C83F6C757AE8B86B59 /* GIDSignIn_Private.h */, - 0A227356DDA6FDA6390387549C91646A /* GIDSignInButton.h */, - 3C06AB3D844387BCD1306BC14E87664B /* GIDSignInButton.m */, - 2AC3191EB41E6CF39EA0C5F5FEA73AAF /* GIDSignInCallbackSchemes.h */, - 087C2E54E818EBD8593E22169A51F3D3 /* GIDSignInCallbackSchemes.m */, - 8D9A168DAD2A56BF6A6CFF9A7A7F6981 /* GIDSignInInternalOptions.h */, - 17B3FEED1CA650DEA41FB1719F8B238B /* GIDSignInInternalOptions.m */, - C16E3F470718EB6AB83B44940504F55B /* GIDSignInPreferences.h */, - 26FCC64642576EFC5E005326946349A1 /* GIDSignInPreferences.m */, - C6ECC569F61F3A92BFA3C9506BE06789 /* GIDSignInStrings.h */, - 37EE102BEFD0EEB4DCFB8051DE2F68F1 /* GIDSignInStrings.m */, - 31BC93285B72D2FCBA815F7B667E25CA /* GoogleSignIn.h */, - 3770C4EFB61C48006857628CBB8CFCB0 /* NSBundle+GID3PAdditions.h */, - 0B91B6D969824BD3EDFBFD429BB2B2EF /* NSBundle+GID3PAdditions.m */, - 9CAEB0B858FF6816F0344309CAECE441 /* Resources */, - E1ED1644438246C9CF3C5C997C46AC6D /* Support Files */, + 9A2FBCF6ED477D0A5E93B4232E6CD9B6 /* GTMSessionFetcher.h */, + 3DA4408BFE8D6AEF5BC55270D87C631D /* GTMSessionFetcher.m */, + 6A30C0FBA2A9A851160229EAC73D8997 /* GTMSessionFetcherLogging.h */, + 78785AF29EB79EA61798B11FB166743C /* GTMSessionFetcherLogging.m */, + 6AEE8FD5D7AB7630CCAD7661CF392074 /* GTMSessionFetcherService.h */, + A6DD10E92D541CED1FC26333F0B6EEEF /* GTMSessionFetcherService.m */, + 88B44379BF15EFF2CD1D180DDEFBE675 /* GTMSessionUploadFetcher.h */, + 97941AB19AEEF8A939D0E11E37CBFF86 /* GTMSessionUploadFetcher.m */, ); - name = GoogleSignIn; - path = GoogleSignIn; + name = Core; sourceTree = ""; }; - A569B30F237E5418C6A5BF2859BAC982 /* Support Files */ = { + 787CB0E4864DBE4E84D1F3E4192562CB /* Support Files */ = { isa = PBXGroup; children = ( - CF56E39ABADCE61C0358D257735B22AE /* GTMAppAuth.modulemap */, - 8868415B3E7A1BB54AB9059A16D042C7 /* GTMAppAuth-dummy.m */, - DC307DB27F2E7EE3D27142518D660325 /* GTMAppAuth-Info.plist */, - EFB1DDBFC86D87634348D2D0F015D0E4 /* GTMAppAuth-umbrella.h */, - 0BF7E06178359F6C2171A106B492C451 /* GTMAppAuth.debug.xcconfig */, - 96DA7BB1C86930C20D64865A6CB1F8CE /* GTMAppAuth.release.xcconfig */, + 5B18E10775D19AA5F87E22292BF167F0 /* Alamofire.modulemap */, + DCAF663E062B54411D5F18532A63CE75 /* Alamofire-dummy.m */, + 57995DE115F16F5B75C379900ECC016B /* Alamofire-Info.plist */, + 5AD272B869996134B5A856C2D7166E13 /* Alamofire-prefix.pch */, + 537BF43A31F256B3FE6192F670A17262 /* Alamofire-umbrella.h */, + F0C0B91F8193429751D8935E6942F484 /* Alamofire.debug.xcconfig */, + 2929585BEAFAA5389A410B5BC5851F76 /* Alamofire.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/GTMAppAuth"; + path = "../Target Support Files/Alamofire"; sourceTree = ""; }; - A99421861F165AD1FEF1F54183D17E4B /* Products */ = { + 793CB42F82BE9F614B886BC953CCDB5B /* Pods-iosenv */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */, - 3FD1B4C1246D643E9476438C28048FA8 /* AppAuth */, - FD56AB51475BC5F592781EE2692D1412 /* GoogleSignIn */, - E5BA41B7F2E1FE47F9ABCAC27C9E4281 /* GoogleSignIn-GoogleSignIn */, - 6FD122EA0AB9AB2A8FFA5F676C795DF0 /* GTMAppAuth */, - C1998E0D8085221AD87F89B614C10E52 /* GTMSessionFetcher */, - F43D1802C8DC5245B1D04E5CB47E7B25 /* Pods-iosenv */, - 8D37A58D3DEDB3CEF774AB88A7F2E2F2 /* SuperTokensIOS */, + 1186659FE859A461CFC198CAC8031A53 /* Pods-iosenv.modulemap */, + DC4002FAD1F184BEC088C43C149881FD /* Pods-iosenv-acknowledgements.markdown */, + 71D3DEDEA3755CBC5E1DA2F41FE26988 /* Pods-iosenv-acknowledgements.plist */, + 2B6A7D5B236B78EAAA4A7279A031A5FA /* Pods-iosenv-dummy.m */, + 4E2FCC641839D6ED4FB8ED469AB8FA01 /* Pods-iosenv-frameworks.sh */, + 8BF1D5C4E73D2F1EDA6C141C6811D532 /* Pods-iosenv-Info.plist */, + 0E896FCC8701CF29FF6D1C8E3230FC9E /* Pods-iosenv-umbrella.h */, + 91A24FBF3A7324C4053EDF92AC35AE56 /* Pods-iosenv.debug.xcconfig */, + C9384835461C91C0FFA801AF50DF5393 /* Pods-iosenv.release.xcconfig */, ); - name = Products; + name = "Pods-iosenv"; + path = "Target Support Files/Pods-iosenv"; sourceTree = ""; }; - AB0558DBFAD33E68937433418E4BFACD /* Targets Support Files */ = { + A18AE100A59B7E3078F5FAA5187F957B /* Pods */ = { isa = PBXGroup; children = ( - 793CB42F82BE9F614B886BC953CCDB5B /* Pods-iosenv */, + 653BCBBEDFCA2E4A7469050D5F0696DB /* Alamofire */, + 666396EE78F6FFF35CFE3A7CBBD7302F /* AppAuth */, + 12F37D8AA9351CA666C89634482AEAD6 /* GoogleSignIn */, + C8A53688046C52439772A0BA6DBD7A38 /* GTMAppAuth */, + 5769CB3D81C817CB174346979AD7CE96 /* GTMSessionFetcher */, + 372A54A44DD0CE81E18C5504CBDA5D3E /* SuperTokensIOS */, + 16A3C2BF4FF9202A70D49FCCC58D43B2 /* xcbeautify */, ); - name = "Targets Support Files"; + name = Pods; sourceTree = ""; }; - CF1408CF629C7361332E53B88F7BD30C = { + A3D8859094513A89BEE34D5187FC16F4 /* Resources */ = { isa = PBXGroup; children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - F119B4A0ABE017AECEE69836596133B2 /* Frameworks */, - 337BDD7674EEFCE49268876CA32ED23B /* Pods */, - A99421861F165AD1FEF1F54183D17E4B /* Products */, - AB0558DBFAD33E68937433418E4BFACD /* Targets Support Files */, + A446C3F80EB9B0A87577E4CDA9F023F6 /* ar.lproj */, + 10BCAE86CDBEB9EC1A4ADC636E681F72 /* ca.lproj */, + 5A03479E280253775B5F25F1C054CBA0 /* cs.lproj */, + 5FDF298F2868A21905D01CCBDA2D7A85 /* da.lproj */, + 9FA14125173B11C29E756CCF99373E43 /* de.lproj */, + 4B18D4C216ABE8BA812679B174BAD99F /* el.lproj */, + 5A86EB334A8FC1A4AF7E5CDB63008A22 /* en.lproj */, + C44778C7AB804DAB5C5543EEB4EB728E /* en_GB.lproj */, + E622FFB7E845C75D020FDF8A983F5F94 /* es.lproj */, + 55A58EDADA4AF4F69DC8CDC798D788D6 /* es_MX.lproj */, + C9F0868B455D7665848B531851E20966 /* fi.lproj */, + 4F4AA32FB146BCCA946EDFBAB3C2FA13 /* fr.lproj */, + C1D1A7350157BF190A2A52220B973E6C /* fr_CA.lproj */, + D9422A75E0B91F2D5DED351D29372877 /* google.png */, + D2BFFDAA3AE5639BE0A0E674B2FEAE81 /* google@2x.png */, + 65BFCC93B2CC8947A3B247E7C8D700D9 /* google@3x.png */, + 9864FC972E7414EA01CED01F19D74198 /* he.lproj */, + 9E00AEE0BA48BBD27B8D8CBAFD37CED9 /* hi.lproj */, + CEBD36ED4E613C12C3D86FC40AC35F58 /* hr.lproj */, + AC066356651E36E561EC73D1DCEE07DC /* hu.lproj */, + 6DA4EF9C1F57F9EF2DECADD3C1889AF9 /* id.lproj */, + 19B9A0D52E45E2C75952BE26023839F2 /* it.lproj */, + 194C6E6754F80343C39F15D0B1FC9565 /* ja.lproj */, + D38CBA514646EAF2A760C9D7FCBEB9CC /* ko.lproj */, + 8C19FAC253FC6224A9DD7313B64DEB83 /* ms.lproj */, + 081595D311DFD1BFD63133D031FB714E /* nb.lproj */, + 8787738D9B4F98D6A6E005C6E8731FC7 /* nl.lproj */, + A1865D239E3E7CE6EE951935318E61CE /* pl.lproj */, + AECE582F311BAC63871D4F2E0DD83404 /* pt.lproj */, + 158A804C067D54F33BA7B7F11AC6BE90 /* pt_BR.lproj */, + 864AAA448883F593475F7F7B41882126 /* pt_PT.lproj */, + 55BB3AFE3CB0066E4D5BCDBA3ABBAD31 /* ro.lproj */, + CF785ABD1B111F3A644CF38B56C7A62D /* Roboto-Bold.ttf */, + 052652DC1ED13FB7F9E731BD22C992D3 /* ru.lproj */, + 537FFAC3CC3DF132392AAD9AC59CE1E4 /* sk.lproj */, + 98E566C55EA03D54214EC390B45A2E8B /* sv.lproj */, + 5BF18C7396376DC1A3008F0AC10A8F2E /* th.lproj */, + 7B33C7D57343DB700CF59DCE854F1547 /* tr.lproj */, + 668E784E70D8DB58FB507583BE80B535 /* uk.lproj */, + 15B737379AD79BC910E871239E180DB0 /* vi.lproj */, + 9845381C6DE269065F8D889E1DC63D36 /* zh_CN.lproj */, + 9A23DEC8828863E5EA405D2ABD8B19B5 /* zh_TW.lproj */, ); + name = Resources; sourceTree = ""; }; - D54EDBC375D86F1764B53EFC3D4315F4 /* Support Files */ = { + A99421861F165AD1FEF1F54183D17E4B /* Products */ = { isa = PBXGroup; children = ( - 3AC56E09B7C8213821F0C1AE4E4DB1CC /* SuperTokensIOS.modulemap */, - 8B1083A0647C47637020B8433F9384F3 /* SuperTokensIOS-dummy.m */, - 61297EB79543C835A60E4AD4DFAEF953 /* SuperTokensIOS-Info.plist */, - D66198D59699436FEE480F5940E77C15 /* SuperTokensIOS-prefix.pch */, - 830024577722019B05C3821031503085 /* SuperTokensIOS-umbrella.h */, - 03AF38FD299F268C3CB851470669F3D4 /* SuperTokensIOS.debug.xcconfig */, - CA7E3ABC1B8D06F7E5CCF0973817059D /* SuperTokensIOS.release.xcconfig */, + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */, + 3FD1B4C1246D643E9476438C28048FA8 /* AppAuth */, + FD56AB51475BC5F592781EE2692D1412 /* GoogleSignIn */, + E5BA41B7F2E1FE47F9ABCAC27C9E4281 /* GoogleSignIn-GoogleSignIn */, + 6FD122EA0AB9AB2A8FFA5F676C795DF0 /* GTMAppAuth */, + C1998E0D8085221AD87F89B614C10E52 /* GTMSessionFetcher */, + F43D1802C8DC5245B1D04E5CB47E7B25 /* Pods-iosenv */, + 8D37A58D3DEDB3CEF774AB88A7F2E2F2 /* SuperTokensIOS */, ); - name = "Support Files"; - path = "../Target Support Files/SuperTokensIOS"; + name = Products; sourceTree = ""; }; - DC7422F0921676CA7FB03EED3860EC03 /* AppAuth */ = { + AB0558DBFAD33E68937433418E4BFACD /* Targets Support Files */ = { isa = PBXGroup; children = ( - 4ECB1E0A5C75F44B2A557F0C1BCE297A /* Core */, - ECE4884E007A3AF8B48831CC90399C24 /* ExternalUserAgent */, - 6FFE7B6FC1532E729351B74D0DAF5956 /* Support Files */, + 793CB42F82BE9F614B886BC953CCDB5B /* Pods-iosenv */, ); - name = AppAuth; - path = AppAuth; + name = "Targets Support Files"; sourceTree = ""; }; - E1ED1644438246C9CF3C5C997C46AC6D /* Support Files */ = { + C8A53688046C52439772A0BA6DBD7A38 /* GTMAppAuth */ = { isa = PBXGroup; children = ( - F5A59DD6DDC1AC433992DC07E9F566C1 /* GoogleSignIn.modulemap */, - 243B590036A7517490D84ED551325572 /* GoogleSignIn-dummy.m */, - 277722BF1EC861550AF39BA828CBA94D /* GoogleSignIn-Info.plist */, - DF3193964E25E24ACAC2413C20326B64 /* GoogleSignIn-umbrella.h */, - A24DC52C8B3863373D97BD9F7B0CFDAD /* GoogleSignIn.debug.xcconfig */, - E9A5D495CAEC6DFCD557DB059857192C /* GoogleSignIn.release.xcconfig */, - E62992E459EB59297A0CA20A2B04B47B /* ResourceBundle-GoogleSignIn-GoogleSignIn-Info.plist */, + 4F9E06DACF919E19158C2C4C399922AC /* GTMAppAuth.h */, + 123CC2CF156ED69D9DC0082C214B530C /* GTMAppAuthFetcherAuthorization.h */, + 479FE04541F2AE70332349F844E9B06E /* GTMAppAuthFetcherAuthorization.m */, + 9CD9066B0AB35403B31E7BDCDDAD7AF0 /* GTMAppAuthFetcherAuthorization+Keychain.h */, + DF77BD406A41DCDDB5FBB890F2CE8BAD /* GTMAppAuthFetcherAuthorization+Keychain.m */, + 09E71924FB07E0FAF15459DD73B2C6D7 /* GTMKeychain.h */, + 44EB305D46EDE4E1F9B36FBDF5280FCA /* GTMKeychain.m */, + A9387A88827FD4099B2A94AA060A8297 /* GTMOAuth2KeychainCompatibility.h */, + 0FC80D43EC57D77956D73A387BBC3300 /* GTMOAuth2KeychainCompatibility.m */, + 2337FA2748F1276EA97EE447E39ACED8 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleSignIn"; + name = GTMAppAuth; + path = GTMAppAuth; sourceTree = ""; }; - E2D177A0A20F2F1A201C66ECEB57C2E8 /* Alamofire */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - 49A20CE0FB7DEA5569EF245DE657211A /* AFError.swift */, - 1B748DDF82EB6C21242CFA2A590C7563 /* Alamofire.swift */, - 2EA0F59472D179A71FE78B6483DA251E /* AlamofireExtended.swift */, - 766B17B31103E733690D781FEFFCA588 /* AuthenticationInterceptor.swift */, - CFB1B2FA6BFC172F7FF3FBB09FEDDCBC /* CachedResponseHandler.swift */, - EF3842B84D71AE53FD21FDD8EA192F6C /* Combine.swift */, - EC1FC87D03F37D7EABCFE488CBE816AC /* Concurrency.swift */, - BB585FDBDB7E5BFC6FFB77BB9AE1531F /* DispatchQueue+Alamofire.swift */, - 00FC830F83674CAD1D271204E6DD0520 /* EventMonitor.swift */, - 4A5921F6F75756F2BDD6DCDD384926A8 /* HTTPHeaders.swift */, - 77B4C1118C0954B1BCAE687491856C86 /* HTTPMethod.swift */, - ABDCE16D7C1052D8203B0131BC03F2D9 /* MultipartFormData.swift */, - 81B067ADEF8CE78593BF84381F61E1D7 /* MultipartUpload.swift */, - 2F8FBBA53E9FE9CE950E6C79AD87ADBE /* NetworkReachabilityManager.swift */, - 9B1FB5CEE35FDCC4ED065D39CD2C7431 /* Notifications.swift */, - B202E0E3D233407188BC8304E0A834C2 /* OperationQueue+Alamofire.swift */, - 354B8112E861FA16F7A9A3BBF4A83584 /* ParameterEncoder.swift */, - 91B0F071CFC8C04A281EFE7F526E299A /* ParameterEncoding.swift */, - 8F94C62831FBED182B609CCF9247CF5A /* Protected.swift */, - 0E00C514CBB36C49279C9E7EA4CD7AA0 /* RedirectHandler.swift */, - 5B49142B7020DA97E8F148E38FCF20DE /* Request.swift */, - 64B1E1C233D36096923812E62FF384AC /* RequestInterceptor.swift */, - 74F2095836E9252ECC0F2E8E61B7196F /* RequestTaskMap.swift */, - 85DD49B845CD2675276A029B558FACED /* Response.swift */, - C0820DE5C669FA6CDAA6A86610150F05 /* ResponseSerialization.swift */, - 5A7044659F5C3728C81ED5465E7F75A6 /* Result+Alamofire.swift */, - 00ADCFEFCDFB16CD6A147CAB488FE0E3 /* RetryPolicy.swift */, - 4C7B50D8B6D9AE8FE24B85976F871FE8 /* ServerTrustEvaluation.swift */, - C58F4EB857532DB82C8868A98EB9B490 /* Session.swift */, - 26B9A2BADC5B0910C9D1CD0247572302 /* SessionDelegate.swift */, - BF90572170D63C92CDD7720D7AE8FB2C /* StringEncoding+Alamofire.swift */, - A22B6702895EBF81F61A7EB6A28085A1 /* URLConvertible+URLRequestConvertible.swift */, - B22DF5750B5B29087090AC7130D92FEA /* URLEncodedFormEncoder.swift */, - 11FF6F1BB5DA52B2B1D293219FEE898E /* URLRequest+Alamofire.swift */, - D4CB820622D4BCA7BC74163C7BE5912C /* URLSessionConfiguration+Alamofire.swift */, - 12B1B85321D692E6CBFB444BE4399684 /* Validation.swift */, - F61D8F42F745B5750FAAA62364F7F08A /* Support Files */, + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + F119B4A0ABE017AECEE69836596133B2 /* Frameworks */, + A18AE100A59B7E3078F5FAA5187F957B /* Pods */, + A99421861F165AD1FEF1F54183D17E4B /* Products */, + AB0558DBFAD33E68937433418E4BFACD /* Targets Support Files */, ); - name = Alamofire; - path = Alamofire; sourceTree = ""; }; - ECE4884E007A3AF8B48831CC90399C24 /* ExternalUserAgent */ = { + D9F2713AD6E38295AE024BE74F044D2C /* Core */ = { isa = PBXGroup; children = ( - DF18E5C38B6B6EA28ADADBBBB5E5652A /* AppAuth.h */, - 9172CD2FEEF0C2BCE28D278FA9BC6009 /* OIDAuthorizationService+IOS.h */, - FE404D27571C93F454232B228C3E72C1 /* OIDAuthorizationService+IOS.m */, - F30074627E7A27846F413799A72C81A4 /* OIDAuthState+IOS.h */, - 97188B78E9D27103DAFC2BA80051F72F /* OIDAuthState+IOS.m */, - D45D04E3E558A6E89ADB09EFDB334D70 /* OIDExternalUserAgentCatalyst.h */, - 4406F0AE4C549F52D7C66780DD820C9B /* OIDExternalUserAgentCatalyst.m */, - A3B3CD3B440FBDB3115CA91C85D28F47 /* OIDExternalUserAgentIOS.h */, - B90F0EEE420047D52D5080840CF2E461 /* OIDExternalUserAgentIOS.m */, - D8498D35C3C222AEA623441AFEC1D2E7 /* OIDExternalUserAgentIOSCustomBrowser.h */, - 12ECCA74981A41BFC9761EFFC504DC09 /* OIDExternalUserAgentIOSCustomBrowser.m */, + 0450CEA25B67C6C1671F9A1C9A4A308F /* AppAuthCore.h */, + 6874A918380070BF19DD44D3B5BD219D /* OIDAuthorizationRequest.h */, + 16D27716C0E44F3B7133A6613DDF7168 /* OIDAuthorizationRequest.m */, + 1A85DF9BA90196269275E99F50372C69 /* OIDAuthorizationResponse.h */, + 997EAC18D27A9F7076CC42ED0B65BAFB /* OIDAuthorizationResponse.m */, + 4C7BDB00FAABEB7EF7EF2AD2C794B8C8 /* OIDAuthorizationService.h */, + 9D1F27E2512376E9163265750CA9297E /* OIDAuthorizationService.m */, + 89BE16823D4D2561227B262FD66A93B8 /* OIDAuthState.h */, + CEC31FA643F859A3A701F0DB69A429C3 /* OIDAuthState.m */, + D23CD1A37BA242DBA37985879A90DD40 /* OIDAuthStateChangeDelegate.h */, + DA9FAEC76E3039DA1A65C9A94BAB0CB9 /* OIDAuthStateErrorDelegate.h */, + F7CD19358355103FC1B1EF543679743D /* OIDClientMetadataParameters.h */, + 02E1518AA159378314AC0C2FC1499273 /* OIDClientMetadataParameters.m */, + 31287FE3D5E539EFD52A60C3FD284217 /* OIDDefines.h */, + 0659F4FB29593BEFEB74134FD5D43E57 /* OIDEndSessionRequest.h */, + FF8184FD92033DDFD49FF96162F53B06 /* OIDEndSessionRequest.m */, + 542031D641359A4D65DFA916C30A77D7 /* OIDEndSessionResponse.h */, + E02E0129A8F642C094C47BB8A96ECACD /* OIDEndSessionResponse.m */, + 7428949827FE09E5902DA47B3B714C7C /* OIDError.h */, + 844EB5B48E8BCAE593DC97DCAA24323D /* OIDError.m */, + B56BF9AE7EEE7EE1F4C99A657216173F /* OIDErrorUtilities.h */, + 5BBB9EF80A0D9E5A6601A31B00F45281 /* OIDErrorUtilities.m */, + 5A9A1D5A2ED1D40823B9E505E889D080 /* OIDExternalUserAgent.h */, + 5A8B776DD908683F78CDA2BE1533ADD2 /* OIDExternalUserAgentRequest.h */, + 7306633E5A22209F116EC04A4680C4D8 /* OIDExternalUserAgentSession.h */, + 5128A5E90084468364B8997CF11BB157 /* OIDFieldMapping.h */, + DC550077196F84C06346647B08227C87 /* OIDFieldMapping.m */, + 3CDF68B768ABA6A44730101D52ADB470 /* OIDGrantTypes.h */, + 408FDF8D98B5A61B15B08A55CAA4514A /* OIDGrantTypes.m */, + 62B9EA9A25C7637CCAD5C389BB546A2D /* OIDIDToken.h */, + 26AE18C7C466BF7151EF35E7C0E2BEA2 /* OIDIDToken.m */, + 7BEC66EC928D80ABBC335C9E7C319B6D /* OIDRegistrationRequest.h */, + D1D1AAB4D27828C4EA1BC81A044ECA4A /* OIDRegistrationRequest.m */, + F25A92CF4A9B98935221B8B1065EFA5A /* OIDRegistrationResponse.h */, + 2927C85C1EA4EE5AD1EFBA5EA25A4E0C /* OIDRegistrationResponse.m */, + AC51F9E92F96704FA74602BDD1DE41D9 /* OIDResponseTypes.h */, + 76AD735E771801171A872A088B5899CA /* OIDResponseTypes.m */, + 66FC8AF4F16352D3FF1123CB6FCDB03B /* OIDScopes.h */, + F6EA724D360E0FD39B466D53BFDEB4F4 /* OIDScopes.m */, + ED8C73EA9615C47CD1D0EB2FA7ACA726 /* OIDScopeUtilities.h */, + 60FD3B39FC736BF548978BB5568032AB /* OIDScopeUtilities.m */, + 5188C9C419C080F27F2B2122D2B5255F /* OIDServiceConfiguration.h */, + 0AE8286C5131391C758F980F56CFB1B8 /* OIDServiceConfiguration.m */, + 8EFF43962D755910ABF8658A210C0246 /* OIDServiceDiscovery.h */, + 74DEEF18D1500A41D11E7303EDC7326B /* OIDServiceDiscovery.m */, + 11F11C70879D054941A3BB23F858E984 /* OIDTokenRequest.h */, + 0F91A8360246C6A8CCF19CA286441525 /* OIDTokenRequest.m */, + 2726DAFC7364287C6C5B780ED7769DE1 /* OIDTokenResponse.h */, + 1FD790693339A0C711D1966D99BD39CB /* OIDTokenResponse.m */, + 807563300EB8BD93FB5954E25701BCDB /* OIDTokenUtilities.h */, + 159CCF78F8506B9A7456C26A6D3087C0 /* OIDTokenUtilities.m */, + 943A7BE177C57D6EFBDD09558715C614 /* OIDURLQueryComponent.h */, + C5B40328DDF6D57D6FD0414A89A24E55 /* OIDURLQueryComponent.m */, + 394CBFB20A169E6D97A60D157F8DC432 /* OIDURLSessionProvider.h */, + 99243BE0999291E60FCF378E8B54F2E7 /* OIDURLSessionProvider.m */, ); - name = ExternalUserAgent; + name = Core; sourceTree = ""; }; F119B4A0ABE017AECEE69836596133B2 /* Frameworks */ = { @@ -1183,19 +1186,19 @@ name = Frameworks; sourceTree = ""; }; - F61D8F42F745B5750FAAA62364F7F08A /* Support Files */ = { + F60738866E15B3F6677ACA242F7D1420 /* Support Files */ = { isa = PBXGroup; children = ( - 1F379A2D497E7A096CB4EEF66316322F /* Alamofire.modulemap */, - 1F2D48D0D4E6EDCA14873C4F0C022EB6 /* Alamofire-dummy.m */, - FDCE94E04B4991B0FB8813FEF717737D /* Alamofire-Info.plist */, - EC660D71D297F8C7549CC4BAF7F71510 /* Alamofire-prefix.pch */, - 62E7660C5762C2CFC10B874ED5859871 /* Alamofire-umbrella.h */, - F7E99D4F57A07897AEEADEE5C04EFED6 /* Alamofire.debug.xcconfig */, - 6BCF83A70B4CC33E3966178925A7CFCB /* Alamofire.release.xcconfig */, + A70148FFE76B3917E0D59DA1BBF80C01 /* SuperTokensIOS.modulemap */, + B30363C15202FD68564BAD5B3A2E922C /* SuperTokensIOS-dummy.m */, + 0CAE6549FFA610140A40435837C907D8 /* SuperTokensIOS-Info.plist */, + ED3445F0ECC96157D981924BE98575F4 /* SuperTokensIOS-prefix.pch */, + D87554B1B740B4380B7096E31C4903FE /* SuperTokensIOS-umbrella.h */, + 8BE4F2FF1627EAC1610E1DFE1115D8A2 /* SuperTokensIOS.debug.xcconfig */, + 07DE0A6486C1ACA40DA155ED70CD5090 /* SuperTokensIOS.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/SuperTokensIOS"; sourceTree = ""; }; FCF240ECEAB2DD29399A9FC1C4BDC91D /* iOS */ = { @@ -1268,6 +1271,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5D4A23923F18F9A4977664BA5D4D0FE7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A8905D943987A0395A54227F68C657F4 /* GTMSessionFetcher.h in Headers */, + 23F701817EF696D1C38ADCE923CEE04E /* GTMSessionFetcher-umbrella.h in Headers */, + B1F3C53DB512FB766262E99D8BB33E6F /* GTMSessionFetcherLogging.h in Headers */, + 41783AF25B90325153D3EC0FEBB2D8C9 /* GTMSessionFetcherService.h in Headers */, + A895456CE7035D7B4611F02D49268554 /* GTMSessionUploadFetcher.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6A580A63AF4C377C0A5656869023B866 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -1313,11 +1328,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AC984150F58FBB4748E0EFE778BD649C /* Headers */ = { + C9157E470392BDFCCA9FBBB009FC8750 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FBC7E3D57EBE436FA4D3E1F2A10F19FE /* SuperTokensIOS-umbrella.h in Headers */, + 28054FE4F889AEC337F4560F1444A061 /* SuperTokensIOS-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1329,29 +1344,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F3FB078ACCBBEDEB0D1C0CC2684ADA8E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7842A264C32DB28ABC8601B03005DD1C /* GTMSessionFetcher.h in Headers */, - 463247DE69C478D3DDA89F231C23178E /* GTMSessionFetcher-umbrella.h in Headers */, - AD706055D6C6AC0DA87B280993AFC8F8 /* GTMSessionFetcherLogging.h in Headers */, - 0AF5AEC93BD934955A22E992E964B3FF /* GTMSessionFetcherService.h in Headers */, - 0C11CA90A6275003FD8BC88D566A79BD /* GTMSessionUploadFetcher.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ 22111B9B809C629766088073D2FCF6C4 /* SuperTokensIOS */ = { isa = PBXNativeTarget; - buildConfigurationList = F8EB0E0BE7ADA20253AFE63A30C4D3AA /* Build configuration list for PBXNativeTarget "SuperTokensIOS" */; + buildConfigurationList = 7F30EF97B77F6FB5E284C8BBBF3861B6 /* Build configuration list for PBXNativeTarget "SuperTokensIOS" */; buildPhases = ( - AC984150F58FBB4748E0EFE778BD649C /* Headers */, - 58743B12DFD2542865409C2D8B975C7A /* Sources */, - 192D01EF8E0CE55F6DF65DAB1BFD6C33 /* Frameworks */, - 8117AB4751950408CC5D78689DB223DB /* Resources */, + C9157E470392BDFCCA9FBBB009FC8750 /* Headers */, + 3FF3728AF5E1D1B37FFA0BA8697BD6DC /* Sources */, + 2AAFE10270C904B2A0E17FDBC5CA5344 /* Frameworks */, + 65A3FD9BD8BC90D92253A17F9BCCC465 /* Resources */, ); buildRules = ( ); @@ -1382,11 +1385,11 @@ }; 7DFA91ED3A3D0BC020C3C843A3D1EB38 /* GoogleSignIn-GoogleSignIn */ = { isa = PBXNativeTarget; - buildConfigurationList = 10E38BEF8400E2269FA61BAB578CA455 /* Build configuration list for PBXNativeTarget "GoogleSignIn-GoogleSignIn" */; + buildConfigurationList = 4EB3C38ED30ED179253549F7F3E231E0 /* Build configuration list for PBXNativeTarget "GoogleSignIn-GoogleSignIn" */; buildPhases = ( - 9B95E0AD293328D107FFFE84F2F7A6BD /* Sources */, - E7079BE6519CDAFE2996BFECC29669A2 /* Frameworks */, - 27EA5AB8EC97FF012A2675599F0E3326 /* Resources */, + AF7167FD8C95098D4E5FEA6722163A99 /* Sources */, + 8C0B997889FCB0F9560A6D2BD0A87A36 /* Frameworks */, + B6C1865D4BB433F64DE4F18A8445B98F /* Resources */, ); buildRules = ( ); @@ -1409,8 +1412,8 @@ buildRules = ( ); dependencies = ( - 64C5388A69D2F61EAA662F20C30B72D9 /* PBXTargetDependency */, - 713A6C2320AAC66C364DFD765DF4A72A /* PBXTargetDependency */, + 9F88F1545741E815FCE30F2573F28D69 /* PBXTargetDependency */, + 76B4D6BD310BE83424885D1897E6B625 /* PBXTargetDependency */, ); name = GTMAppAuth; productName = GTMAppAuth; @@ -1429,10 +1432,10 @@ buildRules = ( ); dependencies = ( - 70FFAB7E4F37CE2CF2919239FD189D2F /* PBXTargetDependency */, - 2D08BCB463066FCB7EE89F51527F6662 /* PBXTargetDependency */, - 324CCA1DB7AAF30C364188A8E15EF258 /* PBXTargetDependency */, - 9A9EA7FD0D67D60EF50833A400ACB8FB /* PBXTargetDependency */, + A6AD46941192A9CEE1FA37E5B95791DA /* PBXTargetDependency */, + 89D626F0728E81D3C2B01FA1A98FC529 /* PBXTargetDependency */, + 0DD0090F87A57C93202E7B908B90E0FD /* PBXTargetDependency */, + DF87EFCE7EC94DDDDC83103F11234A5E /* PBXTargetDependency */, ); name = GoogleSignIn; productName = GoogleSignIn; @@ -1441,12 +1444,12 @@ }; D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */ = { isa = PBXNativeTarget; - buildConfigurationList = AE4E17A3925E3F61719ADFADE3B712B3 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */; + buildConfigurationList = BE3D2044734BA18B7B04E9BA3829D56A /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */; buildPhases = ( - F3FB078ACCBBEDEB0D1C0CC2684ADA8E /* Headers */, - 13099B24F978F19A9EFD3FA3A1CEAB97 /* Sources */, - 24264CE9C1F8F2EA73FF85B841E7BD93 /* Frameworks */, - 46C6F26DFCD5EA2F3E2072A9FC77EE69 /* Resources */, + 5D4A23923F18F9A4977664BA5D4D0FE7 /* Headers */, + D56F05A5C5D4267F8B8C597751616A28 /* Sources */, + 638435ADE77A3B2B34EBAE569CA625A4 /* Frameworks */, + 0D8D2FDC64C9D4639F15903EE302F857 /* Resources */, ); buildRules = ( ); @@ -1487,13 +1490,13 @@ buildRules = ( ); dependencies = ( - 526A76912116A8EBFDAEA384E14B3B73 /* PBXTargetDependency */, - ACDB9388B3C6DB6993DA92BCC6B88ECF /* PBXTargetDependency */, - 0C0E5F3F1465DF421E6ABB3CB6BF9349 /* PBXTargetDependency */, - DB9FCA24944DC477055F70E50EFA7B2E /* PBXTargetDependency */, - DCA342FCC645936BEB8AA572180360D9 /* PBXTargetDependency */, - 00D789CCC4EEACF1BD06F7FFA8135528 /* PBXTargetDependency */, - BA23468A57E6D909F189899CEB99150D /* PBXTargetDependency */, + E161AE33C72EA05FB74D64A28EF30A69 /* PBXTargetDependency */, + 6D41891267EE8CD2B4E5329F7AF849C6 /* PBXTargetDependency */, + E64E81FFDC2637B540CA444EA8CF1963 /* PBXTargetDependency */, + 2DB6A3E20904F1AF0CED68463301C054 /* PBXTargetDependency */, + 31F4965BC930BBFF6CAFCCD642F030BD /* PBXTargetDependency */, + 596523D191759F6B93D84BB8E95B6CCA /* PBXTargetDependency */, + D68A55331B00DE70BA6ED1D45FEE6DE4 /* PBXTargetDependency */, ); name = "Pods-iosenv"; productName = Pods_iosenv; @@ -1573,52 +1576,10 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 27EA5AB8EC97FF012A2675599F0E3326 /* Resources */ = { + 0D8D2FDC64C9D4639F15903EE302F857 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - F400A7E1D6D96491E7CB7405AB9A0ED0 /* ar.lproj in Resources */, - E40C6890AA467B55012274CDC8544E35 /* ca.lproj in Resources */, - F0165E2342B1E0E1D57B530178D72DED /* cs.lproj in Resources */, - 288ABAAF09569E54E84634AB0FD57BAA /* da.lproj in Resources */, - 2A7708C14FEB1D0678816EB97ACAC3EF /* de.lproj in Resources */, - 95FDD64A9692CA37FC66E06D2441978C /* el.lproj in Resources */, - BA6AC8CD73849772B332797B55EA8CC3 /* en.lproj in Resources */, - 9097772D40D764120DFCF2AC71EE438A /* en_GB.lproj in Resources */, - 448504C0FE145D92FAEA5C1EFB121C26 /* es.lproj in Resources */, - 70940981B584F9A82677FF3A25F3AC87 /* es_MX.lproj in Resources */, - 2FF9297DB15C5E59BC0F8923A5353DDB /* fi.lproj in Resources */, - B0D6020C200BB22F86A38BC0DDFB20E7 /* fr.lproj in Resources */, - D92C11C1D35C4242C0D074F9559479D9 /* fr_CA.lproj in Resources */, - 18201703ABB188675A94AC42DEC3AB02 /* google.png in Resources */, - A756D2E0DB09C86F8B0F7A8D43309598 /* google@2x.png in Resources */, - D49D9E2AB303E619859C2298F81B683A /* google@3x.png in Resources */, - C14C22DB0DD8A7008CF155652590D8DD /* he.lproj in Resources */, - 837428612F842A507148564623CC7063 /* hi.lproj in Resources */, - 7F06D816A46460E8ABF0319082EE019F /* hr.lproj in Resources */, - 23228BBCD27AC520ED30A23161DC3EB2 /* hu.lproj in Resources */, - 7541D6E2AC58DFC87159AFDCEA2E3A41 /* id.lproj in Resources */, - 74F2DA52AF253995AEFF3D934071F5C8 /* it.lproj in Resources */, - F4C632820888B3D587A98EF97DDEA89C /* ja.lproj in Resources */, - 36860479E6120642B765CAE1C9875B7C /* ko.lproj in Resources */, - 2296AB52F2D01B673EACD73803CE7CAA /* ms.lproj in Resources */, - 2A89ACF3927DFAAEBCF7D532E8B99DB8 /* nb.lproj in Resources */, - C458B494A56BD26450AAFC741C575370 /* nl.lproj in Resources */, - F759C83BCD15EB0FBCFF0FAC775D645A /* pl.lproj in Resources */, - 2E9C3657E5AE61A7594EB0A035A69397 /* pt.lproj in Resources */, - F69AA197ECA2D233F1CAB0E72413D06A /* pt_BR.lproj in Resources */, - 42813FE5261132D77E0DB5EC22CCE19B /* pt_PT.lproj in Resources */, - D2B9A06C28C8A7A56EE1ABE7F8436A34 /* ro.lproj in Resources */, - F35D7470AC91535462D8AD99E9B1D4C2 /* Roboto-Bold.ttf in Resources */, - F17DBCE35EB7B3C3D5EA1A7B34891A23 /* ru.lproj in Resources */, - 97FED1E76FC39C342EEA108FF222A61B /* sk.lproj in Resources */, - 6B3082F2B04E7FDCD135280B40FCB785 /* sv.lproj in Resources */, - 9EC0332725DD65AF53A6AA0EFF5D17EF /* th.lproj in Resources */, - 2E32DA4882F2FC0E189E00D6D62F077B /* tr.lproj in Resources */, - 0025D74BEE0794B505E1DAABCF690B4F /* uk.lproj in Resources */, - 4AF96C7C929679BEED4379253685F36D /* vi.lproj in Resources */, - D5D2102CE504EB66B82F23E2DFBB492C /* zh_CN.lproj in Resources */, - DADE4CDDCE95CA2D103F9045C64B992A /* zh_TW.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1629,7 +1590,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 46C6F26DFCD5EA2F3E2072A9FC77EE69 /* Resources */ = { + 65A3FD9BD8BC90D92253A17F9BCCC465 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1643,10 +1604,52 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8117AB4751950408CC5D78689DB223DB /* Resources */ = { + B6C1865D4BB433F64DE4F18A8445B98F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + C4ED6AF38FF2BA503B4FE2AE160D88C3 /* ar.lproj in Resources */, + D34D4F3F16A624799D6304266B46CFCE /* ca.lproj in Resources */, + 0554BFC1425DD4A370E049CF9F994B2C /* cs.lproj in Resources */, + E90E170121D17B98C02DF50D4F295E8E /* da.lproj in Resources */, + 2C0EF0620F4C818C0221B62FA6F69227 /* de.lproj in Resources */, + C8F14EFE1D32300A99520CC95F142059 /* el.lproj in Resources */, + 5C7DCE6E075A28236AC6DC724D5C28FC /* en.lproj in Resources */, + 1477198BFDCBDD6E122E35D28A59EBA3 /* en_GB.lproj in Resources */, + B0578577EF66EF804E7971C0539B0A1E /* es.lproj in Resources */, + 07F5638A22401A568CFAF65B438A4E1B /* es_MX.lproj in Resources */, + 8ABC98D87A147ACE0C78D76714481F50 /* fi.lproj in Resources */, + 778E8B222F6AE9E6656BBB108E0E25FD /* fr.lproj in Resources */, + C1E2C53757818E0F3AD166E0E5D67447 /* fr_CA.lproj in Resources */, + 1A530EB48C9DC0AB51F790E6711F4681 /* google.png in Resources */, + DB62B806BF4CED6D159B42EF7B8B7F12 /* google@2x.png in Resources */, + 0E751E1B2A7D90F933267D2C4A2328F7 /* google@3x.png in Resources */, + 11B2E874F819409973EDE8A7A4197B49 /* he.lproj in Resources */, + 6155165AE2EF8CF95AF643BEEC2FB621 /* hi.lproj in Resources */, + 58E5C2A4AE72375476E8B32DA2C54054 /* hr.lproj in Resources */, + AC9D6C33BC6BDFFBD5AA07B81D949F0D /* hu.lproj in Resources */, + 4261308E4AB331C21D60AEF1631470CA /* id.lproj in Resources */, + F379A500B6AA1AE39D30AD851EDD516B /* it.lproj in Resources */, + 0957B854DC888C7B4B8298FFA2CDD5A8 /* ja.lproj in Resources */, + F8204251164204834D7B51004E53CF8B /* ko.lproj in Resources */, + 90A3E0ADB41D8C4A05EE2491C6CA9A40 /* ms.lproj in Resources */, + DCE53DB0FF2266DBEABAFFF79B618147 /* nb.lproj in Resources */, + ECA83DAAF37943F7402834A57D697DFC /* nl.lproj in Resources */, + CC401652930FFB66DD8DC9CDCDC1F3C4 /* pl.lproj in Resources */, + 367491B7F9C8EAC9EC7FC68157A16B96 /* pt.lproj in Resources */, + 22E255E236F99AC5413C8E29922E3562 /* pt_BR.lproj in Resources */, + BD8BD4F66D9ACB7440D966A103DBA8FF /* pt_PT.lproj in Resources */, + 9A3A6C5978DD6D3398EA352719EBEAE4 /* ro.lproj in Resources */, + D534D720BF7DBD6BC976E108B520DC06 /* Roboto-Bold.ttf in Resources */, + 5A0C59BECA67B070264B77F01A7E28FD /* ru.lproj in Resources */, + 204678C7E51D4577299DBB1A86DC83F8 /* sk.lproj in Resources */, + 79684F0538090B4F2B07DC2337899FA4 /* sv.lproj in Resources */, + 746D95954096A158A259E75E0E463D5E /* th.lproj in Resources */, + 97D48924C3D0D34891A68822F954FC63 /* tr.lproj in Resources */, + 5307FCC2761EC3663F5894BC48F6520A /* uk.lproj in Resources */, + FC0DDE2ED7078D1E09408CC74B4FC3E6 /* vi.lproj in Resources */, + E9A7C114A547A54A4AEBC072ADB5362F /* zh_CN.lproj in Resources */, + A90C5E0FD8A1FE159D9D32BA0F5BCA38 /* zh_TW.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1675,18 +1678,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 13099B24F978F19A9EFD3FA3A1CEAB97 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2DEB37E9BB2305B1882E3E99A80B7657 /* GTMSessionFetcher.m in Sources */, - 6FFECB8CAF6850A1E52D3AE4434F7BAA /* GTMSessionFetcher-dummy.m in Sources */, - B3B6291008ABC994156DB8E478E297D6 /* GTMSessionFetcherLogging.m in Sources */, - 6C88D420B7E794D67C32B29170460400 /* GTMSessionFetcherService.m in Sources */, - 3CCBCBB7177B44B3227BFF18614FA203 /* GTMSessionUploadFetcher.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 15D5FFCBC73B7485BDCF8EECE8DCE17F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1712,31 +1703,32 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 47F98A205D2B5530C6AF2290E5E5A733 /* Sources */ = { + 3FF3728AF5E1D1B37FFA0BA8697BD6DC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3CFDBC41492143C90999ACC392C024E0 /* Pods-iosenv-dummy.m in Sources */, + C23C6394370BF20A47FC5DE501482B0A /* AntiCSRF.swift in Sources */, + FD766D88B7E258E9EF16B7F9FFBB5E1C /* Constants.swift in Sources */, + FE336CA094FD69D3797005BDB4B9618A /* Dictionary.swift in Sources */, + BFCE37C0D334BAF635138D25BDBC801C /* Error.swift in Sources */, + AE230B96171BC2B3B66EA24F3DDDC558 /* FrontToken.swift in Sources */, + A37FC160B228BDCC3F6766C365858AC3 /* NormalisedURLDomain.swift in Sources */, + 953B739736378B64D7BF01B15018624B /* NormalisedURLPath.swift in Sources */, + 26FEE701D63B2944E5BEE945221AEA48 /* String.swift in Sources */, + 0077BB4C45E0B116C14F4AED68C2E63E /* SuperTokens.swift in Sources */, + C123283B94070D3723C9B19703ACFAB7 /* SuperTokensIOS-dummy.m in Sources */, + 6FA9972BEFBC18AF20D4619AD3A702F6 /* SuperTokensURLProtocol.swift in Sources */, + 93255121B01955F754054C4D9D884F46 /* UnauthorisedResponse.swift in Sources */, + 8212FF192051DC0519ED1E52AA1F3799 /* Utils.swift in Sources */, + A7093B46B52CB01D06D8BA2481A51A0B /* Version.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 58743B12DFD2542865409C2D8B975C7A /* Sources */ = { + 47F98A205D2B5530C6AF2290E5E5A733 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3CBCF6CF2B5E19F519CC21BB0E6695AB /* AntiCSRF.swift in Sources */, - D0071619501A1BD33EB0ED4C00614856 /* Constants.swift in Sources */, - 60574FA07ED2E05345307C3ACBC854CA /* Error.swift in Sources */, - F9ABEC95D6ED837E4A049B775F6081D1 /* FrontToken.swift in Sources */, - 4260A788AB3119564D0E0EE086F0E53C /* NormalisedURLDomain.swift in Sources */, - DB94E739C7E553F1B7D1C56E1A05EEF2 /* NormalisedURLPath.swift in Sources */, - 66C38FA444EF2AC7C5F3BC6E864F9FCD /* String.swift in Sources */, - 9660D41F000EBB5578C150CB601D173A /* SuperTokens.swift in Sources */, - 26AF953220F2A216FCA05BB5E881CFD1 /* SuperTokensIOS-dummy.m in Sources */, - B0F0273B21DF71D7CCDF8309D66B84E8 /* SuperTokensURLProtocol.swift in Sources */, - 5526F7F5853114E534BA661FFCE257A3 /* UnauthorisedResponse.swift in Sources */, - DD80B3DE5E72AB8D91DE650B4C8F8521 /* Utils.swift in Sources */, - 07339AEA1A501B049B8DA1B5420CBEB7 /* Version.swift in Sources */, + 3CFDBC41492143C90999ACC392C024E0 /* Pods-iosenv-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1789,13 +1781,25 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9B95E0AD293328D107FFFE84F2F7A6BD /* Sources */ = { + AF7167FD8C95098D4E5FEA6722163A99 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; + D56F05A5C5D4267F8B8C597751616A28 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C61BA42440ABEA7FC4307D2AB9785916 /* GTMSessionFetcher.m in Sources */, + 1BE29F87B82599DCB36904C603C9B599 /* GTMSessionFetcher-dummy.m in Sources */, + 59726A57C503CC1616F0EE99A7AC2156 /* GTMSessionFetcherLogging.m in Sources */, + 69523590CAA81D4D816D60CF5D7266CC /* GTMSessionFetcherService.m in Sources */, + 5DB430EEC058A52BA9502A1133C6903E /* GTMSessionUploadFetcher.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F5D2A45FBA06D86A537CB441D5BF4FF4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1843,106 +1847,122 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 00D789CCC4EEACF1BD06F7FFA8135528 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SuperTokensIOS; - target = 22111B9B809C629766088073D2FCF6C4 /* SuperTokensIOS */; - targetProxy = 10B84FC30CA5459E3C9C396F328AA511 /* PBXContainerItemProxy */; - }; - 0C0E5F3F1465DF421E6ABB3CB6BF9349 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GTMAppAuth; - target = 8627999EF1D5E93E13DAFF580DA8CDCF /* GTMAppAuth */; - targetProxy = BB0A0BA22D24EE5DB1CE6747CA5D8092 /* PBXContainerItemProxy */; - }; - 2D08BCB463066FCB7EE89F51527F6662 /* PBXTargetDependency */ = { + 0DD0090F87A57C93202E7B908B90E0FD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GTMAppAuth; - target = 8627999EF1D5E93E13DAFF580DA8CDCF /* GTMAppAuth */; - targetProxy = 5FD49D3A0EB645282A51FF081CE6BC8D /* PBXContainerItemProxy */; + name = GTMSessionFetcher; + target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; + targetProxy = B5F69692969F29D833CE87F8EBD79683 /* PBXContainerItemProxy */; }; - 324CCA1DB7AAF30C364188A8E15EF258 /* PBXTargetDependency */ = { + 2DB6A3E20904F1AF0CED68463301C054 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GTMSessionFetcher; target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = E41DBD0BFB33D827DA8159644FAEAD10 /* PBXContainerItemProxy */; + targetProxy = E35F4906BC262AF0B21988028751717A /* PBXContainerItemProxy */; }; - 526A76912116A8EBFDAEA384E14B3B73 /* PBXTargetDependency */ = { + 31F4965BC930BBFF6CAFCCD642F030BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 1840CB26AC7D2A95442D748714568185 /* PBXContainerItemProxy */; + name = GoogleSignIn; + target = CAD3534FC55B0333104E5117C0A9A324 /* GoogleSignIn */; + targetProxy = 1A2A4F170C11942B2BC4CA56EBB683F0 /* PBXContainerItemProxy */; }; - 64C5388A69D2F61EAA662F20C30B72D9 /* PBXTargetDependency */ = { + 596523D191759F6B93D84BB8E95B6CCA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AppAuth; - target = 5C642AA10FB29936669CC269F42079C6 /* AppAuth */; - targetProxy = F36E6D73DEF42F0CEE3251F09160B271 /* PBXContainerItemProxy */; + name = SuperTokensIOS; + target = 22111B9B809C629766088073D2FCF6C4 /* SuperTokensIOS */; + targetProxy = 5C491E2FD575A22DFBC0F609025CD3ED /* PBXContainerItemProxy */; }; - 70FFAB7E4F37CE2CF2919239FD189D2F /* PBXTargetDependency */ = { + 6D41891267EE8CD2B4E5329F7AF849C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = AppAuth; target = 5C642AA10FB29936669CC269F42079C6 /* AppAuth */; - targetProxy = 942B759AA4A46BF307A65887CACF7E19 /* PBXContainerItemProxy */; + targetProxy = B729F9705159F42DA556D74A3AFC7ACE /* PBXContainerItemProxy */; }; - 713A6C2320AAC66C364DFD765DF4A72A /* PBXTargetDependency */ = { + 76B4D6BD310BE83424885D1897E6B625 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GTMSessionFetcher; target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = B26FEBD53E119EECDBDACF28B4B8E273 /* PBXContainerItemProxy */; + targetProxy = 29E012113257E1F6129D3014CFBEB12C /* PBXContainerItemProxy */; }; - 9A9EA7FD0D67D60EF50833A400ACB8FB /* PBXTargetDependency */ = { + 89D626F0728E81D3C2B01FA1A98FC529 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "GoogleSignIn-GoogleSignIn"; - target = 7DFA91ED3A3D0BC020C3C843A3D1EB38 /* GoogleSignIn-GoogleSignIn */; - targetProxy = BFC2255864B8DD2ABB948983FA8EA3D1 /* PBXContainerItemProxy */; + name = GTMAppAuth; + target = 8627999EF1D5E93E13DAFF580DA8CDCF /* GTMAppAuth */; + targetProxy = 515D8B500320C1D8F813A8B8131BE1C3 /* PBXContainerItemProxy */; + }; + 9F88F1545741E815FCE30F2573F28D69 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AppAuth; + target = 5C642AA10FB29936669CC269F42079C6 /* AppAuth */; + targetProxy = 553CC11C52BE63C2C3D35E81207F835E /* PBXContainerItemProxy */; }; - ACDB9388B3C6DB6993DA92BCC6B88ECF /* PBXTargetDependency */ = { + A6AD46941192A9CEE1FA37E5B95791DA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = AppAuth; target = 5C642AA10FB29936669CC269F42079C6 /* AppAuth */; - targetProxy = F0B51F5E01ABE1AE529EF02E4A4EB84D /* PBXContainerItemProxy */; + targetProxy = 29C239EB5C503479BB32B4539F61B437 /* PBXContainerItemProxy */; }; - BA23468A57E6D909F189899CEB99150D /* PBXTargetDependency */ = { + D68A55331B00DE70BA6ED1D45FEE6DE4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = xcbeautify; target = 25C8E397233E3949653DE6336A45B085 /* xcbeautify */; - targetProxy = D8E52A6677FE9E76E7DBC7A043B34668 /* PBXContainerItemProxy */; + targetProxy = FFED9CA8D2C211C01702F139C7080279 /* PBXContainerItemProxy */; }; - DB9FCA24944DC477055F70E50EFA7B2E /* PBXTargetDependency */ = { + DF87EFCE7EC94DDDDC83103F11234A5E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GTMSessionFetcher; - target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = DA9B1EAE5D158D4DE771B6CBB8754BAD /* PBXContainerItemProxy */; + name = "GoogleSignIn-GoogleSignIn"; + target = 7DFA91ED3A3D0BC020C3C843A3D1EB38 /* GoogleSignIn-GoogleSignIn */; + targetProxy = F00DECC804F636772C4DD025B85FD19B /* PBXContainerItemProxy */; }; - DCA342FCC645936BEB8AA572180360D9 /* PBXTargetDependency */ = { + E161AE33C72EA05FB74D64A28EF30A69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleSignIn; - target = CAD3534FC55B0333104E5117C0A9A324 /* GoogleSignIn */; - targetProxy = D8D398AFA649D296D0F881DF57722047 /* PBXContainerItemProxy */; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = F11B4DEB269C4C33E44123990565B6AF /* PBXContainerItemProxy */; + }; + E64E81FFDC2637B540CA444EA8CF1963 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GTMAppAuth; + target = 8627999EF1D5E93E13DAFF580DA8CDCF /* GTMAppAuth */; + targetProxy = FAA5BDAAE10A47505465F11246BEC2EC /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 081BE3261F8F58D15FF4D16A8EE31367 /* Debug */ = { + 0696C95B048C4F913357244AB80F35AD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DD34B40D4F2CE85CD4B9253A907BBEFD /* xcbeautify.debug.xcconfig */; + baseConfigurationReference = 6C85CE2E525C346E2DC29D00C984BFB9 /* GoogleSignIn.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleSignIn"; + IBSC_MODULE = GoogleSignIn; + INFOPLIST_FILE = "Target Support Files/GoogleSignIn/ResourceBundle-GoogleSignIn-GoogleSignIn-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = GoogleSignIn; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 081BE3261F8F58D15FF4D16A8EE31367 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B444131D5BD83B6222ED349A034D998A /* xcbeautify.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 149B0D4C56EF20F4B4E081B3D71335D2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 96DA7BB1C86930C20D64865A6CB1F8CE /* GTMAppAuth.release.xcconfig */; + baseConfigurationReference = B7533BFC6D55BBEF3F45A12902E10F09 /* GTMAppAuth.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1974,58 +1994,110 @@ }; name = Release; }; - 25BC567C47D0C69A0A91D023E3DD7B17 /* Debug */ = { + 2D6DE48ED36A8D62E19980CBCB0F4104 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A24DC52C8B3863373D97BD9F7B0CFDAD /* GoogleSignIn.debug.xcconfig */; + baseConfigurationReference = F3D7B1A5C31C4D3D66ABC9EE2909C5E0 /* xcbeautify.release.xcconfig */; buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleSignIn"; - IBSC_MODULE = GoogleSignIn; - INFOPLIST_FILE = "Target Support Files/GoogleSignIn/ResourceBundle-GoogleSignIn-GoogleSignIn-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = GoogleSignIn; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); SDKROOT = iphoneos; - SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 2D4E67041C0F2232DC51A1F1E2E63294 /* Release */ = { + 3116465253E5D2735E81E263946C254A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E9A5D495CAEC6DFCD557DB059857192C /* GoogleSignIn.release.xcconfig */; + baseConfigurationReference = 4C0D12CD06550E2888C6789085D6AB3D /* AppAuth.debug.xcconfig */; buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleSignIn"; - IBSC_MODULE = GoogleSignIn; - INFOPLIST_FILE = "Target Support Files/GoogleSignIn/ResourceBundle-GoogleSignIn-GoogleSignIn-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = GoogleSignIn; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/AppAuth/AppAuth-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AppAuth/AppAuth-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/AppAuth/AppAuth.modulemap"; + PRODUCT_MODULE_NAME = AppAuth; + PRODUCT_NAME = AppAuth; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 2D6DE48ED36A8D62E19980CBCB0F4104 /* Release */ = { + 461921B3A725421F267CD1C26D55180C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A0B45ADB4D9A057DBE0C22EE12105DA0 /* xcbeautify.release.xcconfig */; + baseConfigurationReference = ADAC3B2A8F9BA263360CCFBE8939D1EC /* GTMSessionFetcher.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MODULEMAP_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap"; + PRODUCT_MODULE_NAME = GTMSessionFetcher; + PRODUCT_NAME = GTMSessionFetcher; 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; }; - 3116465253E5D2735E81E263946C254A /* Debug */ = { + 4784F4E392ADBB877D765743751BBA08 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25DB81170631098CDF989402527ED596 /* AppAuth.debug.xcconfig */; + baseConfigurationReference = 498B6CF33252D5D8251D927C1EEC0D7A /* GoogleSignIn.debug.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleSignIn"; + IBSC_MODULE = GoogleSignIn; + INFOPLIST_FILE = "Target Support Files/GoogleSignIn/ResourceBundle-GoogleSignIn-GoogleSignIn-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = GoogleSignIn; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 5AB37E03E3E3A42A2938B0D8746B6B59 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5961504C8AE232249CCBE2FC1D115660 /* GTMSessionFetcher.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -2035,18 +2107,17 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/AppAuth/AppAuth-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AppAuth/AppAuth-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/AppAuth/AppAuth.modulemap"; - PRODUCT_MODULE_NAME = AppAuth; - PRODUCT_NAME = AppAuth; + MODULEMAP_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap"; + PRODUCT_MODULE_NAME = GTMSessionFetcher; + PRODUCT_NAME = GTMSessionFetcher; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -2059,7 +2130,7 @@ }; 71391320649BDC6CE2ACAF7BD7D69517 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0BF7E06178359F6C2171A106B492C451 /* GTMAppAuth.debug.xcconfig */; + baseConfigurationReference = B1E437536B4D6405E884A3936DE1547E /* GTMAppAuth.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -2090,9 +2161,9 @@ }; name = Debug; }; - 7B20B721D6B0B78646B240C0D32DD1E9 /* Release */ = { + 769AD1402BB4FAFA14D71FF18FA99D2E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CA7E3ABC1B8D06F7E5CCF0973817059D /* SuperTokensIOS.release.xcconfig */; + baseConfigurationReference = 07DE0A6486C1ACA40DA155ED70CD5090 /* SuperTokensIOS.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2166,7 +2237,7 @@ }; 7FBCC101004B1E51482FEF20B838FA2E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E9A5D495CAEC6DFCD557DB059857192C /* GoogleSignIn.release.xcconfig */; + baseConfigurationReference = 6C85CE2E525C346E2DC29D00C984BFB9 /* GoogleSignIn.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -2199,7 +2270,7 @@ }; 880219FBBFBA4B703A46B5F770D59ADF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F7E99D4F57A07897AEEADEE5C04EFED6 /* Alamofire.debug.xcconfig */; + baseConfigurationReference = F0C0B91F8193429751D8935E6942F484 /* Alamofire.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2298,6 +2369,41 @@ }; name = Debug; }; + 91B7EF062E4C57614683CFFF4332D843 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8BE4F2FF1627EAC1610E1DFE1115D8A2 /* SuperTokensIOS.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/SuperTokensIOS/SuperTokensIOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SuperTokensIOS/SuperTokensIOS-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/SuperTokensIOS/SuperTokensIOS.modulemap"; + PRODUCT_MODULE_NAME = SuperTokensIOS; + PRODUCT_NAME = SuperTokensIOS; + 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; + }; 9E406C6AAF85E580207CD97B0044DEAB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -2360,43 +2466,9 @@ }; name = Release; }; - A8345784B08A0C7E56E23BAB49E3718D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5F968D79254611F118730C1018803CD1 /* GTMSessionFetcher.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap"; - PRODUCT_MODULE_NAME = GTMSessionFetcher; - PRODUCT_NAME = GTMSessionFetcher; - 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; - }; B571F951C4D4608741B406C1F18093F6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A24DC52C8B3863373D97BD9F7B0CFDAD /* GoogleSignIn.debug.xcconfig */; + baseConfigurationReference = 498B6CF33252D5D8251D927C1EEC0D7A /* GoogleSignIn.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -2465,7 +2537,7 @@ }; C787002FA4C4FE6BC561E4294D831DFB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8E6D924195514935019A32DBFC1AD177 /* AppAuth.release.xcconfig */; + baseConfigurationReference = B3B87127327A7A2F96237C4CE34C30A3 /* AppAuth.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -2498,77 +2570,9 @@ }; name = Release; }; - CAB0793F48E314D7910B3F11C5E62B1C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CF24B41BE30EFFF01F56F71152A8B35E /* GTMSessionFetcher.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap"; - PRODUCT_MODULE_NAME = GTMSessionFetcher; - PRODUCT_NAME = GTMSessionFetcher; - 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; - }; - D0668211D734113AC748B656320E91B9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 03AF38FD299F268C3CB851470669F3D4 /* SuperTokensIOS.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SuperTokensIOS/SuperTokensIOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SuperTokensIOS/SuperTokensIOS-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SuperTokensIOS/SuperTokensIOS.modulemap"; - PRODUCT_MODULE_NAME = SuperTokensIOS; - PRODUCT_NAME = SuperTokensIOS; - 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; - }; F95E4C330E939A7027D8A4E361545DBB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6BCF83A70B4CC33E3966178925A7CFCB /* Alamofire.release.xcconfig */; + baseConfigurationReference = 2929585BEAFAA5389A410B5BC5851F76 /* Alamofire.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2605,15 +2609,6 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 10E38BEF8400E2269FA61BAB578CA455 /* Build configuration list for PBXNativeTarget "GoogleSignIn-GoogleSignIn" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 25BC567C47D0C69A0A91D023E3DD7B17 /* Debug */, - 2D4E67041C0F2232DC51A1F1E2E63294 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 1166072F19D605AE7E4B016DD27CFA21 /* Build configuration list for PBXNativeTarget "GTMAppAuth" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -2641,29 +2636,38 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8A212264186B8822192F9C369D7DE4BB /* Build configuration list for PBXNativeTarget "Alamofire" */ = { + 4EB3C38ED30ED179253549F7F3E231E0 /* Build configuration list for PBXNativeTarget "GoogleSignIn-GoogleSignIn" */ = { isa = XCConfigurationList; buildConfigurations = ( - 880219FBBFBA4B703A46B5F770D59ADF /* Debug */, - F95E4C330E939A7027D8A4E361545DBB /* Release */, + 4784F4E392ADBB877D765743751BBA08 /* Debug */, + 0696C95B048C4F913357244AB80F35AD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AA5A2205A881DE5528CA6FE384DDD74F /* Build configuration list for PBXNativeTarget "AppAuth" */ = { + 7F30EF97B77F6FB5E284C8BBBF3861B6 /* Build configuration list for PBXNativeTarget "SuperTokensIOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3116465253E5D2735E81E263946C254A /* Debug */, - C787002FA4C4FE6BC561E4294D831DFB /* Release */, + 91B7EF062E4C57614683CFFF4332D843 /* Debug */, + 769AD1402BB4FAFA14D71FF18FA99D2E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AE4E17A3925E3F61719ADFADE3B712B3 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */ = { + 8A212264186B8822192F9C369D7DE4BB /* Build configuration list for PBXNativeTarget "Alamofire" */ = { isa = XCConfigurationList; buildConfigurations = ( - CAB0793F48E314D7910B3F11C5E62B1C /* Debug */, - A8345784B08A0C7E56E23BAB49E3718D /* Release */, + 880219FBBFBA4B703A46B5F770D59ADF /* Debug */, + F95E4C330E939A7027D8A4E361545DBB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + AA5A2205A881DE5528CA6FE384DDD74F /* Build configuration list for PBXNativeTarget "AppAuth" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3116465253E5D2735E81E263946C254A /* Debug */, + C787002FA4C4FE6BC561E4294D831DFB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -2677,20 +2681,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C1A238D8FB80DC318FC18599C2F37331 /* Build configuration list for PBXNativeTarget "Pods-iosenv" */ = { + BE3D2044734BA18B7B04E9BA3829D56A /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */ = { isa = XCConfigurationList; buildConfigurations = ( - C02070B15C1BFEDE0986A7D210DF099F /* Debug */, - 7EC45F896F1C03CD943D9B22FA1E6D43 /* Release */, + 5AB37E03E3E3A42A2938B0D8746B6B59 /* Debug */, + 461921B3A725421F267CD1C26D55180C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F8EB0E0BE7ADA20253AFE63A30C4D3AA /* Build configuration list for PBXNativeTarget "SuperTokensIOS" */ = { + C1A238D8FB80DC318FC18599C2F37331 /* Build configuration list for PBXNativeTarget "Pods-iosenv" */ = { isa = XCConfigurationList; buildConfigurations = ( - D0668211D734113AC748B656320E91B9 /* Debug */, - 7B20B721D6B0B78646B240C0D32DD1E9 /* Release */, + C02070B15C1BFEDE0986A7D210DF099F /* Debug */, + 7EC45F896F1C03CD943D9B22FA1E6D43 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/FrontToken.swift b/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/FrontToken.swift index 6832e10dc..bedc998b5 100644 --- a/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/FrontToken.swift +++ b/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/FrontToken.swift @@ -103,6 +103,8 @@ internal class FrontToken { readWriteDispatchQueue.async(flags: .barrier) { removeTokenFromStorage() + Utils.setToken(tokenType: .access, value: "") + Utils.setToken(tokenType: .refresh, value: "") tokenInfoSemaphore.signal() executionSemaphore.signal() } diff --git a/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/SuperTokensURLProtocol.swift b/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/SuperTokensURLProtocol.swift index 99650ccc1..86b468ed7 100644 --- a/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/SuperTokensURLProtocol.swift +++ b/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/SuperTokensURLProtocol.swift @@ -64,8 +64,9 @@ public class SuperTokensURLProtocol: URLProtocol { // .value is case insensitive if let originalAuthorizationHeader = _mutableRequest.value(forHTTPHeaderField: "Authorization") { let accessToken = Utils.getTokenForHeaderAuth(tokenType: .access) + let refreshToken = Utils.getTokenForHeaderAuth(tokenType: .refresh) - if accessToken != nil && originalAuthorizationHeader == "Bearer \(accessToken!)" { + if accessToken != nil && refreshToken != nil && originalAuthorizationHeader == "Bearer \(accessToken!)" { // Removing headers from a request is not case insensitive _mutableRequest.setValue(nil, forHTTPHeaderField: "Authorization") _mutableRequest.setValue(nil, forHTTPHeaderField: "authorization") diff --git a/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/Utils.swift b/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/Utils.swift index 19799fdeb..db0454a89 100644 --- a/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/Utils.swift +++ b/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/Utils.swift @@ -262,9 +262,11 @@ internal class Utils { } internal static func saveTokenFromHeaders(httpResponse: HTTPURLResponse) { - guard let headerFields: [String: String] = httpResponse.allHeaderFields as? [String: String] else { + guard var headerFields: [String: String] = httpResponse.allHeaderFields as? [String: String] else { return } + + headerFields.lowerCaseKeys() if let refreshToken: String = headerFields[SuperTokensConstants.refreshTokenHeaderKey] { Utils.setToken(tokenType: .refresh, value: refreshToken) diff --git a/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/Version.swift b/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/Version.swift index 1554c5c64..bb4bffbb7 100644 --- a/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/Version.swift +++ b/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/Version.swift @@ -8,6 +8,6 @@ import Foundation internal class Version { - static let supported_fdi: [String] = ["1.16"] - static let sdkVersion = "0.2.0" + static let supported_fdi: [String] = ["1.16", "1.17"] + static let sdkVersion = "0.2.5" } diff --git a/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/extensions/Dictionary.swift b/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/extensions/Dictionary.swift new file mode 100644 index 000000000..6525a982f --- /dev/null +++ b/v2/src/plugins/codeTypeChecking/iosenv/Pods/SuperTokensIOS/SuperTokensIOS/Classes/extensions/Dictionary.swift @@ -0,0 +1,16 @@ +// +// File.swift +// +// +// Created by Matt Murray on 9/8/23. +// + +import Foundation + +extension Dictionary where Key: ExpressibleByStringLiteral { + public mutating func lowerCaseKeys() { + for key in self.keys { + self[String(describing: key).lowercased() as! Key] = self.removeValue(forKey: key) + } + } +} diff --git a/v2/src/plugins/codeTypeChecking/iosenv/Pods/Target Support Files/SuperTokensIOS/SuperTokensIOS-Info.plist b/v2/src/plugins/codeTypeChecking/iosenv/Pods/Target Support Files/SuperTokensIOS/SuperTokensIOS-Info.plist index 0d7bfa2a5..c83163f61 100644 --- a/v2/src/plugins/codeTypeChecking/iosenv/Pods/Target Support Files/SuperTokensIOS/SuperTokensIOS-Info.plist +++ b/v2/src/plugins/codeTypeChecking/iosenv/Pods/Target Support Files/SuperTokensIOS/SuperTokensIOS-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.0 + 0.2.5 CFBundleSignature ???? CFBundleVersion