diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index bbff242..6955d85 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: XCode 15 - run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer' + run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer' - uses: actions/cache@v3 with: diff --git a/README.md b/README.md index bab89fe..5f0e674 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/donate/?hosted_button_id=TSPDD3ZAAH24C) -`ReactBridge` provides Swift macros to expose Native Modules with their methods and Native UI Components to JavaScript. +`ReactBridge` provides Swift macros for React Native to expose Native Modules and UI Components to JavaScript. - [Getting Started](#getting-started) - [Native Module](#native-module)