Skip to content

Commit

Permalink
Build: Rename build script of Apple.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Oct 1, 2024
1 parent 25d6309 commit a9166d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
make clean
- name: Build cross
run: |
./build.sh
./build-apple.sh
android:
name: Android
runs-on: ubuntu-22.04
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ git clone --recursive https://github.com/heiher/hev-socks5-tunnel jni
ndk-build
```

### iOS and MacOS
### iOS and macOS

```bash
git clone --recursive https://github.com/heiher/hev-socks5-tunnel
cd hev-socks5-tunnel
# will generate HevSocks5Tunnel.xcframework
./build.sh
./build-apple.sh
```

### Library
Expand Down
File renamed without changes.

0 comments on commit a9166d1

Please sign in to comment.