Skip to content

Commit e5e2e26

Browse files
committed
Adding NSImageView example
1 parent 2246cef commit e5e2e26

File tree

7 files changed

+57
-0
lines changed

7 files changed

+57
-0
lines changed

NSImageView.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.NSImageView</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>NSImageView</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+
<false/>
36+
<key>bundlePositionOfDivider</key>
37+
<real>679</real>
38+
<key>dividerCollapsed</key>
39+
<true/>
40+
<key>eventLogLevel</key>
41+
<integer>2</integer>
42+
<key>name</key>
43+
<string>ScriptWindowState</string>
44+
<key>positionOfDivider</key>
45+
<real>496</real>
46+
<key>savedFrame</key>
47+
<string>537 344 977 747 0 0 1920 1177 </string>
48+
<key>selectedTab</key>
49+
<string>description</string>
50+
</dict>
51+
</dict>
52+
</plist>

NSImageView.app/Contents/MacOS/applet

24.3 KB
Binary file not shown.

NSImageView.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\cocoartf1334
2+
{\fonttbl}
3+
{\colortbl;\red255\green255\blue255;}
4+
}

0 commit comments

Comments
 (0)