|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 51; |
| 6 | + objectVersion = 60; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 9A07E0572541D1B50076D8F5 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9A07E0562541D1B50076D8F5 /* GoogleService-Info.plist */; }; |
11 | 10 | 9AC7C27C2541C7E500F5DD80 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AC7C27B2541C7E500F5DD80 /* AppDelegate.swift */; };
|
12 | 11 | 9AC7C27E2541C7E500F5DD80 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AC7C27D2541C7E500F5DD80 /* SceneDelegate.swift */; };
|
13 |
| - 9AC7C2802541C7E500F5DD80 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AC7C27F2541C7E500F5DD80 /* ViewController.swift */; }; |
14 |
| - 9AC7C2832541C7E500F5DD80 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9AC7C2812541C7E500F5DD80 /* Main.storyboard */; }; |
15 | 12 | 9AC7C2852541C7E600F5DD80 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9AC7C2842541C7E600F5DD80 /* Assets.xcassets */; };
|
16 | 13 | 9AC7C2882541C7E600F5DD80 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9AC7C2862541C7E600F5DD80 /* LaunchScreen.storyboard */; };
|
| 14 | + EAD122EF2DB97E10004D64C9 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = EAD122EE2DB97E10004D64C9 /* GoogleService-Info.plist */; }; |
| 15 | + EAD122F12DB98BD0004D64C9 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD122F02DB98BCC004D64C9 /* ContentView.swift */; }; |
| 16 | + EAD122F32DB9920D004D64C9 /* AppCheckTestApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD122F22DB99206004D64C9 /* AppCheckTestApp.swift */; }; |
| 17 | + EAD122F62DB9940E004D64C9 /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = EAD122F52DB9940E004D64C9 /* FirebaseAppCheck */; }; |
17 | 18 | /* End PBXBuildFile section */
|
18 | 19 |
|
19 | 20 | /* Begin PBXFileReference section */
|
20 |
| - 9A07E0562541D1B50076D8F5 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
21 | 21 | 9AC7C2782541C7E500F5DD80 /* FIRAppCheckTestApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FIRAppCheckTestApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
22 | 22 | 9AC7C27B2541C7E500F5DD80 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
23 | 23 | 9AC7C27D2541C7E500F5DD80 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
24 |
| - 9AC7C27F2541C7E500F5DD80 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
25 |
| - 9AC7C2822541C7E500F5DD80 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
26 | 24 | 9AC7C2842541C7E600F5DD80 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
27 | 25 | 9AC7C2872541C7E600F5DD80 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
28 | 26 | 9AC7C2892541C7E600F5DD80 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 27 | + EAD122EE2DB97E10004D64C9 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
| 28 | + EAD122F02DB98BCC004D64C9 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
| 29 | + EAD122F22DB99206004D64C9 /* AppCheckTestApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppCheckTestApp.swift; sourceTree = "<group>"; }; |
29 | 30 | /* End PBXFileReference section */
|
30 | 31 |
|
31 | 32 | /* Begin PBXFrameworksBuildPhase section */
|
32 | 33 | 9AC7C2752541C7E500F5DD80 /* Frameworks */ = {
|
33 | 34 | isa = PBXFrameworksBuildPhase;
|
34 | 35 | buildActionMask = 2147483647;
|
35 | 36 | files = (
|
| 37 | + EAD122F62DB9940E004D64C9 /* FirebaseAppCheck in Frameworks */, |
36 | 38 | );
|
37 | 39 | runOnlyForDeploymentPostprocessing = 0;
|
38 | 40 | };
|
39 | 41 | /* End PBXFrameworksBuildPhase section */
|
40 | 42 |
|
41 | 43 | /* Begin PBXGroup section */
|
42 |
| - 30221A668C12ED048788DFEB /* Pods */ = { |
43 |
| - isa = PBXGroup; |
44 |
| - children = ( |
45 |
| - ); |
46 |
| - path = Pods; |
47 |
| - sourceTree = "<group>"; |
48 |
| - }; |
49 | 44 | 9AC7C26F2541C7E500F5DD80 = {
|
50 | 45 | isa = PBXGroup;
|
51 | 46 | children = (
|
52 | 47 | 9AC7C27A2541C7E500F5DD80 /* FIRAppCheckTestApp */,
|
53 | 48 | 9AC7C2792541C7E500F5DD80 /* Products */,
|
54 |
| - 30221A668C12ED048788DFEB /* Pods */, |
55 | 49 | );
|
56 | 50 | sourceTree = "<group>";
|
57 | 51 | };
|
|
66 | 60 | 9AC7C27A2541C7E500F5DD80 /* FIRAppCheckTestApp */ = {
|
67 | 61 | isa = PBXGroup;
|
68 | 62 | children = (
|
| 63 | + EAD122EE2DB97E10004D64C9 /* GoogleService-Info.plist */, |
69 | 64 | 9AC7C27B2541C7E500F5DD80 /* AppDelegate.swift */,
|
70 | 65 | 9AC7C27D2541C7E500F5DD80 /* SceneDelegate.swift */,
|
71 |
| - 9AC7C27F2541C7E500F5DD80 /* ViewController.swift */, |
72 |
| - 9AC7C2812541C7E500F5DD80 /* Main.storyboard */, |
| 66 | + EAD122F02DB98BCC004D64C9 /* ContentView.swift */, |
| 67 | + EAD122F22DB99206004D64C9 /* AppCheckTestApp.swift */, |
73 | 68 | 9AC7C2842541C7E600F5DD80 /* Assets.xcassets */,
|
74 | 69 | 9AC7C2862541C7E600F5DD80 /* LaunchScreen.storyboard */,
|
75 | 70 | 9AC7C2892541C7E600F5DD80 /* Info.plist */,
|
76 |
| - 9A07E0562541D1B50076D8F5 /* GoogleService-Info.plist */, |
77 | 71 | );
|
78 | 72 | path = FIRAppCheckTestApp;
|
79 | 73 | sourceTree = "<group>";
|
|
121 | 115 | Base,
|
122 | 116 | );
|
123 | 117 | mainGroup = 9AC7C26F2541C7E500F5DD80;
|
| 118 | + packageReferences = ( |
| 119 | + EAD122F42DB9940E004D64C9 /* XCLocalSwiftPackageReference "../../../../firebase-ios-sdk" */, |
| 120 | + ); |
124 | 121 | productRefGroup = 9AC7C2792541C7E500F5DD80 /* Products */;
|
125 | 122 | projectDirPath = "";
|
126 | 123 | projectRoot = "";
|
|
136 | 133 | buildActionMask = 2147483647;
|
137 | 134 | files = (
|
138 | 135 | 9AC7C2882541C7E600F5DD80 /* LaunchScreen.storyboard in Resources */,
|
| 136 | + EAD122EF2DB97E10004D64C9 /* GoogleService-Info.plist in Resources */, |
139 | 137 | 9AC7C2852541C7E600F5DD80 /* Assets.xcassets in Resources */,
|
140 |
| - 9AC7C2832541C7E500F5DD80 /* Main.storyboard in Resources */, |
141 |
| - 9A07E0572541D1B50076D8F5 /* GoogleService-Info.plist in Resources */, |
142 | 138 | );
|
143 | 139 | runOnlyForDeploymentPostprocessing = 0;
|
144 | 140 | };
|
|
149 | 145 | isa = PBXSourcesBuildPhase;
|
150 | 146 | buildActionMask = 2147483647;
|
151 | 147 | files = (
|
152 |
| - 9AC7C2802541C7E500F5DD80 /* ViewController.swift in Sources */, |
| 148 | + EAD122F32DB9920D004D64C9 /* AppCheckTestApp.swift in Sources */, |
153 | 149 | 9AC7C27C2541C7E500F5DD80 /* AppDelegate.swift in Sources */,
|
| 150 | + EAD122F12DB98BD0004D64C9 /* ContentView.swift in Sources */, |
154 | 151 | 9AC7C27E2541C7E500F5DD80 /* SceneDelegate.swift in Sources */,
|
155 | 152 | );
|
156 | 153 | runOnlyForDeploymentPostprocessing = 0;
|
157 | 154 | };
|
158 | 155 | /* End PBXSourcesBuildPhase section */
|
159 | 156 |
|
160 | 157 | /* Begin PBXVariantGroup section */
|
161 |
| - 9AC7C2812541C7E500F5DD80 /* Main.storyboard */ = { |
162 |
| - isa = PBXVariantGroup; |
163 |
| - children = ( |
164 |
| - 9AC7C2822541C7E500F5DD80 /* Base */, |
165 |
| - ); |
166 |
| - name = Main.storyboard; |
167 |
| - sourceTree = "<group>"; |
168 |
| - }; |
169 | 158 | 9AC7C2862541C7E600F5DD80 /* LaunchScreen.storyboard */ = {
|
170 | 159 | isa = PBXVariantGroup;
|
171 | 160 | children = (
|
|
357 | 346 | defaultConfigurationName = Release;
|
358 | 347 | };
|
359 | 348 | /* End XCConfigurationList section */
|
| 349 | + |
| 350 | +/* Begin XCLocalSwiftPackageReference section */ |
| 351 | + EAD122F42DB9940E004D64C9 /* XCLocalSwiftPackageReference "../../../../firebase-ios-sdk" */ = { |
| 352 | + isa = XCLocalSwiftPackageReference; |
| 353 | + relativePath = "../../../../firebase-ios-sdk"; |
| 354 | + }; |
| 355 | +/* End XCLocalSwiftPackageReference section */ |
| 356 | + |
| 357 | +/* Begin XCSwiftPackageProductDependency section */ |
| 358 | + EAD122F52DB9940E004D64C9 /* FirebaseAppCheck */ = { |
| 359 | + isa = XCSwiftPackageProductDependency; |
| 360 | + productName = FirebaseAppCheck; |
| 361 | + }; |
| 362 | +/* End XCSwiftPackageProductDependency section */ |
360 | 363 | };
|
361 | 364 | rootObject = 9AC7C2702541C7E500F5DD80 /* Project object */;
|
362 | 365 | }
|
0 commit comments