presentation
Andreas Butti 7 years ago
parent d91a8f8b25
commit ded109d449
  1. 8
      mac-setup/Info.plist
  2. 13
      mac-setup/complete-build.sh

@ -34,7 +34,7 @@
<true/>
<key>LSItemContentTypes</key>
<array>
<string>com.github.xournalpp.xcf</string>
<string>com.github.xournalpp.xopp</string>
</array>
</dict>
<dict>
@ -79,14 +79,8 @@
<string>Xournal++</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.6-alpha</string>
<key>CFBundleSignature</key>
<string>Xournal++</string>
<key>CFBundleVersion</key>
<string>1.0.6-alpha</string>
<key>NSHumanReadableCopyright</key>
<string>© 2010-2019 Xournal++ Team</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSRequiresAquaSystemAppearance</key>

@ -0,0 +1,13 @@
#!/usr/bin/env bash
# Build for macOS, without GTK and without Poppler
export PATH="$HOME/.local/bin:$HOME/gtk/inst/bin:$PATH"
cd ../build/
cmake -DCMAKE_INSTALL_PREFIX:PATH=$HOME/gtk/inst ..
make -j 4
make install
cd ../mac-setup/
./build-app.sh
Loading…
Cancel
Save