fix(ci): correct release-package destination specifier for v0.0.1 #29
@@ -99,7 +99,7 @@ jobs:
|
|||||||
xcodebuild clean build \
|
xcodebuild clean build \
|
||||||
-scheme MacMonitor \
|
-scheme MacMonitor \
|
||||||
-configuration Release \
|
-configuration Release \
|
||||||
-destination 'generic/platform=macOS,arch=x86_64' \
|
-destination 'platform=macOS,arch=x86_64' \
|
||||||
-derivedDataPath "$PWD/DerivedData" \
|
-derivedDataPath "$PWD/DerivedData" \
|
||||||
CODE_SIGNING_ALLOWED=NO
|
CODE_SIGNING_ALLOWED=NO
|
||||||
|
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ Before opening any Pull Request, ensure that the project compiles cleanly for In
|
|||||||
```bash
|
```bash
|
||||||
xcodebuild build test \
|
xcodebuild build test \
|
||||||
-scheme MacMonitor \
|
-scheme MacMonitor \
|
||||||
-destination 'generic/platform=macOS,arch=x86_64' \
|
-destination 'platform=macOS,arch=x86_64' \
|
||||||
CODE_SIGNING_ALLOWED=NO
|
CODE_SIGNING_ALLOWED=NO
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ git checkout develop
|
|||||||
# Build Release binary for Intel x86_64
|
# Build Release binary for Intel x86_64
|
||||||
xcodebuild build \
|
xcodebuild build \
|
||||||
-scheme MacMonitor \
|
-scheme MacMonitor \
|
||||||
-destination 'generic/platform=macOS,arch=x86_64' \
|
-destination 'platform=macOS,arch=x86_64' \
|
||||||
-configuration Release \
|
-configuration Release \
|
||||||
CODE_SIGNING_ALLOWED=NO
|
CODE_SIGNING_ALLOWED=NO
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user