We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2f550 commit 912809fCopy full SHA for 912809f
capacitor.config.ts
@@ -1,8 +1,8 @@
1
import type { CapacitorConfig } from '@capacitor/cli';
2
3
const config: CapacitorConfig = {
4
- appId: 'io.ionic.starter',
5
- appName: 'supertube',
+ appId: 'in.superone.supertube',
+ appName: 'Supertube',
6
webDir: 'dist'
7
};
8
ionic.config.json
@@ -1,5 +1,5 @@
{
- "name": "supertube",
+ "name": "Supertube",
"integrations": {
"capacitor": {}
},
0 commit comments