Skip to content

Commit b232da5

Browse files
committed
fix: update gitignore for creds, add ITSAppUsesNonExemptEncryption, android perms, dedup UIBackgroundModes
1 parent 8337dba commit b232da5

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

mobile/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
# EAS credentials
33
credentials.json
44
credentials/
5+
*.jks
6+
*.keystore
7+
*.p12
8+
*.mobileprovision

mobile/app.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"UIBackgroundModes": [
2323
"fetch",
2424
"remote-notification"
25-
]
25+
],
26+
"ITSAppUsesNonExemptEncryption": false
2627
}
2728
},
2829
"android": {
@@ -51,6 +52,10 @@
5152
"BROWSABLE"
5253
]
5354
}
55+
],
56+
"permissions": [
57+
"android.permission.RECEIVE_BOOT_COMPLETED",
58+
"android.permission.WAKE_LOCK"
5459
]
5560
},
5661
"plugins": [

0 commit comments

Comments
 (0)