create mac developer script starter
This commit is contained in:
parent
97acf37086
commit
300d1ccb19
9 changed files with 57 additions and 0 deletions
52
contrib/mac_developer_scripts.app/Contents/Info.plist
Normal file
52
contrib/mac_developer_scripts.app/Contents/Info.plist
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
<?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>CFBundleAllowMixedLocalizations</key>
|
||||||
|
<true/>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>English</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>applet</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string>applet</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.apple.ScriptEditor.id.mac-developer-scripts</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>mac_developer_scripts</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>aplt</string>
|
||||||
|
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||||
|
<dict>
|
||||||
|
<key>x86_64</key>
|
||||||
|
<string>10.6</string>
|
||||||
|
</dict>
|
||||||
|
<key>LSRequiresCarbon</key>
|
||||||
|
<true/>
|
||||||
|
<key>WindowState</key>
|
||||||
|
<dict>
|
||||||
|
<key>bundleDividerCollapsed</key>
|
||||||
|
<true/>
|
||||||
|
<key>bundlePositionOfDivider</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
<key>dividerCollapsed</key>
|
||||||
|
<false/>
|
||||||
|
<key>eventLogLevel</key>
|
||||||
|
<integer>2</integer>
|
||||||
|
<key>name</key>
|
||||||
|
<string>ScriptWindowState</string>
|
||||||
|
<key>positionOfDivider</key>
|
||||||
|
<real>385</real>
|
||||||
|
<key>savedFrame</key>
|
||||||
|
<string>462 64 700 672 0 0 1280 777 </string>
|
||||||
|
<key>selectedTab</key>
|
||||||
|
<string>description</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
BIN
contrib/mac_developer_scripts.app/Contents/MacOS/applet
Executable file
BIN
contrib/mac_developer_scripts.app/Contents/MacOS/applet
Executable file
Binary file not shown.
1
contrib/mac_developer_scripts.app/Contents/PkgInfo
Normal file
1
contrib/mac_developer_scripts.app/Contents/PkgInfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
APPLaplt
|
Binary file not shown.
BIN
contrib/mac_developer_scripts.app/Contents/Resources/applet.icns
Normal file
BIN
contrib/mac_developer_scripts.app/Contents/Resources/applet.icns
Normal file
Binary file not shown.
BIN
contrib/mac_developer_scripts.app/Contents/Resources/applet.rsrc
Normal file
BIN
contrib/mac_developer_scripts.app/Contents/Resources/applet.rsrc
Normal file
Binary file not shown.
After Width: | Height: | Size: 362 B |
|
@ -0,0 +1,4 @@
|
||||||
|
{\rtf1\ansi\ansicpg1252\cocoartf1347\cocoasubrtf570
|
||||||
|
{\fonttbl}
|
||||||
|
{\colortbl;\red255\green255\blue255;}
|
||||||
|
}
|
BIN
contrib/mac_developer_scripts.scpt
Normal file
BIN
contrib/mac_developer_scripts.scpt
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue