Skip to content

Commit

Permalink
Xcode: everything *except* iOS build should be TARGET_OS_MAC
Browse files Browse the repository at this point in the history
  • Loading branch information
bradallred committed Jan 11, 2014
1 parent 89923da commit dd349e0
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions apple/GemRB.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6745,6 +6745,7 @@
"-DHAVE_CONFIG_H",
"-W",
"-Wextra",
"-DTARGET_OS_MAC=0",
);
PRODUCT_NAME = GemRB;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -6785,9 +6786,10 @@
./,
"-DSTATIC_LINK",
"-DHAVE_CONFIG_H",
"-DTARGET_OS_IPHONE",
"-DTARGET_OS_IPHONE=1",
"-W",
"-Wextra",
"-DTARGET_OS_MAC=0",
);
PRODUCT_NAME = GemRB;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -6992,19 +6994,6 @@
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
INFOPLIST_FILE = osx/Info.plist;
OTHER_CFLAGS = (
"-DHAVE_CONFIG_H",
"-DHAVE_ICONV=1",
"-g",
"-D_DEBUG",
"-isystem",
./,
"-W",
"-Wextra",
"-Wformat",
"-Wall",
"-DTARGET_OS_MAC",
);
PRODUCT_NAME = GemRB;
WRAPPER_EXTENSION = app;
};
Expand All @@ -7022,15 +7011,6 @@
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
INFOPLIST_FILE = osx/Info.plist;
OTHER_CFLAGS = (
"-DHAVE_CONFIG_H",
"-isystem",
./,
"-W",
"-Wextra",
"-Wformat",
"-DTARGET_OS_MAC",
);
PRODUCT_NAME = GemRB;
STRIP_INSTALLED_PRODUCT = NO;
STRIP_STYLE = debugging;
Expand Down Expand Up @@ -7087,6 +7067,7 @@
"-Wextra",
"-Wformat",
"-Wall",
"-DTARGET_OS_MAC=1",
);
SDKROOT = "";
"SDKROOT[arch=*]" = "";
Expand Down Expand Up @@ -7143,6 +7124,7 @@
"-W",
"-Wextra",
"-Wformat",
"-DTARGET_OS_MAC=1",
);
SDKROOT = "";
"SDKROOT[arch=*]" = "";
Expand Down

0 comments on commit dd349e0

Please sign in to comment.