Skip to content

Commit

Permalink
new build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Nov 22, 2022
1 parent 8e011ff commit 7d3b5c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
1. Create binaries

```sh
swift build -c release
./.build/release/CoreLocationCLI --help
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
cp ./.build/apple/Products/Release/CoreLocationCLI .
zip CoreLocationCLI.zip CoreLocationCLI
```

Expand Down

0 comments on commit 7d3b5c6

Please sign in to comment.