Skip to content

Commit f3e1a2f

Browse files
author
Kirill Ageychenko
committed
chore: update fastlane
1 parent 5bbc880 commit f3e1a2f

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby '3.2.0'
77
# bound in the template on Cocoapods with next React Native release.
88
gem 'cocoapods', '~> 1.13'
99
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
10-
gem 'fastlane', '~> 2.223.1', '>= 2.223.1'
10+
gem 'fastlane', '2.227.0'
1111

1212
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
1313
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Diff for: Gemfile.lock

+10-6
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ GEM
119119
faraday_middleware (1.2.1)
120120
faraday (~> 1.0)
121121
fastimage (2.4.0)
122-
fastlane (2.223.1)
122+
fastlane (2.227.0)
123123
CFPropertyList (>= 2.3, < 4.0.0)
124124
addressable (>= 2.8, < 3.0.0)
125125
artifactory (~> 3.0)
@@ -135,6 +135,7 @@ GEM
135135
faraday-cookie_jar (~> 0.0.6)
136136
faraday_middleware (~> 1.0)
137137
fastimage (>= 2.1.0, < 3.0.0)
138+
fastlane-sirp (>= 1.0.0)
138139
gh_inspector (>= 1.1.2, < 2.0.0)
139140
google-apis-androidpublisher_v3 (~> 0.3)
140141
google-apis-playcustomapp_v1 (~> 0.1)
@@ -158,13 +159,15 @@ GEM
158159
tty-spinner (>= 0.8.0, < 1.0.0)
159160
word_wrap (~> 1.0.0)
160161
xcodeproj (>= 1.13.0, < 2.0.0)
161-
xcpretty (~> 0.3.0)
162+
xcpretty (~> 0.4.0)
162163
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
163164
fastlane-plugin-firebase_app_distribution (0.10.0)
164165
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
165166
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
166167
fastlane-plugin-increment_version_code (0.4.3)
167168
fastlane-plugin-increment_version_name (0.0.10)
169+
fastlane-sirp (1.0.0)
170+
sysrandom (~> 1.0)
168171
ffi (1.16.3)
169172
fourflusher (2.3.1)
170173
fuzzy_match (2.0.4)
@@ -244,7 +247,7 @@ GEM
244247
uber (< 0.2.0)
245248
retriable (3.1.2)
246249
rexml (3.4.1)
247-
rouge (2.0.7)
250+
rouge (3.28.0)
248251
ruby-macho (2.5.1)
249252
ruby2_keywords (0.0.5)
250253
rubyzip (2.4.1)
@@ -257,6 +260,7 @@ GEM
257260
simctl (1.6.10)
258261
CFPropertyList
259262
naturally
263+
sysrandom (1.0.5)
260264
terminal-notifier (2.0.0)
261265
terminal-table (3.0.2)
262266
unicode-display_width (>= 1.1.1, < 3)
@@ -279,8 +283,8 @@ GEM
279283
colored2 (~> 3.1)
280284
nanaimo (~> 0.4.0)
281285
rexml (>= 3.3.6, < 4.0)
282-
xcpretty (0.3.0)
283-
rouge (~> 2.0.7)
286+
xcpretty (0.4.0)
287+
rouge (~> 3.28.0)
284288
xcpretty-travis-formatter (1.0.1)
285289
xcpretty (~> 0.2, >= 0.0.7)
286290

@@ -290,7 +294,7 @@ PLATFORMS
290294
DEPENDENCIES
291295
activesupport (>= 6.1.7.5, < 7.1.0)
292296
cocoapods (~> 1.13)
293-
fastlane (~> 2.223.1, >= 2.223.1)
297+
fastlane (= 2.227.0)
294298
fastlane-plugin-firebase_app_distribution
295299
fastlane-plugin-increment_version_code
296300
fastlane-plugin-increment_version_name

Diff for: ios/haqq.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@
10981098
);
10991099
runOnlyForDeploymentPostprocessing = 1;
11001100
shellPath = /bin/sh;
1101-
shellScript = "WITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nif [ -f \"$WITH_ENVIRONMENT\" ]; then\n . \"$WITH_ENVIRONMENT\"\nfi\n\nif [[ \"$SDKROOT\" == *\"iPhoneSimulator\"* ]]; then\n echo \"Skipping sentry...\"\nelse\n export SENTRY_PROPERTIES=sentry.properties\n [ \"$SENTRY_INCLUDE_NATIVE_SOURCES\" = \"true\" ] && INCLUDE_SOURCES_FLAG=\"--include-sources\" || INCLUDE_SOURCES_FLAG=\"\"\n ../node_modules/@sentry/cli/bin/sentry-cli debug-files upload \"$INCLUDE_SOURCES_FLAG\" \"$DWARF_DSYM_FOLDER_PATH\"\nfi\n";
1101+
shellScript = "export SENTRY_ALLOW_FAILURE=true\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nif [ -f \"$WITH_ENVIRONMENT\" ]; then\n . \"$WITH_ENVIRONMENT\"\nfi\n\nif [[ \"$SDKROOT\" == *\"iPhoneSimulator\"* ]]; then\n echo \"Skipping sentry...\"\nelse\n export SENTRY_PROPERTIES=sentry.properties\n [ \"$SENTRY_INCLUDE_NATIVE_SOURCES\" = \"true\" ] && INCLUDE_SOURCES_FLAG=\"--include-sources\" || INCLUDE_SOURCES_FLAG=\"\"\n ../node_modules/@sentry/cli/bin/sentry-cli debug-files upload \"$INCLUDE_SOURCES_FLAG\" \"$DWARF_DSYM_FOLDER_PATH\"\nfi\n";
11021102
};
11031103
6B2D6FA973CC0CBB9A7A6ADC /* [CP] Embed Pods Frameworks */ = {
11041104
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)