diff options
author | Filipp Lepalaan <filipp@mac.com> | 2016-02-02 11:47:15 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2016-02-02 11:47:15 +0200 |
commit | 07edebe011f3a17d0113e4f34b537e9e3e725a2a (patch) | |
tree | cda107656b2fe6d204bb15fcc70cc67616541425 /Troublegun.scptd/Contents/Info.plist | |
download | Troublegun-07edebe011f3a17d0113e4f34b537e9e3e725a2a.tar.gz Troublegun-07edebe011f3a17d0113e4f34b537e9e3e725a2a.tar.bz2 Troublegun-07edebe011f3a17d0113e4f34b537e9e3e725a2a.zip |
Initial commit
Diffstat (limited to 'Troublegun.scptd/Contents/Info.plist')
-rw-r--r-- | Troublegun.scptd/Contents/Info.plist | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Troublegun.scptd/Contents/Info.plist b/Troublegun.scptd/Contents/Info.plist new file mode 100644 index 0000000..83d5ce5 --- /dev/null +++ b/Troublegun.scptd/Contents/Info.plist @@ -0,0 +1,27 @@ +<?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>CFBundleIdentifier</key> + <string>com.apple.ScriptEditor.id.Troublegun</string> + <key>CFBundleName</key> + <string>Troublegun</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>WindowState</key> + <dict> + <key>dividerCollapsed</key> + <false/> + <key>eventLogLevel</key> + <integer>-1</integer> + <key>name</key> + <string>ScriptWindowState</string> + <key>positionOfDivider</key> + <real>333</real> + <key>savedFrame</key> + <string>156 168 602 597 0 0 1440 878 </string> + <key>selectedTabView</key> + <string>result</string> + </dict> +</dict> +</plist> |