Skip to content

Commit 6988a53

Browse files
committed
script/dist: add missing DEPLOYMENT_TARGET variable definition so that we generate the correct appcast entry
1 parent 59ca644 commit 6988a53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

script/dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ xcodebuild -workspace gfxCardStatus.xcworkspace \
4141
VERSION="$(defaults read "$APP_PATH/Contents/Info.plist" CFBundleShortVersionString)"
4242
BUILD_VERSION="$(defaults read "$APP_PATH/Contents/Info.plist" CFBundleVersion)"
4343
BUNDLE_IDENTIFIER="$(defaults read "$APP_PATH/Contents/Info.plist" CFBundleIdentifier)"
44+
DEPLOYMENT_TARGET="$(defaults read "$APP_PATH/Contents/Info.plist" LSMinimumSystemVersion)"
4445
ZIP_PATH="$EXPORT_PATH/$PROJECT_NAME-$VERSION.zip"
4546

4647
echo "----> zipping app..."

0 commit comments

Comments
 (0)