Added Chameleon from cocoapods.

This commit is contained in:
vinivendra 2016-02-14 02:20:57 -05:00
parent 28a13e25dd
commit 3c3a09be8a
2 changed files with 83 additions and 0 deletions

View File

@ -49,6 +49,7 @@
24FFA8841C6BA038005ACD60 /* TakeDrop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24FFA8681C6BA038005ACD60 /* TakeDrop.swift */; };
24FFA8851C6BA038005ACD60 /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24FFA8691C6BA038005ACD60 /* Zip.swift */; };
24FFA8861C6BA038005ACD60 /* TestCommons.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24FFA86A1C6BA038005ACD60 /* TestCommons.swift */; };
2BF7957B6518CA68241BB2CE /* Pods_PixelImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C55F9558B3B267413C3A07A6 /* Pods_PixelImage.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@ -96,6 +97,9 @@
24FFA8681C6BA038005ACD60 /* TakeDrop.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TakeDrop.swift; sourceTree = "<group>"; };
24FFA8691C6BA038005ACD60 /* Zip.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Zip.swift; sourceTree = "<group>"; };
24FFA86A1C6BA038005ACD60 /* TestCommons.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestCommons.swift; sourceTree = "<group>"; };
B1A755EFC03DA2A172C2B82F /* Pods-PixelImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PixelImage.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PixelImage/Pods-PixelImage.debug.xcconfig"; sourceTree = "<group>"; };
C419D37C90A6BE8B5139806A /* Pods-PixelImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PixelImage.release.xcconfig"; path = "Pods/Target Support Files/Pods-PixelImage/Pods-PixelImage.release.xcconfig"; sourceTree = "<group>"; };
C55F9558B3B267413C3A07A6 /* Pods_PixelImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PixelImage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -105,6 +109,7 @@
files = (
24E1E7E41C67D39300ECF1C4 /* MetalKit.framework in Frameworks */,
24E1E7E21C67D37F00ECF1C4 /* Metal.framework in Frameworks */,
2BF7957B6518CA68241BB2CE /* Pods_PixelImage.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -118,6 +123,8 @@
24E1E7E11C67D37F00ECF1C4 /* Metal.framework */,
242686861C63B72A00D62456 /* PixelImage */,
242686851C63B72A00D62456 /* Products */,
F1933B48ED44BA9FCD7A4A1F /* Pods */,
588576572D7A188031904848 /* Frameworks */,
);
sourceTree = "<group>";
};
@ -209,6 +216,23 @@
path = SwiftSequences;
sourceTree = "<group>";
};
588576572D7A188031904848 /* Frameworks */ = {
isa = PBXGroup;
children = (
C55F9558B3B267413C3A07A6 /* Pods_PixelImage.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
F1933B48ED44BA9FCD7A4A1F /* Pods */ = {
isa = PBXGroup;
children = (
B1A755EFC03DA2A172C2B82F /* Pods-PixelImage.debug.xcconfig */,
C419D37C90A6BE8B5139806A /* Pods-PixelImage.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@ -216,9 +240,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 242686961C63B72A00D62456 /* Build configuration list for PBXNativeTarget "PixelImage" */;
buildPhases = (
EF55C7246917A184756D93D8 /* Check Pods Manifest.lock */,
242686801C63B72A00D62456 /* Sources */,
242686811C63B72A00D62456 /* Frameworks */,
242686821C63B72A00D62456 /* Resources */,
C7A2DF67265A9D17DEFBD193 /* Embed Pods Frameworks */,
FADC01F75BFAC01F0260D1C9 /* Copy Pods Resources */,
);
buildRules = (
);
@ -276,6 +303,54 @@
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
C7A2DF67265A9D17DEFBD193 /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PixelImage/Pods-PixelImage-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
EF55C7246917A184756D93D8 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
outputPaths = (
);
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";
showEnvVarsInLog = 0;
};
FADC01F75BFAC01F0260D1C9 /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PixelImage/Pods-PixelImage-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
242686801C63B72A00D62456 /* Sources */ = {
isa = PBXSourcesBuildPhase;
@ -428,6 +503,7 @@
};
242686971C63B72A00D62456 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B1A755EFC03DA2A172C2B82F /* Pods-PixelImage.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = PixelImage/Info.plist;
@ -439,6 +515,7 @@
};
242686981C63B72A00D62456 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = C419D37C90A6BE8B5139806A /* Pods-PixelImage.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = PixelImage/Info.plist;

6
Podfile Normal file
View File

@ -0,0 +1,6 @@
platform :ios, '9.2'
use_frameworks!
target 'PixelImage' do
pod 'ChameleonFramework/Swift'
end