Skip to content

Commit 75b6bcd

Browse files
committed
chore: asset path
1 parent 8b1b1a0 commit 75b6bcd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/guide/publishing/apple-app-store.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,15 @@ In your **app/App_Resources/iOS/Assets.xcassets** you will find the following su
195195
Open **AppIcon.appiconset** and change the default icons images with your own using the proper resolution for each image (e.g., icon-29.png should be 29px x 29px; icon-29@2x should be 58px x 58px; icon-29@3x should be 87px x 87px).
196196
If your images have different file names then open Contents.json and change the key `filename` for each image.
197197

198-
<img alt="App icons config.json" src="../assets/publishing/launch-screen-howto-002.png" />
198+
<img alt="App icons config.json" src="../../assets/publishing/launch-screen-howto-002.png" />
199199

200200
- Changing AppIcons: Xcode WYSIWYG approach
201201

202202
Drag and drop your **Assets.xcassets** into Xcode (7.1 or newer version).
203203
In the opened window choose **AppIcon** and add a proper image for each iOS version and device.
204204
Close Xcode and rebuild your NativeScript app to use the new AppIcons.
205205

206-
<img alt="AppIcon setup in Xcode" src="../assets/publishing/launch-screen-howto-003.png" />
206+
<img alt="AppIcon setup in Xcode" src="../../assets/publishing/launch-screen-howto-003.png" />
207207

208208
#### Customizing launch images
209209

@@ -252,7 +252,7 @@ Your own storyboard can be customized to use your own logic with different image
252252
However, keep in mind that according to iOS Human Interface Guidelines, the LaunchScreen should be as light as possible
253253
with minimal or no moving elements and text labels. It is meant to provide immediate UX rather than artistic presentation.
254254

255-
<img alt="LaunchScreen setup in Xcode" src="../assets/publishing/launch-screen-howto-010.png" />
255+
<img alt="LaunchScreen setup in Xcode" src="../../assets/publishing/launch-screen-howto-010.png" />
256256

257257
##### Customizing LaunchScreen.AspectFill
258258

@@ -275,7 +275,7 @@ Drag and drop your **Assets.xcassets** into Xcode (7.1 or newer version).
275275
In the opened window choose **LaunchScreen.AspectFill** and add the properly scaled image for each entry (1x, 2x and 3x).
276276
Close Xcode and rebuild your NativeScript app to use the new LaunchScreen.AspectFill.
277277

278-
<img alt="LaunchScreen.AspectFill setup in Xcode" src="../assets/publishing/launch-screen-howto-008.png" />
278+
<img alt="LaunchScreen.AspectFill setup in Xcode" src="../../assets/publishing/launch-screen-howto-008.png" />
279279

280280
##### Customizing LaunchScreen.Center
281281

@@ -298,7 +298,7 @@ Drag and drop your **Assets.xcassets** into Xcode (7.1 or newer version).
298298
In the opened window choose **LaunchScreen.Center** and add the properly scaled image for each entry (1x, 2x and 3x).
299299
Close Xcode and rebuild your NativeScript app to use the new LaunchScreen.Center.
300300

301-
<img alt="LaunchScreen.Center setup in Xcode" src="../assets/publishing/launch-screen-howto-009.png" />
301+
<img alt="LaunchScreen.Center setup in Xcode" src="../../assets/publishing/launch-screen-howto-009.png" />
302302

303303
### Certificates, identifiers & profiles
304304

0 commit comments

Comments
 (0)