This commit is contained in:
Diego Mello 2023-06-20 16:09:11 -03:00
parent c940a41bbe
commit b5163e49fc
3 changed files with 11 additions and 20 deletions

View File

@ -515,12 +515,12 @@ jobs:
- store_artifacts:
path: ~/junit
ios-build-official:
ios-build:
executor: mac-env
steps:
- ios-build
ios-testflight-official:
ios-testflight:
executor: mac-env
steps:
- upload-to-testflight
@ -609,21 +609,21 @@ workflows:
requires:
- e2e-build-android
# iOS Official
- ios-hold-build-official:
# iOS
- ios-hold-build:
type: approval
requires:
- lint-testunit
- ios-build-official:
- ios-build:
requires:
- ios-hold-build-official
- ios-hold-testflight-official:
- ios-hold-build
- ios-hold-testflight:
type: approval
requires:
- ios-build-official
- ios-testflight-official:
- ios-build
- ios-testflight:
requires:
- ios-hold-testflight-official
- ios-hold-testflight
# Android Experimental
- android-hold-build-experimental:

View File

@ -1,5 +1,5 @@
{
"Simulator Target Bundle": "chat.rocket.reactnative",
"Simulator Target Bundle": "chat.rocket.ios",
"aps": {
"alert": {
"title": "Hey!",

View File

@ -1,9 +0,0 @@
#!/usr/bin/env bash
sed -i '' \
's/PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.reactnative.ShareExtension;/PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.ios.Rocket-Chat-ShareExtension;/' \
../RocketChatRN.xcodeproj/project.pbxproj
sed -i '' \
's/PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.reactnative.NotificationService;/PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.ios.NotificationService;/' \
../RocketChatRN.xcodeproj/project.pbxproj