File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22 "appId" : " com.monkeycode.mobile" ,
33 "appName" : " MonkeyCode" ,
44 "webDir" : " ../frontend/dist" ,
5+ "ios" : {
6+ "contentInset" : " always" ,
7+ "backgroundColor" : " #faf9f5"
8+ },
59 "server" : {
610 "url" : " https://monkeycode-ai.com/console/" ,
7- "androidScheme" : " https"
11+ "androidScheme" : " https" ,
12+ "allowNavigation" : [
13+ " monkeycode-ai.com"
14+ ]
815 }
916}
Original file line number Diff line number Diff line change 2222 <string >$(CURRENT_PROJECT_VERSION) </string >
2323 <key >LSRequiresIPhoneOS </key >
2424 <true />
25+ <key >ITSAppUsesNonExemptEncryption </key >
26+ <false />
2527 <key >UILaunchStoryboardName </key >
2628 <string >LaunchScreen </string >
2729 <key >UIMainStoryboardFile </key >
Original file line number Diff line number Diff line change @@ -150,7 +150,10 @@ platform :ios do
150150 submit_for_review : true ,
151151 automatic_release : false ,
152152 force : true ,
153- precheck_include_in_app_purchases : false
153+ precheck_include_in_app_purchases : false ,
154+ submission_information : {
155+ export_compliance_uses_encryption : false
156+ }
154157 )
155158 end
156159end
You can’t perform that action at this time.
0 commit comments