Skip to content

Commit

Permalink
fix demo Podfile and project
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-dumit committed Nov 27, 2017
1 parent 2f0741c commit eaffd22
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 28 deletions.
54 changes: 32 additions & 22 deletions CTAssetsPickerDemo.xcodeproj/project.pbxproj
Expand Up @@ -8,7 +8,7 @@

/* Begin PBXBuildFile section */
0B3423A81CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B3423A71CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.m */; };
363F8D0A685BF86C60D06D49 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F1B2FBB7FD634FB543BB7BB6 /* Pods.framework */; };
17A987733993992FBF3E1728 /* Pods_CTAssetsPickerDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 981A0E08276D75324723B26F /* Pods_CTAssetsPickerDemo.framework */; };
AD0786D91B428313003C8863 /* CTBasicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0786D81B428313003C8863 /* CTBasicViewController.m */; };
AD0786DF1B42864F003C8863 /* CTSelectedAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0786DE1B42864F003C8863 /* CTSelectedAssetsViewController.m */; };
AD0786E21B428A73003C8863 /* CTDefaultAlbumViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0786E11B428A73003C8863 /* CTDefaultAlbumViewController.m */; };
Expand All @@ -34,11 +34,13 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
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>"; };
0B3423A61CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PHImageManager+CTAssetsPickerController.h"; sourceTree = "<group>"; };
0B3423A71CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "PHImageManager+CTAssetsPickerController.m"; sourceTree = "<group>"; };
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>"; };
969CB85D1C9C3ADF002687B5 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
969CB85E1C9C3ADF002687B5 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/CTAssetsPicker.strings; sourceTree = "<group>"; };
981A0E08276D75324723B26F /* Pods_CTAssetsPickerDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CTAssetsPickerDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
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>"; };
A741BBA21B5F7A8C00ED3D7B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
A741BBA31B5F7A8C00ED3D7B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/CTAssetsPicker.strings; sourceTree = "<group>"; };
A741BBA41B5F9AB500ED3D7B /* nl-NL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "nl-NL"; path = "nl-NL.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -189,26 +191,25 @@
D57946531CB452DE008C14D4 /* CTCustomFetchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTCustomFetchViewController.h; sourceTree = "<group>"; };
D57946541CB452DE008C14D4 /* CTCustomFetchViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CTCustomFetchViewController.m; sourceTree = "<group>"; };
F1B2FBB7FD634FB543BB7BB6 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
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>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
ADD965C31AAD4C49002A26A2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
363F8D0A685BF86C60D06D49 /* Pods.framework in Frameworks */,
17A987733993992FBF3E1728 /* Pods_CTAssetsPickerDemo.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
864FC91FDA0029821FBB0300 /* Pods */ = {
823C184087AAE092ECBCD361 /* Pods */ = {
isa = PBXGroup;
children = (
408BD0916F5C7C71C93D0E93 /* Pods.debug.xcconfig */,
FD69CDFBA7D07D903CCC8B80 /* Pods.release.xcconfig */,
9A15D2B7FCF39F8EFF61F6BA /* Pods-CTAssetsPickerDemo.debug.xcconfig */,
09A88197199A2609B0DACEDC /* Pods-CTAssetsPickerDemo.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
Expand Down Expand Up @@ -256,8 +257,8 @@
ADD965F21AAD5780002A26A2 /* CTAssetsPickerController */,
ADD965C81AAD4C49002A26A2 /* CTAssetsPickerDemo */,
ADD965C71AAD4C49002A26A2 /* Products */,
864FC91FDA0029821FBB0300 /* Pods */,
B8A790EFA0682C7A149F5D3C /* Frameworks */,
823C184087AAE092ECBCD361 /* Pods */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -389,6 +390,7 @@
isa = PBXGroup;
children = (
F1B2FBB7FD634FB543BB7BB6 /* Pods.framework */,
981A0E08276D75324723B26F /* Pods_CTAssetsPickerDemo.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand All @@ -400,12 +402,12 @@
isa = PBXNativeTarget;
buildConfigurationList = ADD965EC1AAD4C4A002A26A2 /* Build configuration list for PBXNativeTarget "CTAssetsPickerDemo" */;
buildPhases = (
94AA337C9C3B69BDF43AB120 /* Check Pods Manifest.lock */,
7D0238C15D40A01DED58AA2B /* [CP] Check Pods Manifest.lock */,
ADD965C21AAD4C49002A26A2 /* Sources */,
ADD965C31AAD4C49002A26A2 /* Frameworks */,
ADD965C41AAD4C49002A26A2 /* Resources */,
A17088A93A7D8608EA6A521F /* Copy Pods Resources */,
F7C99713449EB1597154BCF1 /* Embed Pods Frameworks */,
DE7A8A0EF04E26BD70B7FA4C /* [CP] Embed Pods Frameworks */,
CCBAFB4528E6284674EA7EF7 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -484,49 +486,57 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
94AA337C9C3B69BDF43AB120 /* Check Pods Manifest.lock */ = {
7D0238C15D40A01DED58AA2B /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "Check Pods Manifest.lock";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-CTAssetsPickerDemo-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
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";
showEnvVarsInLog = 0;
};
A17088A93A7D8608EA6A521F /* Copy Pods Resources */ = {
CCBAFB4528E6284674EA7EF7 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CTAssetsPickerDemo/Pods-CTAssetsPickerDemo-resources.sh\"\n";
showEnvVarsInLog = 0;
};
F7C99713449EB1597154BCF1 /* Embed Pods Frameworks */ = {
DE7A8A0EF04E26BD70B7FA4C /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-CTAssetsPickerDemo/Pods-CTAssetsPickerDemo-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/CTAssetsPickerController/CTAssetsPickerController.framework",
"${BUILT_PRODUCTS_DIR}/PureLayout/PureLayout.framework",
);
name = "Embed Pods Frameworks";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CTAssetsPickerController.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PureLayout.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CTAssetsPickerDemo/Pods-CTAssetsPickerDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -707,7 +717,7 @@
};
ADD965ED1AAD4C4A002A26A2 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 408BD0916F5C7C71C93D0E93 /* Pods.debug.xcconfig */;
baseConfigurationReference = 9A15D2B7FCF39F8EFF61F6BA /* Pods-CTAssetsPickerDemo.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -722,7 +732,7 @@
};
ADD965EE1AAD4C4A002A26A2 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FD69CDFBA7D07D903CCC8B80 /* Pods.release.xcconfig */;
baseConfigurationReference = 09A88197199A2609B0DACEDC /* Pods-CTAssetsPickerDemo.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand Down
1 change: 1 addition & 0 deletions Podfile
Expand Up @@ -2,6 +2,7 @@ platform :ios, '8.0'

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

target 'CTAssetsPickerDemo'
pod 'CTAssetsPickerController', :path => '.'

use_frameworks!
14 changes: 8 additions & 6 deletions Podfile.lock
@@ -1,17 +1,19 @@
PODS:
- CTAssetsPickerController (3.3.1):
- CTAssetsPickerController (3.3.2-alpha):
- PureLayout (~> 3.0.0)
- PureLayout (3.0.1)
- PureLayout (3.0.2)

DEPENDENCIES:
- CTAssetsPickerController (from `.`)

EXTERNAL SOURCES:
CTAssetsPickerController:
:path: "."
:path: .

SPEC CHECKSUMS:
CTAssetsPickerController: b1d1d50ab87cf6b8b13531de5f4530482e7e53ed
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
CTAssetsPickerController: d33162e16826d95c2fd04d865b9443a94a4323f5
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd

COCOAPODS: 0.39.0
PODFILE CHECKSUM: 6c2abf792c9031134ea40eb7a422dad645b9a965

COCOAPODS: 1.4.0.beta.2

0 comments on commit eaffd22

Please sign in to comment.