mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Move some settings from Install.xcconfig that are intended for Release as well over.
Add intended usage note to Install.xcconfig.
This commit is contained in:
@@ -30,4 +30,3 @@ OTHER_CFLAGS = -fdiagnostics-show-option
|
||||
GCC_WARN_UNUSED_VARIABLE = YES
|
||||
GCC_WARN_CHECK_SWITCH_STATEMENTS = YES
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES
|
||||
|
||||
|
||||
+4
-4
@@ -19,10 +19,10 @@
|
||||
|
||||
// Global settings across build configurations for Install
|
||||
|
||||
// The Install build config should just serve as a mere extension to the Release
|
||||
// config, e.g. please do not define settings here that could as well be defined
|
||||
// in Release.xcconfig.
|
||||
|
||||
#include "Release.xcconfig"
|
||||
|
||||
CUSTOM_INSTALL_DIR = $(DEVELOPER_DIR)/Applications/Utilities/Third-Party // used with the Install.sh script
|
||||
|
||||
DEPLOYMENT_POSTPROCESSING = YES
|
||||
|
||||
STRIP_INSTALLED_PRODUCT = YES
|
||||
|
||||
+5
-1
@@ -19,4 +19,8 @@
|
||||
|
||||
#include "Common.xcconfig"
|
||||
|
||||
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
|
||||
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
|
||||
|
||||
DEPLOYMENT_POSTPROCESSING = YES
|
||||
|
||||
STRIP_INSTALLED_PRODUCT = YES
|
||||
|
||||
Reference in New Issue
Block a user