File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ set(BUILD_AS_OSX_APP ON CACHE INTERNAL "Build a OSX native app" )
6
6
set (USE_OSX_NATIVE_MENU ON CACHE INTERNAL "Use macOS native menu-system" )
7
7
set (USE_SPECRUM_FILE_QUERY_WIDGET ON CACHE INTERNAL "Enable spectrum file query widget" )
8
8
set (TRY_TO_STATIC_LINK ON CACHE INTERNAL "Try to statically link" )
9
- set (CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE INTERNAL "Set OSX deployment target to 10.12" )
9
+ set (CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE INTERNAL "Set OSX deployment target to 10.13" )
10
+ set (USE_REL_ACT_TOOL ON CACHE INTERNAL "Enable Rel. Act. Tools" )
10
11
11
12
add_subdirectory ( ${CMAKE_CURRENT_SOURCE_DIR} /../../ InterSpecLib )
12
13
@@ -20,7 +21,7 @@ SET(MACOSX_BUNDLE_BUNDLE_VERSION "0" )
20
21
SET (MACOSX_BUNDLE_COPYRIGHT "Sandia National Labs, Will Johnson" )
21
22
SET (MACOSX_BUNDLE_GUI_IDENTIFIER "gov.sandia.macOS.InterSpec" )
22
23
#set MACOS_BUNDLE_VERSION_NUMBER for Info.plist.template to populate corresponding value in Xcode
23
- set (MACOS_BUNDLE_VERSION_NUMBER 37 )
24
+ set (MACOS_BUNDLE_VERSION_NUMBER 39 )
24
25
25
26
26
27
SET ( ${PRODUCT_NAME} "InterSpec" )
You can’t perform that action at this time.
0 commit comments