Skip to content

Commit 912809f

Browse files
config updates
1 parent 0f2f550 commit 912809f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

capacitor.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import type { CapacitorConfig } from '@capacitor/cli';
22

33
const config: CapacitorConfig = {
4-
appId: 'io.ionic.starter',
5-
appName: 'supertube',
4+
appId: 'in.superone.supertube',
5+
appName: 'Supertube',
66
webDir: 'dist'
77
};
88

ionic.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "supertube",
2+
"name": "Supertube",
33
"integrations": {
44
"capacitor": {}
55
},

0 commit comments

Comments
 (0)