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