We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc63be commit 3f9821fCopy full SHA for 3f9821f
1 file changed
devbox.json
@@ -5,10 +5,13 @@
5
"nodejs": "latest",
6
"act": "latest",
7
"git": "latest",
8
- "cocoapods": "latest",
9
"gradle": "latest",
10
"jdk17": "latest",
11
- "android-tools": "latest"
+ "android-tools": "latest",
+ "cocoapods": {
12
+ "version": "latest",
13
+ "platforms": ["aarch64-darwin", "x86_64-darwin"]
14
+ }
15
},
16
"shell": {
17
"init_hook": [
0 commit comments