Browse Source

Change the bundle name

master v2.7.0
Kenneth Bruen 2 years ago
parent
commit
e715a9634d
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 1
      CHANGELOG.TXT
  2. 2
      android/app/build.gradle
  3. 2
      android/app/src/debug/AndroidManifest.xml
  4. 2
      android/app/src/main/AndroidManifest.xml
  5. 2
      android/app/src/main/kotlin/xyz/dcdevelop/infotren/MainActivity.kt
  6. 2
      android/app/src/profile/AndroidManifest.xml
  7. 6
      ios/Runner.xcodeproj/project.pbxproj
  8. 2
      macos/Runner/Configs/AppInfo.xcconfig

1
CHANGELOG.TXT

@ -1,5 +1,6 @@
v2.7.0 v2.7.0
Changed domain name for server providing the data. Changed domain name for server providing the data.
Changed bundle name accordingly.
v2.6.0 v2.6.0
Added ability to view yesterday data for trains that didn't depart yet today. Added ability to view yesterday data for trains that didn't depart yet today.

2
android/app/build.gradle

@ -43,7 +43,7 @@ android {
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "xyz.dcdevelop.infotren" applicationId "ro.dcdev.infotren"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 31 targetSdkVersion 31
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()

2
android/app/src/debug/AndroidManifest.xml

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="xyz.dcdevelop.infotren"> package="ro.dcdev.infotren">
<!-- Flutter needs it to communicate with the running application <!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc. to allow setting breakpoints, to provide hot reload, etc.
--> -->

2
android/app/src/main/AndroidManifest.xml

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="xyz.dcdevelop.infotren"> package="ro.dcdev.infotren">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<application <application
android:label="Info Tren" android:label="Info Tren"

2
android/app/src/main/kotlin/xyz/dcdevelop/infotren/MainActivity.kt

@ -1,4 +1,4 @@
package xyz.dcdevelop.infotren package ro.dcdev.infotren
import io.flutter.embedding.android.FlutterActivity import io.flutter.embedding.android.FlutterActivity

2
android/app/src/profile/AndroidManifest.xml

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="xyz.dcdevelop.info_tren"> package="ro.dcdev.info_tren">
<!-- Flutter needs it to communicate with the running application <!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc. to allow setting breakpoints, to provide hot reload, etc.
--> -->

6
ios/Runner.xcodeproj/project.pbxproj

@ -296,7 +296,7 @@
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 2.0.7; MARKETING_VERSION = 2.0.7;
PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren; PRODUCT_BUNDLE_IDENTIFIER = ro.dcdev.infotren;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
@ -426,7 +426,7 @@
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 2.0.7; MARKETING_VERSION = 2.0.7;
PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren; PRODUCT_BUNDLE_IDENTIFIER = ro.dcdev.infotren;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@ -450,7 +450,7 @@
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 2.0.7; MARKETING_VERSION = 2.0.7;
PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren; PRODUCT_BUNDLE_IDENTIFIER = ro.dcdev.infotren;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;

2
macos/Runner/Configs/AppInfo.xcconfig

@ -8,7 +8,7 @@
PRODUCT_NAME = Info Tren PRODUCT_NAME = Info Tren
// The application's bundle identifier // The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren PRODUCT_BUNDLE_IDENTIFIER = ro.dcdev.infotren
// The copyright displayed in application information // The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2021 Dan Cojocaru. All rights reserved. PRODUCT_COPYRIGHT = Copyright © 2021 Dan Cojocaru. All rights reserved.

Loading…
Cancel
Save