Skip to content

Commit

Permalink
Don’t pass --minimum-deployment-target to ibtool in default build config
Browse files Browse the repository at this point in the history
See description of previous commit for more details.
  • Loading branch information
sorbits committed May 26, 2021
1 parent 97caab6 commit cb195b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion default.rave
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions local-orig.rave
@@ -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 {
Expand Down

0 comments on commit cb195b2

Please sign in to comment.