More example fixes

This commit is contained in:
Garrett Moon
2017-03-16 11:10:13 -07:00
parent 8f76f5dee0
commit caace4f98b
35 changed files with 870 additions and 1661 deletions

View File

@@ -122,12 +122,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 694993E41C8B334F00491CA5 /* Build configuration list for PBXNativeTarget "Sample" */;
buildPhases = (
80035273449C25F4B2E1454F /* Check Pods Manifest.lock */,
80035273449C25F4B2E1454F /* [CP] Check Pods Manifest.lock */,
694993C91C8B334F00491CA5 /* Sources */,
694993CA1C8B334F00491CA5 /* Frameworks */,
694993CB1C8B334F00491CA5 /* Resources */,
06EE2E0ABEB6289D4775A867 /* Copy Pods Resources */,
23FC03B282CBD9014D868DF6 /* Embed Pods Frameworks */,
06EE2E0ABEB6289D4775A867 /* [CP] Copy Pods Resources */,
23FC03B282CBD9014D868DF6 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
@@ -183,14 +183,14 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
06EE2E0ABEB6289D4775A867 /* Copy Pods Resources */ = {
06EE2E0ABEB6289D4775A867 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
@@ -198,14 +198,14 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
23FC03B282CBD9014D868DF6 /* Embed Pods Frameworks */ = {
23FC03B282CBD9014D868DF6 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
@@ -213,19 +213,19 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
80035273449C25F4B2E1454F /* Check Pods Manifest.lock */ = {
80035273449C25F4B2E1454F /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
name = "[CP] 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";
shellScript = "diff \"${PODS_ROOT}/../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";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */