Skip to content

Commit 8ce464b

Browse files
authored
Merge pull request #71 from loopandlearn chore: update to fastlane 2.335.0 and Xcode 26.4
Chore: update to fastlane 2.335.0 and Xcode 26.4
1 parent 661a92c commit 8ce464b

3 files changed

Lines changed: 22 additions & 20 deletions

File tree

.github/workflows/build_loopcaregiver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
(vars.SCHEDULED_SYNC != 'false' && needs.check_status.outputs.NEW_COMMITS == 'true' )
176176
steps:
177177
- name: Select Xcode version
178-
run: "sudo xcode-select --switch /Applications/Xcode_26.2.app/Contents/Developer"
178+
run: "sudo xcode-select --switch /Applications/Xcode_26.4.app/Contents/Developer"
179179

180180
- name: Checkout Repo for building
181181
uses: actions/checkout@v5

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem "fastlane", "2.231.0"
3+
gem "fastlane", "2.235.0"

Gemfile.lock

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.8)
55
abbrev (0.1.2)
6-
addressable (2.8.8)
6+
addressable (2.9.0)
77
public_suffix (>= 2.0.2, < 8.0)
88
artifactory (3.0.17)
99
atomos (0.1.3)
@@ -28,6 +28,7 @@ GEM
2828
aws-eventstream (~> 1, >= 1.0.2)
2929
babosa (1.0.4)
3030
base64 (0.2.0)
31+
benchmark (0.5.0)
3132
bigdecimal (4.0.1)
3233
claide (1.1.0)
3334
colored (1.2)
@@ -67,15 +68,16 @@ GEM
6768
faraday_middleware (1.2.1)
6869
faraday (~> 1.0)
6970
fastimage (2.4.0)
70-
fastlane (2.231.0)
71-
CFPropertyList (>= 2.3, < 4.0.0)
72-
abbrev (~> 0.1.2)
71+
fastlane (2.235.0)
72+
CFPropertyList (>= 2.3, < 5.0.0)
73+
abbrev (~> 0.1)
7374
addressable (>= 2.8, < 3.0.0)
7475
artifactory (~> 3.0)
75-
aws-sdk-s3 (~> 1.0)
76+
aws-sdk-s3 (~> 1.197)
7677
babosa (>= 1.0.3, < 2.0.0)
77-
base64 (~> 0.2.0)
78-
bundler (>= 1.17.3, < 5.0.0)
78+
base64 (~> 0.2)
79+
benchmark (>= 0.1.0)
80+
bundler (>= 2.4.0, < 5.0.0)
7981
colored (~> 1.2)
8082
commander (~> 4.6)
8183
csv (~> 3.3)
@@ -86,23 +88,24 @@ GEM
8688
faraday-cookie_jar (~> 0.0.6)
8789
faraday_middleware (~> 1.0)
8890
fastimage (>= 2.1.0, < 3.0.0)
89-
fastlane-sirp (>= 1.0.0)
91+
fastlane-sirp (>= 1.1.0)
9092
gh_inspector (>= 1.1.2, < 2.0.0)
9193
google-apis-androidpublisher_v3 (~> 0.3)
9294
google-apis-playcustomapp_v1 (~> 0.1)
93-
google-cloud-env (>= 1.6.0, < 2.0.0)
95+
google-cloud-env (>= 1.6.0, < 2.3.0)
9496
google-cloud-storage (~> 1.31)
9597
highline (~> 2.0)
9698
http-cookie (~> 1.0.5)
9799
json (< 3.0.0)
98-
jwt (>= 2.1.0, < 3)
100+
jwt (>= 2.1.0, < 4)
99101
logger (>= 1.6, < 2.0)
100102
mini_magick (>= 4.9.4, < 5.0.0)
101103
multipart-post (>= 2.0.0, < 3.0.0)
102-
mutex_m (~> 0.3.0)
104+
mutex_m (~> 0.3)
103105
naturally (~> 2.2)
104-
nkf (~> 0.2.0)
106+
nkf (~> 0.2)
105107
optparse (>= 0.1.1, < 1.0.0)
108+
ostruct (>= 0.1.0)
106109
plist (>= 3.1.0, < 4.0.0)
107110
rubyzip (>= 2.0.0, < 3.0.0)
108111
security (= 0.1.5)
@@ -115,8 +118,7 @@ GEM
115118
xcodeproj (>= 1.13.0, < 2.0.0)
116119
xcpretty (~> 0.4.1)
117120
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
118-
fastlane-sirp (1.0.0)
119-
sysrandom (~> 1.0)
121+
fastlane-sirp (1.1.0)
120122
gh_inspector (1.1.3)
121123
google-apis-androidpublisher_v3 (0.54.0)
122124
google-apis-core (>= 0.11.0, < 2.a)
@@ -160,7 +162,7 @@ GEM
160162
httpclient (2.9.0)
161163
mutex_m
162164
jmespath (1.6.2)
163-
json (2.18.0)
165+
json (2.19.4)
164166
jwt (2.10.2)
165167
base64
166168
logger (1.7.0)
@@ -174,6 +176,7 @@ GEM
174176
nkf (0.2.0)
175177
optparse (0.8.1)
176178
os (1.1.4)
179+
ostruct (0.6.3)
177180
plist (3.7.2)
178181
public_suffix (7.0.2)
179182
rake (13.3.1)
@@ -195,7 +198,6 @@ GEM
195198
simctl (1.6.10)
196199
CFPropertyList
197200
naturally
198-
sysrandom (1.0.5)
199201
terminal-notifier (2.0.0)
200202
terminal-table (3.0.2)
201203
unicode-display_width (>= 1.1.1, < 3)
@@ -224,7 +226,7 @@ PLATFORMS
224226
ruby
225227

226228
DEPENDENCIES
227-
fastlane (= 2.231.0)
229+
fastlane (= 2.235.0)
228230

229231
BUNDLED WITH
230-
4.0.4
232+
4.0.12

0 commit comments

Comments
 (0)