Skip to content

Commit 64873e7

Browse files
committed
Some minor macOS build updates.
1 parent d732c19 commit 64873e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

data/config/wt_config_osx.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
originates, and once after going back to C++) - but when
425425
WebSockets is false, the JS will only be emitted once.
426426
-->
427-
<web-sockets>false</web-sockets>
427+
<web-sockets>true</web-sockets>
428428

429429
<!-- Enables the detection of webgl-capabilites.
430430

target/electron/macOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<key>LSApplicationCategoryType</key>
7171
<string>public.app-category.developer-tools</string>
7272
<key>LSMinimumSystemVersion</key>
73-
<string>10.9.0</string>
73+
<string>10.11.0</string>
7474
<key>NSHighResolutionCapable</key>
7575
<true/>
7676
<key>NSMainNibFile</key>

target/osx/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SET(MACOSX_BUNDLE_BUNDLE_VERSION "0" )
2020
SET(MACOSX_BUNDLE_COPYRIGHT "Sandia National Labs, Will Johnson" )
2121
SET(MACOSX_BUNDLE_GUI_IDENTIFIER "gov.sandia.macOS.InterSpec" )
2222
#set MACOS_BUNDLE_VERSION_NUMBER for Info.plist.template to populate corresponding value in Xcode
23-
set(MACOS_BUNDLE_VERSION_NUMBER 30)
23+
set(MACOS_BUNDLE_VERSION_NUMBER 35)
2424

2525

2626
SET( ${PRODUCT_NAME} "InterSpec" )

0 commit comments

Comments
 (0)