Skip to content

Commit

Permalink
app package name has been changed as it.deprem.tercumanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusemrecetin committed Feb 10, 2023
1 parent 9eb1e38 commit 013bff0
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.nylo.dev"
applicationId "it.deprem.tercumanbul"
minSdkVersion 19
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
Expand Down
2 changes: 1 addition & 1 deletion android/app/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"client_info": {
"mobilesdk_app_id": "1:904450609059:android:d2ed320f877a3ebdc35416",
"android_client_info": {
"package_name": "com.nylo.dev"
"package_name": "it.deprem.tercumanbul"
}
},
"oauth_client": [
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nylo.nylo_app">
package="it.deprem.tercumanbul">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nylo.nylo_app">
package="it.deprem.tercumanbul">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nylo.nylo_app
package it.deprem.tercumanbul

import io.flutter.embedding.android.FlutterActivity

Expand Down
2 changes: 1 addition & 1 deletion android/app/src/profile/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nylo.nylo_app">
package="it.deprem.tercumanbul">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down
4 changes: 2 additions & 2 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.nylo.dev;
PRODUCT_BUNDLE_IDENTIFIER = it.deprem.tercumanbul;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -546,7 +546,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.nylo.dev;
PRODUCT_BUNDLE_IDENTIFIER = it.deprem.tercumanbul;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/GoogleService-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.nylo.dev</string>
<string>it.deprem.tercumanbul</string>
<key>PROJECT_ID</key>
<string>tercuman-bulmaca</string>
<key>STORAGE_BUCKET</key>
Expand Down
2 changes: 1 addition & 1 deletion lib/firebase_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ class DefaultFirebaseOptions {
projectId: 'tercuman-bulmaca',
storageBucket: 'tercuman-bulmaca.appspot.com',
iosClientId: '904450609059-0buh9si43rpre2vdt27kp4re7sdaiq5h.apps.googleusercontent.com',
iosBundleId: 'com.nylo.dev',
iosBundleId: 'it.deprem.tercumanbul',
);
}
8 changes: 8 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.1"
change_app_package_name:
dependency: "direct main"
description:
name: change_app_package_name
sha256: f9ebaf68a4b5a68c581492579bb68273c523ef325fbf9ce2f1b57fb136ad023b
url: "https://pub.dev"
source: hosted
version: "1.1.0"
characters:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
flutter_chip_tags: ^2.0.2
firebase_core: ^2.5.0
flutterfire_ui: ^0.4.3+20
change_app_package_name: ^1.1.0

dev_dependencies:
flutter_launcher_icons: ^0.11.0
Expand Down

0 comments on commit 013bff0

Please sign in to comment.