Files
PINRemoteImage/Example-Mac/PINRemoteImage.xcodeproj/project.pbxproj
Syo Ikeda 9109ff5a5f Fix Example-Mac and Carthage support
There is an invalid `Pods-PINRemoteImage-PINRemoteImage.xcscheme` scheme which does not have corresponding build target.
2016-03-12 00:05:23 +09:00

562 lines
27 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
42796FDA2C0B59B150630DA3 /* libPods-PINRemoteImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0141C54D0963FCEA0DB0381A /* libPods-PINRemoteImage.a */; };
9D9328C51C3C60E700E1F1D3 /* PINViewWithBackgroundColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9328C41C3C60E700E1F1D3 /* PINViewWithBackgroundColor.m */; };
9D9328C91C3D09BB00E1F1D3 /* WebPViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9328C71C3D09BB00E1F1D3 /* WebPViewController.m */; };
9D9328CA1C3D09BB00E1F1D3 /* WebPViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9D9328C81C3D09BB00E1F1D3 /* WebPViewController.xib */; };
9D9328CF1C3D0C0D00E1F1D3 /* ScrollViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9328CD1C3D0C0D00E1F1D3 /* ScrollViewController.m */; };
9D9328D01C3D0C0D00E1F1D3 /* ScrollViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9D9328CE1C3D0C0D00E1F1D3 /* ScrollViewController.xib */; };
9D9328D41C3D131900E1F1D3 /* ProcessingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9328D21C3D131900E1F1D3 /* ProcessingViewController.m */; };
9D9328D51C3D131900E1F1D3 /* ProcessingViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9D9328D31C3D131900E1F1D3 /* ProcessingViewController.xib */; };
9D9328D91C3D243A00E1F1D3 /* ProgressiveViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9328D71C3D243A00E1F1D3 /* ProgressiveViewController.m */; };
9D9328DA1C3D243A00E1F1D3 /* ProgressiveViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9D9328D81C3D243A00E1F1D3 /* ProgressiveViewController.xib */; };
9D9328DE1C3D275D00E1F1D3 /* DegradedViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9328DC1C3D275D00E1F1D3 /* DegradedViewController.m */; };
9D9328DF1C3D275D00E1F1D3 /* DegradedViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9D9328DD1C3D275D00E1F1D3 /* DegradedViewController.xib */; };
9D9328E21C3D489400E1F1D3 /* Kitten.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9328E11C3D489400E1F1D3 /* Kitten.m */; };
9D97D09D1C3C4D960006C115 /* PINImageCollectionViewItemView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9D97D09B1C3C4D960006C115 /* PINImageCollectionViewItemView.xib */; };
9DC09DB81C39AB0D00C6451E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DC09DB71C39AB0D00C6451E /* AppDelegate.m */; };
9DC09DBB1C39AB0D00C6451E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DC09DBA1C39AB0D00C6451E /* main.m */; };
9DC09DBD1C39AB0D00C6451E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9DC09DBC1C39AB0D00C6451E /* Assets.xcassets */; };
9DC09DC01C39AB0D00C6451E /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9DC09DBE1C39AB0D00C6451E /* MainMenu.xib */; };
9DC09DCB1C39AB0D00C6451E /* PINRemoteImageTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DC09DCA1C39AB0D00C6451E /* PINRemoteImageTests.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
9DC09DC71C39AB0D00C6451E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 9DC09DAB1C39AB0D00C6451E /* Project object */;
proxyType = 1;
remoteGlobalIDString = 9DC09DB21C39AB0D00C6451E;
remoteInfo = PINRemoteImage;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
0141C54D0963FCEA0DB0381A /* libPods-PINRemoteImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PINRemoteImage.a"; sourceTree = BUILT_PRODUCTS_DIR; };
0C7B3B480ECE116693899B73 /* Pods-PINRemoteImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PINRemoteImage.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PINRemoteImage/Pods-PINRemoteImage.debug.xcconfig"; sourceTree = "<group>"; };
9D9328C31C3C60E700E1F1D3 /* PINViewWithBackgroundColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PINViewWithBackgroundColor.h; sourceTree = "<group>"; };
9D9328C41C3C60E700E1F1D3 /* PINViewWithBackgroundColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PINViewWithBackgroundColor.m; sourceTree = "<group>"; };
9D9328C61C3D09BB00E1F1D3 /* WebPViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebPViewController.h; sourceTree = "<group>"; };
9D9328C71C3D09BB00E1F1D3 /* WebPViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebPViewController.m; sourceTree = "<group>"; };
9D9328C81C3D09BB00E1F1D3 /* WebPViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = WebPViewController.xib; sourceTree = "<group>"; };
9D9328CC1C3D0C0D00E1F1D3 /* ScrollViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScrollViewController.h; sourceTree = "<group>"; };
9D9328CD1C3D0C0D00E1F1D3 /* ScrollViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScrollViewController.m; sourceTree = "<group>"; };
9D9328CE1C3D0C0D00E1F1D3 /* ScrollViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ScrollViewController.xib; sourceTree = "<group>"; };
9D9328D11C3D131900E1F1D3 /* ProcessingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProcessingViewController.h; sourceTree = "<group>"; };
9D9328D21C3D131900E1F1D3 /* ProcessingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProcessingViewController.m; sourceTree = "<group>"; };
9D9328D31C3D131900E1F1D3 /* ProcessingViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ProcessingViewController.xib; sourceTree = "<group>"; };
9D9328D61C3D243A00E1F1D3 /* ProgressiveViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProgressiveViewController.h; sourceTree = "<group>"; };
9D9328D71C3D243A00E1F1D3 /* ProgressiveViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProgressiveViewController.m; sourceTree = "<group>"; };
9D9328D81C3D243A00E1F1D3 /* ProgressiveViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ProgressiveViewController.xib; sourceTree = "<group>"; };
9D9328DB1C3D275D00E1F1D3 /* DegradedViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DegradedViewController.h; sourceTree = "<group>"; };
9D9328DC1C3D275D00E1F1D3 /* DegradedViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DegradedViewController.m; sourceTree = "<group>"; };
9D9328DD1C3D275D00E1F1D3 /* DegradedViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DegradedViewController.xib; sourceTree = "<group>"; };
9D9328E01C3D489400E1F1D3 /* Kitten.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Kitten.h; path = "../../Example-Shared/Kitten.h"; sourceTree = "<group>"; };
9D9328E11C3D489400E1F1D3 /* Kitten.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Kitten.m; path = "../../Example-Shared/Kitten.m"; sourceTree = "<group>"; };
9D97D09C1C3C4D960006C115 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/PINImageCollectionViewItemView.xib; sourceTree = "<group>"; };
9DC09DB31C39AB0D00C6451E /* PINRemoteImage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PINRemoteImage.app; sourceTree = BUILT_PRODUCTS_DIR; };
9DC09DB61C39AB0D00C6451E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
9DC09DB71C39AB0D00C6451E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
9DC09DBA1C39AB0D00C6451E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
9DC09DBC1C39AB0D00C6451E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
9DC09DBF1C39AB0D00C6451E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
9DC09DC11C39AB0D00C6451E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9DC09DC61C39AB0D00C6451E /* PINRemoteImageTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PINRemoteImageTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
9DC09DCA1C39AB0D00C6451E /* PINRemoteImageTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINRemoteImageTests.m; sourceTree = "<group>"; };
9DC09DCC1C39AB0D00C6451E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A560E2F6800411CCF5086206 /* Pods-PINRemoteImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PINRemoteImage.release.xcconfig"; path = "Pods/Target Support Files/Pods-PINRemoteImage/Pods-PINRemoteImage.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
9DC09DB01C39AB0D00C6451E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
42796FDA2C0B59B150630DA3 /* libPods-PINRemoteImage.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9DC09DC31C39AB0D00C6451E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
19057E8A9A6779B7C486AF2B /* Frameworks */ = {
isa = PBXGroup;
children = (
0141C54D0963FCEA0DB0381A /* libPods-PINRemoteImage.a */,
);
name = Frameworks;
sourceTree = "<group>";
};
9D9328CB1C3D09BE00E1F1D3 /* Views */ = {
isa = PBXGroup;
children = (
9D97D09B1C3C4D960006C115 /* PINImageCollectionViewItemView.xib */,
9D9328C31C3C60E700E1F1D3 /* PINViewWithBackgroundColor.h */,
9D9328C41C3C60E700E1F1D3 /* PINViewWithBackgroundColor.m */,
);
name = Views;
sourceTree = "<group>";
};
9DC09DAA1C39AB0D00C6451E = {
isa = PBXGroup;
children = (
9DC09DB51C39AB0D00C6451E /* PINRemoteImage */,
9DC09DC91C39AB0D00C6451E /* PINRemoteImageTests */,
9DC09DB41C39AB0D00C6451E /* Products */,
D8AD56B80C0F0D90F37F7BC5 /* Pods */,
19057E8A9A6779B7C486AF2B /* Frameworks */,
);
sourceTree = "<group>";
};
9DC09DB41C39AB0D00C6451E /* Products */ = {
isa = PBXGroup;
children = (
9DC09DB31C39AB0D00C6451E /* PINRemoteImage.app */,
9DC09DC61C39AB0D00C6451E /* PINRemoteImageTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
9DC09DB51C39AB0D00C6451E /* PINRemoteImage */ = {
isa = PBXGroup;
children = (
9DC09DB91C39AB0D00C6451E /* Supporting Files */,
9D9328CB1C3D09BE00E1F1D3 /* Views */,
9D9328E01C3D489400E1F1D3 /* Kitten.h */,
9D9328E11C3D489400E1F1D3 /* Kitten.m */,
9DC09DB61C39AB0D00C6451E /* AppDelegate.h */,
9DC09DB71C39AB0D00C6451E /* AppDelegate.m */,
9DC09DBE1C39AB0D00C6451E /* MainMenu.xib */,
9DC09DC11C39AB0D00C6451E /* Info.plist */,
9D9328CC1C3D0C0D00E1F1D3 /* ScrollViewController.h */,
9D9328CD1C3D0C0D00E1F1D3 /* ScrollViewController.m */,
9D9328CE1C3D0C0D00E1F1D3 /* ScrollViewController.xib */,
9D9328C61C3D09BB00E1F1D3 /* WebPViewController.h */,
9D9328C71C3D09BB00E1F1D3 /* WebPViewController.m */,
9D9328C81C3D09BB00E1F1D3 /* WebPViewController.xib */,
9D9328D61C3D243A00E1F1D3 /* ProgressiveViewController.h */,
9D9328D71C3D243A00E1F1D3 /* ProgressiveViewController.m */,
9D9328D81C3D243A00E1F1D3 /* ProgressiveViewController.xib */,
9D9328DB1C3D275D00E1F1D3 /* DegradedViewController.h */,
9D9328DC1C3D275D00E1F1D3 /* DegradedViewController.m */,
9D9328DD1C3D275D00E1F1D3 /* DegradedViewController.xib */,
9D9328D11C3D131900E1F1D3 /* ProcessingViewController.h */,
9D9328D21C3D131900E1F1D3 /* ProcessingViewController.m */,
9D9328D31C3D131900E1F1D3 /* ProcessingViewController.xib */,
);
path = PINRemoteImage;
sourceTree = "<group>";
};
9DC09DB91C39AB0D00C6451E /* Supporting Files */ = {
isa = PBXGroup;
children = (
9DC09DBC1C39AB0D00C6451E /* Assets.xcassets */,
9DC09DBA1C39AB0D00C6451E /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
9DC09DC91C39AB0D00C6451E /* PINRemoteImageTests */ = {
isa = PBXGroup;
children = (
9DC09DCA1C39AB0D00C6451E /* PINRemoteImageTests.m */,
9DC09DCC1C39AB0D00C6451E /* Info.plist */,
);
path = PINRemoteImageTests;
sourceTree = "<group>";
};
D8AD56B80C0F0D90F37F7BC5 /* Pods */ = {
isa = PBXGroup;
children = (
0C7B3B480ECE116693899B73 /* Pods-PINRemoteImage.debug.xcconfig */,
A560E2F6800411CCF5086206 /* Pods-PINRemoteImage.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
9DC09DB21C39AB0D00C6451E /* PINRemoteImage */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9DC09DCF1C39AB0D00C6451E /* Build configuration list for PBXNativeTarget "PINRemoteImage" */;
buildPhases = (
8CFB37DD63603884BA1E041F /* Check Pods Manifest.lock */,
9DC09DAF1C39AB0D00C6451E /* Sources */,
9DC09DB01C39AB0D00C6451E /* Frameworks */,
9DC09DB11C39AB0D00C6451E /* Resources */,
16F443D310E08F018ED7D05A /* Copy Pods Resources */,
86B463CD99BA36A3184D5560 /* Embed Pods Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = PINRemoteImage;
productName = PINRemoteImage;
productReference = 9DC09DB31C39AB0D00C6451E /* PINRemoteImage.app */;
productType = "com.apple.product-type.application";
};
9DC09DC51C39AB0D00C6451E /* PINRemoteImageTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9DC09DD21C39AB0D00C6451E /* Build configuration list for PBXNativeTarget "PINRemoteImageTests" */;
buildPhases = (
9DC09DC21C39AB0D00C6451E /* Sources */,
9DC09DC31C39AB0D00C6451E /* Frameworks */,
9DC09DC41C39AB0D00C6451E /* Resources */,
);
buildRules = (
);
dependencies = (
9DC09DC81C39AB0D00C6451E /* PBXTargetDependency */,
);
name = PINRemoteImageTests;
productName = PINRemoteImageTests;
productReference = 9DC09DC61C39AB0D00C6451E /* PINRemoteImageTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
9DC09DAB1C39AB0D00C6451E /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = mischneider;
TargetAttributes = {
9DC09DB21C39AB0D00C6451E = {
CreatedOnToolsVersion = 7.2;
};
9DC09DC51C39AB0D00C6451E = {
CreatedOnToolsVersion = 7.2;
TestTargetID = 9DC09DB21C39AB0D00C6451E;
};
};
};
buildConfigurationList = 9DC09DAE1C39AB0D00C6451E /* Build configuration list for PBXProject "PINRemoteImage" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 9DC09DAA1C39AB0D00C6451E;
productRefGroup = 9DC09DB41C39AB0D00C6451E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
9DC09DB21C39AB0D00C6451E /* PINRemoteImage */,
9DC09DC51C39AB0D00C6451E /* PINRemoteImageTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
9DC09DB11C39AB0D00C6451E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9DC09DBD1C39AB0D00C6451E /* Assets.xcassets in Resources */,
9D9328DA1C3D243A00E1F1D3 /* ProgressiveViewController.xib in Resources */,
9D9328DF1C3D275D00E1F1D3 /* DegradedViewController.xib in Resources */,
9D9328CA1C3D09BB00E1F1D3 /* WebPViewController.xib in Resources */,
9D9328D01C3D0C0D00E1F1D3 /* ScrollViewController.xib in Resources */,
9D97D09D1C3C4D960006C115 /* PINImageCollectionViewItemView.xib in Resources */,
9DC09DC01C39AB0D00C6451E /* MainMenu.xib in Resources */,
9D9328D51C3D131900E1F1D3 /* ProcessingViewController.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9DC09DC41C39AB0D00C6451E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
16F443D310E08F018ED7D05A /* 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-PINRemoteImage/Pods-PINRemoteImage-resources.sh\"\n";
showEnvVarsInLog = 0;
};
86B463CD99BA36A3184D5560 /* 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-PINRemoteImage/Pods-PINRemoteImage-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
8CFB37DD63603884BA1E041F /* 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;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
9DC09DAF1C39AB0D00C6451E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9D9328CF1C3D0C0D00E1F1D3 /* ScrollViewController.m in Sources */,
9D9328C91C3D09BB00E1F1D3 /* WebPViewController.m in Sources */,
9D9328E21C3D489400E1F1D3 /* Kitten.m in Sources */,
9D9328DE1C3D275D00E1F1D3 /* DegradedViewController.m in Sources */,
9DC09DBB1C39AB0D00C6451E /* main.m in Sources */,
9D9328D41C3D131900E1F1D3 /* ProcessingViewController.m in Sources */,
9D9328D91C3D243A00E1F1D3 /* ProgressiveViewController.m in Sources */,
9DC09DB81C39AB0D00C6451E /* AppDelegate.m in Sources */,
9D9328C51C3C60E700E1F1D3 /* PINViewWithBackgroundColor.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9DC09DC21C39AB0D00C6451E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9DC09DCB1C39AB0D00C6451E /* PINRemoteImageTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
9DC09DC81C39AB0D00C6451E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9DC09DB21C39AB0D00C6451E /* PINRemoteImage */;
targetProxy = 9DC09DC71C39AB0D00C6451E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
9D97D09B1C3C4D960006C115 /* PINImageCollectionViewItemView.xib */ = {
isa = PBXVariantGroup;
children = (
9D97D09C1C3C4D960006C115 /* Base */,
);
name = PINImageCollectionViewItemView.xib;
sourceTree = "<group>";
};
9DC09DBE1C39AB0D00C6451E /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
9DC09DBF1C39AB0D00C6451E /* Base */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
9DC09DCD1C39AB0D00C6451E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
9DC09DCE1C39AB0D00C6451E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
9DC09DD01C39AB0D00C6451E /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0C7B3B480ECE116693899B73 /* Pods-PINRemoteImage.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = PINRemoteImage/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.mischneider.PINRemoteImage;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
9DC09DD11C39AB0D00C6451E /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = A560E2F6800411CCF5086206 /* Pods-PINRemoteImage.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = PINRemoteImage/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.mischneider.PINRemoteImage;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
9DC09DD31C39AB0D00C6451E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = PINRemoteImageTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.mischneider.PINRemoteImageTests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PINRemoteImage.app/Contents/MacOS/PINRemoteImage";
};
name = Debug;
};
9DC09DD41C39AB0D00C6451E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = PINRemoteImageTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.mischneider.PINRemoteImageTests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PINRemoteImage.app/Contents/MacOS/PINRemoteImage";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
9DC09DAE1C39AB0D00C6451E /* Build configuration list for PBXProject "PINRemoteImage" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9DC09DCD1C39AB0D00C6451E /* Debug */,
9DC09DCE1C39AB0D00C6451E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9DC09DCF1C39AB0D00C6451E /* Build configuration list for PBXNativeTarget "PINRemoteImage" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9DC09DD01C39AB0D00C6451E /* Debug */,
9DC09DD11C39AB0D00C6451E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9DC09DD21C39AB0D00C6451E /* Build configuration list for PBXNativeTarget "PINRemoteImageTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9DC09DD31C39AB0D00C6451E /* Debug */,
9DC09DD41C39AB0D00C6451E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 9DC09DAB1C39AB0D00C6451E /* Project object */;
}