File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 99 "distribution" : " internal" ,
1010 "android" : {
1111 "buildType" : " apk"
12+ },
13+ "ios" : {
14+ "simulator" : true
1215 }
1316 },
1417 "preview" : {
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" : {
You can’t perform that action at this time.
0 commit comments