Skip to content

Commit 866db51

Browse files
authored
Add iOS 18 icons and update pipeline (home-assistant#2923)
1 parent f98253a commit 866db51

20 files changed

+152
-32
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88

99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_15.3.0.app/Contents/Developer
10+
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
1111
FASTLANE_SKIP_UPDATE_CHECK: true
1212
FASTLANE_XCODE_LIST_TIMEOUT: 80
1313
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 80
@@ -114,7 +114,6 @@ jobs:
114114
timeout-minutes: 60
115115
steps:
116116
- uses: actions/checkout@v4
117-
118117
- uses: actions/cache@v4
119118
name: "Cache: Pods"
120119
id: cache_pods

.github/workflows/distribute.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88

99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_15.3.0.app/Contents/Developer
10+
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
1111
FASTLANE_SKIP_UPDATE_CHECK: true
1212
FASTLANE_XCODE_LIST_TIMEOUT: 60
1313
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'cocoapods'
44
gem 'cocoapods-acknowledgements'
5-
gem 'fastlane'
5+
gem 'fastlane', '2.222.0'
66
gem 'rubocop', require: false
77

88
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')

Gemfile.lock

+27-27
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,24 @@ GEM
2020
algoliasearch (1.27.5)
2121
httpclient (~> 2.8, >= 2.8.3)
2222
json (>= 1.5.1)
23-
artifactory (3.0.15)
23+
artifactory (3.0.17)
2424
ast (2.4.2)
2525
atomos (0.1.3)
2626
aws-eventstream (1.3.0)
27-
aws-partitions (1.892.0)
28-
aws-sdk-core (3.191.2)
27+
aws-partitions (1.968.0)
28+
aws-sdk-core (3.202.0)
2929
aws-eventstream (~> 1, >= 1.3.0)
3030
aws-partitions (~> 1, >= 1.651.0)
31-
aws-sigv4 (~> 1.8)
32-
base64
31+
aws-sigv4 (~> 1.9)
3332
jmespath (~> 1, >= 1.6.1)
34-
aws-sdk-kms (1.77.0)
35-
aws-sdk-core (~> 3, >= 3.191.0)
36-
aws-sigv4 (~> 1.1)
37-
aws-sdk-s3 (1.143.0)
38-
aws-sdk-core (~> 3, >= 3.191.0)
33+
aws-sdk-kms (1.88.0)
34+
aws-sdk-core (~> 3, >= 3.201.0)
35+
aws-sigv4 (~> 1.5)
36+
aws-sdk-s3 (1.159.0)
37+
aws-sdk-core (~> 3, >= 3.201.0)
3938
aws-sdk-kms (~> 1)
40-
aws-sigv4 (~> 1.8)
41-
aws-sigv4 (1.8.0)
39+
aws-sigv4 (~> 1.5)
40+
aws-sigv4 (1.9.1)
4241
aws-eventstream (~> 1, >= 1.0.2)
4342
babosa (1.0.4)
4443
base64 (0.2.0)
@@ -102,7 +101,7 @@ GEM
102101
escape (0.0.4)
103102
ethon (0.16.0)
104103
ffi (>= 1.15.0)
105-
excon (0.109.0)
104+
excon (0.111.0)
106105
faraday (1.10.3)
107106
faraday-em_http (~> 1.0)
108107
faraday-em_synchrony (~> 1.0)
@@ -131,15 +130,15 @@ GEM
131130
faraday-retry (1.0.3)
132131
faraday_middleware (1.2.0)
133132
faraday (~> 1.0)
134-
fastimage (2.3.0)
135-
fastlane (2.219.0)
133+
fastimage (2.3.1)
134+
fastlane (2.222.0)
136135
CFPropertyList (>= 2.3, < 4.0.0)
137136
addressable (>= 2.8, < 3.0.0)
138137
artifactory (~> 3.0)
139138
aws-sdk-s3 (~> 1.0)
140139
babosa (>= 1.0.3, < 2.0.0)
141140
bundler (>= 1.12.0, < 3.0.0)
142-
colored
141+
colored (~> 1.2)
143142
commander (~> 4.6)
144143
dotenv (>= 2.1.1, < 3.0.0)
145144
emoji_regex (>= 0.1, < 4.0)
@@ -160,10 +159,10 @@ GEM
160159
mini_magick (>= 4.9.4, < 5.0.0)
161160
multipart-post (>= 2.0.0, < 3.0.0)
162161
naturally (~> 2.2)
163-
optparse (>= 0.1.1)
162+
optparse (>= 0.1.1, < 1.0.0)
164163
plist (>= 3.1.0, < 4.0.0)
165164
rubyzip (>= 2.0.0, < 3.0.0)
166-
security (= 0.1.3)
165+
security (= 0.1.5)
167166
simctl (~> 1.6.3)
168167
terminal-notifier (>= 2.0.0, < 3.0.0)
169168
terminal-table (~> 3)
@@ -172,7 +171,7 @@ GEM
172171
word_wrap (~> 1.0.0)
173172
xcodeproj (>= 1.13.0, < 2.0.0)
174173
xcpretty (~> 0.3.0)
175-
xcpretty-travis-formatter (>= 0.0.3)
174+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
176175
fastlane-plugin-appicon (0.16.0)
177176
json
178177
mini_magick (>= 4.9.4, < 5.0.0)
@@ -199,12 +198,12 @@ GEM
199198
google-apis-core (>= 0.11.0, < 2.a)
200199
google-apis-storage_v1 (0.31.0)
201200
google-apis-core (>= 0.11.0, < 2.a)
202-
google-cloud-core (1.6.1)
201+
google-cloud-core (1.7.1)
203202
google-cloud-env (>= 1.0, < 3.a)
204203
google-cloud-errors (~> 1.0)
205204
google-cloud-env (1.6.0)
206205
faraday (>= 0.17.3, < 3.0)
207-
google-cloud-errors (1.3.1)
206+
google-cloud-errors (1.4.0)
208207
google-cloud-storage (1.47.0)
209208
addressable (~> 2.8)
210209
digest-crc (~> 0.4)
@@ -220,14 +219,15 @@ GEM
220219
os (>= 0.9, < 2.0)
221220
signet (>= 0.16, < 2.a)
222221
highline (2.0.3)
223-
http-cookie (1.0.5)
222+
http-cookie (1.0.7)
224223
domain_name (~> 0.5)
225224
httpclient (2.8.3)
226225
i18n (1.14.1)
227226
concurrent-ruby (~> 1.0)
228227
jmespath (1.6.2)
229228
json (2.7.1)
230-
jwt (2.7.1)
229+
jwt (2.8.2)
230+
base64
231231
language_server-protocol (3.17.0.3)
232232
mini_magick (4.12.0)
233233
mini_mime (1.1.5)
@@ -241,7 +241,7 @@ GEM
241241
naturally (2.2.1)
242242
netrc (0.11.0)
243243
nkf (0.2.0)
244-
optparse (0.4.0)
244+
optparse (0.5.0)
245245
os (1.1.4)
246246
parallel (1.24.0)
247247
parser (3.3.0.5)
@@ -251,7 +251,7 @@ GEM
251251
public_suffix (4.0.7)
252252
racc (1.7.3)
253253
rainbow (3.1.1)
254-
rake (13.1.0)
254+
rake (13.2.1)
255255
redcarpet (3.6.0)
256256
regexp_parser (2.9.0)
257257
representable (3.2.0)
@@ -278,7 +278,7 @@ GEM
278278
ruby-progressbar (1.13.0)
279279
ruby2_keywords (0.0.5)
280280
rubyzip (2.3.2)
281-
security (0.1.3)
281+
security (0.1.5)
282282
signet (0.19.0)
283283
addressable (~> 2.8)
284284
faraday (>= 0.17.5, < 3.a)
@@ -326,7 +326,7 @@ PLATFORMS
326326
DEPENDENCIES
327327
cocoapods
328328
cocoapods-acknowledgements
329-
fastlane
329+
fastlane (= 2.222.0)
330330
fastlane-plugin-appicon
331331
fastlane-plugin-clean_testflight_testers
332332
fastlane-plugin-emerge

Sources/App/Resources/Assets.xcassets/AlternateIcons/beta.appiconset/Contents.json

+24
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@
55
"idiom" : "universal",
66
"platform" : "ios",
77
"size" : "1024x1024"
8+
},
9+
{
10+
"appearances" : [
11+
{
12+
"appearance" : "luminosity",
13+
"value" : "dark"
14+
}
15+
],
16+
"filename" : "Icon-Dark-1024x1024.png",
17+
"idiom" : "universal",
18+
"platform" : "ios",
19+
"size" : "1024x1024"
20+
},
21+
{
22+
"appearances" : [
23+
{
24+
"appearance" : "luminosity",
25+
"value" : "tinted"
26+
}
27+
],
28+
"filename" : "Icon-Tinted-1024x1024.png",
29+
"idiom" : "universal",
30+
"platform" : "ios",
31+
"size" : "1024x1024"
832
}
933
],
1034
"info" : {

Sources/App/Resources/Assets.xcassets/AlternateIcons/white.appiconset/Contents.json

+24
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@
55
"idiom" : "universal",
66
"platform" : "ios",
77
"size" : "1024x1024"
8+
},
9+
{
10+
"appearances" : [
11+
{
12+
"appearance" : "luminosity",
13+
"value" : "dark"
14+
}
15+
],
16+
"filename" : "Icon-Dark-1024x1024.png",
17+
"idiom" : "universal",
18+
"platform" : "ios",
19+
"size" : "1024x1024"
20+
},
21+
{
22+
"appearances" : [
23+
{
24+
"appearance" : "luminosity",
25+
"value" : "tinted"
26+
}
27+
],
28+
"filename" : "Icon-Tinted-1024x1024.png",
29+
"idiom" : "universal",
30+
"platform" : "ios",
31+
"size" : "1024x1024"
832
}
933
],
1034
"info" : {

Sources/App/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json

+24
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@
66
"platform" : "ios",
77
"size" : "1024x1024"
88
},
9+
{
10+
"appearances" : [
11+
{
12+
"appearance" : "luminosity",
13+
"value" : "dark"
14+
}
15+
],
16+
"filename" : "Icon-Dark-1024x1024.png",
17+
"idiom" : "universal",
18+
"platform" : "ios",
19+
"size" : "1024x1024"
20+
},
21+
{
22+
"appearances" : [
23+
{
24+
"appearance" : "luminosity",
25+
"value" : "tinted"
26+
}
27+
],
28+
"filename" : "Icon-Tinted-1024x1024.png",
29+
"idiom" : "universal",
30+
"platform" : "ios",
31+
"size" : "1024x1024"
32+
},
933
{
1034
"filename" : "16-mac.png",
1135
"idiom" : "mac",
Loading
Loading

Sources/App/Resources/Assets.xcassets/AppIcon.beta.appiconset/Contents.json

+24
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@
66
"platform" : "ios",
77
"size" : "1024x1024"
88
},
9+
{
10+
"appearances" : [
11+
{
12+
"appearance" : "luminosity",
13+
"value" : "dark"
14+
}
15+
],
16+
"filename" : "Icon-Dark-1024x1024.png",
17+
"idiom" : "universal",
18+
"platform" : "ios",
19+
"size" : "1024x1024"
20+
},
21+
{
22+
"appearances" : [
23+
{
24+
"appearance" : "luminosity",
25+
"value" : "tinted"
26+
}
27+
],
28+
"filename" : "Icon-Tinted-1024x1024.png",
29+
"idiom" : "universal",
30+
"platform" : "ios",
31+
"size" : "1024x1024"
32+
},
933
{
1034
"filename" : "16-mac.png",
1135
"idiom" : "mac",
Loading
Loading

Sources/App/Resources/Assets.xcassets/AppIcon.dev.appiconset/Contents.json

+24
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@
66
"platform" : "ios",
77
"size" : "1024x1024"
88
},
9+
{
10+
"appearances" : [
11+
{
12+
"appearance" : "luminosity",
13+
"value" : "dark"
14+
}
15+
],
16+
"filename" : "Icon-Dark-1024x1024.png",
17+
"idiom" : "universal",
18+
"platform" : "ios",
19+
"size" : "1024x1024"
20+
},
21+
{
22+
"appearances" : [
23+
{
24+
"appearance" : "luminosity",
25+
"value" : "tinted"
26+
}
27+
],
28+
"filename" : "Icon-Tinted-1024x1024.png",
29+
"idiom" : "universal",
30+
"platform" : "ios",
31+
"size" : "1024x1024"
32+
},
933
{
1034
"filename" : "16-mac.png",
1135
"idiom" : "mac",
Loading
Loading

fastlane/Fastfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,8 @@ lane :test do
458458
workspace: 'HomeAssistant.xcworkspace',
459459
scheme: 'Tests-Unit',
460460
result_bundle: true,
461-
skip_package_dependencies_resolution: true
461+
skip_package_dependencies_resolution: true,
462+
destination: 'platform=iOS Simulator,name=iPhone 14,OS=17.0.1'
462463
)
463464
end
464465

0 commit comments

Comments
 (0)