|
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 */; }; |
14 | 29 | 3F55C3B0292BAB54002923B1 /* WKWebView+UserAgent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F55C3AF292BAB54002923B1 /* WKWebView+UserAgent.swift */; }; |
| 30 | + 3F55C3B9292BAD5E002923B1 /* ViewController+WordPressAuthenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F27A55F291E421C0000996B /* ViewController+WordPressAuthenticator.swift */; }; |
| 31 | + 3F55C3BA292BAD61002923B1 /* ViewController+WordPressAuthenticationDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F27A55D291E41CC0000996B /* ViewController+WordPressAuthenticationDelegate.swift */; }; |
15 | 32 | 3FB5B6EF2912420E00F40408 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FB5B6EE2912420E00F40408 /* AppDelegate.swift */; }; |
16 | 33 | 3FB5B6F12912420E00F40408 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FB5B6F02912420E00F40408 /* SceneDelegate.swift */; }; |
17 | 34 | 3FB5B6F32912420E00F40408 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FB5B6F22912420E00F40408 /* ViewController.swift */; }; |
18 | 35 | 3FB5B6F82912420F00F40408 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3FB5B6F72912420F00F40408 /* Assets.xcassets */; }; |
19 | 36 | 3FB5B6FB2912420F00F40408 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3FB5B6F92912420F00F40408 /* LaunchScreen.storyboard */; }; |
20 | 37 | /* End PBXBuildFile section */ |
21 | 38 |
|
| 39 | +/* Begin PBXContainerItemProxy section */ |
| 40 | + 3F27A553291AE4030000996B /* PBXContainerItemProxy */ = { |
| 41 | + isa = PBXContainerItemProxy; |
| 42 | + containerPortal = 3FB5B6E32912420E00F40408 /* Project object */; |
| 43 | + proxyType = 1; |
| 44 | + remoteGlobalIDString = 3F27A54E291AE3CF0000996B; |
| 45 | + remoteInfo = GenerateCredentials; |
| 46 | + }; |
| 47 | +/* End PBXContainerItemProxy section */ |
| 48 | + |
22 | 49 | /* Begin PBXFileReference section */ |
| 50 | + 3F27A555291AE5F00000996B /* Secrets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Secrets.swift; path = ../Secrets.swift; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 51 | + 3F27A55D291E41CC0000996B /* ViewController+WordPressAuthenticationDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ViewController+WordPressAuthenticationDelegate.swift"; sourceTree = "<group>"; }; |
| 52 | + 3F27A55F291E421C0000996B /* ViewController+WordPressAuthenticator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ViewController+WordPressAuthenticator.swift"; sourceTree = "<group>"; }; |
23 | 53 | 3F55C3A7292BAAE0002923B1 /* CellConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellConfiguration.swift; sourceTree = "<group>"; }; |
24 | 54 | 3F55C3AB292BAB23002923B1 /* UIViewController+Presentation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+Presentation.swift"; sourceTree = "<group>"; }; |
25 | 55 | 3F55C3AC292BAB23002923B1 /* UIAlertController+Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIAlertController+Utils.swift"; sourceTree = "<group>"; }; |
|
75 | 105 | 3FB5B6FC2912420F00F40408 /* Info.plist */, |
76 | 106 | 3FB5B6F92912420F00F40408 /* LaunchScreen.storyboard */, |
77 | 107 | 3FB5B6F02912420E00F40408 /* SceneDelegate.swift */, |
| 108 | + 3F27A555291AE5F00000996B /* Secrets.swift */, |
78 | 109 | 3F55C3AC292BAB23002923B1 /* UIAlertController+Utils.swift */, |
79 | 110 | 3F55C3AB292BAB23002923B1 /* UIViewController+Presentation.swift */, |
80 | 111 | 3FB5B6F22912420E00F40408 /* ViewController.swift */, |
| 112 | + 3F27A55D291E41CC0000996B /* ViewController+WordPressAuthenticationDelegate.swift */, |
| 113 | + 3F27A55F291E421C0000996B /* ViewController+WordPressAuthenticator.swift */, |
81 | 114 | 3F55C3AF292BAB54002923B1 /* WKWebView+UserAgent.swift */, |
82 | 115 | ); |
83 | 116 | path = AuthenticatorDemo; |
|
117 | 150 | buildRules = ( |
118 | 151 | ); |
119 | 152 | dependencies = ( |
| 153 | + 3F27A554291AE4030000996B /* PBXTargetDependency */, |
120 | 154 | ); |
121 | 155 | name = AuthenticatorDemo; |
122 | 156 | productName = AuthenticatorDemo; |
|
133 | 167 | LastSwiftUpdateCheck = 1400; |
134 | 168 | LastUpgradeCheck = 1400; |
135 | 169 | TargetAttributes = { |
| 170 | + 3F27A54E291AE3CF0000996B = { |
| 171 | + CreatedOnToolsVersion = 14.1; |
| 172 | + }; |
136 | 173 | 3FB5B6EA2912420E00F40408 = { |
137 | 174 | CreatedOnToolsVersion = 14.0.1; |
138 | 175 | }; |
|
152 | 189 | projectRoot = ""; |
153 | 190 | targets = ( |
154 | 191 | 3FB5B6EA2912420E00F40408 /* AuthenticatorDemo */, |
| 192 | + 3F27A54E291AE3CF0000996B /* GenerateCredentials */, |
155 | 193 | ); |
156 | 194 | }; |
157 | 195 | /* End PBXProject section */ |
|
169 | 207 | /* End PBXResourcesBuildPhase section */ |
170 | 208 |
|
171 | 209 | /* Begin PBXShellScriptBuildPhase section */ |
| 210 | + 3F27A552291AE3D60000996B /* Generate Credentials */ = { |
| 211 | + isa = PBXShellScriptBuildPhase; |
| 212 | + buildActionMask = 2147483647; |
| 213 | + files = ( |
| 214 | + ); |
| 215 | + inputFileListPaths = ( |
| 216 | + "$(SRCROOT)/Build-Phases/GenerateCredentials.xcfilelist", |
| 217 | + ); |
| 218 | + inputPaths = ( |
| 219 | + ); |
| 220 | + name = "Generate Credentials"; |
| 221 | + outputFileListPaths = ( |
| 222 | + ); |
| 223 | + outputPaths = ( |
| 224 | + "$(BUILD_DIR)/Secrets.swift", |
| 225 | + ); |
| 226 | + runOnlyForDeploymentPostprocessing = 0; |
| 227 | + shellPath = /bin/sh; |
| 228 | + shellScript = "$SRCROOT/Build-Phases/GenerateCredentials.sh\n"; |
| 229 | + }; |
172 | 230 | 46F868D4B05D9FAC769EF4C5 /* [CP] Embed Pods Frameworks */ = { |
173 | 231 | isa = PBXShellScriptBuildPhase; |
174 | 232 | buildActionMask = 2147483647; |
|
216 | 274 | buildActionMask = 2147483647; |
217 | 275 | files = ( |
218 | 276 | 3F55C3AD292BAB23002923B1 /* UIViewController+Presentation.swift in Sources */, |
| 277 | + 3F55C3BA292BAD61002923B1 /* ViewController+WordPressAuthenticationDelegate.swift in Sources */, |
| 278 | + 3F55C3B9292BAD5E002923B1 /* ViewController+WordPressAuthenticator.swift in Sources */, |
| 279 | + 3F27A556291AE5F00000996B /* Secrets.swift in Sources */, |
219 | 280 | 3FB5B6F32912420E00F40408 /* ViewController.swift in Sources */, |
220 | 281 | 3FB5B6EF2912420E00F40408 /* AppDelegate.swift in Sources */, |
221 | 282 | 3F55C3A8292BAAE0002923B1 /* CellConfiguration.swift in Sources */, |
|
227 | 288 | }; |
228 | 289 | /* End PBXSourcesBuildPhase section */ |
229 | 290 |
|
| 291 | +/* Begin PBXTargetDependency section */ |
| 292 | + 3F27A554291AE4030000996B /* PBXTargetDependency */ = { |
| 293 | + isa = PBXTargetDependency; |
| 294 | + target = 3F27A54E291AE3CF0000996B /* GenerateCredentials */; |
| 295 | + targetProxy = 3F27A553291AE4030000996B /* PBXContainerItemProxy */; |
| 296 | + }; |
| 297 | +/* End PBXTargetDependency section */ |
| 298 | + |
230 | 299 | /* Begin PBXVariantGroup section */ |
231 | 300 | 3FB5B6F92912420F00F40408 /* LaunchScreen.storyboard */ = { |
232 | 301 | isa = PBXVariantGroup; |
|
239 | 308 | /* End PBXVariantGroup section */ |
240 | 309 |
|
241 | 310 | /* Begin XCBuildConfiguration section */ |
| 311 | + 3F55C3B3292BABF8002923B1 /* Debug */ = { |
| 312 | + isa = XCBuildConfiguration; |
| 313 | + buildSettings = { |
| 314 | + COPY_PHASE_STRIP = NO; |
| 315 | + GCC_DYNAMIC_NO_PIC = NO; |
| 316 | + GCC_OPTIMIZATION_LEVEL = 0; |
| 317 | + PRODUCT_NAME = GenerateCredentials; |
| 318 | + }; |
| 319 | + name = Debug; |
| 320 | + }; |
| 321 | + 3F55C3B4292BABF8002923B1 /* Release */ = { |
| 322 | + isa = XCBuildConfiguration; |
| 323 | + buildSettings = { |
| 324 | + COPY_PHASE_STRIP = YES; |
| 325 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 326 | + PRODUCT_NAME = GenerateCredentials; |
| 327 | + }; |
| 328 | + name = Release; |
| 329 | + }; |
242 | 330 | 3FB5B6FD2912420F00F40408 /* Debug */ = { |
243 | 331 | isa = XCBuildConfiguration; |
244 | 332 | buildSettings = { |
|
410 | 498 | /* End XCBuildConfiguration section */ |
411 | 499 |
|
412 | 500 | /* Begin XCConfigurationList section */ |
| 501 | + 3F27A54F291AE3CF0000996B /* Build configuration list for PBXAggregateTarget "GenerateCredentials" */ = { |
| 502 | + isa = XCConfigurationList; |
| 503 | + buildConfigurations = ( |
| 504 | + 3F55C3B3292BABF8002923B1 /* Debug */, |
| 505 | + 3F55C3B4292BABF8002923B1 /* Release */, |
| 506 | + ); |
| 507 | + defaultConfigurationIsVisible = 0; |
| 508 | + defaultConfigurationName = Release; |
| 509 | + }; |
413 | 510 | 3FB5B6E62912420E00F40408 /* Build configuration list for PBXProject "AuthenticatorDemo" */ = { |
414 | 511 | isa = XCConfigurationList; |
415 | 512 | buildConfigurations = ( |
|
0 commit comments