From 66eaf26e7ecefd63a9f1bf25fb0092e6c2dc4da9 Mon Sep 17 00:00:00 2001 From: Yoshi Sugawara Date: Sat, 26 Mar 2016 22:04:56 -0400 Subject: [PATCH 1/2] changed Common.res path to be relative to project instead of absolute --- ActiveGS_iOS/activegs.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ActiveGS_iOS/activegs.xcodeproj/project.pbxproj b/ActiveGS_iOS/activegs.xcodeproj/project.pbxproj index ee361d3..7fe6a1d 100644 --- a/ActiveGS_iOS/activegs.xcodeproj/project.pbxproj +++ b/ActiveGS_iOS/activegs.xcodeproj/project.pbxproj @@ -1085,8 +1085,8 @@ 7E51481E1CA6B5CE005DA0A6 /* Spin Up Search 2.wav */, ); name = Common.res; - path = /Users/ogoguel/Code/ActiveGS/Common.res; - sourceTree = ""; + path = ../Common.res; + sourceTree = SOURCE_ROOT; }; /* End PBXGroup section */ From e883606b4d679339af75f42c86b88072a8ddb2be Mon Sep 17 00:00:00 2001 From: Yoshi Sugawara Date: Sat, 26 Mar 2016 22:13:03 -0400 Subject: [PATCH 2/2] removed xcode build script - not sure if it was needed? --- ActiveGS_iOS/activegs.xcodeproj/project.pbxproj | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ActiveGS_iOS/activegs.xcodeproj/project.pbxproj b/ActiveGS_iOS/activegs.xcodeproj/project.pbxproj index 7fe6a1d..85f4f2f 100644 --- a/ActiveGS_iOS/activegs.xcodeproj/project.pbxproj +++ b/ActiveGS_iOS/activegs.xcodeproj/project.pbxproj @@ -1099,7 +1099,6 @@ 1D60588E0D05DD3D006BFB54 /* Sources */, 1D60588F0D05DD3D006BFB54 /* Frameworks */, 095F842613AFDD9C009C540E /* CopyFiles */, - 095981521A3E1A76007C90A8 /* ShellScript */, ); buildRules = ( 095981511A3E1A2D007C90A8 /* PBXBuildRule */, @@ -1291,22 +1290,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - 095981521A3E1A76007C90A8 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "sh ~/Code/ActiveGS/xcodebuild.sh"; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 1D60588E0D05DD3D006BFB54 /* Sources */ = { isa = PBXSourcesBuildPhase;