-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0003-Change-name.patch
83 lines (80 loc) · 2.35 KB
/
0003-Change-name.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
From 56f19e45c9b3a0815625de413fb546087e744cab Mon Sep 17 00:00:00 2001
From: I-Al-Istannen <[email protected]>
Date: Thu, 17 Oct 2024 00:06:03 +0200
Subject: [PATCH 3/5] Change name
---
android/app/google-services.json | 31 +++++++++++++++++++++++++++++++
fastlane/.env.android.release | 8 ++++----
2 files changed, 35 insertions(+), 4 deletions(-)
diff --git a/android/app/google-services.json b/android/app/google-services.json
index c60bbf15a..c2aefdf6e 100644
--- a/android/app/google-services.json
+++ b/android/app/google-services.json
@@ -68,6 +68,37 @@
}
}
},
+ {
+ "client_info": {
+ "mobilesdk_app_id": "1:184930218130:android:c7debfa7ea3f75a7",
+ "android_client_info": {
+ "package_name": "de.kitctf.chat"
+ }
+ },
+ "oauth_client": [
+ {
+ "client_id": "184930218130-8nahrspll1opff0uogtkh2qsv8coqngo.apps.googleusercontent.com",
+ "client_type": 3
+ }
+ ],
+ "api_key": [
+ {
+ "current_key": "AIzaSyCkZkU2ECVg-mmdCG5OoHHQXtKiENuvWPE"
+ }
+ ],
+ "services": {
+ "analytics_service": {
+ "status": 2
+ },
+ "appinvite_service": {
+ "status": 1,
+ "other_platform_oauth_client": []
+ },
+ "ads_service": {
+ "status": 2
+ }
+ }
+ },
{
"client_info": {
"mobilesdk_app_id": "1:184930218130:android:2db4058a5b5d6506",
diff --git a/fastlane/.env.android.release b/fastlane/.env.android.release
index 1fd349e49..52099d862 100644
--- a/fastlane/.env.android.release
+++ b/fastlane/.env.android.release
@@ -1,13 +1,13 @@
## You invoke this with --env android.release on the fastlane command
-APP_NAME=Mattermost
+APP_NAME="KITCTF Chat"
APP_SCHEME=mattermost
AWS_BUCKET_NAME=releases.mattermost.com
AWS_FOLDER_NAME=mattermost-mobile
AWS_REGION=us-east-1
BETA_BUILD=false
BUILD_FOR_RELEASE=true
-MAIN_APP_IDENTIFIER=com.mattermost.rn
-REPLACE_ASSETS=true
+MAIN_APP_IDENTIFIER=de.kitctf.chat
+REPLACE_ASSETS=false
SENTRY_ENABLED=true
SENTRY_ORG=mattermost-mr
SENTRY_PROJECT_ANDROID=mattermost-mobile-android
@@ -16,4 +16,4 @@ SHOW_ONBOARDING=true
SHOW_REVIEW=true
SUPPLY_PACKAGE_NAME=com.mattermost.rn
SUPPLY_TRACK=beta
-SUPPLY_VALIDATE_ONLY=false
\ No newline at end of file
+SUPPLY_VALIDATE_ONLY=false
--
2.46.1