Skip to content

Commit

Permalink
sample-macruby/Sketch: does not use MacOSX10.5.sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Apr 17, 2012
1 parent 9c6ef53 commit 9539a53
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sample-macruby/Sketch/Ruby Sketch.xcodeproj/project.pbxproj
Expand Up @@ -251,7 +251,11 @@
isa = PBXProject; isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Ruby Sketch" */; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Ruby Sketch" */;
compatibilityVersion = "Xcode 3.0"; compatibilityVersion = "Xcode 3.0";
developmentRegion = English;
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
knownRegions = (
en,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* Ruby Sketch */; mainGroup = 29B97314FDCFA39411CA2CEA /* Ruby Sketch */;
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
Expand Down Expand Up @@ -424,7 +428,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO; PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; SDKROOT = "";
}; };
name = Debug; name = Debug;
}; };
Expand All @@ -436,7 +440,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO; PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; SDKROOT = "";
}; };
name = Release; name = Release;
}; };
Expand Down

0 comments on commit 9539a53

Please sign in to comment.