Björn Ritzl hace 6 años
padre
commit
735ee5c855
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/en/manuals/ios.md

+ 2 - 2
docs/en/manuals/ios.md

@@ -84,7 +84,7 @@ When you have the code signing identity and privisioning profile, you are ready
 
 Select your code signing identity and browse for your mobile provisioning file. Select which architectures (32 bit, 64 bit and the iOS simulator) to bundle for as well as the variant (Debug or Release). You can optionally untick the `Sign application` checkbox to skip the signing process and then manually sign at a later stage.
 
-:::important
+::: important
 You **must** untick the `Sign application` checkbox when testing your game on the iOS simulator. You will be able to install the application but it will not boot.
 :::
 
@@ -92,7 +92,7 @@ Press *Create Bundle* and you will then be prompted to specify where on your com
 
 You specify what icon to use for the app, the launch screen image(s) and so forth on the *game.project* project settings file.
 
-:::important
+::: important
 When your game launches on iOS, the launch images are used to set the correct screen resolution. If you do not supply the correct image size, you will get a lower resolution with resulting black bars.
 :::