We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808ae37 commit 4fd8d47Copy full SHA for 4fd8d47
1 file changed
devbox.json
@@ -13,7 +13,6 @@
13
"shell": {
14
"init_hook": [
15
"echo 'Welcome to analytics-react-native devbox!' > /dev/null",
16
- "export IOS_RUNTIME=$(xcrun simctl list runtimes --json | jq -r '.runtimes[0] | .identifier')",
17
],
18
"scripts": {
19
"clean": [
@@ -30,12 +29,13 @@
30
29
"yarn test --coverage",
31
32
"setup-ios-devices": [
+ "IOS_RUNTIME=$(xcrun simctl list runtimes --json | jq -r '.runtimes[0] | .identifier')",
33
"xcodebuild -downloadPlatform iOS",
34
"xcrun simctl list devicetypes",
35
"xcrun simctl list runtimes",
36
"xcrun simctl create 'iPhone 14' 'iPhone 14' $IOS_RUNTIME",
37
"xcrun simctl create 'iPhone 17' 'iPhone 17' $IOS_RUNTIME",
38
- "xcrun simctl list devices",
+ "xcrun simctl list devices"
39
40
"test-android": [
41
"yarn install",
0 commit comments