mirror of
https://github.com/textmate/textmate.git
synced 2026-01-10 23:38:01 -05:00
Don’t pass --minimum-deployment-target to ibtool in default build config
See description of previous commit for more details.
This commit is contained in:
@@ -17,7 +17,6 @@ add FLAGS "-mmacosx-version-min=${APP_MIN_OS}"
|
||||
set LN_FLAGS "-mmacosx-version-min=${APP_MIN_OS} -fobjc-link-runtime"
|
||||
|
||||
set IB_FLAGS "--errors --warnings --notices --output-format human-readable-text"
|
||||
add IB_FLAGS "--minimum-deployment-target=${APP_MIN_OS}"
|
||||
|
||||
set AC_FLAGS "--errors --warnings --notices --output-format human-readable-text"
|
||||
add AC_FLAGS "--minimum-deployment-target=${APP_MIN_OS} --platform=macosx"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# ninja TextMate/release/bump && ninja TextMate/release/deploy
|
||||
|
||||
set CS_IDENTITY "${APPLE_DEVELOPER_ID}"
|
||||
add IB_FLAGS "--minimum-deployment-target=${APP_MIN_OS}"
|
||||
|
||||
extend pretty_plist {
|
||||
config release {
|
||||
|
||||
Reference in New Issue
Block a user