Skip to content

Commit 98352e6

Browse files
authored
Merge pull request #10900 from gtodd876/master
update instructions and screenshot to work with XCode 16.3
1 parent b41aca0 commit 98352e6

15 files changed

+20
-10
lines changed

tutorials/export/exporting_for_ios.rst

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ After you click **Export Project**, there are still two important options left:
4444
* **Path** is an empty folder that will contain the exported Xcode project files.
4545
* **File** will be the name of the Xcode project and several project specific files and directories.
4646

47-
.. image:: img/ios_export_file.png
47+
.. image:: img/ios_export_file.webp
4848

4949
.. note:: This tutorial uses **exported_xcode_project_name**, but you will use your
5050
project's name. When you see **exported_xcode_project_name**
@@ -55,7 +55,7 @@ After you click **Export Project**, there are still two important options left:
5555

5656
When the export completes, the output folder should look like this:
5757

58-
.. image:: img/ios_export_output.png
58+
.. image:: img/ios_export_output.webp
5959

6060
Opening **exported_xcode_project_name.xcodeproj** lets you build and deploy
6161
like any other iOS app.
@@ -83,23 +83,33 @@ Steps to link a Godot project folder to Xcode
8383
1. Start from an exported iOS project (follow the steps above).
8484
2. In Finder, drag the Godot project folder into the Xcode file browser.
8585

86-
.. image:: img/ios_export_add_dir.png
86+
.. image:: img/ios_export_add_dir.webp
8787

88-
3. In the dialog, make sure **Create folder references** is selected. This means
89-
you will be able to continue to edit your Godot project in its current location.
88+
3. In the dialog, make sure to select Action: **Reference files in place** and Groups: **Create folders**. Uncheck Targets: **exported_xcode_project_name**.
9089

91-
.. image:: img/ios_export_file_ref.png
90+
.. image:: img/ios_export_file_ref.webp
9291

9392
4. See the **godot_project_to_export** folder in the Xcode file browser.
94-
5. Delete **exported_xcode_project_name.pck** from the Xcode project.
9593

96-
.. image:: img/ios_export_delete_pck.png
94+
5. Select the godot project in the Project navigator. Then on the other side of the XCode window, in the File Inspector, make these selections:
9795

98-
6. Open **exported_xcode_project_name-Info.plist** and add a string property named
96+
* **Location**: Relative to Project
97+
* **Build Rules**: Apply Once to Folder
98+
* add your project to **Target Membership**
99+
100+
.. image:: img/ios_export_file_inspector.webp
101+
102+
.. image:: img/ios_export_target_membership.webp
103+
104+
7. Delete **exported_xcode_project_name.pck** from the Xcode project in the project navigator.
105+
106+
.. image:: img/ios_export_delete_pck.webp
107+
108+
8. Open **exported_xcode_project_name-Info.plist** and add a string property named
99109
**godot_path** (this is the real key name) with a value **godot_project_to_export**
100110
(this is the name of your project)
101111

102-
.. image:: img/ios_export_set_path.png
112+
.. image:: img/ios_export_set_path.webp
103113

104114
That's it! You can now edit your project in the Godot editor and build it
105115
in Xcode when you want to run it on a device.
-227 KB
Binary file not shown.
103 KB
Binary file not shown.
-40.5 KB
Binary file not shown.
Binary file not shown.
-43 KB
Binary file not shown.
47.3 KB
Binary file not shown.
Binary file not shown.
-49.8 KB
Binary file not shown.
29 KB
Binary file not shown.
-57.6 KB
Binary file not shown.
174 KB
Binary file not shown.
-134 KB
Binary file not shown.
238 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)