We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371ce03 commit 60cb835Copy full SHA for 60cb835
CMakeLists.txt
@@ -11,7 +11,9 @@ if(MSVC)
11
add_compile_options(/MP)
12
endif()
13
14
-set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE INTERNAL "")
+set(CMAKE_OSX_ARCHITECTURES "$(ARCHS_STANDARD)" CACHE INTERNAL "")
15
+set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE INTERNAL "")
16
+
17
# linux detection
18
if(UNIX AND NOT APPLE)
19
set(LINUX TRUE CACHE INTERNAL "")
source/Info.plist
@@ -28,7 +28,7 @@
28
<key>CFBundlePackageType</key>
29
<string>APPL</string>
30
<key>CFBundleShortVersionString</key>
31
- <string>1.5</string>
+ <string>1.51</string>
32
<key>CFBundleSignature</key>
33
<string>????</string>
34
<key>CFBundleVersion</key>
0 commit comments