Skip to content

Commit

Permalink
PION-1209: Update XCode projects
Browse files Browse the repository at this point in the history
Removed user-specific files from XCode project
Updated schemes so that they are shared rather than user-specific

Update build phases for pion so that it creates the necessary config files
  • Loading branch information
mikedickey committed Jun 19, 2012
1 parent 686e532 commit 795b5a1
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 285 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ IntermediateOutput/
*.user
*.suo
BuildLog.htm
pion-core.xcodeproj/xcuserdata/
pion-core.xcodeproj/project.xcworkspace/xcuserdata/
26 changes: 20 additions & 6 deletions pion-core.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2772,6 +2772,7 @@
isa = PBXNativeTarget;
buildConfigurationList = E36D8C0A0D29D75C00B4C134 /* Build configuration list for PBXNativeTarget "pion" */;
buildPhases = (
E30FA10B15902AED00E15E36 /* ShellScript */,
E36D8BE40D29D6DC00B4C134 /* Sources */,
E36D8BE50D29D6DC00B4C134 /* Frameworks */,
);
Expand Down Expand Up @@ -3444,6 +3445,19 @@
/* End PBXProject section */

/* Begin PBXShellScriptBuildPhase section */
E30FA10B15902AED00E15E36 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if !(test -d \"$PROJECT_DIR/platform/config\"); then\n $PROJECT_DIR/common/build/make_config.pl $PROJECT_DIR/platform/build/config $PROJECT_DIR/platform/config\nfi";
};
E3CCF5270DCA791B001F51CB /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -5461,9 +5475,9 @@
"-lz",
"-lbz2",
"-lxml2",
"-licui18n.46.1",
"-licuuc.46.1",
"-licudata.46.1",
"-licui18n",
"-licuuc",
"-licudata",
"-lboost_unit_test_framework",
);
PRODUCT_NAME = PionPlatformUnitTests;
Expand All @@ -5488,9 +5502,9 @@
"-lz",
"-lbz2",
"-lxml2",
"-licui18n.46.1",
"-licuuc.46.1",
"-licudata.46.1",
"-licui18n",
"-licuuc",
"-licudata",
"-lboost_unit_test_framework",
);
PRODUCT_NAME = PionPlatformUnitTests;
Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 795b5a1

Please sign in to comment.