Skip to content

Commit 43b7640

Browse files
author
gon
committed
Created a handlerOSC app
1 parent 08a987c commit 43b7640

File tree

168 files changed

+15067
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+15067
-0
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" ?>
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>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleExecutable</key>
8+
<string>handlerOSC</string>
9+
<key>CFBundleIconFile</key>
10+
<string>sketch.icns</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>handlerOSC</string>
13+
<key>CFBundleDisplayName</key>
14+
<string>handlerOSC</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>handlerOSC</string>
19+
<key>CFBundlePackageType</key>
20+
<string>APPL</string>
21+
22+
<!-- Customize this set as you wish -->
23+
<key>CFBundleShortVersionString</key>
24+
<string>1</string>
25+
<key>CFBundleVersion</key>
26+
<string>1</string>
27+
<key>CFBundleSignature</key>
28+
<string>????</string>
29+
<key>NSHumanReadableCopyright</key>
30+
<string>Your copyright here</string>
31+
<key>CFBundleGetInfoString</key>
32+
<string>Created with Processing</string>
33+
<!-- End of the set that can be customized -->
34+
35+
<key>JVMRuntime</key>
36+
<string>jdk1.8.0_202.jdk</string>
37+
38+
<key>JVMMainClassName</key>
39+
<string>handlerOSC</string>
40+
41+
<key>LSMinimumSystemVersion</key>
42+
<string>10.8.5</string>
43+
44+
<key>NSHighResolutionCapable</key>
45+
<true/>
46+
47+
<key>LSArchitecturePriority</key>
48+
<array>
49+
<string>x86_64</string>
50+
</array>
51+
52+
<key>LSEnvironment</key>
53+
<dict>
54+
<key>LC_CTYPE</key>
55+
<string>UTF-8</string>
56+
</dict>
57+
58+
<key>LSUIPresentationMode</key>
59+
<integer>0</integer>
60+
61+
<key>JVMOptions</key>
62+
<array>
63+
<string>-Djna.nosys=true</string>
64+
<string>-Djava.ext.dirs=$APP_ROOT/Contents/PlugIns/jdk1.8.0_202.jdk/Contents/Home/jre/lib/ext</string>
65+
66+
<string>-Xdock:icon=$APP_ROOT/Contents/Resources/sketch.icns</string>
67+
<string>-Djava.library.path=$APP_ROOT/Contents/Java</string>
68+
<string>-Dapple.laf.useScreenMenuBar=true</string>
69+
<string>-Dcom.apple.macos.use-file-dialog-packages=true</string>
70+
<string>-Dcom.apple.macos.useScreenMenuBar=true</string>
71+
<string>-Dcom.apple.mrj.application.apple.menu.about.name=handlerOSC</string>
72+
<string>-Dcom.apple.smallTabs=true</string>
73+
</array>
74+
<key>JVMArguments</key>
75+
<array>
76+
</array>
77+
</dict>
78+
</plist>
260 KB
Binary file not shown.
1.02 MB
Binary file not shown.
4.96 KB
Binary file not shown.
338 KB
Binary file not shown.
5.67 KB
Binary file not shown.
433 KB
Binary file not shown.
3.24 MB
Binary file not shown.
50.8 KB
Binary file not shown.
12.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)