Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chat
fairchat.ReactNative
Commits
e35f7fe5
Unverified
Commit
e35f7fe5
authored
Mar 05, 2021
by
Diego Mello
Committed by
GitHub
Mar 05, 2021
Browse files
[FIX] Share extension not working correctly on Official app (#2963)
parent
eedea407
Changes
3
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
e35f7fe5
...
...
@@ -237,9 +237,13 @@ commands:
if [[ $CIRCLE_JOB == "ios-build-official" ]]; then
/usr/libexec/PlistBuddy -c "Set BugsnagAPIKey $BUGSNAG_KEY_OFFICIAL" ./RocketChatRN/Info.plist
/usr/libexec/PlistBuddy -c "Set IS_OFFICIAL YES" ./RocketChatRN/Info.plist
/usr/libexec/PlistBuddy -c "Set IS_OFFICIAL YES" ./ShareRocketChatRN/Info.plist
/usr/libexec/PlistBuddy -c "Set IS_OFFICIAL YES" ./NotificationService/Info.plist
else
/usr/libexec/PlistBuddy -c "Set BugsnagAPIKey $BUGSNAG_KEY" ./RocketChatRN/Info.plist
/usr/libexec/PlistBuddy -c "Set IS_OFFICIAL NO" ./RocketChatRN/Info.plist
/usr/libexec/PlistBuddy -c "Set IS_OFFICIAL NO" ./ShareRocketChatRN/Info.plist
/usr/libexec/PlistBuddy -c "Set IS_OFFICIAL NO" ./NotificationService/Info.plist
fi
if [[ $APP_STORE_CONNECT_API_KEY ]]; then
...
...
ios/NotificationService/Info.plist
View file @
e35f7fe5
...
...
@@ -4,6 +4,8 @@
<dict>
<key>
AppGroup
</key>
<string>
group.ios.chat.rocket
</string>
<key>
IS_OFFICIAL
</key>
<false/>
<key>
CFBundleDevelopmentRegion
</key>
<string>
$(DEVELOPMENT_LANGUAGE)
</string>
<key>
CFBundleDisplayName
</key>
...
...
ios/ShareRocketChatRN/Info.plist
View file @
e35f7fe5
...
...
@@ -4,6 +4,8 @@
<dict>
<key>
AppGroup
</key>
<string>
group.ios.chat.rocket
</string>
<key>
IS_OFFICIAL
</key>
<false/>
<key>
CFBundleDevelopmentRegion
</key>
<string>
$(DEVELOPMENT_LANGUAGE)
</string>
<key>
CFBundleDisplayName
</key>
...
...
Write
Preview
Markdown
is supported
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