diff options
| author | René de Hesselle <dehesselle@web.de> | 2019-06-28 22:32:49 +0000 |
|---|---|---|
| committer | René de Hesselle <dehesselle@web.de> | 2019-06-28 23:04:22 +0000 |
| commit | 5dcf1e17a99f0912d7e27d5aa6087f547da26f87 (patch) | |
| tree | ad3b9d0da03680f4d2c1f2c5b5612246e47dedfd /packaging/macos/inkscape.plist | |
| parent | No longer allow macOS CI to fail (diff) | |
| download | inkscape-5dcf1e17a99f0912d7e27d5aa6087f547da26f87.tar.gz inkscape-5dcf1e17a99f0912d7e27d5aa6087f547da26f87.zip | |
Update macOS build pipeline
Noteworthy are the creation of '.dmg' and a fix for inbox#605.
Lots of minor improvements.
Diffstat (limited to 'packaging/macos/inkscape.plist')
| -rw-r--r-- | packaging/macos/inkscape.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/macos/inkscape.plist b/packaging/macos/inkscape.plist index 5ee321db6..f4bdfccd9 100644 --- a/packaging/macos/inkscape.plist +++ b/packaging/macos/inkscape.plist @@ -536,17 +536,17 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0alpha</string> + <string>CFBundleShortVersionString</string> <key>CFBundleSignature</key> <string>Inks</string> <key>CFBundleVersion</key> - <string>1.0alpha</string> + <string>CFBundleVersion</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2019 Inkscape Developers, GNU General Public License.</string> <key>LSApplicationCategoryType</key> <string>public.app-category.graphics-design</string> <key>LSMinimumSystemVersion</key> - <string>10.11</string> + <string>LSMinimumSystemVersion</string> <key>GtkOSXLaunchScriptFile</key> <string>gtk_launcher.py</string> <key>NSHighResolutionCapable</key> |
