summaryrefslogtreecommitdiff
path: root/src/sys/macosx/Schism_Tracker.app
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2017-05-26 21:51:04 -0700
committerVito Caputo <vcaputo@pengaru.com>2017-05-26 22:48:09 -0700
commit78f8fce7f286fd0c71774e2567404ed51f24fef3 (patch)
treef3de4987f7a9fc1bc03331e97b65a851b041051a /src/sys/macosx/Schism_Tracker.app
*: initial commit of stripped schism stuff
Forking schism tracker's IT playback stuff into a little playback library for embedding in demos.
Diffstat (limited to 'src/sys/macosx/Schism_Tracker.app')
-rw-r--r--src/sys/macosx/Schism_Tracker.app/Contents/Info.plist112
-rw-r--r--src/sys/macosx/Schism_Tracker.app/Contents/PkgInfo1
-rw-r--r--src/sys/macosx/Schism_Tracker.app/Contents/Resources/AppSettings.plist18
-rw-r--r--src/sys/macosx/Schism_Tracker.app/Contents/Resources/appIcon.icnsbin0 -> 52550 bytes
-rw-r--r--src/sys/macosx/Schism_Tracker.app/Contents/Resources/moduleIcon.icnsbin0 -> 58109 bytes
5 files changed, 131 insertions, 0 deletions
diff --git a/src/sys/macosx/Schism_Tracker.app/Contents/Info.plist b/src/sys/macosx/Schism_Tracker.app/Contents/Info.plist
new file mode 100644
index 0000000..ca4d05d
--- /dev/null
+++ b/src/sys/macosx/Schism_Tracker.app/Contents/Info.plist
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>schismtracker</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>it</string>
+ <string>IT</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>moduleIcon.icns</string>
+ <key>CFBundleMIMETypes</key>
+ <array>
+ <string>audio/mod</string>
+ <string>audio/x-mod</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>Impulse Tracker Module</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>669</string>
+ <string>amf</string>
+ <string>AMF</string>
+ <string>ams</string>
+ <string>AMS</string>
+ <string>dbm</string>
+ <string>DBM</string>
+ <string>dmf</string>
+ <string>DMF</string>
+ <string>far</string>
+ <string>FAR</string>
+ <string>mdl</string>
+ <string>MDL</string>
+ <string>med</string>
+ <string>MED</string>
+ <string>mod</string>
+ <string>MOD</string>
+ <string>mt2</string>
+ <string>MT2</string>
+ <string>mtm</string>
+ <string>MTM</string>
+ <string>okt</string>
+ <string>OKT</string>
+ <string>psm</string>
+ <string>PSM</string>
+ <string>ptm</string>
+ <string>PTM</string>
+ <string>s3m</string>
+ <string>S3M</string>
+ <string>stm</string>
+ <string>STM</string>
+ <string>ult</string>
+ <string>ULT</string>
+ <string>umx</string>
+ <string>UMX</string>
+ <string>xm</string>
+ <string>XM</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>moduleIcon.icns</string>
+ <key>CFBundleMIMETypes</key>
+ <array>
+ <string>audio/mod</string>
+ <string>audio/x-mod</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>Audio Module</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
+ </array>
+ <key>CFBundleGetInfoString</key>
+ <string>Schism Tracker Copyright 2003-2012 Storlek</string>
+ <key>CFBundleIconFile</key>
+ <string>appIcon.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.schismtracker.SchismTracker</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Schism Tracker</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>hg</string>
+ <key>CFBundleSignature</key>
+ <string>Schm</string>
+ <key>CFBundleVersion</key>
+ <string>hg</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>CGDisableCoalescedUpdates</key>
+ <true/>
+</dict>
+</plist>
diff --git a/src/sys/macosx/Schism_Tracker.app/Contents/PkgInfo b/src/sys/macosx/Schism_Tracker.app/Contents/PkgInfo
new file mode 100644
index 0000000..07af6f8
--- /dev/null
+++ b/src/sys/macosx/Schism_Tracker.app/Contents/PkgInfo
@@ -0,0 +1 @@
+APPLSchm \ No newline at end of file
diff --git a/src/sys/macosx/Schism_Tracker.app/Contents/Resources/AppSettings.plist b/src/sys/macosx/Schism_Tracker.app/Contents/Resources/AppSettings.plist
new file mode 100644
index 0000000..62376f5
--- /dev/null
+++ b/src/sys/macosx/Schism_Tracker.app/Contents/Resources/AppSettings.plist
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>EncryptAndChecksum</key>
+ <false/>
+ <key>IsDroppable</key>
+ <true/>
+ <key>OutputType</key>
+ <string>None</string>
+ <key>RemainRunningAfterCompletion</key>
+ <false/>
+ <key>RequiresAdminPrivileges</key>
+ <false/>
+ <key>ScriptInterpreter</key>
+ <string>/bin/sh</string>
+</dict>
+</plist>
diff --git a/src/sys/macosx/Schism_Tracker.app/Contents/Resources/appIcon.icns b/src/sys/macosx/Schism_Tracker.app/Contents/Resources/appIcon.icns
new file mode 100644
index 0000000..8ed3637
--- /dev/null
+++ b/src/sys/macosx/Schism_Tracker.app/Contents/Resources/appIcon.icns
Binary files differ
diff --git a/src/sys/macosx/Schism_Tracker.app/Contents/Resources/moduleIcon.icns b/src/sys/macosx/Schism_Tracker.app/Contents/Resources/moduleIcon.icns
new file mode 100644
index 0000000..597056b
--- /dev/null
+++ b/src/sys/macosx/Schism_Tracker.app/Contents/Resources/moduleIcon.icns
Binary files differ
© All Rights Reserved