|
81 | 81 | C958CC4F182A1FDD00DD47D0 /* OTPTokenType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OTPTokenType.h; sourceTree = "<group>"; };
|
82 | 82 | C958CC50182A1FDD00DD47D0 /* OTPTokenType.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OTPTokenType.m; sourceTree = "<group>"; };
|
83 | 83 | C958CC53183043A600DD47D0 /* OTPTokenSerializationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OTPTokenSerializationTests.m; sourceTree = "<group>"; };
|
| 84 | + C959A63C190A69120042DEC0 /* Icon.svg */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Icon.svg; sourceTree = "<group>"; }; |
| 85 | + C959A63E190A69E60042DEC0 /* GenerateIcons.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = GenerateIcons.sh; sourceTree = "<group>"; }; |
84 | 86 | C9745D0917DA5861008B6E23 /* UIAlertView+Blocks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIAlertView+Blocks.h"; sourceTree = "<group>"; };
|
85 | 87 | C9745D0A17DA5861008B6E23 /* UIAlertView+Blocks.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIAlertView+Blocks.m"; sourceTree = "<group>"; };
|
86 | 88 | C9776E3318518801003D53CB /* LICENSE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
|
|
181 | 183 | 29B97317FDCFA39411CA2CEA /* Resources */ = {
|
182 | 184 | isa = PBXGroup;
|
183 | 185 | children = (
|
| 186 | + C9F75C921843CFFD00B6FA14 /* App Icon */, |
184 | 187 | C9C6CCA11842E331000100C2 /* Images.xcassets */,
|
185 |
| - C9F75C921843CFFD00B6FA14 /* iTunes Artwork */, |
186 | 188 | C97B68C617D9226D005D1FE0 /* Settings.bundle */,
|
187 | 189 | );
|
188 | 190 | path = Resources;
|
|
320 | 322 | name = Cells;
|
321 | 323 | sourceTree = "<group>";
|
322 | 324 | };
|
323 |
| - C9F75C921843CFFD00B6FA14 /* iTunes Artwork */ = { |
| 325 | + C9F75C921843CFFD00B6FA14 /* App Icon */ = { |
324 | 326 | isa = PBXGroup;
|
325 | 327 | children = (
|
| 328 | + C959A63C190A69120042DEC0 /* Icon.svg */, |
| 329 | + C959A63E190A69E60042DEC0 /* GenerateIcons.sh */, |
326 | 330 | C9F75C931843D01500B6FA14 /* iTunesArtwork */,
|
327 | 331 | C9F75C941843D01500B6FA14 /* iTunesArtwork@2x */,
|
328 | 332 | );
|
329 |
| - name = "iTunes Artwork"; |
| 333 | + name = "App Icon"; |
330 | 334 | sourceTree = "<group>";
|
331 | 335 | };
|
332 | 336 | /* End PBXGroup section */
|
|
337 | 341 | buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Authenticator" */;
|
338 | 342 | buildPhases = (
|
339 | 343 | 7D745802100A4933AC7F63D5 /* Check Pods Manifest.lock */,
|
| 344 | + C959A63F190A6CB10042DEC0 /* Generate Icons */, |
340 | 345 | 1D60588D0D05DD3D006BFB54 /* Resources */,
|
341 | 346 | 1D60588E0D05DD3D006BFB54 /* Sources */,
|
342 | 347 | 1D60588F0D05DD3D006BFB54 /* Frameworks */,
|
|
453 | 458 | shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
|
454 | 459 | showEnvVarsInLog = 0;
|
455 | 460 | };
|
| 461 | + C959A63F190A6CB10042DEC0 /* Generate Icons */ = { |
| 462 | + isa = PBXShellScriptBuildPhase; |
| 463 | + buildActionMask = 2147483647; |
| 464 | + files = ( |
| 465 | + ); |
| 466 | + inputPaths = ( |
| 467 | + ); |
| 468 | + name = "Generate Icons"; |
| 469 | + outputPaths = ( |
| 470 | + ); |
| 471 | + runOnlyForDeploymentPostprocessing = 0; |
| 472 | + shellPath = /bin/bash; |
| 473 | + shellScript = "PATH=/usr/local/bin:${PATH}\ncd \"${SRCROOT}/Authenticator/Resources/\"\n./GenerateIcons.sh"; |
| 474 | + showEnvVarsInLog = 0; |
| 475 | + }; |
456 | 476 | /* End PBXShellScriptBuildPhase section */
|
457 | 477 |
|
458 | 478 | /* Begin PBXSourcesBuildPhase section */
|
|
0 commit comments