Skip to content

Commit 1ded0a1

Browse files
initial version of the GUI
1 parent 8ee9a26 commit 1ded0a1

File tree

20 files changed

+1563
-0
lines changed

20 files changed

+1563
-0
lines changed
Lines changed: 52 additions & 0 deletions
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>ws.willner.alex.RunMojaveVirtualbox</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>RunMojaveVirtualbox</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>2</integer>
42+
<key>name</key>
43+
<string>ScriptWindowState</string>
44+
<key>positionOfDivider</key>
45+
<real>711</real>
46+
<key>savedFrame</key>
47+
<string>0 32 1680 995 0 0 1680 1028 </string>
48+
<key>selectedTab</key>
49+
<string>description</string>
50+
</dict>
51+
</dict>
52+
</plist>
24.4 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPLaplt
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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>BuildMachineOSBuild</key>
6+
<string>17F77</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleExecutable</key>
10+
<string>ProgressDialog</string>
11+
<key>CFBundleIconFile</key>
12+
<string>ProgressDialog.icns</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>com.tsntsumi.ProgressDialog</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>ProgressDialog</string>
19+
<key>CFBundlePackageType</key>
20+
<string>APPL</string>
21+
<key>CFBundleShortVersionString</key>
22+
<string>1.0</string>
23+
<key>CFBundleSignature</key>
24+
<string>????</string>
25+
<key>CFBundleSupportedPlatforms</key>
26+
<array>
27+
<string>MacOSX</string>
28+
</array>
29+
<key>CFBundleVersion</key>
30+
<string>1</string>
31+
<key>DTCompiler</key>
32+
<string>com.apple.compilers.llvm.clang.1_0</string>
33+
<key>DTPlatformBuild</key>
34+
<string>9F2000</string>
35+
<key>DTPlatformVersion</key>
36+
<string>GM</string>
37+
<key>DTSDKBuild</key>
38+
<string>17E189</string>
39+
<key>DTSDKName</key>
40+
<string>macosx10.13</string>
41+
<key>DTXcode</key>
42+
<string>0941</string>
43+
<key>DTXcodeBuild</key>
44+
<string>9F2000</string>
45+
<key>LSMinimumSystemVersion</key>
46+
<string>10.9</string>
47+
<key>NSAppleScriptEnabled</key>
48+
<true/>
49+
<key>NSHumanReadableCopyright</key>
50+
<string>Copyright © 2014年 tsntsumi. All rights reserved.</string>
51+
<key>NSMainNibFile</key>
52+
<string>MainMenu</string>
53+
<key>NSPrincipalClass</key>
54+
<string>NSApplication</string>
55+
<key>OSAScriptingDefinition</key>
56+
<string>ProgressDialog.sdef</string>
57+
</dict>
58+
</plist>
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPL????

0 commit comments

Comments
 (0)