diff options
| author | René de Hesselle <dehesselle@web.de> | 2019-06-22 14:09:22 +0000 |
|---|---|---|
| committer | René de Hesselle <dehesselle@web.de> | 2019-06-23 13:40:19 +0000 |
| commit | 61377136d72094020fc2a80b68d9fa74af46ab21 (patch) | |
| tree | a4999c5080ddf1ea04e73818bebda04684fd1f23 /packaging/macos/inkscape.plist | |
| parent | fix inbox#595 macOS NSApplicationBlockTermination (diff) | |
| download | inkscape-61377136d72094020fc2a80b68d9fa74af46ab21.tar.gz inkscape-61377136d72094020fc2a80b68d9fa74af46ab21.zip | |
Update macOS build pipeline
This update lowers system requirements from 10.13 to 10.11 and has
massive improvements regarding Python integration. Also lots
of minor improvements.
Based on https://github.com/dehesselle/mibap v0.12.
Diffstat (limited to '')
| -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 457e2f1b6..5ee321db6 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.0alpha2</string> + <string>1.0alpha</string> <key>CFBundleSignature</key> <string>Inks</string> <key>CFBundleVersion</key> - <string>1.0alpha2</string> + <string>1.0alpha</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.13</string> + <string>10.11</string> <key>GtkOSXLaunchScriptFile</key> <string>gtk_launcher.py</string> <key>NSHighResolutionCapable</key> |
