Build iOS Official

This commit is contained in:
Diego Mello 2024-03-07 15:49:17 -03:00
parent 885de66067
commit f36fca9908
2 changed files with 9 additions and 2 deletions

View File

@ -1762,7 +1762,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# SOURCE_MAP=\"$TMPDIR/$(md5 -qs \"$CONFIGURATION_BUILD_DIR\")-main.jsbundle.map\" ../node_modules/@bugsnag/react-native/bugsnag-react-native-xcode.sh\n";
shellScript = "SOURCE_MAP=\"$TMPDIR/$(md5 -qs \"$CONFIGURATION_BUILD_DIR\")-main.jsbundle.map\" ../node_modules/@bugsnag/react-native/bugsnag-react-native-xcode.sh\n";
};
7F13D807CA5B7E43CE899DB3 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;

View File

@ -72,7 +72,7 @@ platform :ios do
match(
type: "appstore",
app_identifier: ["chat.rocket.ios", "chat.rocket.ios.NotificationService", "chat.rocket.ios.Rocket-Chat-ShareExtension"],
app_identifier: ["chat.rocket.ios", "chat.rocket.ios.NotificationService", "chat.rocket.ios.Rocket-Chat-ShareExtension", "chat.rocket.ios.watchkitapp"],
readonly: true,
output_path: './'
)
@ -91,6 +91,13 @@ platform :ios do
targets: "ShareRocketChatRN",
)
update_code_signing_settings(
profile_name: "match AppStore chat.rocket.ios.watchkitapp",
build_configurations: "Release",
code_sign_identity: "iPhone Distribution",
targets: "Rocket.Chat.Watch",
)
gym(
scheme: "RocketChat",
workspace: "RocketChatRN.xcworkspace",