Update Xcode project.
Change release settings to what I'm using for releases, update menu accessible changelog.
This commit is contained in:
parent
db1b4dfd0a
commit
2c192b8099
3 changed files with 800 additions and 730 deletions
1517
projectfiles/Xcode/Resources/SDLMain.nib/designable.nib
generated
1517
projectfiles/Xcode/Resources/SDLMain.nib/designable.nib
generated
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -4920,15 +4920,15 @@
|
|||
C01FCF5008A954540054247B /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH)";
|
||||
ENABLE_OPENMP_SUPPORT = NO;
|
||||
ARCHS = (
|
||||
i386,
|
||||
ppc,
|
||||
);
|
||||
FRAMEWORK_SEARCH_PATHS = ./lib;
|
||||
GCC_DYNAMIC_NO_PIC = YES;
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
|
||||
GCC_INPUT_FILETYPE = automatic;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = "LOCALEDIR=\\\"translations\\\"";
|
||||
GCC_VERSION = "";
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_VERSION = 4.0;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../..,
|
||||
|
@ -4948,8 +4948,7 @@
|
|||
"-lz",
|
||||
"-lbz2",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
SDKROOT = "";
|
||||
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue