Skip to content

Commit dd94cc7

Browse files
authored
no longer nightly
1 parent b3da6aa commit dd94cc7

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

misc/ios.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ title: iOS Development Setup
44

55
# iOS Development Setup
66

7-
Something something preamble
8-
97
You will have to edit your `CMakeLists.txt` on your exiting mods. Newer created mods will already have this change
108
```cmake
119
# At the beginning of your CMakeLists.txt, change this:
@@ -24,11 +22,10 @@ To build mods for iOS, you must have Mac OS with the iPhone SDK installed from X
2422

2523
You must also get the Geode binaries for iOS, you can do this using the CLI:
2624
```bash
27-
geode sdk update nightly
2825
geode sdk install-binaries --platform ios
2926
```
3027

31-
Nightly is required, as iOS is currently not on the stable release for Geode.
28+
SDK Version 4.4.0 or higher is required, so make sure to update your SDK first.
3229

3330
Now you can build your mod for iOS via:
3431
```bash
@@ -48,11 +45,6 @@ To build your mod for iOS using `geode-sdk/build-geode-mod`, you have to add iOS
4845
target: iOS
4946
```
5047
51-
As of writing this, iOS support is only available on nightly Geode, so make sure to add this to the options of the `build-geode-mod` step
52-
```yml
53-
sdk: nightly
54-
```
55-
5648
## Web Server
5749
5850
If your iOS device is not jailbroken, it is generally recommended to follow this section to enable the web server.
@@ -99,4 +91,4 @@ curl -X POST -F "file=@${GEODE_MOD}" "${DEVICE_URL}/upload"
9991
10092
# Including this curl request is optional.
10193
curl -X POST "${DEVICE_URL}/launch"
102-
```
94+
```

0 commit comments

Comments
 (0)