Skip to content

Commit 7d3b5c6

Browse files
committed
new build instructions
1 parent 8e011ff commit 7d3b5c6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

RELEASE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
1. Create binaries
44

55
```sh
6-
swift build -c release
7-
./.build/release/CoreLocationCLI --help
8-
cp ./.build/release/CoreLocationCLI .
6+
swift build -c release --arch arm64 --arch x86_64
7+
./.build/apple/Products/Release/CoreLocationCLI --help
8+
lipo -info .build/apple/Products/Release/CoreLocationCLI
9+
cp ./.build/apple/Products/Release/CoreLocationCLI .
910
zip CoreLocationCLI.zip CoreLocationCLI
1011
```
1112

0 commit comments

Comments
 (0)