Skip to content

Commit

Permalink
React Native fix for latest XCode (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik authored Sep 25, 2023
1 parent e853c38 commit 5d77b29
Show file tree
Hide file tree
Showing 7 changed files with 228 additions and 228 deletions.
2 changes: 1 addition & 1 deletion binding/react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Cheetah is an on-device speech-to-text engine. Cheetah is:
This binding is for running Cheetah on **React Native 0.62.2+** on the following platforms:

- Android 5.0+ (SDK 21+)
- iOS 10.0+
- iOS 11.0+

## Installation

Expand Down
2 changes: 1 addition & 1 deletion binding/react-native/cheetah-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "10.0" }
s.platforms = { :ios => "11.0" }
s.source = { :git => "https://github.com/Picovoice/cheetah.git", :tag => "#{s.version}" }

s.source_files = "ios/*.{h,m,mm,swift}"
Expand Down
2 changes: 1 addition & 1 deletion binding/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "17.0.2",
"react-native": "0.68.5",
"react-native": "0.68.7",
"react-native-builder-bob": "^0.18.3",
"release-it": "^15.4.1",
"typescript": "^4.9.3"
Expand Down
8 changes: 4 additions & 4 deletions binding/react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8115,10 +8115,10 @@ react-native-gradle-plugin@^0.0.6:
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz#b61a9234ad2f61430937911003cddd7e15c72b45"
integrity sha512-eIlgtsmDp1jLC24dRn43hB3kEcZVqx6DUQbR0N1ABXGnMEafm9I3V3dUUeD1vh+Dy5WqijSoEwLNUPLgu5zDMg==

[email protected].5:
version "0.68.5"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.68.5.tgz#8ba7389e00b757c59b6ea23bf38303d52367d155"
integrity sha512-t3kiQ/gumFV+0r/NRSIGtYxanjY4da0utFqHgkMcRPJVwXFWC0Fr8YiOeRGYO1dp8EfrSsOjtfWic/inqVYlbQ==
[email protected].7:
version "0.68.7"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.68.7.tgz#9b179f909ac8640e369957696f98070ddf7c32e7"
integrity sha512-t7XvcwKyXhN9vR8GfgLUyEYYccwI390pG7debFSGns/5Vb0+/ZiGuSmVZGLNt1NVc3UH2zI2GGkDdSJR8Locig==
dependencies:
"@jest/create-cache-key-function" "^27.0.1"
"@react-native-community/cli" "^7.0.3"
Expand Down
Loading

0 comments on commit 5d77b29

Please sign in to comment.