From 1f39653594a926b1b33329db8e3d8d7ebfa2e212 Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Sun, 2 Jun 2024 21:53:53 -0600 Subject: [PATCH] Added package rename file --- .gitignore | 1 + .ignore | 2 +- android/app/build.gradle | 2 +- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 2 +- .../{example => fosscat}/rluv/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- build-flutter-app.sh | 1 - ios/Runner.xcodeproj/project.pbxproj | 6 +- ios/Runner/Info.plist | 4 +- linux/CMakeLists.txt | 2 +- package_rename_config.yaml | 20 ++++++ pubspec.lock | 34 ++++++++-- pubspec.yaml | 65 +------------------ web/index.html | 16 ++--- web/manifest.json | 2 +- 16 files changed, 74 insertions(+), 89 deletions(-) rename android/app/src/main/kotlin/com/{example => fosscat}/rluv/MainActivity.kt (79%) create mode 100644 package_rename_config.yaml diff --git a/.gitignore b/.gitignore index 6c8cd01..2629356 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ app.*.map.json #generated files # lib/**/*.g.dart .direnv/ +*.tar.gz diff --git a/.ignore b/.ignore index 8957b74..9de086b 100644 --- a/.ignore +++ b/.ignore @@ -5,4 +5,4 @@ linux .metadata analysis_options.yaml pubspec.lock -// lib/**/*.g.dart \ No newline at end of file +lib/**/*.g.dart diff --git a/android/app/build.gradle b/android/app/build.gradle index c3d9108..03693d1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -44,7 +44,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.rluv" + applicationId "com.fosscat.rluv" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdkVersion flutter.minSdkVersion diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 6fca3fe..fe3c11c 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.fosscat.rluv"> @@ -27,7 +25,7 @@ - + rluv @@ -37,7 +35,7 @@ var serviceWorkerVersion = null; - + - - + + + + diff --git a/web/manifest.json b/web/manifest.json index ccf918b..b741504 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -5,7 +5,7 @@ "display": "standalone", "background_color": "#0175C2", "theme_color": "#0175C2", - "description": "A new Flutter project.", + "description": "Package to change project configurations.", "orientation": "portrait-primary", "prefer_related_applications": false, "icons": [