Skip to content

Commit

Permalink
Merge pull request #47 from jwhitlock/plutil-43
Browse files Browse the repository at this point in the history
Use plutil for XCode 10's binary platform plist
  • Loading branch information
devernay authored Feb 12, 2019
2 parents 6b76cca + f21b1d2 commit 7605efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XcodeLegacy.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ SPEC_EOF
echo "*** Not modifying MacOSX Info.plist (found original at $PLATFORMDIR/Info.plist-original, uninstall first to force install)"
elif [ -f "$PLATFORMDIR/Info.plist" ]; then
mv "$PLATFORMDIR/Info.plist" "$PLATFORMDIR/Info.plist-original"
sed -e '/MinimumSDKVersion/{N;d;}' < "$PLATFORMDIR/Info.plist-original" > "$PLATFORMDIR/Info.plist"
plutil -remove MinimumSDKVersion -o "$PLATFORMDIR/Info.plist" "$PLATFORMDIR/Info.plist-original"
echo "*** modified MacOSX Info.plist"
fi

Expand Down

0 comments on commit 7605efe

Please sign in to comment.