aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/helloworld
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-10-11 13:37:13 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-10-12 18:19:55 -0700
commit5354d5536caea5a41f18f3705fa93ef2d8df327e (patch)
tree2e7c2d78ace873f5b67405aad8c60aaac27ef28d /examples/objective-c/helloworld
parentfd8daccad1cfbe8bd47e5a1fbfcd3352ec45fa1f (diff)
Pod install in the example project
Diffstat (limited to 'examples/objective-c/helloworld')
-rw-r--r--examples/objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj b/examples/objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj
index 702ad3ff8b..cd5d249cdc 100644
--- a/examples/objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj
+++ b/examples/objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj
@@ -110,6 +110,7 @@
5E36905D1B2A23800040F884 /* Frameworks */,
5E36905E1B2A23800040F884 /* Resources */,
4C7D815378D98AB3BFC1A7D5 /* Copy Pods Resources */,
+ BB76529986A8BFAF19A385B1 /* Embed Pods Frameworks */,
);
buildRules = (
);
@@ -195,6 +196,21 @@
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;
};
+ BB76529986A8BFAF19A385B1 /* 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-HelloWorld/Pods-HelloWorld-frameworks.sh\"\n";
+ showEnvVarsInLog = 0;
+ };
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */