mirror of
https://github.com/ksherlock/ample.git
synced 2024-11-19 02:11:08 +00:00
project fix for archiving.
This commit is contained in:
parent
f3680e0309
commit
9be960bb8e
@ -1262,6 +1262,7 @@
|
||||
buildSettings = {
|
||||
CLANG_ENABLE_MODULES = NO;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
INSTALL_PATH = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Debug;
|
||||
@ -1271,6 +1272,7 @@
|
||||
buildSettings = {
|
||||
CLANG_ENABLE_MODULES = NO;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
INSTALL_PATH = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Release;
|
||||
|
Loading…
Reference in New Issue
Block a user