summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-05-12 12:08:07 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-05-12 12:08:07 +0200
commitd672415801f5e77c68ce44c90942b205b983e578 (patch)
tree84c5ea6b870c80c0558ebc3943741037f5f34dfc /installer
parentef1b19941a24b6dfafe67ebee2f41e5204de8135 (diff)
downloadpdf-over-d672415801f5e77c68ce44c90942b205b983e578.tar.gz
pdf-over-d672415801f5e77c68ce44c90942b205b983e578.tar.bz2
pdf-over-d672415801f5e77c68ce44c90942b205b983e578.zip
add mac installer resources to package
Diffstat (limited to 'installer')
-rw-r--r--installer/README.txt23
-rw-r--r--installer/mac/PDF-Over.platypus93
-rw-r--r--installer/mac/Platypus-drop-setting.pngbin311690 -> 0 bytes
-rw-r--r--installer/mac/Platypus.pngbin256437 -> 0 bytes
-rw-r--r--installer/mac/background.pngbin2389 -> 0 bytes
-rw-r--r--installer/mac/old/Background.pngbin76601 -> 0 bytes
-rw-r--r--installer/mac/old/DmgPress Package.pngbin43067 -> 0 bytes
-rw-r--r--installer/mac/old/DmgPress.pngbin54041 -> 0 bytes
-rw-r--r--installer/mac/old/Platypus drop settings.pngbin93044 -> 0 bytes
9 files changed, 0 insertions, 116 deletions
diff --git a/installer/README.txt b/installer/README.txt
deleted file mode 100644
index 1eff3af4..00000000
--- a/installer/README.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Erzeugen der webstart-installer mit publish-script oder mit händischem
-Aktivieren der jeweiligen Profile:
-mvn install -P (linux/windows/mac)
-
-Signieren mittels Token mit ... -P pkcs11-sign -Dpkcs11-pass=(...)
-
-Windows-Installer:
- Advanced-Installer-Projektdateien enthalten:
- * PDF-Over.aip - Einfaches MSI, mit Free-Version erzeugbar
- * PDF-Over-signed.aip - Benötigt Pro-Version, signiert, Sprachen
- * User Interface -> Dialogs -> ShortcutsDlg
- * "Show Desktop Option" & "Checked by default" aktivieren
-
-Mac-DMG-Paket:
- * Per webstart installieren, Paketinhalt entpacken
- * pdf-over_mac.sh script bearbeiten:
- * "$BASEDIR/../lib/*" in "$BASEDIR/lib/*" ändern
- * App erstellen mit Platypus: Screenshots platypus (drop settings).png
- * Beispiel-Profil inkludiert
- * DMG-Image erzeugen mit DmgPress: Screenshot DmgPress.png
- * Hintergrund für Folder: Background.png
- * Darstellung -> Als Liste; Darstellung -> Als Symbole
- * App + Link zu Applications-Folder hineinziehen (Screenshot)
diff --git a/installer/mac/PDF-Over.platypus b/installer/mac/PDF-Over.platypus
deleted file mode 100644
index 91cc75ff..00000000
--- a/installer/mac/PDF-Over.platypus
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>AcceptsFiles</key>
- <true/>
- <key>AcceptsText</key>
- <false/>
- <key>Authentication</key>
- <false/>
- <key>Author</key>
- <string>A-SIT</string>
- <key>BundledFiles</key>
- <array>
- <string>/Users/TestMac/Documents/Contents/icons</string>
- <string>/Users/TestMac/Documents/Contents/lib</string>
- </array>
- <key>Creator</key>
- <string>Platypus-4.7</string>
- <key>DeclareService</key>
- <false/>
- <key>Destination</key>
- <string>/Users/TestMac/Desktop/MyPlatypusApp.app</string>
- <key>DestinationOverride</key>
- <false/>
- <key>DevelopmentVersion</key>
- <false/>
- <key>DocIcon</key>
- <string></string>
- <key>Droppable</key>
- <true/>
- <key>ExecutablePath</key>
- <string>/usr/local/share/platypus/ScriptExec</string>
- <key>FileTypes</key>
- <array>
- <string>fold</string>
- <string>PDF </string>
- </array>
- <key>IconPath</key>
- <string>/Users/TestMac/Documents/Contents/icons/icon.icns</string>
- <key>Identifier</key>
- <string>at.a-sit.PDF-Over</string>
- <key>Interpreter</key>
- <string>/bin/sh</string>
- <key>InterpreterArgs</key>
- <array/>
- <key>Name</key>
- <string>PDF-Over</string>
- <key>NibPath</key>
- <string>/usr/local/share/platypus/MainMenu.nib</string>
- <key>OptimizeApplication</key>
- <true/>
- <key>Output</key>
- <string>None</string>
- <key>RemainRunning</key>
- <false/>
- <key>Role</key>
- <string>Viewer</string>
- <key>ScriptArgs</key>
- <array/>
- <key>ScriptPath</key>
- <string>/Users/TestMac/Documents/Contents/scripts/pdf-over_mac.sh</string>
- <key>Secure</key>
- <false/>
- <key>ShowInDock</key>
- <false/>
- <key>StatusItemDisplayType</key>
- <string>Text</string>
- <key>StatusItemIcon</key>
- <data>
- </data>
- <key>StatusItemTitle</key>
- <string>MyPlatypusApp</string>
- <key>Suffixes</key>
- <array>
- <string>*</string>
- </array>
- <key>TextBackground</key>
- <string>#ffffff</string>
- <key>TextEncoding</key>
- <integer>4</integer>
- <key>TextFont</key>
- <string>Monaco</string>
- <key>TextForeground</key>
- <string>#000000</string>
- <key>TextSize</key>
- <real>10</real>
- <key>UseXMLPlistFormat</key>
- <true/>
- <key>Version</key>
- <string>4.0.2</string>
-</dict>
-</plist>
diff --git a/installer/mac/Platypus-drop-setting.png b/installer/mac/Platypus-drop-setting.png
deleted file mode 100644
index 84640687..00000000
--- a/installer/mac/Platypus-drop-setting.png
+++ /dev/null
Binary files differ
diff --git a/installer/mac/Platypus.png b/installer/mac/Platypus.png
deleted file mode 100644
index 20a28830..00000000
--- a/installer/mac/Platypus.png
+++ /dev/null
Binary files differ
diff --git a/installer/mac/background.png b/installer/mac/background.png
deleted file mode 100644
index 0d6edaf3..00000000
--- a/installer/mac/background.png
+++ /dev/null
Binary files differ
diff --git a/installer/mac/old/Background.png b/installer/mac/old/Background.png
deleted file mode 100644
index 5a8aeefa..00000000
--- a/installer/mac/old/Background.png
+++ /dev/null
Binary files differ
diff --git a/installer/mac/old/DmgPress Package.png b/installer/mac/old/DmgPress Package.png
deleted file mode 100644
index a92114b8..00000000
--- a/installer/mac/old/DmgPress Package.png
+++ /dev/null
Binary files differ
diff --git a/installer/mac/old/DmgPress.png b/installer/mac/old/DmgPress.png
deleted file mode 100644
index 0e19960a..00000000
--- a/installer/mac/old/DmgPress.png
+++ /dev/null
Binary files differ
diff --git a/installer/mac/old/Platypus drop settings.png b/installer/mac/old/Platypus drop settings.png
deleted file mode 100644
index d3ece52a..00000000
--- a/installer/mac/old/Platypus drop settings.png
+++ /dev/null
Binary files differ