|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 0B3423A81CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B3423A71CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.m */; };
|
11 |
| - 363F8D0A685BF86C60D06D49 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F1B2FBB7FD634FB543BB7BB6 /* Pods.framework */; }; |
| 11 | + 17A987733993992FBF3E1728 /* Pods_CTAssetsPickerDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 981A0E08276D75324723B26F /* Pods_CTAssetsPickerDemo.framework */; }; |
12 | 12 | AD0786D91B428313003C8863 /* CTBasicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0786D81B428313003C8863 /* CTBasicViewController.m */; };
|
13 | 13 | AD0786DF1B42864F003C8863 /* CTSelectedAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0786DE1B42864F003C8863 /* CTSelectedAssetsViewController.m */; };
|
14 | 14 | AD0786E21B428A73003C8863 /* CTDefaultAlbumViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0786E11B428A73003C8863 /* CTDefaultAlbumViewController.m */; };
|
|
34 | 34 | /* End PBXBuildFile section */
|
35 | 35 |
|
36 | 36 | /* Begin PBXFileReference section */
|
| 37 | + 09A88197199A2609B0DACEDC /* Pods-CTAssetsPickerDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CTAssetsPickerDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-CTAssetsPickerDemo/Pods-CTAssetsPickerDemo.release.xcconfig"; sourceTree = "<group>"; }; |
37 | 38 | 0B3423A61CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PHImageManager+CTAssetsPickerController.h"; sourceTree = "<group>"; };
|
38 | 39 | 0B3423A71CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "PHImageManager+CTAssetsPickerController.m"; sourceTree = "<group>"; };
|
39 |
| - 408BD0916F5C7C71C93D0E93 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; }; |
40 | 40 | 969CB85D1C9C3ADF002687B5 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
|
41 | 41 | 969CB85E1C9C3ADF002687B5 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/CTAssetsPicker.strings; sourceTree = "<group>"; };
|
| 42 | + 981A0E08276D75324723B26F /* Pods_CTAssetsPickerDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CTAssetsPickerDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 43 | + 9A15D2B7FCF39F8EFF61F6BA /* Pods-CTAssetsPickerDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CTAssetsPickerDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CTAssetsPickerDemo/Pods-CTAssetsPickerDemo.debug.xcconfig"; sourceTree = "<group>"; }; |
42 | 44 | A741BBA21B5F7A8C00ED3D7B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
|
43 | 45 | A741BBA31B5F7A8C00ED3D7B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/CTAssetsPicker.strings; sourceTree = "<group>"; };
|
44 | 46 | A741BBA41B5F9AB500ED3D7B /* nl-NL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "nl-NL"; path = "nl-NL.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
|
|
189 | 191 | D57946531CB452DE008C14D4 /* CTCustomFetchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTCustomFetchViewController.h; sourceTree = "<group>"; };
|
190 | 192 | D57946541CB452DE008C14D4 /* CTCustomFetchViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CTCustomFetchViewController.m; sourceTree = "<group>"; };
|
191 | 193 | F1B2FBB7FD634FB543BB7BB6 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
192 |
| - FD69CDFBA7D07D903CCC8B80 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
193 | 194 | /* End PBXFileReference section */
|
194 | 195 |
|
195 | 196 | /* Begin PBXFrameworksBuildPhase section */
|
196 | 197 | ADD965C31AAD4C49002A26A2 /* Frameworks */ = {
|
197 | 198 | isa = PBXFrameworksBuildPhase;
|
198 | 199 | buildActionMask = 2147483647;
|
199 | 200 | files = (
|
200 |
| - 363F8D0A685BF86C60D06D49 /* Pods.framework in Frameworks */, |
| 201 | + 17A987733993992FBF3E1728 /* Pods_CTAssetsPickerDemo.framework in Frameworks */, |
201 | 202 | );
|
202 | 203 | runOnlyForDeploymentPostprocessing = 0;
|
203 | 204 | };
|
204 | 205 | /* End PBXFrameworksBuildPhase section */
|
205 | 206 |
|
206 | 207 | /* Begin PBXGroup section */
|
207 |
| - 864FC91FDA0029821FBB0300 /* Pods */ = { |
| 208 | + 823C184087AAE092ECBCD361 /* Pods */ = { |
208 | 209 | isa = PBXGroup;
|
209 | 210 | children = (
|
210 |
| - 408BD0916F5C7C71C93D0E93 /* Pods.debug.xcconfig */, |
211 |
| - FD69CDFBA7D07D903CCC8B80 /* Pods.release.xcconfig */, |
| 211 | + 9A15D2B7FCF39F8EFF61F6BA /* Pods-CTAssetsPickerDemo.debug.xcconfig */, |
| 212 | + 09A88197199A2609B0DACEDC /* Pods-CTAssetsPickerDemo.release.xcconfig */, |
212 | 213 | );
|
213 | 214 | name = Pods;
|
214 | 215 | sourceTree = "<group>";
|
|
256 | 257 | ADD965F21AAD5780002A26A2 /* CTAssetsPickerController */,
|
257 | 258 | ADD965C81AAD4C49002A26A2 /* CTAssetsPickerDemo */,
|
258 | 259 | ADD965C71AAD4C49002A26A2 /* Products */,
|
259 |
| - 864FC91FDA0029821FBB0300 /* Pods */, |
260 | 260 | B8A790EFA0682C7A149F5D3C /* Frameworks */,
|
| 261 | + 823C184087AAE092ECBCD361 /* Pods */, |
261 | 262 | );
|
262 | 263 | sourceTree = "<group>";
|
263 | 264 | };
|
|
389 | 390 | isa = PBXGroup;
|
390 | 391 | children = (
|
391 | 392 | F1B2FBB7FD634FB543BB7BB6 /* Pods.framework */,
|
| 393 | + 981A0E08276D75324723B26F /* Pods_CTAssetsPickerDemo.framework */, |
392 | 394 | );
|
393 | 395 | name = Frameworks;
|
394 | 396 | sourceTree = "<group>";
|
|
400 | 402 | isa = PBXNativeTarget;
|
401 | 403 | buildConfigurationList = ADD965EC1AAD4C4A002A26A2 /* Build configuration list for PBXNativeTarget "CTAssetsPickerDemo" */;
|
402 | 404 | buildPhases = (
|
403 |
| - 94AA337C9C3B69BDF43AB120 /* Check Pods Manifest.lock */, |
| 405 | + 7D0238C15D40A01DED58AA2B /* [CP] Check Pods Manifest.lock */, |
404 | 406 | ADD965C21AAD4C49002A26A2 /* Sources */,
|
405 | 407 | ADD965C31AAD4C49002A26A2 /* Frameworks */,
|
406 | 408 | ADD965C41AAD4C49002A26A2 /* Resources */,
|
407 |
| - A17088A93A7D8608EA6A521F /* Copy Pods Resources */, |
408 |
| - F7C99713449EB1597154BCF1 /* Embed Pods Frameworks */, |
| 409 | + DE7A8A0EF04E26BD70B7FA4C /* [CP] Embed Pods Frameworks */, |
| 410 | + CCBAFB4528E6284674EA7EF7 /* [CP] Copy Pods Resources */, |
409 | 411 | );
|
410 | 412 | buildRules = (
|
411 | 413 | );
|
|
484 | 486 | /* End PBXResourcesBuildPhase section */
|
485 | 487 |
|
486 | 488 | /* Begin PBXShellScriptBuildPhase section */
|
487 |
| - 94AA337C9C3B69BDF43AB120 /* Check Pods Manifest.lock */ = { |
| 489 | + 7D0238C15D40A01DED58AA2B /* [CP] Check Pods Manifest.lock */ = { |
488 | 490 | isa = PBXShellScriptBuildPhase;
|
489 | 491 | buildActionMask = 2147483647;
|
490 | 492 | files = (
|
491 | 493 | );
|
492 | 494 | inputPaths = (
|
| 495 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 496 | + "${PODS_ROOT}/Manifest.lock", |
493 | 497 | );
|
494 |
| - name = "Check Pods Manifest.lock"; |
| 498 | + name = "[CP] Check Pods Manifest.lock"; |
495 | 499 | outputPaths = (
|
| 500 | + "$(DERIVED_FILE_DIR)/Pods-CTAssetsPickerDemo-checkManifestLockResult.txt", |
496 | 501 | );
|
497 | 502 | runOnlyForDeploymentPostprocessing = 0;
|
498 | 503 | shellPath = /bin/sh;
|
499 |
| - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
| 504 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
500 | 505 | showEnvVarsInLog = 0;
|
501 | 506 | };
|
502 |
| - A17088A93A7D8608EA6A521F /* Copy Pods Resources */ = { |
| 507 | + CCBAFB4528E6284674EA7EF7 /* [CP] Copy Pods Resources */ = { |
503 | 508 | isa = PBXShellScriptBuildPhase;
|
504 | 509 | buildActionMask = 2147483647;
|
505 | 510 | files = (
|
506 | 511 | );
|
507 | 512 | inputPaths = (
|
508 | 513 | );
|
509 |
| - name = "Copy Pods Resources"; |
| 514 | + name = "[CP] Copy Pods Resources"; |
510 | 515 | outputPaths = (
|
511 | 516 | );
|
512 | 517 | runOnlyForDeploymentPostprocessing = 0;
|
513 | 518 | shellPath = /bin/sh;
|
514 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; |
| 519 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CTAssetsPickerDemo/Pods-CTAssetsPickerDemo-resources.sh\"\n"; |
515 | 520 | showEnvVarsInLog = 0;
|
516 | 521 | };
|
517 |
| - F7C99713449EB1597154BCF1 /* Embed Pods Frameworks */ = { |
| 522 | + DE7A8A0EF04E26BD70B7FA4C /* [CP] Embed Pods Frameworks */ = { |
518 | 523 | isa = PBXShellScriptBuildPhase;
|
519 | 524 | buildActionMask = 2147483647;
|
520 | 525 | files = (
|
521 | 526 | );
|
522 | 527 | inputPaths = (
|
| 528 | + "${SRCROOT}/Pods/Target Support Files/Pods-CTAssetsPickerDemo/Pods-CTAssetsPickerDemo-frameworks.sh", |
| 529 | + "${BUILT_PRODUCTS_DIR}/CTAssetsPickerController/CTAssetsPickerController.framework", |
| 530 | + "${BUILT_PRODUCTS_DIR}/PureLayout/PureLayout.framework", |
523 | 531 | );
|
524 |
| - name = "Embed Pods Frameworks"; |
| 532 | + name = "[CP] Embed Pods Frameworks"; |
525 | 533 | outputPaths = (
|
| 534 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CTAssetsPickerController.framework", |
| 535 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PureLayout.framework", |
526 | 536 | );
|
527 | 537 | runOnlyForDeploymentPostprocessing = 0;
|
528 | 538 | shellPath = /bin/sh;
|
529 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; |
| 539 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CTAssetsPickerDemo/Pods-CTAssetsPickerDemo-frameworks.sh\"\n"; |
530 | 540 | showEnvVarsInLog = 0;
|
531 | 541 | };
|
532 | 542 | /* End PBXShellScriptBuildPhase section */
|
|
707 | 717 | };
|
708 | 718 | ADD965ED1AAD4C4A002A26A2 /* Debug */ = {
|
709 | 719 | isa = XCBuildConfiguration;
|
710 |
| - baseConfigurationReference = 408BD0916F5C7C71C93D0E93 /* Pods.debug.xcconfig */; |
| 720 | + baseConfigurationReference = 9A15D2B7FCF39F8EFF61F6BA /* Pods-CTAssetsPickerDemo.debug.xcconfig */; |
711 | 721 | buildSettings = {
|
712 | 722 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
713 | 723 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
722 | 732 | };
|
723 | 733 | ADD965EE1AAD4C4A002A26A2 /* Release */ = {
|
724 | 734 | isa = XCBuildConfiguration;
|
725 |
| - baseConfigurationReference = FD69CDFBA7D07D903CCC8B80 /* Pods.release.xcconfig */; |
| 735 | + baseConfigurationReference = 09A88197199A2609B0DACEDC /* Pods-CTAssetsPickerDemo.release.xcconfig */; |
726 | 736 | buildSettings = {
|
727 | 737 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
728 | 738 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
0 commit comments