Skip to content

Commit 298b995

Browse files
added eas for ios emulator
1 parent 3a3ffa3 commit 298b995

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

app.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"newArchEnabled": true,
1111
"ios": {
1212
"supportsTablet": true,
13-
"bundleIdentifier": "com.campusconnect.app"
13+
"bundleIdentifier": "com.campusconnect.app",
14+
"infoPlist": {
15+
"ITSAppUsesNonExemptEncryption": false
16+
}
1417
},
1518
"android": {
1619
"adaptiveIcon": {

eas.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"distribution": "internal",
1010
"android": {
1111
"buildType": "apk"
12+
},
13+
"ios": {
14+
"simulator": true
1215
}
1316
},
1417
"preview": {
@@ -17,8 +20,23 @@
1720
"buildType": "apk"
1821
}
1922
},
23+
"preview-simulator": {
24+
"distribution": "internal",
25+
"ios": {
26+
"simulator": true
27+
}
28+
},
2029
"production": {
21-
"autoIncrement": true
30+
"autoIncrement": true,
31+
"android": {
32+
"buildType": "apk"
33+
}
34+
},
35+
"production-aab": {
36+
"autoIncrement": true,
37+
"android": {
38+
"buildType": "app-bundle"
39+
}
2240
}
2341
},
2442
"submit": {

0 commit comments

Comments
 (0)