fix 10.13 macos build

This commit is contained in:
supermerill 2020-01-16 01:38:08 +01:00
parent 2a433a6715
commit aef62982b1
2 changed files with 4 additions and 1 deletions

View File

@ -49,6 +49,9 @@ jobs:
cp Slic3r++/Slic3r++.app/Contents/resources/icons/slic3r.icns Slic3r++/Slic3r++.app/Contents/resources/slic3r.icns
cp src/Info.plist Slic3r++/Slic3r++.app/Contents/Info.plist
echo -n -e '\xff\xfeAPPL\x3f\x00\x3f\x00\x3f\x00\x3f\x00\x0a\x00' > PkgInfo
- name: update Info.plist
working-directory: ./build
run: sed "s/+UNKNOWN/_$(date '+%F')/" Slic3r++/Slic3r++.app/Contents/Info.plist
- name: copy bin
working-directory: ./build
run: |

View File

@ -111,7 +111,7 @@
</dict>
</array>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<string>10.13</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>