We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd38583 commit b4c19feCopy full SHA for b4c19fe
.github/workflows/build.yml
@@ -19,6 +19,10 @@ jobs:
19
- name: macOS
20
os: macos-latest
21
22
+ - name: iOS
23
+ os: macos-latest
24
+ target: iOS
25
+
26
- name: Android32
27
os: ubuntu-latest
28
target: Android32
mod.json
@@ -4,7 +4,8 @@
4
"gd": {
5
"win": "*",
6
"android": "*",
7
- "mac": "2.2074"
+ "mac": "2.2074",
8
+ "ios": "2.2074"
9
},
10
"id": "geode.devtools",
11
"name": "DevTools",
0 commit comments