mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 14:13:31 +00:00
Fix Xcode Archive
This commit is contained in:
parent
97d92b2188
commit
94c248c69f
@ -6403,6 +6403,7 @@
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.wesnoth.Wesnoth;
|
||||
PRODUCT_NAME = "The Battle for Wesnoth";
|
||||
SKIP_INSTALL = NO;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
@ -6444,6 +6445,7 @@
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.wesnoth.Wesnoth;
|
||||
PRODUCT_NAME = "The Battle for Wesnoth";
|
||||
SKIP_INSTALL = NO;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
@ -6514,6 +6516,7 @@
|
||||
"-lbz2",
|
||||
);
|
||||
SDKROOT = macosx;
|
||||
SKIP_INSTALL = YES;
|
||||
SYSTEM_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/Headers";
|
||||
};
|
||||
name = Debug;
|
||||
@ -6555,6 +6558,7 @@
|
||||
"-lbz2",
|
||||
);
|
||||
SDKROOT = macosx;
|
||||
SKIP_INSTALL = YES;
|
||||
SYSTEM_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/Headers";
|
||||
WARNING_CFLAGS = (
|
||||
"-Werror=format",
|
||||
|
Loading…
x
Reference in New Issue
Block a user