source: trunk/misc/build_helpers/osx/Contents/Info.plist

Last change on this file was be463cd, checked in by Brian Warner <warner@…>, at 2016-03-16T19:23:13Z

OS-X: move Contents down into misc/

  • Property mode set to 100644
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>CFBundleAllowMixedLocalizations</key>
6        <true/>
7        <key>CFBundleDevelopmentRegion</key>
8        <string>English</string>
9        <key>CFBundleExecutable</key>
10        <string>applet</string>
11        <key>CFBundleIconFile</key>
12        <string>applet</string>
13        <key>CFBundleIdentifier</key>
14        <string>com.apple.ScriptEditor.id.tahoe</string>
15        <key>CFBundleInfoDictionaryVersion</key>
16        <string>6.0</string>
17        <key>CFBundleName</key>
18        <string>tahoe</string>
19        <key>CFBundlePackageType</key>
20        <string>APPL</string>
21        <key>CFBundleShortVersionString</key>
22        <string>1.0</string>
23        <key>CFBundleSignature</key>
24        <string>aplt</string>
25        <key>LSMinimumSystemVersionByArchitecture</key>
26        <dict>
27                <key>x86_64</key>
28                <string>10.6</string>
29        </dict>
30        <key>LSRequiresCarbon</key>
31        <true/>
32        <key>WindowState</key>
33        <dict>
34                <key>dividerCollapsed</key>
35                <false/>
36                <key>eventLogLevel</key>
37                <integer>-1</integer>
38                <key>name</key>
39                <string>ScriptWindowState</string>
40                <key>positionOfDivider</key>
41                <real>333</real>
42                <key>savedFrame</key>
43                <string>7 281 602 597 0 0 1440 878 </string>
44                <key>selectedTabView</key>
45                <string>result</string>
46        </dict>
47</dict>
48</plist>
Note: See TracBrowser for help on using the repository browser.