From 792a09856de9d922ec7807286267bd241f8a31c4 Mon Sep 17 00:00:00 2001 From: kaseken Date: Thu, 21 Aug 2025 00:25:46 +0900 Subject: [PATCH] Fix typo - Fix incorrect JSON structure in turbo-native-modules-ios.md - Fix typo for CocoaPods --- docs/fabric-native-components-ios.md | 2 +- docs/the-new-architecture/pure-cxx-modules.md | 2 +- docs/turbo-native-modules-ios.md | 6 +++--- .../version-0.77/fabric-native-components-ios.md | 2 +- .../version-0.77/the-new-architecture/pure-cxx-modules.md | 2 +- .../version-0.77/turbo-native-modules-ios.md | 2 +- .../version-0.78/fabric-native-components-ios.md | 2 +- .../version-0.78/the-new-architecture/pure-cxx-modules.md | 2 +- .../version-0.78/turbo-native-modules-ios.md | 2 +- .../version-0.79/fabric-native-components-ios.md | 2 +- .../version-0.79/the-new-architecture/pure-cxx-modules.md | 2 +- .../version-0.79/turbo-native-modules-ios.md | 7 ++++--- .../version-0.80/fabric-native-components-ios.md | 2 +- .../version-0.80/the-new-architecture/pure-cxx-modules.md | 2 +- .../version-0.80/turbo-native-modules-ios.md | 7 ++++--- .../version-0.81/fabric-native-components-ios.md | 2 +- .../version-0.81/the-new-architecture/pure-cxx-modules.md | 2 +- .../version-0.81/turbo-native-modules-ios.md | 6 +++--- 18 files changed, 28 insertions(+), 26 deletions(-) diff --git a/docs/fabric-native-components-ios.md b/docs/fabric-native-components-ios.md index 4c4865a0d93..baad9bdb6d2 100644 --- a/docs/fabric-native-components-ios.md +++ b/docs/fabric-native-components-ios.md @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera We need to prepare your iOS project using Xcode by completing these **5 steps**: -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios diff --git a/docs/the-new-architecture/pure-cxx-modules.md b/docs/the-new-architecture/pure-cxx-modules.md index fd56a4f53ea..166e2a4a940 100644 --- a/docs/the-new-architecture/pure-cxx-modules.md +++ b/docs/the-new-architecture/pure-cxx-modules.md @@ -297,7 +297,7 @@ bundle exec pod install This step adds the `shared` folder to the project to make it visible to Xcode. -1. Open the CocoPods generated Xcode Workspace. +1. Open the CocoaPods generated Xcode Workspace. ```bash cd ios diff --git a/docs/turbo-native-modules-ios.md b/docs/turbo-native-modules-ios.md index 14585d220ce..b471497850b 100644 --- a/docs/turbo-native-modules-ios.md +++ b/docs/turbo-native-modules-ios.md @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface. -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios @@ -137,13 +137,13 @@ Modify the `package.json` as it follows: "jsSrcsDir": "specs", "android": { "javaPackageName": "com.sampleapp.specs" - } + }, // highlight-add-start "ios": { "modulesProvider": { "NativeLocalStorage": "RCTNativeLocalStorage" } - }, + } // highlight-add-end }, diff --git a/website/versioned_docs/version-0.77/fabric-native-components-ios.md b/website/versioned_docs/version-0.77/fabric-native-components-ios.md index 4c4865a0d93..baad9bdb6d2 100644 --- a/website/versioned_docs/version-0.77/fabric-native-components-ios.md +++ b/website/versioned_docs/version-0.77/fabric-native-components-ios.md @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera We need to prepare your iOS project using Xcode by completing these **5 steps**: -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios diff --git a/website/versioned_docs/version-0.77/the-new-architecture/pure-cxx-modules.md b/website/versioned_docs/version-0.77/the-new-architecture/pure-cxx-modules.md index afb36302fc2..dcc72097dc9 100644 --- a/website/versioned_docs/version-0.77/the-new-architecture/pure-cxx-modules.md +++ b/website/versioned_docs/version-0.77/the-new-architecture/pure-cxx-modules.md @@ -297,7 +297,7 @@ bundle exec pod install This step adds the `shared` folder to the project to make it visible to Xcode. -1. Open the CocoPods generated Xcode Workspace. +1. Open the CocoaPods generated Xcode Workspace. ```bash cd ios diff --git a/website/versioned_docs/version-0.77/turbo-native-modules-ios.md b/website/versioned_docs/version-0.77/turbo-native-modules-ios.md index c5b99dd100c..3409d1ff112 100644 --- a/website/versioned_docs/version-0.77/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.77/turbo-native-modules-ios.md @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface. -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios diff --git a/website/versioned_docs/version-0.78/fabric-native-components-ios.md b/website/versioned_docs/version-0.78/fabric-native-components-ios.md index 4c4865a0d93..baad9bdb6d2 100644 --- a/website/versioned_docs/version-0.78/fabric-native-components-ios.md +++ b/website/versioned_docs/version-0.78/fabric-native-components-ios.md @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera We need to prepare your iOS project using Xcode by completing these **5 steps**: -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios diff --git a/website/versioned_docs/version-0.78/the-new-architecture/pure-cxx-modules.md b/website/versioned_docs/version-0.78/the-new-architecture/pure-cxx-modules.md index 4234d867214..f134e3fc0c4 100644 --- a/website/versioned_docs/version-0.78/the-new-architecture/pure-cxx-modules.md +++ b/website/versioned_docs/version-0.78/the-new-architecture/pure-cxx-modules.md @@ -297,7 +297,7 @@ bundle exec pod install This step adds the `shared` folder to the project to make it visible to Xcode. -1. Open the CocoPods generated Xcode Workspace. +1. Open the CocoaPods generated Xcode Workspace. ```bash cd ios diff --git a/website/versioned_docs/version-0.78/turbo-native-modules-ios.md b/website/versioned_docs/version-0.78/turbo-native-modules-ios.md index c5b99dd100c..3409d1ff112 100644 --- a/website/versioned_docs/version-0.78/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.78/turbo-native-modules-ios.md @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface. -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios diff --git a/website/versioned_docs/version-0.79/fabric-native-components-ios.md b/website/versioned_docs/version-0.79/fabric-native-components-ios.md index 4c4865a0d93..baad9bdb6d2 100644 --- a/website/versioned_docs/version-0.79/fabric-native-components-ios.md +++ b/website/versioned_docs/version-0.79/fabric-native-components-ios.md @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera We need to prepare your iOS project using Xcode by completing these **5 steps**: -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios diff --git a/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md b/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md index a1502b66103..c37c92d22e6 100644 --- a/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md +++ b/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md @@ -297,7 +297,7 @@ bundle exec pod install This step adds the `shared` folder to the project to make it visible to Xcode. -1. Open the CocoPods generated Xcode Workspace. +1. Open the CocoaPods generated Xcode Workspace. ```bash cd ios diff --git a/website/versioned_docs/version-0.79/turbo-native-modules-ios.md b/website/versioned_docs/version-0.79/turbo-native-modules-ios.md index 4600cee9d8b..b471497850b 100644 --- a/website/versioned_docs/version-0.79/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.79/turbo-native-modules-ios.md @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface. -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios @@ -137,12 +137,13 @@ Modify the `package.json` as it follows: "jsSrcsDir": "specs", "android": { "javaPackageName": "com.sampleapp.specs" - } + }, // highlight-add-start - "ios": + "ios": { "modulesProvider": { "NativeLocalStorage": "RCTNativeLocalStorage" } + } // highlight-add-end }, diff --git a/website/versioned_docs/version-0.80/fabric-native-components-ios.md b/website/versioned_docs/version-0.80/fabric-native-components-ios.md index 4c4865a0d93..baad9bdb6d2 100644 --- a/website/versioned_docs/version-0.80/fabric-native-components-ios.md +++ b/website/versioned_docs/version-0.80/fabric-native-components-ios.md @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera We need to prepare your iOS project using Xcode by completing these **5 steps**: -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios diff --git a/website/versioned_docs/version-0.80/the-new-architecture/pure-cxx-modules.md b/website/versioned_docs/version-0.80/the-new-architecture/pure-cxx-modules.md index fd56a4f53ea..166e2a4a940 100644 --- a/website/versioned_docs/version-0.80/the-new-architecture/pure-cxx-modules.md +++ b/website/versioned_docs/version-0.80/the-new-architecture/pure-cxx-modules.md @@ -297,7 +297,7 @@ bundle exec pod install This step adds the `shared` folder to the project to make it visible to Xcode. -1. Open the CocoPods generated Xcode Workspace. +1. Open the CocoaPods generated Xcode Workspace. ```bash cd ios diff --git a/website/versioned_docs/version-0.80/turbo-native-modules-ios.md b/website/versioned_docs/version-0.80/turbo-native-modules-ios.md index 4600cee9d8b..b471497850b 100644 --- a/website/versioned_docs/version-0.80/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.80/turbo-native-modules-ios.md @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface. -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios @@ -137,12 +137,13 @@ Modify the `package.json` as it follows: "jsSrcsDir": "specs", "android": { "javaPackageName": "com.sampleapp.specs" - } + }, // highlight-add-start - "ios": + "ios": { "modulesProvider": { "NativeLocalStorage": "RCTNativeLocalStorage" } + } // highlight-add-end }, diff --git a/website/versioned_docs/version-0.81/fabric-native-components-ios.md b/website/versioned_docs/version-0.81/fabric-native-components-ios.md index 3503f24c03e..92491070f58 100644 --- a/website/versioned_docs/version-0.81/fabric-native-components-ios.md +++ b/website/versioned_docs/version-0.81/fabric-native-components-ios.md @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera We need to prepare your iOS project using Xcode by completing these **5 steps**: -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios diff --git a/website/versioned_docs/version-0.81/the-new-architecture/pure-cxx-modules.md b/website/versioned_docs/version-0.81/the-new-architecture/pure-cxx-modules.md index fd56a4f53ea..166e2a4a940 100644 --- a/website/versioned_docs/version-0.81/the-new-architecture/pure-cxx-modules.md +++ b/website/versioned_docs/version-0.81/the-new-architecture/pure-cxx-modules.md @@ -297,7 +297,7 @@ bundle exec pod install This step adds the `shared` folder to the project to make it visible to Xcode. -1. Open the CocoPods generated Xcode Workspace. +1. Open the CocoaPods generated Xcode Workspace. ```bash cd ios diff --git a/website/versioned_docs/version-0.81/turbo-native-modules-ios.md b/website/versioned_docs/version-0.81/turbo-native-modules-ios.md index 631963b5ade..32bcaf5f485 100644 --- a/website/versioned_docs/version-0.81/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.81/turbo-native-modules-ios.md @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface. -1. Open the CocoPods generated Xcode Workspace: +1. Open the CocoaPods generated Xcode Workspace: ```bash cd ios @@ -137,13 +137,13 @@ Modify the `package.json` as it follows: "jsSrcsDir": "specs", "android": { "javaPackageName": "com.sampleapp.specs" - } + }, // highlight-add-start "ios": { "modulesProvider": { "NativeLocalStorage": "RCTNativeLocalStorage" } - }, + } // highlight-add-end },