diff options
author | wicknix <39230578+wicknix@users.noreply.github.com> | 2018-08-14 18:47:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 18:47:32 -0500 |
commit | 8c21e8ab96950fc8cb706ebfda174ba4aabbed05 (patch) | |
tree | 956e0bbc6eae6ffdef29fa8a7cb64324d71e5e2c /application/basilisk/app | |
parent | 1102f3c7075a2e933955881d5aea9bd89af07add (diff) | |
download | UXP-8c21e8ab96950fc8cb706ebfda174ba4aabbed05.tar UXP-8c21e8ab96950fc8cb706ebfda174ba4aabbed05.tar.gz UXP-8c21e8ab96950fc8cb706ebfda174ba4aabbed05.tar.lz UXP-8c21e8ab96950fc8cb706ebfda174ba4aabbed05.tar.xz UXP-8c21e8ab96950fc8cb706ebfda174ba4aabbed05.zip |
Update Info.plist.in
fix exe name and min osx version
Diffstat (limited to 'application/basilisk/app')
-rw-r--r-- | application/basilisk/app/macbuild/Contents/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/basilisk/app/macbuild/Contents/Info.plist.in b/application/basilisk/app/macbuild/Contents/Info.plist.in index d6902fffd..3f9380606 100644 --- a/application/basilisk/app/macbuild/Contents/Info.plist.in +++ b/application/basilisk/app/macbuild/Contents/Info.plist.in @@ -143,7 +143,7 @@ </dict> </array> <key>CFBundleExecutable</key> - <string>firefox</string> + <string>basilisk</string> <key>CFBundleGetInfoString</key> <string>%MAC_APP_NAME% %APP_VERSION%</string> <key>CFBundleIconFile</key> @@ -213,7 +213,7 @@ <key>LSFileQuarantineEnabled</key> <true/> <key>LSMinimumSystemVersion</key> - <string>10.9.0</string> + <string>10.7.0</string> <key>NSSupportsAutomaticGraphicsSwitching</key> <true/> <key>NSPrincipalClass</key> |