Skip to content

Commit e7e9aaa

Browse files
committed
Updates
1 parent 3bb3423 commit e7e9aaa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

BuildScript.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)