xcbuild: remove unnecessary flags
This commit is contained in:
parent
457570f61a
commit
f6860a6685
@ -177,7 +177,6 @@ let
|
|||||||
Type = "ProductType";
|
Type = "ProductType";
|
||||||
Identifier = "com.apple.product-type.bundle";
|
Identifier = "com.apple.product-type.bundle";
|
||||||
Name = "Bundle";
|
Name = "Bundle";
|
||||||
DefaultTargetName = "Bundle";
|
|
||||||
DefaultBuildProperties = {
|
DefaultBuildProperties = {
|
||||||
FULL_PRODUCT_NAME = "$(WRAPPER_NAME)";
|
FULL_PRODUCT_NAME = "$(WRAPPER_NAME)";
|
||||||
MACH_O_TYPE = "mh_bundle";
|
MACH_O_TYPE = "mh_bundle";
|
||||||
@ -189,7 +188,6 @@ let
|
|||||||
LIBRARY_FLAG_PREFIX = "-l";
|
LIBRARY_FLAG_PREFIX = "-l";
|
||||||
LIBRARY_FLAG_NOSPACE = "YES";
|
LIBRARY_FLAG_NOSPACE = "YES";
|
||||||
STRIP_STYLE = "non-global";
|
STRIP_STYLE = "non-global";
|
||||||
GCC_INLINES_ARE_PRIVATE_EXTERN = "YES";
|
|
||||||
};
|
};
|
||||||
PackageTypes = [ "com.apple.package-type.wrapper" ];
|
PackageTypes = [ "com.apple.package-type.wrapper" ];
|
||||||
IsWrapper = "YES";
|
IsWrapper = "YES";
|
||||||
@ -201,23 +199,12 @@ let
|
|||||||
Type = "ProductType";
|
Type = "ProductType";
|
||||||
BasedOn = "com.apple.product-type.bundle";
|
BasedOn = "com.apple.product-type.bundle";
|
||||||
Name = "Application";
|
Name = "Application";
|
||||||
DefaultTargetName = "Application";
|
|
||||||
DefaultBuildProperties = {
|
DefaultBuildProperties = {
|
||||||
MACH_O_TYPE = "mh_execute";
|
MACH_O_TYPE = "mh_execute";
|
||||||
GCC_DYNAMIC_NO_PIC = "NO";
|
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = "YES";
|
|
||||||
GCC_INLINES_ARE_PRIVATE_EXTERN = "YES";
|
|
||||||
WRAPPER_SUFFIX = ".$(WRAPPER_EXTENSION)";
|
WRAPPER_SUFFIX = ".$(WRAPPER_EXTENSION)";
|
||||||
WRAPPER_EXTENSION = "app";
|
WRAPPER_EXTENSION = "app";
|
||||||
INSTALL_PATH = "$(LOCAL_APPS_DIR)";
|
|
||||||
STRIP_STYLE = "all";
|
|
||||||
};
|
};
|
||||||
PackageTypes = [ "com.apple.package-type.wrapper.application" ];
|
PackageTypes = [ "com.apple.package-type.wrapper.application" ];
|
||||||
CanEmbedCompilerSanitizerLibraries = "YES";
|
|
||||||
RunpathSearchPathForEmbeddedFrameworks = "@executable_path/../Frameworks";
|
|
||||||
ValidateEmbeddedBinaries = "YES";
|
|
||||||
ProvisioningProfileSupported = "YES";
|
|
||||||
ProvisioningProfileRequired = "NO";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user