Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.

Commit

Permalink
update prbxproj. 1) add framework search paths. 2) add cocoa pods gem…
Browse files Browse the repository at this point in the history
… in deploy scheme
  • Loading branch information
Watson1978 committed Sep 18, 2012
1 parent 1b4ebf2 commit ce05f15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PodCreator.xcodeproj/project.pbxproj
Expand Up @@ -142,11 +142,12 @@
/* Begin PBXLegacyTarget section */
A988D40C1477DFDB00878C5C /* Deployment */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "--compile --embed";
buildArgumentsString = "--compile --embed --gem cocoapods";
buildConfigurationList = A988D4261477DFDC00878C5C /* Build configuration list for PBXLegacyTarget "Deployment" */;
buildPhases = (
);
buildToolPath = /usr/local/bin/macruby_deploy;
buildWorkingDirectory = "";
dependencies = (
A988D40E1477DFDB00878C5C /* PBXTargetDependency */,
);
Expand Down Expand Up @@ -320,6 +321,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(DEVELOPER_FRAMEWORKS_DIR)\"",
/Library/Frameworks,
);
GCC_ENABLE_OBJC_GC = required;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -337,6 +339,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(DEVELOPER_FRAMEWORKS_DIR)\"",
/Library/Frameworks,
);
GCC_ENABLE_OBJC_GC = required;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down

0 comments on commit ce05f15

Please sign in to comment.