We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e011ff commit 7d3b5c6Copy full SHA for 7d3b5c6
RELEASE.md
@@ -3,9 +3,10 @@
3
1. Create binaries
4
5
```sh
6
- swift build -c release
7
- ./.build/release/CoreLocationCLI --help
8
- cp ./.build/release/CoreLocationCLI .
+ swift build -c release --arch arm64 --arch x86_64
+ ./.build/apple/Products/Release/CoreLocationCLI --help
+ lipo -info .build/apple/Products/Release/CoreLocationCLI
9
+ cp ./.build/apple/Products/Release/CoreLocationCLI .
10
zip CoreLocationCLI.zip CoreLocationCLI
11
```
12
0 commit comments