Skip to content

Commit 6518852

Browse files
authored
update few Xcode related screenshots, add dark theme images (#5124)
1 parent 87e3fe2 commit 6518852

25 files changed

Lines changed: 195 additions & 32 deletions

docs/_getting-started-macos-ios.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import ThemedImage from '@theme/ThemedImage';
2+
13
## Installing dependencies
24

35
You will need Node, Watchman, the React Native command line interface, Xcode and CocoaPods.
@@ -27,7 +29,13 @@ The easiest way to install Xcode is via the [Mac App Store](https://itunes.apple
2729

2830
You will also need to install the Xcode Command Line Tools. Open Xcode, then choose **Settings... (or Preferences...)** from the Xcode menu. Go to the Locations panel and install the tools by selecting the most recent version in the Command Line Tools dropdown.
2931

30-
![Xcode Command Line Tools](/docs/assets/GettingStartedXcodeCommandLineTools.png)
32+
<ThemedImage
33+
alt="Xcode Command Line Tools configuration"
34+
sources={{
35+
light: '/docs/assets/GettingStartedXcodeCommandLineTools.png',
36+
dark: '/docs/assets/GettingStartedXcodeCommandLineToolsDark.png',
37+
}}
38+
/>
3139

3240
#### Installing an iOS Simulator in Xcode
3341

docs/_integration-with-existing-apps-ios.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Tabs from '@theme/Tabs';
22
import TabItem from '@theme/TabItem';
3+
import ThemedImage from '@theme/ThemedImage';
34
import constants from '@site/core/TabsConstants';
45
import CodeBlock from '@theme/CodeBlock';
56
import RNTemplateRepoLink from '@site/core/RNTemplateRepoLink';
@@ -68,7 +69,13 @@ Add `node_modules/` to your `.gitignore` file (here the <RNTemplateRepoLink href
6869

6970
Install the Command Line Tools. Choose **Settings... (or Preferences...)** in the Xcode menu. Go to the Locations panel and install the tools by selecting the most recent version in the Command Line Tools dropdown.
7071

71-
![Xcode Command Line Tools](/docs/assets/GettingStartedXcodeCommandLineTools.png)
72+
<ThemedImage
73+
alt="Xcode Command Line Tools configuration"
74+
sources={{
75+
light: '/docs/assets/GettingStartedXcodeCommandLineTools.png',
76+
dark: '/docs/assets/GettingStartedXcodeCommandLineToolsDark.png',
77+
}}
78+
/>
7279

7380
### CocoaPods
7481

docs/publishing-to-app-store.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ id: publishing-to-app-store
33
title: Publishing to Apple App Store
44
---
55

6+
import ThemedImage from '@theme/ThemedImage';
7+
68
The publishing process is the same as any other native iOS app, with some additional considerations to take into account.
79

810
:::info
@@ -13,9 +15,15 @@ If you are using Expo, read the Expo guide for [Deploying to App Stores](https:/
1315

1416
Building an app for distribution in the App Store requires using the `Release` scheme in Xcode. Apps built for `Release` will automatically disable the in-app Dev Menu, which will prevent your users from inadvertently accessing the menu in production. It will also bundle the JavaScript locally, so you can put the app on a device and test whilst not connected to the computer.
1517

16-
To configure your app to be built using the `Release` scheme, go to **Product****Scheme****Edit Scheme**. Select the **Run** tab in the sidebar, then set the Build Configuration dropdown to `Release`.
18+
To configure your app to be built using the `Release` scheme, go to **Product****Scheme****Edit Scheme**. Select the **Run** tab in the sidebar, then set the **Build Configuration** dropdown to `Release`.
1719

18-
![](/docs/assets/ConfigureReleaseScheme.png)
20+
<ThemedImage
21+
alt="Xcode Release Scheme configuration"
22+
sources={{
23+
light: '/docs/assets/ConfigureReleaseScheme.png',
24+
dark: '/docs/assets/ConfigureReleaseSchemeDark.png',
25+
}}
26+
/>
1927

2028
#### Pro Tips
2129

26.5 KB
Loading
49.4 KB
Loading
-90.2 KB
Loading
110 KB
Loading

website/versioned_docs/version-0.77/publishing-to-app-store.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ id: publishing-to-app-store
33
title: Publishing to Apple App Store
44
---
55

6+
import ThemedImage from '@theme/ThemedImage';
7+
68
The publishing process is the same as any other native iOS app, with some additional considerations to take into account.
79

810
:::info
@@ -13,9 +15,15 @@ If you are using Expo, read the Expo guide for [Deploying to App Stores](https:/
1315

1416
Building an app for distribution in the App Store requires using the `Release` scheme in Xcode. Apps built for `Release` will automatically disable the in-app Dev Menu, which will prevent your users from inadvertently accessing the menu in production. It will also bundle the JavaScript locally, so you can put the app on a device and test whilst not connected to the computer.
1517

16-
To configure your app to be built using the `Release` scheme, go to **Product****Scheme****Edit Scheme**. Select the **Run** tab in the sidebar, then set the Build Configuration dropdown to `Release`.
18+
To configure your app to be built using the `Release` scheme, go to **Product****Scheme****Edit Scheme**. Select the **Run** tab in the sidebar, then set the **Build Configuration** dropdown to `Release`.
1719

18-
![](/docs/assets/ConfigureReleaseScheme.png)
20+
<ThemedImage
21+
alt="Docusaurus themed image"
22+
sources={{
23+
light: '/docs/assets/ConfigureReleaseScheme.png',
24+
dark: '/docs/assets/ConfigureReleaseSchemeDark.png',
25+
}}
26+
/>
1927

2028
#### Pro Tips
2129

website/versioned_docs/version-0.78/publishing-to-app-store.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ id: publishing-to-app-store
33
title: Publishing to Apple App Store
44
---
55

6+
import ThemedImage from '@theme/ThemedImage';
7+
68
The publishing process is the same as any other native iOS app, with some additional considerations to take into account.
79

810
:::info
@@ -13,9 +15,15 @@ If you are using Expo, read the Expo guide for [Deploying to App Stores](https:/
1315

1416
Building an app for distribution in the App Store requires using the `Release` scheme in Xcode. Apps built for `Release` will automatically disable the in-app Dev Menu, which will prevent your users from inadvertently accessing the menu in production. It will also bundle the JavaScript locally, so you can put the app on a device and test whilst not connected to the computer.
1517

16-
To configure your app to be built using the `Release` scheme, go to **Product****Scheme****Edit Scheme**. Select the **Run** tab in the sidebar, then set the Build Configuration dropdown to `Release`.
18+
To configure your app to be built using the `Release` scheme, go to **Product****Scheme****Edit Scheme**. Select the **Run** tab in the sidebar, then set the **Build Configuration** dropdown to `Release`.
1719

18-
![](/docs/assets/ConfigureReleaseScheme.png)
20+
<ThemedImage
21+
alt="Docusaurus themed image"
22+
sources={{
23+
light: '/docs/assets/ConfigureReleaseScheme.png',
24+
dark: '/docs/assets/ConfigureReleaseSchemeDark.png',
25+
}}
26+
/>
1927

2028
#### Pro Tips
2129

website/versioned_docs/version-0.79/publishing-to-app-store.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ id: publishing-to-app-store
33
title: Publishing to Apple App Store
44
---
55

6+
import ThemedImage from '@theme/ThemedImage';
7+
68
The publishing process is the same as any other native iOS app, with some additional considerations to take into account.
79

810
:::info
@@ -13,9 +15,15 @@ If you are using Expo, read the Expo guide for [Deploying to App Stores](https:/
1315

1416
Building an app for distribution in the App Store requires using the `Release` scheme in Xcode. Apps built for `Release` will automatically disable the in-app Dev Menu, which will prevent your users from inadvertently accessing the menu in production. It will also bundle the JavaScript locally, so you can put the app on a device and test whilst not connected to the computer.
1517

16-
To configure your app to be built using the `Release` scheme, go to **Product****Scheme****Edit Scheme**. Select the **Run** tab in the sidebar, then set the Build Configuration dropdown to `Release`.
18+
To configure your app to be built using the `Release` scheme, go to **Product****Scheme****Edit Scheme**. Select the **Run** tab in the sidebar, then set the **Build Configuration** dropdown to `Release`.
1719

18-
![](/docs/assets/ConfigureReleaseScheme.png)
20+
<ThemedImage
21+
alt="Docusaurus themed image"
22+
sources={{
23+
light: '/docs/assets/ConfigureReleaseScheme.png',
24+
dark: '/docs/assets/ConfigureReleaseSchemeDark.png',
25+
}}
26+
/>
1927

2028
#### Pro Tips
2129

0 commit comments

Comments
 (0)