Browse Source

Updated Assets.car export instructions

Björn Ritzl 4 years ago
parent
commit
8a0ed822f2

BIN
docs/en/manuals/images/ios/xcode_icons_add_icons.png


BIN
docs/en/manuals/images/ios/xcode_icons_build.png


BIN
docs/en/manuals/images/ios/xcode_icons_project_view.png


+ 5 - 7
docs/en/manuals/ios.md

@@ -168,22 +168,20 @@ Drag and drop images to the empty boxes representing the different supported ico
 Do not add any icons for Notifications, Settings or Spotlight.
 Do not add any icons for Notifications, Settings or Spotlight.
 :::
 :::
 
 
-When you are done select <kbd>Product</kbd> -> <kbd>Build</kbd>. Wait for the build process to finish.
+When you are done, set the active scheme to "Build -> Any iOS Device (arm64)" and select <kbd>Product</kbd> -> <kbd>Build</kbd>. Wait for the build process to finish.
+
+![Build project](images/ios/xcode_icons_build.png)
 
 
 The last step is to copy the compiled `Assets.car` file to your Defold project. Open Finder at the following location and copy the `Assets.car` file to your Defold project:
 The last step is to copy the compiled `Assets.car` file to your Defold project. Open Finder at the following location and copy the `Assets.car` file to your Defold project:
 
 
-    /Library/Developer/Xcode/DerivedData/YOUR-PRODUCT-NAME-cbqnwzfisotwygbybxohrhambkjy/Build/Products/Debug-iphonesimulator/Icons.app/Assets.car
+    /Library/Developer/Xcode/DerivedData/YOUR-PRODUCT-NAME-cbqnwzfisotwygbybxohrhambkjy/Build/Products/Debug-iphoneos/Icons.app/Assets.car
 
 
 Once you have the asset catalog file you can reference it and the icons from *game.project*:
 Once you have the asset catalog file you can reference it and the icons from *game.project*:
 
 
 ![Add icon and asset catalog to game.project](images/ios/defold_icons_game_project.png)
 ![Add icon and asset catalog to game.project](images/ios/defold_icons_game_project.png)
 
 
 ::: sidenote
 ::: sidenote
-The App Store icon does not have to be referenced from *game.project*. It is automatically extracted from the `Asset.car` file when uploading to iTunes Connect.
-:::
-
-::: sidenote
-To support older operating systems (iOS versions >= 7.0), the app icons are also required in the bundle outside of an asset catalog. This is why you also have to add the icons in **game.project**
+The App Store icon does not have to be referenced from *game.project*. It is automatically extracted from the `Assets.car` file when uploading to iTunes Connect.
 :::
 :::