diff --git a/contrib/mac_developer_scripts.app/Contents/Info.plist b/contrib/mac_developer_scripts.app/Contents/Info.plist new file mode 100644 index 000000000..c8770bdb5 --- /dev/null +++ b/contrib/mac_developer_scripts.app/Contents/Info.plist @@ -0,0 +1,52 @@ + + + + + CFBundleAllowMixedLocalizations + + CFBundleDevelopmentRegion + English + CFBundleExecutable + applet + CFBundleIconFile + applet + CFBundleIdentifier + com.apple.ScriptEditor.id.mac-developer-scripts + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + mac_developer_scripts + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + aplt + LSMinimumSystemVersionByArchitecture + + x86_64 + 10.6 + + LSRequiresCarbon + + WindowState + + bundleDividerCollapsed + + bundlePositionOfDivider + 0.0 + dividerCollapsed + + eventLogLevel + 2 + name + ScriptWindowState + positionOfDivider + 385 + savedFrame + 462 64 700 672 0 0 1280 777 + selectedTab + description + + + diff --git a/contrib/mac_developer_scripts.app/Contents/MacOS/applet b/contrib/mac_developer_scripts.app/Contents/MacOS/applet new file mode 100755 index 000000000..694474c83 Binary files /dev/null and b/contrib/mac_developer_scripts.app/Contents/MacOS/applet differ diff --git a/contrib/mac_developer_scripts.app/Contents/PkgInfo b/contrib/mac_developer_scripts.app/Contents/PkgInfo new file mode 100644 index 000000000..3253614c4 --- /dev/null +++ b/contrib/mac_developer_scripts.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPLaplt \ No newline at end of file diff --git a/contrib/mac_developer_scripts.app/Contents/Resources/Scripts/main.scpt b/contrib/mac_developer_scripts.app/Contents/Resources/Scripts/main.scpt new file mode 100644 index 000000000..6dfc0427c Binary files /dev/null and b/contrib/mac_developer_scripts.app/Contents/Resources/Scripts/main.scpt differ diff --git a/contrib/mac_developer_scripts.app/Contents/Resources/applet.icns b/contrib/mac_developer_scripts.app/Contents/Resources/applet.icns new file mode 100644 index 000000000..0cdd17086 Binary files /dev/null and b/contrib/mac_developer_scripts.app/Contents/Resources/applet.icns differ diff --git a/contrib/mac_developer_scripts.app/Contents/Resources/applet.rsrc b/contrib/mac_developer_scripts.app/Contents/Resources/applet.rsrc new file mode 100644 index 000000000..7c17fdf64 Binary files /dev/null and b/contrib/mac_developer_scripts.app/Contents/Resources/applet.rsrc differ diff --git a/contrib/mac_developer_scripts.app/Contents/Resources/description.rtfd/TXT.rtf b/contrib/mac_developer_scripts.app/Contents/Resources/description.rtfd/TXT.rtf new file mode 100644 index 000000000..75cdc4cbe --- /dev/null +++ b/contrib/mac_developer_scripts.app/Contents/Resources/description.rtfd/TXT.rtf @@ -0,0 +1,4 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1347\cocoasubrtf570 +{\fonttbl} +{\colortbl;\red255\green255\blue255;} +} \ No newline at end of file diff --git a/contrib/mac_developer_scripts.scpt b/contrib/mac_developer_scripts.scpt new file mode 100644 index 000000000..0f94cb0cf Binary files /dev/null and b/contrib/mac_developer_scripts.scpt differ diff --git a/contrib/mac_developer_start.scpt b/contrib/mac_developer_start.scpt deleted file mode 100644 index d644446e1..000000000 Binary files a/contrib/mac_developer_start.scpt and /dev/null differ