Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chat
fairchat.ReactNative
Commits
c03a8154
Commit
c03a8154
authored
Dec 29, 2021
by
jbuechele
Browse files
changed build version
parent
f2a060ee
Changes
7
Hide whitespace changes
Inline
Side-by-side
android/fastlane/README.md
View file @
c03a8154
fastlane documentation
================
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```
```
sh
xcode-select
--install
```
Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using
`brew install fastlane`
For _fastlane_ installation instructions, see
[
Installing _fastlane_
](
https://docs.fastlane.tools/#installing-fastlane
)
# Available Actions
## Android
### android beta
```
sh
[
bundle
exec
]
fastlane android beta
```
fastlane android beta
```
Submit a new Beta Build
### android deploy
```
sh
[
bundle
exec
]
fastlane android deploy
```
fastlane android deploy
```
Deploy a new version to the Google Play
### android internal_app_sharing
```
sh
[
bundle
exec
]
fastlane android internal_app_sharing
```
fastlane android internal_app_sharing
```
Upload App to Internal App Sharing
### android production
```
sh
[
bundle
exec
]
fastlane android production
```
fastlane android production
```
Upload App to Play Store Production
----
This README.md is auto-generated and will be re-generated every time
[
_fastlane_
](
https://fastlane.tools
)
is run.
More information about fastlane can be found on
[
fastlane.tools
](
https://fastlane.tools
)
.
The documentation of fastlane can be found on
[
docs.fastlane.tools
](
https://docs.fastlane.tools
)
.
More information about _fastlane_ can be found on
[
fastlane.tools
](
https://fastlane.tools
)
.
The documentation of _fastlane_ can be found on
[
docs.fastlane.tools
](
https://docs.fastlane.tools
)
.
android/gradle.properties
View file @
c03a8154
...
...
@@ -40,7 +40,7 @@ FLIPPER_VERSION=0.75.1
APPLICATION_ID
=
chat.rocket.reactnative
# App properties
VERSIONCODE
=
20004
2
VERSIONCODE
=
20004
3
BugsnagAPIKey
=
""
APPLICATIONID
=
com.osalliance.rocketchatMobile
VERSIONNAME
=
2.8.0
...
...
ios/NotificationService/Info.plist
View file @
c03a8154
...
...
@@ -21,7 +21,7 @@
<key>
CFBundleShortVersionString
</key>
<string>
$(MARKETING_VERSION)
</string>
<key>
CFBundleVersion
</key>
<string>
19
4
</string>
<string>
19
5
</string>
<key>
IS_OFFICIAL
</key>
<false/>
<key>
KeychainGroup
</key>
...
...
ios/RocketChatRN.xcodeproj/project.pbxproj
View file @
c03a8154
...
...
@@ -1071,7 +1071,7 @@
CODE_SIGN_IDENTITY
=
"iPhone Distribution"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
19
4
;
CURRENT_PROJECT_VERSION
=
19
5
;
DEAD_CODE_STRIPPING
=
NO
;
DEVELOPMENT_TEAM
=
463G242378
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -1127,7 +1127,7 @@
CODE_SIGN_IDENTITY
=
"iPhone Distribution"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Distribution"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
19
4
;
CURRENT_PROJECT_VERSION
=
19
5
;
DEAD_CODE_STRIPPING
=
NO
;
DEVELOPMENT_TEAM
=
463G242378
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -1193,7 +1193,7 @@
CODE_SIGN_IDENTITY
=
"Apple Development"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
19
4
;
CURRENT_PROJECT_VERSION
=
19
5
;
DEBUG_INFORMATION_FORMAT
=
dwarf
;
DEVELOPMENT_TEAM
=
463G242378
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -1263,7 +1263,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Distribution"
;
CODE_SIGN_STYLE
=
Manual
;
COPY_PHASE_STRIP
=
NO
;
CURRENT_PROJECT_VERSION
=
19
4
;
CURRENT_PROJECT_VERSION
=
19
5
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
DEVELOPMENT_TEAM
=
463G242378
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -1318,7 +1318,7 @@
CODE_SIGN_ENTITLEMENTS
=
NotificationService/NotificationService.entitlements
;
CODE_SIGN_IDENTITY
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
19
4
;
CURRENT_PROJECT_VERSION
=
19
5
;
DEBUG_INFORMATION_FORMAT
=
dwarf
;
DEVELOPMENT_TEAM
=
463G242378
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -1357,7 +1357,7 @@
CODE_SIGN_IDENTITY
=
"iPhone Distribution"
;
CODE_SIGN_STYLE
=
Manual
;
COPY_PHASE_STRIP
=
NO
;
CURRENT_PROJECT_VERSION
=
19
4
;
CURRENT_PROJECT_VERSION
=
19
5
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
DEVELOPMENT_TEAM
=
463G242378
;
ENABLE_BITCODE
=
NO
;
...
...
ios/RocketChatRN/Info.plist
View file @
c03a8154
...
...
@@ -36,7 +36,7 @@
</dict>
</array>
<key>
CFBundleVersion
</key>
<string>
19
4
</string>
<string>
19
5
</string>
<key>
ITSAppUsesNonExemptEncryption
</key>
<false/>
<key>
KeychainGroup
</key>
...
...
ios/ShareRocketChatRN/Info.plist
View file @
c03a8154
...
...
@@ -21,7 +21,7 @@
<key>
CFBundleShortVersionString
</key>
<string>
$(MARKETING_VERSION)
</string>
<key>
CFBundleVersion
</key>
<string>
19
4
</string>
<string>
19
5
</string>
<key>
IS_OFFICIAL
</key>
<false/>
<key>
KeychainGroup
</key>
...
...
ios/fairchat.app.dSYM.zip
View file @
c03a8154
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment