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 3bb3423 commit e7e9aaaCopy full SHA for e7e9aaa
BuildScript.sh
@@ -0,0 +1,15 @@
1
+project_path=$(cd `dirname $0`; pwd)
2
+
3
+project_name="RuntimeViewer"
4
5
+scheme_name="RuntimeViewerUsingAppKit"
6
7
+development_mode="Release"
8
9
+build_path=${project_path}/build
10
11
+xcodebuild build -scheme ${scheme_name} -configuration ${development_mode} -destination 'generic/platform=macOS' CONFIGURATION_BUILD_DIR=${build_path} ARCHS="x86_64 arm64e"
12
13
+exit 0
14
15
0 commit comments