From 5c99c89475187a6995eed0aba359e1b2f9b7978c Mon Sep 17 00:00:00 2001 From: Iurii Khvorost Date: Mon, 11 Dec 2023 13:04:48 +0200 Subject: [PATCH] Action: Xcode 15.0.1 --- .github/workflows/swift.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)