|
6 | 6 | objectVersion = 56; |
7 | 7 | objects = { |
8 | 8 |
|
| 9 | +/* Begin PBXAggregateTarget section */ |
| 10 | + 3F27A54E291AE3CF0000996B /* GenerateCredentials */ = { |
| 11 | + isa = PBXAggregateTarget; |
| 12 | + buildConfigurationList = 3F27A54F291AE3CF0000996B /* Build configuration list for PBXAggregateTarget "GenerateCredentials" */; |
| 13 | + buildPhases = ( |
| 14 | + 3F27A552291AE3D60000996B /* Generate Credentials */, |
| 15 | + ); |
| 16 | + dependencies = ( |
| 17 | + ); |
| 18 | + name = GenerateCredentials; |
| 19 | + productName = GenerateCredentials; |
| 20 | + }; |
| 21 | +/* End PBXAggregateTarget section */ |
| 22 | + |
9 | 23 | /* Begin PBXBuildFile section */ |
10 | 24 | 0B9084355AE56CADE54CE018 /* Pods_AuthenticatorDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF02C0C8B7B005AAE3C08BD9 /* Pods_AuthenticatorDemo.framework */; }; |
| 25 | + 3F27A556291AE5F00000996B /* Secrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F27A555291AE5F00000996B /* Secrets.swift */; }; |
11 | 26 | 3F55C3A8292BAAE0002923B1 /* CellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F55C3A7292BAAE0002923B1 /* CellConfiguration.swift */; }; |
12 | 27 | 3F55C3AD292BAB23002923B1 /* UIViewController+Presentation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F55C3AB292BAB23002923B1 /* UIViewController+Presentation.swift */; }; |
13 | 28 | 3F55C3AE292BAB23002923B1 /* UIAlertController+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F55C3AC292BAB23002923B1 /* UIAlertController+Utils.swift */; }; |
|
19 | 34 | 3FB5B6FB2912420F00F40408 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3FB5B6F92912420F00F40408 /* LaunchScreen.storyboard */; }; |
20 | 35 | /* End PBXBuildFile section */ |
21 | 36 |
|
| 37 | +/* Begin PBXContainerItemProxy section */ |
| 38 | + 3F27A553291AE4030000996B /* PBXContainerItemProxy */ = { |
| 39 | + isa = PBXContainerItemProxy; |
| 40 | + containerPortal = 3FB5B6E32912420E00F40408 /* Project object */; |
| 41 | + proxyType = 1; |
| 42 | + remoteGlobalIDString = 3F27A54E291AE3CF0000996B; |
| 43 | + remoteInfo = GenerateCredentials; |
| 44 | + }; |
| 45 | +/* End PBXContainerItemProxy section */ |
| 46 | + |
22 | 47 | /* Begin PBXFileReference section */ |
| 48 | + 3F27A555291AE5F00000996B /* Secrets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Secrets.swift; path = ../Secrets.swift; sourceTree = BUILT_PRODUCTS_DIR; }; |
23 | 49 | 3F55C3A7292BAAE0002923B1 /* CellConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellConfiguration.swift; sourceTree = "<group>"; }; |
24 | 50 | 3F55C3AB292BAB23002923B1 /* UIViewController+Presentation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+Presentation.swift"; sourceTree = "<group>"; }; |
25 | 51 | 3F55C3AC292BAB23002923B1 /* UIAlertController+Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIAlertController+Utils.swift"; sourceTree = "<group>"; }; |
|
75 | 101 | 3FB5B6FC2912420F00F40408 /* Info.plist */, |
76 | 102 | 3FB5B6F92912420F00F40408 /* LaunchScreen.storyboard */, |
77 | 103 | 3FB5B6F02912420E00F40408 /* SceneDelegate.swift */, |
| 104 | + 3F27A555291AE5F00000996B /* Secrets.swift */, |
78 | 105 | 3F55C3AC292BAB23002923B1 /* UIAlertController+Utils.swift */, |
79 | 106 | 3F55C3AB292BAB23002923B1 /* UIViewController+Presentation.swift */, |
80 | 107 | 3FB5B6F22912420E00F40408 /* ViewController.swift */, |
|
117 | 144 | buildRules = ( |
118 | 145 | ); |
119 | 146 | dependencies = ( |
| 147 | + 3F27A554291AE4030000996B /* PBXTargetDependency */, |
120 | 148 | ); |
121 | 149 | name = AuthenticatorDemo; |
122 | 150 | productName = AuthenticatorDemo; |
|
133 | 161 | LastSwiftUpdateCheck = 1400; |
134 | 162 | LastUpgradeCheck = 1400; |
135 | 163 | TargetAttributes = { |
| 164 | + 3F27A54E291AE3CF0000996B = { |
| 165 | + CreatedOnToolsVersion = 14.1; |
| 166 | + }; |
136 | 167 | 3FB5B6EA2912420E00F40408 = { |
137 | 168 | CreatedOnToolsVersion = 14.0.1; |
138 | 169 | }; |
|
152 | 183 | projectRoot = ""; |
153 | 184 | targets = ( |
154 | 185 | 3FB5B6EA2912420E00F40408 /* AuthenticatorDemo */, |
| 186 | + 3F27A54E291AE3CF0000996B /* GenerateCredentials */, |
155 | 187 | ); |
156 | 188 | }; |
157 | 189 | /* End PBXProject section */ |
|
169 | 201 | /* End PBXResourcesBuildPhase section */ |
170 | 202 |
|
171 | 203 | /* Begin PBXShellScriptBuildPhase section */ |
| 204 | + 3F27A552291AE3D60000996B /* Generate Credentials */ = { |
| 205 | + isa = PBXShellScriptBuildPhase; |
| 206 | + buildActionMask = 2147483647; |
| 207 | + files = ( |
| 208 | + ); |
| 209 | + inputFileListPaths = ( |
| 210 | + "$(SRCROOT)/Build-Phases/GenerateCredentials.xcfilelist", |
| 211 | + ); |
| 212 | + inputPaths = ( |
| 213 | + ); |
| 214 | + name = "Generate Credentials"; |
| 215 | + outputFileListPaths = ( |
| 216 | + ); |
| 217 | + outputPaths = ( |
| 218 | + "$(BUILD_DIR)/Secrets.swift", |
| 219 | + ); |
| 220 | + runOnlyForDeploymentPostprocessing = 0; |
| 221 | + shellPath = /bin/sh; |
| 222 | + shellScript = "$SRCROOT/Build-Phases/GenerateCredentials.sh\n"; |
| 223 | + }; |
172 | 224 | 46F868D4B05D9FAC769EF4C5 /* [CP] Embed Pods Frameworks */ = { |
173 | 225 | isa = PBXShellScriptBuildPhase; |
174 | 226 | buildActionMask = 2147483647; |
|
216 | 268 | buildActionMask = 2147483647; |
217 | 269 | files = ( |
218 | 270 | 3F55C3AD292BAB23002923B1 /* UIViewController+Presentation.swift in Sources */, |
| 271 | + 3F27A556291AE5F00000996B /* Secrets.swift in Sources */, |
219 | 272 | 3FB5B6F32912420E00F40408 /* ViewController.swift in Sources */, |
220 | 273 | 3FB5B6EF2912420E00F40408 /* AppDelegate.swift in Sources */, |
221 | 274 | 3F55C3A8292BAAE0002923B1 /* CellConfiguration.swift in Sources */, |
|
227 | 280 | }; |
228 | 281 | /* End PBXSourcesBuildPhase section */ |
229 | 282 |
|
| 283 | +/* Begin PBXTargetDependency section */ |
| 284 | + 3F27A554291AE4030000996B /* PBXTargetDependency */ = { |
| 285 | + isa = PBXTargetDependency; |
| 286 | + target = 3F27A54E291AE3CF0000996B /* GenerateCredentials */; |
| 287 | + targetProxy = 3F27A553291AE4030000996B /* PBXContainerItemProxy */; |
| 288 | + }; |
| 289 | +/* End PBXTargetDependency section */ |
| 290 | + |
230 | 291 | /* Begin PBXVariantGroup section */ |
231 | 292 | 3FB5B6F92912420F00F40408 /* LaunchScreen.storyboard */ = { |
232 | 293 | isa = PBXVariantGroup; |
|
239 | 300 | /* End PBXVariantGroup section */ |
240 | 301 |
|
241 | 302 | /* Begin XCBuildConfiguration section */ |
| 303 | + 3F55C3B3292BABF8002923B1 /* Debug */ = { |
| 304 | + isa = XCBuildConfiguration; |
| 305 | + buildSettings = { |
| 306 | + COPY_PHASE_STRIP = NO; |
| 307 | + GCC_DYNAMIC_NO_PIC = NO; |
| 308 | + GCC_OPTIMIZATION_LEVEL = 0; |
| 309 | + PRODUCT_NAME = GenerateCredentials; |
| 310 | + }; |
| 311 | + name = Debug; |
| 312 | + }; |
| 313 | + 3F55C3B4292BABF8002923B1 /* Release */ = { |
| 314 | + isa = XCBuildConfiguration; |
| 315 | + buildSettings = { |
| 316 | + COPY_PHASE_STRIP = YES; |
| 317 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 318 | + PRODUCT_NAME = GenerateCredentials; |
| 319 | + }; |
| 320 | + name = Release; |
| 321 | + }; |
242 | 322 | 3FB5B6FD2912420F00F40408 /* Debug */ = { |
243 | 323 | isa = XCBuildConfiguration; |
244 | 324 | buildSettings = { |
|
410 | 490 | /* End XCBuildConfiguration section */ |
411 | 491 |
|
412 | 492 | /* Begin XCConfigurationList section */ |
| 493 | + 3F27A54F291AE3CF0000996B /* Build configuration list for PBXAggregateTarget "GenerateCredentials" */ = { |
| 494 | + isa = XCConfigurationList; |
| 495 | + buildConfigurations = ( |
| 496 | + 3F55C3B3292BABF8002923B1 /* Debug */, |
| 497 | + 3F55C3B4292BABF8002923B1 /* Release */, |
| 498 | + ); |
| 499 | + defaultConfigurationIsVisible = 0; |
| 500 | + defaultConfigurationName = Release; |
| 501 | + }; |
413 | 502 | 3FB5B6E62912420E00F40408 /* Build configuration list for PBXProject "AuthenticatorDemo" */ = { |
414 | 503 | isa = XCConfigurationList; |
415 | 504 | buildConfigurations = ( |
|
0 commit comments