Skip to content

Commit cfab710

Browse files
Updated existing images to be figures and follow tutorial style. (#17)
1 parent 85bf058 commit cfab710

File tree

2 files changed

+25
-9
lines changed
  • articles/tutorials/advanced/MobileDeployment

2 files changed

+25
-9
lines changed

articles/tutorials/advanced/MobileDeployment/02_crossplatform/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ The key principle is **code sharing** of the game logic - we will extract the ga
3131

3232
# Cross-Platform Project Structure
3333

34-
When converted to support multiple platforms, your solution structure will look like this:
34+
When converted to support multiple platforms, your solution structure will look like this, as shown in the following figure.
3535

36-
![Cross Platform Projects](images/crossplatform_projects.png)
36+
| ![Figure 2-1: Cross Platform Projects](images/crossplatform_projects.png) |
37+
| :----------------------------------------------------------------------------------------------------------------------------------------: |
38+
| **Figure 2-1: Cross Platform Projects** |
3739

3840
This architecture separates concerns cleanly:
3941
- **Shared game logic** in a common library

articles/tutorials/advanced/MobileDeployment/04_publishing/index.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,19 @@ dotnet publish -c Release -f net8.0-ios -r ios-arm64 -p:ArchiveOnBuild=true
216216

217217
- Standalone upload tool from Apple
218218

219-
![Transporter](images/ios/transporter.png)
219+
| ![Figure 4-1: Transporter](images/ios/transporter.png) |
220+
| :----------------------------------------------------------------------------------------------------------------------------------------: |
221+
| **Figure 4-1: Transporter** |
220222

221223
- Useful for automated workflows
222224

223-
![Transporter Upload Step 1](images/ios/transporter-upload1.png)
225+
| ![Figure 4-2: Transporter Upload Step 1](images/ios/transporter-upload1.png) |
226+
| :----------------------------------------------------------------------------------------------------------------------------------------: |
227+
| **Figure 4-2: Transporter Upload Step 1** |
224228

225-
![Transporter Upload Step 2](images/ios/transporter-upload2.png)
229+
| ![Figure 4-3: Transporter Upload Step 2](images/ios/transporter-upload1.png) |
230+
| :----------------------------------------------------------------------------------------------------------------------------------------: |
231+
| **Figure 4-3: Transporter Upload Step 2** |
226232

227233
- Requires pre-signed IPA file
228234

@@ -235,11 +241,17 @@ After upload:
235241
3. **Status Check:** Wait for "Ready to Submit" status
236242
4. **Build Selection:** Choose the build for your app version
237243

238-
![Transporter](images/ios/testflight-build.png)
244+
| ![Figure 4-4: Transporter](images/ios/testflight-build.png) |
245+
| :----------------------------------------------------------------------------------------------------------------------------------------: |
246+
| **Figure 4-4: Transporter** |
239247

240-
![Transporter](images/ios/testflight-build-encryption.png)
248+
| ![Figure 4-5: Transporter](images/ios/testflight-build-encryption.png) |
249+
| :----------------------------------------------------------------------------------------------------------------------------------------: |
250+
| **Figure 4-5 Transporter** |
241251

242-
![Transporter](images/ios/testflight-build-assign-testers.png)
252+
| ![Figure 4-6: Transporter](images/ios/testflight-build-assign-testers.png) |
253+
| :----------------------------------------------------------------------------------------------------------------------------------------: |
254+
| **Figure 4-6: Transporter** |
243255

244256
## App Review Submission
245257

@@ -411,7 +423,9 @@ msbuild YourApp.Android.csproj /p:Configuration=Release /p:AndroidPackageFormat=
411423
dotnet publish -f net8.0-android -c Release /p:AndroidPackageFormat=apk
412424
```
413425

414-
![Visual Studio Archive](images/android/android_release.png)
426+
| ![Figure 4-7: Visual Studio Archive](images/android/android_release.png) |
427+
| :----------------------------------------------------------------------------------------------------------------------------------------: |
428+
| **Figure 4-7: Visual Studio Archive** |
415429

416430
### Verification Steps
417431

0 commit comments

Comments
 (0)