File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 147147# ---------------------------------------------------------------------------------------------------------
148148# build xcode project. Change target to build individual formats, or add to All target in the xcode project
149149
150- xcodebuild -project ./projects/$PLUGIN_NAME -macOS.xcodeproj -xcconfig ./config/$PLUGIN_NAME -mac.xcconfig DEMO_VERSION=$DEMO -target " All" -UseModernBuildSystem=NO - configuration Release | tee build-mac.log | xcpretty # && exit ${PIPESTATUS[0]}
150+ xcodebuild -project ./projects/$PLUGIN_NAME -macOS.xcodeproj -xcconfig ./config/$PLUGIN_NAME -mac.xcconfig DEMO_VERSION=$DEMO -target " All" -configuration Release | tee build-mac.log | xcpretty # && exit ${PIPESTATUS[0]}
151151
152152if [ " ${PIPESTATUS[0]} " -ne " 0" ]; then
153153 echo " ERROR: build failed, aborting"
You can’t perform that action at this time.
0 commit comments