Skip to content

Commit

Permalink
Fix icon and app name
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedsSoySauce committed May 28, 2021
1 parent c16bc65 commit 7b3dc37
Show file tree
Hide file tree
Showing 42 changed files with 12 additions and 843 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "io.ionic.starter"
applicationId "app.netlify.airtour"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.ionic.starter">
package="app.netlify.airtour">

<application
android:allowBackup="true"
Expand All @@ -12,7 +12,7 @@

<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:name="io.ionic.starter.MainActivity"
android:name="app.netlify.airtour.MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"
android:launchMode="singleTask">
Expand Down
4 changes: 2 additions & 2 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": "app",
"appId": "app.netlify.airtour",
"appName": "AirTour",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "build",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.ionic.starter;
package app.netlify.airtour;

import android.os.Bundle;

Expand Down
8 changes: 4 additions & 4 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">app</string>
<string name="title_activity_main">app</string>
<string name="package_name">io.ionic.starter</string>
<string name="custom_url_scheme">io.ionic.starter</string>
<string name="app_name">AirTour</string>
<string name="title_activity_main">AirTour</string>
<string name="package_name">app.netlify.airtour</string>
<string name="custom_url_scheme">app.netlify.airtour</string>
</resources>
4 changes: 2 additions & 2 deletions capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "io.ionic.starter",
"appName": "app",
"appId": "app.netlify.airtour",
"appName": "AirTour",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "build",
Expand Down
13 changes: 0 additions & 13 deletions ios/.gitignore

This file was deleted.

Loading

0 comments on commit 7b3dc37

Please sign in to comment.