Skip to content

Commit

Permalink
Action: Xcode 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhvorost committed Dec 11, 2023
1 parent 9da9a4c commit 5c99c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5c99c89

Please sign in to comment.