Skip to content

Commit 2f2fefe

Browse files
committed
fix: remove unnecessary changes after merge with main
1 parent 0cf3443 commit 2f2fefe

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

projects/SlackClone/fastlane/Fastfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ platform :ios do
8282

8383
testflight_groups = (git_branch() == "main") ? ['Dev Testers', 'Public Testers'] : ['Dev Testers']
8484

85-
# https://github.com/fastlane/fastlane/issues/20741
86-
ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = 'true'
87-
8885
begin
8986
upload_to_testflight(
9087
groups: testflight_groups,

projects/WhatsAppClone/fastlane/Fastfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ platform :ios do
8484

8585
testflight_groups = (git_branch() == "main") ? ['Dev Testers', 'Public Testers'] : ['Dev Testers']
8686

87-
# https://github.com/fastlane/fastlane/issues/20741
88-
ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = 'true'
89-
9087
begin
9188
upload_to_testflight(
9289
groups: testflight_groups,

projects/iMessageClone/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,10 +1095,10 @@
10951095
"@jridgewell/resolve-uri" "^3.0.3"
10961096
"@jridgewell/sourcemap-codec" "^1.4.10"
10971097

1098-
"@react-native-camera-roll/camera-roll@~5.0.4":
1099-
version "5.0.4"
1100-
resolved "https://registry.yarnpkg.com/@react-native-camera-roll/camera-roll/-/camera-roll-5.0.4.tgz#341b8275363ee496b796fa58cb592697798d39e5"
1101-
integrity sha512-3kBRgW3VfmLQmQm70gPUVDu8rPSZymoPc9vmeiPLMKBqtWaqPNuPX0jQ6mZ8AEtYbBdoWC360Q4YYPalXv37zA==
1098+
"@react-native-camera-roll/[email protected].0":
1099+
version "5.0.0"
1100+
resolved "https://registry.yarnpkg.com/@react-native-camera-roll/camera-roll/-/camera-roll-5.0.0.tgz#86564e335df5fc1e765a025f369c653283bd54ab"
1101+
integrity sha512-H7xfQnzNUnJ/TN+cqtepJ3A6CP4c1zaRKYkoL/DGISzcZFCLwrRcOnrgZLyeJwQhfXwgcoZMFlUtfUDiKO9YMg==
11021102

11031103
"@react-native-community/cli-clean@^9.2.1":
11041104
version "9.2.1"

0 commit comments

Comments
 (0)