Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
json_key_file("service_account.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
package_name("chat.rocket.reactnative")
package_name("chat.rocket.android")
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
newArchEnabled=true

# Application ID
APPLICATION_ID=chat.rocket.reactnative
APPLICATION_ID=chat.rocket.android

# App properties
VERSIONCODE=999999999
Expand Down
10 changes: 5 additions & 5 deletions ios/GoogleService-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<plist version="1.0">
<dict>
<key>CLIENT_ID</key>
<string>115198584049-0efgfvm0oh9ap55g7epmqnjm27mq3j4e.apps.googleusercontent.com</string>
<string>115198584049-rprp4acma9j5fmf97vfv6f8nqb6bc9eq.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.115198584049-0efgfvm0oh9ap55g7epmqnjm27mq3j4e</string>
<string>com.googleusercontent.apps.115198584049-rprp4acma9j5fmf97vfv6f8nqb6bc9eq</string>
<key>API_KEY</key>
<string>AIzaSyDEMLMz0En0vwFBlLSQkQ9oyhmCMPcpZxc</string>
<key>GCM_SENDER_ID</key>
<string>115198584049</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>chat.rocket.reactnative</string>
<string>chat.rocket.ios</string>
<key>PROJECT_ID</key>
<string>rocketchat-reactnative-test</string>
<key>STORAGE_BUCKET</key>
<string>rocketchat-reactnative-test.appspot.com</string>
<string>rocketchat-reactnative-test.firebasestorage.app</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
Expand All @@ -29,7 +29,7 @@
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:115198584049:ios:8be27b1f7c42a2ed</string>
<string>1:115198584049:ios:20f4a0bee53e7b4a9ab550</string>
<key>DATABASE_URL</key>
<string>https://rocketchat-reactnative-test.firebaseio.com</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion ios/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app_identifier "chat.rocket.reactnative" # The bundle identifier of your app
app_identifier "chat.rocket.ios" # The bundle identifier of your app
apple_id "diegolmello@gmail.com" # Your Apple email address

team_id "S6UPZG7ZR3" # Developer Portal Team ID
Expand Down
2 changes: 1 addition & 1 deletion push.apns
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Simulator Target Bundle": "chat.rocket.reactnative",
"Simulator Target Bundle": "chat.rocket.ios",
"aps": {
"alert": {
"title": "Hey!",
Expand Down
Loading