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 154
154
# ---------------------------------------------------------------------------------------------------------
155
155
# build xcode project. Change target to build individual formats, or add to All target in the xcode project
156
156
157
- 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]}
157
+ 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]}
158
158
159
159
if [ " ${PIPESTATUS[0]} " -ne " 0" ]; then
160
160
echo " ERROR: build failed, aborting"
You can’t perform that action at this time.
0 commit comments