Skip to content

Commit

Permalink
new bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCoderSJ committed Jul 29, 2024
1 parent e3a32a2 commit 09fb002
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "dev.shuchir.minichef",
"bundleIdentifier": "com.shuchir.minichef",
"buildNumber": "1",
"entitlements": {
"aps-environment": "development"
Expand All @@ -27,7 +27,7 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "dev.shuchir.minichef"
"package": "com.shuchir.minichef"
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
2 changes: 1 addition & 1 deletion screens/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ client = new Client();
client
.setEndpoint('https://appwrite.shuchir.dev/v1')
.setProject('minichef')
.setPlatform('dev.shuchir.minichef');
.setPlatform('com.shuchir.minichef');

db = new Databases(client);
account = new Account(client);
Expand Down
2 changes: 1 addition & 1 deletion screens/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ client = new Client();
client
.setEndpoint('https://appwrite.shuchir.dev/v1')
.setProject('minichef')
.setPlatform('dev.shuchir.minichef');
.setPlatform('com.shuchir.minichef');

account = new Account(client);
const functions = new Functions(client);
Expand Down

0 comments on commit 09fb002

Please sign in to comment.