Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 5 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ require File.join(File.dirname(`node --print "require.resolve('react-native/pack
platform :ios, '15.1'
install! 'cocoapods', :deterministic_uuids => false

# Workspace name must equal the desired default scheme. `react-native run-ios`
# infers the scheme from the workspace basename, so this stays "RocketChat"
# even though the Xcode project is still "RocketChatRN".
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
workspace 'RocketChat'

prepare_react_native_project!

def all_pods
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4136,6 +4136,6 @@ SPEC CHECKSUMS:
Yoga: 1e91d83a5286cfd3b725eade59274c92270540d4
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5

PODFILE CHECKSUM: d05b9b865205e9c845b4e7c288577d4b4ae403ab
PODFILE CHECKSUM: 4a928f36cea73defa438bb62e3a52a85a0b5f71a

COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@
};
};
};
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RocketChatRN" */;
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RocketChat" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand Down Expand Up @@ -2470,7 +2470,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RocketChatRN" */ = {
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RocketChat" */ = {
isa = XCConfigurationList;
buildConfigurations = (
83CBBA201A601CBA00E9B192 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
BlueprintIdentifier = "1EFEB5942493B6640072EDC0"
BuildableName = "NotificationService.appex"
BlueprintName = "NotificationService"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
ReferencedContainer = "container:RocketChat.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -63,7 +63,7 @@
BlueprintIdentifier = "1EFEB5942493B6640072EDC0"
BuildableName = "NotificationService.appex"
BlueprintName = "NotificationService"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
ReferencedContainer = "container:RocketChat.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "7AAB3E0D257E6A6E00707CF6"
BuildableName = "Rocket.Chat.app"
BlueprintName = "Rocket.Chat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
ReferencedContainer = "container:RocketChat.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -47,7 +47,7 @@
BlueprintIdentifier = "7AAB3E0D257E6A6E00707CF6"
BuildableName = "Rocket.Chat.app"
BlueprintName = "Rocket.Chat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
ReferencedContainer = "container:RocketChat.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -64,7 +64,7 @@
BlueprintIdentifier = "7AAB3E0D257E6A6E00707CF6"
BuildableName = "Rocket.Chat.app"
BlueprintName = "Rocket.Chat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
ReferencedContainer = "container:RocketChat.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
BlueprintIdentifier = "1EC6ACAF22CB9FC300A41C61"
BuildableName = "ShareRocketChatRN.appex"
BlueprintName = "ShareRocketChatRN"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
ReferencedContainer = "container:RocketChat.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -34,7 +34,7 @@
BlueprintIdentifier = "1EC6ACAF22CB9FC300A41C61"
BuildableName = "ShareRocketChatRN.appex"
BlueprintName = "ShareRocketChatRN"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
ReferencedContainer = "container:RocketChat.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
Expand Down Expand Up @@ -72,7 +72,7 @@
BlueprintIdentifier = "1EC6ACAF22CB9FC300A41C61"
BuildableName = "ShareRocketChatRN.appex"
BlueprintName = "ShareRocketChatRN"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
ReferencedContainer = "container:RocketChat.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,17 @@ platform :ios do

gym(
scheme: "RocketChat",
workspace: "RocketChatRN.xcworkspace",
workspace: "RocketChat.xcworkspace",
xcargs: "-allowProvisioningUpdates",
output_name: "Rocket.Chat"
)
end

desc "Build fork app"
lane :build_fork do
gym(scheme: "RocketChatRN", workspace: "RocketChatRN.xcworkspace", skip_codesigning: true, skip_archive: true)
end

desc "Build app for Simulator"
lane :build_simulator do
gym(
scheme: "RocketChat",
workspace: "RocketChatRN.xcworkspace",
workspace: "RocketChat.xcworkspace",
destination: "generic/platform=iOS Simulator",
skip_package_ipa: true,
output_name: "Rocket.Chat",
Expand Down
8 changes: 0 additions & 8 deletions ios/fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ Submit a new Beta Build to Apple TestFlight

Build app

### ios build_fork

```sh
[bundle exec] fastlane ios build_fork
```

Build fork app

### ios build_simulator

```sh
Expand Down
Loading