Skip to content

Commit 0612e07

Browse files
committed
MacOS bundled and reorganized!
1 parent 2ce77cc commit 0612e07

32 files changed

+1377
-521
lines changed

.DS_Store

6 KB
Binary file not shown.

IMPLEMENTATION_SUMMARY.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

README.md

Lines changed: 159 additions & 151 deletions
Large diffs are not rendered by default.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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>en</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.StackDealer</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>StackDealer</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>NSAppleEventsUsageDescription</key>
33+
<string>This script needs to control other applications to run.</string>
34+
<key>NSAppleMusicUsageDescription</key>
35+
<string>This script needs access to your music to run.</string>
36+
<key>NSCalendarsUsageDescription</key>
37+
<string>This script needs access to your calendars to run.</string>
38+
<key>NSCameraUsageDescription</key>
39+
<string>This script needs access to your camera to run.</string>
40+
<key>NSContactsUsageDescription</key>
41+
<string>This script needs access to your contacts to run.</string>
42+
<key>NSHomeKitUsageDescription</key>
43+
<string>This script needs access to your HomeKit Home to run.</string>
44+
<key>NSMicrophoneUsageDescription</key>
45+
<string>This script needs access to your microphone to run.</string>
46+
<key>NSPhotoLibraryUsageDescription</key>
47+
<string>This script needs access to your photos to run.</string>
48+
<key>NSRemindersUsageDescription</key>
49+
<string>This script needs access to your reminders to run.</string>
50+
<key>NSSiriUsageDescription</key>
51+
<string>This script needs access to Siri to run.</string>
52+
<key>NSSystemAdministrationUsageDescription</key>
53+
<string>This script needs access to administer this system to run.</string>
54+
<key>OSAAppletShowStartupScreen</key>
55+
<false/>
56+
<key>WindowState</key>
57+
<dict>
58+
<key>bundleDividerCollapsed</key>
59+
<true/>
60+
<key>bundlePositionOfDivider</key>
61+
<real>0.0</real>
62+
<key>dividerCollapsed</key>
63+
<false/>
64+
<key>eventLogLevel</key>
65+
<integer>2</integer>
66+
<key>name</key>
67+
<string>ScriptWindowState</string>
68+
<key>positionOfDivider</key>
69+
<real>443</real>
70+
<key>savedFrame</key>
71+
<string>245 442 700 678 0 0 2048 1127 </string>
72+
<key>selectedTab</key>
73+
<string>description</string>
74+
</dict>
75+
</dict>
76+
</plist>
48.7 KB
Binary file not shown.

StackDealer.app/Contents/PkgInfo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPLaplt
4.3 KB
Binary file not shown.
70.2 KB
Binary file not shown.
362 Bytes
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf2822
2+
\cocoatextscaling0\cocoaplatform0{\fonttbl}
3+
{\colortbl;\red255\green255\blue255;}
4+
{\*\expandedcolortbl;;}
5+
}

0 commit comments

Comments
 (0)