File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 424
424
originates, and once after going back to C++) - but when
425
425
WebSockets is false, the JS will only be emitted once.
426
426
-->
427
- <web-sockets >false </web-sockets >
427
+ <web-sockets >true </web-sockets >
428
428
429
429
<!-- Enables the detection of webgl-capabilites.
430
430
Original file line number Diff line number Diff line change 70
70
<key >LSApplicationCategoryType </key >
71
71
<string >public.app-category.developer-tools </string >
72
72
<key >LSMinimumSystemVersion </key >
73
- <string >10.9 .0 </string >
73
+ <string >10.11 .0 </string >
74
74
<key >NSHighResolutionCapable </key >
75
75
<true />
76
76
<key >NSMainNibFile </key >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SET(MACOSX_BUNDLE_BUNDLE_VERSION "0" )
20
20
SET (MACOSX_BUNDLE_COPYRIGHT "Sandia National Labs, Will Johnson" )
21
21
SET (MACOSX_BUNDLE_GUI_IDENTIFIER "gov.sandia.macOS.InterSpec" )
22
22
#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 )
24
24
25
25
26
26
SET ( ${PRODUCT_NAME} "InterSpec" )
You can’t perform that action at this time.
0 commit comments