Skip to content

Commit

Permalink
Rename ionic package in files
Browse files Browse the repository at this point in the history
  • Loading branch information
yksolanki9 committed Dec 26, 2022
1 parent 86f55e1 commit 83478be
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<activity
android:exported="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:name="io.ionic.starter.com.ionic.starter.MainActivity"
android:name="com.ionic.comet_daily_journal.MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"
android:launchMode="singleTask">
Expand Down
8 changes: 4 additions & 4 deletions android/app/src/main/assets/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "io.ionic.starter",
"appName": "comet",
"webDir": "www",
"bundledWebRuntime": false
"appId": "com.ionic.comet_daily_journal",
"appName": "comet",
"webDir": "www",
"bundledWebRuntime": false
}
4 changes: 2 additions & 2 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<resources>
<string name="app_name">comet</string>
<string name="title_activity_main">comet</string>
<string name="package_name">io.ionic.starter</string>
<string name="custom_url_scheme">io.ionic.starter</string>
<string name="package_name">com.ionic.comet_daily_journal</string>
<string name="custom_url_scheme">com.ionic.comet_daily_journal</string>
</resources>
4 changes: 2 additions & 2 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { CapacitorConfig } from '@capacitor/cli';

const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appId: 'com.ionic.comet_daily_journal',
appName: 'comet',
webDir: 'www',
bundledWebRuntime: false
bundledWebRuntime: false,
};

export default config;
8 changes: 4 additions & 4 deletions ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "io.ionic.starter",
"appName": "comet",
"webDir": "www",
"bundledWebRuntime": false
"appId": "com.ionic.comet_daily_journal",
"appName": "comet",
"webDir": "www",
"bundledWebRuntime": false
}

0 comments on commit 83478be

Please sign in to comment.