Skip to content

Commit eaffd22

Browse files
committed
fix demo Podfile and project
1 parent 2f0741c commit eaffd22

File tree

3 files changed

+41
-28
lines changed

3 files changed

+41
-28
lines changed

CTAssetsPickerDemo.xcodeproj/project.pbxproj

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
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 */; };
1212
AD0786D91B428313003C8863 /* CTBasicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0786D81B428313003C8863 /* CTBasicViewController.m */; };
1313
AD0786DF1B42864F003C8863 /* CTSelectedAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0786DE1B42864F003C8863 /* CTSelectedAssetsViewController.m */; };
1414
AD0786E21B428A73003C8863 /* CTDefaultAlbumViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0786E11B428A73003C8863 /* CTDefaultAlbumViewController.m */; };
@@ -34,11 +34,13 @@
3434
/* End PBXBuildFile section */
3535

3636
/* 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>"; };
3738
0B3423A61CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PHImageManager+CTAssetsPickerController.h"; sourceTree = "<group>"; };
3839
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>"; };
4040
969CB85D1C9C3ADF002687B5 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
4141
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>"; };
4244
A741BBA21B5F7A8C00ED3D7B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
4345
A741BBA31B5F7A8C00ED3D7B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/CTAssetsPicker.strings; sourceTree = "<group>"; };
4446
A741BBA41B5F9AB500ED3D7B /* nl-NL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "nl-NL"; path = "nl-NL.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
@@ -189,26 +191,25 @@
189191
D57946531CB452DE008C14D4 /* CTCustomFetchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTCustomFetchViewController.h; sourceTree = "<group>"; };
190192
D57946541CB452DE008C14D4 /* CTCustomFetchViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CTCustomFetchViewController.m; sourceTree = "<group>"; };
191193
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>"; };
193194
/* End PBXFileReference section */
194195

195196
/* Begin PBXFrameworksBuildPhase section */
196197
ADD965C31AAD4C49002A26A2 /* Frameworks */ = {
197198
isa = PBXFrameworksBuildPhase;
198199
buildActionMask = 2147483647;
199200
files = (
200-
363F8D0A685BF86C60D06D49 /* Pods.framework in Frameworks */,
201+
17A987733993992FBF3E1728 /* Pods_CTAssetsPickerDemo.framework in Frameworks */,
201202
);
202203
runOnlyForDeploymentPostprocessing = 0;
203204
};
204205
/* End PBXFrameworksBuildPhase section */
205206

206207
/* Begin PBXGroup section */
207-
864FC91FDA0029821FBB0300 /* Pods */ = {
208+
823C184087AAE092ECBCD361 /* Pods */ = {
208209
isa = PBXGroup;
209210
children = (
210-
408BD0916F5C7C71C93D0E93 /* Pods.debug.xcconfig */,
211-
FD69CDFBA7D07D903CCC8B80 /* Pods.release.xcconfig */,
211+
9A15D2B7FCF39F8EFF61F6BA /* Pods-CTAssetsPickerDemo.debug.xcconfig */,
212+
09A88197199A2609B0DACEDC /* Pods-CTAssetsPickerDemo.release.xcconfig */,
212213
);
213214
name = Pods;
214215
sourceTree = "<group>";
@@ -256,8 +257,8 @@
256257
ADD965F21AAD5780002A26A2 /* CTAssetsPickerController */,
257258
ADD965C81AAD4C49002A26A2 /* CTAssetsPickerDemo */,
258259
ADD965C71AAD4C49002A26A2 /* Products */,
259-
864FC91FDA0029821FBB0300 /* Pods */,
260260
B8A790EFA0682C7A149F5D3C /* Frameworks */,
261+
823C184087AAE092ECBCD361 /* Pods */,
261262
);
262263
sourceTree = "<group>";
263264
};
@@ -389,6 +390,7 @@
389390
isa = PBXGroup;
390391
children = (
391392
F1B2FBB7FD634FB543BB7BB6 /* Pods.framework */,
393+
981A0E08276D75324723B26F /* Pods_CTAssetsPickerDemo.framework */,
392394
);
393395
name = Frameworks;
394396
sourceTree = "<group>";
@@ -400,12 +402,12 @@
400402
isa = PBXNativeTarget;
401403
buildConfigurationList = ADD965EC1AAD4C4A002A26A2 /* Build configuration list for PBXNativeTarget "CTAssetsPickerDemo" */;
402404
buildPhases = (
403-
94AA337C9C3B69BDF43AB120 /* Check Pods Manifest.lock */,
405+
7D0238C15D40A01DED58AA2B /* [CP] Check Pods Manifest.lock */,
404406
ADD965C21AAD4C49002A26A2 /* Sources */,
405407
ADD965C31AAD4C49002A26A2 /* Frameworks */,
406408
ADD965C41AAD4C49002A26A2 /* Resources */,
407-
A17088A93A7D8608EA6A521F /* Copy Pods Resources */,
408-
F7C99713449EB1597154BCF1 /* Embed Pods Frameworks */,
409+
DE7A8A0EF04E26BD70B7FA4C /* [CP] Embed Pods Frameworks */,
410+
CCBAFB4528E6284674EA7EF7 /* [CP] Copy Pods Resources */,
409411
);
410412
buildRules = (
411413
);
@@ -484,49 +486,57 @@
484486
/* End PBXResourcesBuildPhase section */
485487

486488
/* Begin PBXShellScriptBuildPhase section */
487-
94AA337C9C3B69BDF43AB120 /* Check Pods Manifest.lock */ = {
489+
7D0238C15D40A01DED58AA2B /* [CP] Check Pods Manifest.lock */ = {
488490
isa = PBXShellScriptBuildPhase;
489491
buildActionMask = 2147483647;
490492
files = (
491493
);
492494
inputPaths = (
495+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
496+
"${PODS_ROOT}/Manifest.lock",
493497
);
494-
name = "Check Pods Manifest.lock";
498+
name = "[CP] Check Pods Manifest.lock";
495499
outputPaths = (
500+
"$(DERIVED_FILE_DIR)/Pods-CTAssetsPickerDemo-checkManifestLockResult.txt",
496501
);
497502
runOnlyForDeploymentPostprocessing = 0;
498503
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";
500505
showEnvVarsInLog = 0;
501506
};
502-
A17088A93A7D8608EA6A521F /* Copy Pods Resources */ = {
507+
CCBAFB4528E6284674EA7EF7 /* [CP] Copy Pods Resources */ = {
503508
isa = PBXShellScriptBuildPhase;
504509
buildActionMask = 2147483647;
505510
files = (
506511
);
507512
inputPaths = (
508513
);
509-
name = "Copy Pods Resources";
514+
name = "[CP] Copy Pods Resources";
510515
outputPaths = (
511516
);
512517
runOnlyForDeploymentPostprocessing = 0;
513518
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";
515520
showEnvVarsInLog = 0;
516521
};
517-
F7C99713449EB1597154BCF1 /* Embed Pods Frameworks */ = {
522+
DE7A8A0EF04E26BD70B7FA4C /* [CP] Embed Pods Frameworks */ = {
518523
isa = PBXShellScriptBuildPhase;
519524
buildActionMask = 2147483647;
520525
files = (
521526
);
522527
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",
523531
);
524-
name = "Embed Pods Frameworks";
532+
name = "[CP] Embed Pods Frameworks";
525533
outputPaths = (
534+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CTAssetsPickerController.framework",
535+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PureLayout.framework",
526536
);
527537
runOnlyForDeploymentPostprocessing = 0;
528538
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";
530540
showEnvVarsInLog = 0;
531541
};
532542
/* End PBXShellScriptBuildPhase section */
@@ -707,7 +717,7 @@
707717
};
708718
ADD965ED1AAD4C4A002A26A2 /* Debug */ = {
709719
isa = XCBuildConfiguration;
710-
baseConfigurationReference = 408BD0916F5C7C71C93D0E93 /* Pods.debug.xcconfig */;
720+
baseConfigurationReference = 9A15D2B7FCF39F8EFF61F6BA /* Pods-CTAssetsPickerDemo.debug.xcconfig */;
711721
buildSettings = {
712722
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
713723
CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -722,7 +732,7 @@
722732
};
723733
ADD965EE1AAD4C4A002A26A2 /* Release */ = {
724734
isa = XCBuildConfiguration;
725-
baseConfigurationReference = FD69CDFBA7D07D903CCC8B80 /* Pods.release.xcconfig */;
735+
baseConfigurationReference = 09A88197199A2609B0DACEDC /* Pods-CTAssetsPickerDemo.release.xcconfig */;
726736
buildSettings = {
727737
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
728738
CODE_SIGN_IDENTITY = "iPhone Developer";

Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ platform :ios, '8.0'
22

33
source 'https://github.com/CocoaPods/Specs.git'
44

5+
target 'CTAssetsPickerDemo'
56
pod 'CTAssetsPickerController', :path => '.'
67

78
use_frameworks!

Podfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
PODS:
2-
- CTAssetsPickerController (3.3.1):
2+
- CTAssetsPickerController (3.3.2-alpha):
33
- PureLayout (~> 3.0.0)
4-
- PureLayout (3.0.1)
4+
- PureLayout (3.0.2)
55

66
DEPENDENCIES:
77
- CTAssetsPickerController (from `.`)
88

99
EXTERNAL SOURCES:
1010
CTAssetsPickerController:
11-
:path: "."
11+
:path: .
1212

1313
SPEC CHECKSUMS:
14-
CTAssetsPickerController: b1d1d50ab87cf6b8b13531de5f4530482e7e53ed
15-
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
14+
CTAssetsPickerController: d33162e16826d95c2fd04d865b9443a94a4323f5
15+
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
1616

17-
COCOAPODS: 0.39.0
17+
PODFILE CHECKSUM: 6c2abf792c9031134ea40eb7a422dad645b9a965
18+
19+
COCOAPODS: 1.4.0.beta.2

0 commit comments

Comments
 (0)