diff --git a/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp deleted file mode 100755 index 7fb207be2a..0000000000 --- a/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp +++ /dev/null @@ -1,15 +0,0 @@ -# deletes Tracks Live Preferences -# except recent and config -function delete_file { -if [ -f "$1" ] ; then - rm -r "$1" -fi -} -path_to_preferences="$HOME/Library/Preferences/Tracks Live" - -delete_file "${path_to_preferences}/instant.xml" -delete_file "${path_to_preferences}/sfdb" -delete_file "${path_to_preferences}/ui_config" -delete_file "${path_to_preferences}/pango.rc" -delete_file "${path_to_preferences}/Tracks Live_announcements_osx_1.0.0" -rm -rf "${path_to_preferences}/export" diff --git a/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Info.plist b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Info.plist new file mode 100644 index 0000000000..a95c454a54 --- /dev/null +++ b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Info.plist @@ -0,0 +1,48 @@ + + + + + CFBundleAllowMixedLocalizations + + CFBundleDevelopmentRegion + English + CFBundleExecutable + applet + CFBundleIconFile + applet + CFBundleIdentifier + com.apple.ScriptEditor.id.Tracks-Preferences-CleanUp + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Tracks Preferences CleanUp + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + aplt + LSMinimumSystemVersionByArchitecture + + x86_64 + 10.6 + + LSRequiresCarbon + + WindowState + + dividerCollapsed + + eventLogLevel + -1 + name + ScriptWindowState + positionOfDivider + 333 + savedFrame + 1318 436 602 597 0 0 1920 1178 + selectedTabView + result + + + diff --git a/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/MacOS/applet b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/MacOS/applet new file mode 100755 index 0000000000..8057b9e3ba Binary files /dev/null and b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/MacOS/applet differ diff --git a/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/PkgInfo b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/PkgInfo new file mode 100644 index 0000000000..3253614c40 --- /dev/null +++ b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPLaplt \ No newline at end of file diff --git a/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/Scripts/main.scpt b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/Scripts/main.scpt new file mode 100644 index 0000000000..4e9ac0fae3 Binary files /dev/null and b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/Scripts/main.scpt differ diff --git a/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/applet.icns b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/applet.icns new file mode 100644 index 0000000000..0cdd170868 Binary files /dev/null and b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/applet.icns differ diff --git a/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/applet.rsrc b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/applet.rsrc new file mode 100644 index 0000000000..61bfb15ff8 Binary files /dev/null and b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/applet.rsrc differ diff --git a/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/description.rtfd/TXT.rtf b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/description.rtfd/TXT.rtf new file mode 100644 index 0000000000..116a6313a2 --- /dev/null +++ b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.app/Contents/Resources/description.rtfd/TXT.rtf @@ -0,0 +1,4 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210 +{\fonttbl} +{\colortbl;\red255\green255\blue255;} +} \ No newline at end of file diff --git a/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.scpt b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.scpt new file mode 100644 index 0000000000..bc0a024d90 Binary files /dev/null and b/tools/osx_packaging/TracksLiveInstall/Tracks Preferences CleanUp.scpt differ