Skip to content

Commit 74b094a

Browse files
committed
Adding ComboBox example
1 parent 3c8926b commit 74b094a

File tree

7 files changed

+57
-0
lines changed

7 files changed

+57
-0
lines changed

NSComboBox.app/Contents/Info.plist

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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.NSComboBox</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>NSComboBox</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>bundleDividerCollapsed</key>
35+
<true/>
36+
<key>bundlePositionOfDivider</key>
37+
<real>0.0</real>
38+
<key>dividerCollapsed</key>
39+
<false/>
40+
<key>eventLogLevel</key>
41+
<integer>-1</integer>
42+
<key>name</key>
43+
<string>ScriptWindowState</string>
44+
<key>positionOfDivider</key>
45+
<real>659</real>
46+
<key>savedFrame</key>
47+
<string>725 273 1185 904 0 0 1920 1177 </string>
48+
<key>selectedTabView</key>
49+
<string>result</string>
50+
</dict>
51+
</dict>
52+
</plist>

NSComboBox.app/Contents/MacOS/applet

24.3 KB
Binary file not shown.

NSComboBox.app/Contents/PkgInfo

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPLaplt
Binary file not shown.
70.2 KB
Binary file not shown.
388 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf1326\cocoasubrtf110
2+
{\fonttbl}
3+
{\colortbl;\red255\green255\blue255;}
4+
}

0 commit comments

Comments
 (0)