Skip to content

Commit 1cd7dab

Browse files
committed
add notif and service file for ios - app.json
1 parent 635153a commit 1cd7dab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

SmartClothingApp/app.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
"ios": {
1919
"supportsTablet": true,
2020
"bundleIdentifier": "com.arcs.smartclothingapp",
21-
"buildNumber": "1.0.0"
21+
"buildNumber": "1.0.0",
22+
"googleServicesFile": "./GoogleService-Info.plist",
23+
"entitlements": {
24+
"com.apple.developer.usernotifications": true,
25+
"aps-environment": "development"
26+
}
2227
},
2328
"android": {
2429
"package": "com.arcs.smartclothingapp",

0 commit comments

Comments
 (0)