Skip to content

Commit 5900604

Browse files
committed
Update to BrainFlow 5.8.2 and update Mac plist
1 parent 2e85631 commit 5900604

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

OpenBCI_GUI/Info.plist.tmpl

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>English</string>
77
<key>CFBundleExecutable</key>
8-
<string>@@sketch@@</string>
8+
<string>OpenBCI_GUI</string>
99
<key>CFBundleIconFile</key>
1010
<string>sketch.icns</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>@@sketch@@</string>
12+
<string>OpenBCI_GUI</string>
1313
<key>CFBundleDisplayName</key>
14-
<string>@@sketch@@</string>
14+
<string>OpenBCI_GUI</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
1616
<string>6.0</string>
1717
<key>CFBundleName</key>
18-
<string>@@sketch@@</string>
18+
<string>OpenBCI_GUI</string>
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121

@@ -29,19 +29,20 @@
2929
<key>NSHumanReadableCopyright</key>
3030
<string>MIT License
3131

32-
Copyright © 2023 OpenBCI
33-
</string>
32+
Copyright © 2023 OpenBCI
33+
</string>
3434
<key>CFBundleGetInfoString</key>
3535
<string>July 2023</string>
3636
<!-- End of the set that can be customized -->
3737

38-
@@jvm_runtime@@
38+
<key>JVMRuntime</key>
39+
<string>jdk-17.0.6+10</string>
3940

4041
<key>JVMMainClassName</key>
41-
<string>@@sketch@@</string>
42+
<string>OpenBCI_GUI</string>
4243

4344
<key>LSMinimumSystemVersion</key>
44-
<string>10.8.5</string>
45+
<string>10.14.6</string>
4546

4647
<key>NSHighResolutionCapable</key>
4748
<true/>
@@ -58,21 +59,23 @@
5859
</dict>
5960

6061
<key>LSUIPresentationMode</key>
61-
<integer>@@lsuipresentationmode@@</integer>
62+
<integer>0</integer>
6263

6364
<key>JVMOptions</key>
6465
<array>
65-
@@jvm_options_list@@
66+
<string>-Xms64m</string>
67+
<string>-Xmx10000m</string>
68+
<string>-Djna.nosys=false</string>
6669
<string>-Xdock:icon=$APP_ROOT/Contents/Resources/sketch.icns</string>
6770
<string>-Djava.library.path=$APP_ROOT/Contents/Java</string>
6871
<string>-Dapple.laf.useScreenMenuBar=true</string>
6972
<string>-Dcom.apple.macos.use-file-dialog-packages=true</string>
7073
<string>-Dcom.apple.macos.useScreenMenuBar=true</string>
71-
<string>-Dcom.apple.mrj.application.apple.menu.about.name=@@sketch@@</string>
74+
<string>-Dcom.apple.mrj.application.apple.menu.about.name=OpenBCI_GUI</string>
7275
<string>-Dcom.apple.smallTabs=true</string>
7376
</array>
7477
<key>JVMArguments</key>
7578
<array>
7679
</array>
7780
</dict>
78-
</plist>
81+
</plist>
887 KB
Binary file not shown.

0 commit comments

Comments
 (0)