Skip to content

Commit bb4788f

Browse files
authored
Merge pull request #3 from tarappo/xcode16_swift_testing
Xcode16 swift testing(1st sample code)
2 parents d2c51f0 + ef5aaa1 commit bb4788f

19 files changed

Lines changed: 1049 additions & 40 deletions

File tree

.github/workflows/merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
env:
9+
DEVELOPER_DIR: /Applications/Xcode_16.1.0.app
10+
811
jobs:
912
all_tests:
1013
runs-on: macos-latest

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7+
env:
8+
DEVELOPER_DIR: /Applications/Xcode_16.1.0.app
79

810
jobs:
911
main_tests:

Samples/Gemfile.lock

Lines changed: 42 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ GEM
99
public_suffix (>= 2.0.2, < 7.0)
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
12-
aws-eventstream (1.3.0)
13-
aws-partitions (1.957.0)
14-
aws-sdk-core (3.201.3)
12+
aws-eventstream (1.3.1)
13+
aws-partitions (1.1050.0)
14+
aws-sdk-core (3.218.1)
1515
aws-eventstream (~> 1, >= 1.3.0)
16-
aws-partitions (~> 1, >= 1.651.0)
17-
aws-sigv4 (~> 1.8)
16+
aws-partitions (~> 1, >= 1.992.0)
17+
aws-sigv4 (~> 1.9)
18+
base64
1819
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.88.0)
20-
aws-sdk-core (~> 3, >= 3.201.0)
20+
aws-sdk-kms (1.98.0)
21+
aws-sdk-core (~> 3, >= 3.216.0)
2122
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.156.0)
23-
aws-sdk-core (~> 3, >= 3.201.0)
23+
aws-sdk-s3 (1.181.0)
24+
aws-sdk-core (~> 3, >= 3.216.0)
2425
aws-sdk-kms (~> 1)
2526
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.9.0)
27+
aws-sigv4 (1.11.0)
2728
aws-eventstream (~> 1, >= 1.0.2)
2829
babosa (1.0.4)
2930
base64 (0.2.0)
@@ -33,13 +34,13 @@ GEM
3334
commander (4.6.0)
3435
highline (~> 2.0.0)
3536
declarative (0.0.20)
36-
digest-crc (0.6.5)
37+
digest-crc (0.7.0)
3738
rake (>= 12.0.0, < 14.0.0)
3839
domain_name (0.6.20240107)
3940
dotenv (2.8.1)
4041
emoji_regex (3.2.3)
41-
excon (0.111.0)
42-
faraday (1.10.3)
42+
excon (0.112.0)
43+
faraday (1.10.4)
4344
faraday-em_http (~> 1.0)
4445
faraday-em_synchrony (~> 1.0)
4546
faraday-excon (~> 1.1)
@@ -58,17 +59,17 @@ GEM
5859
faraday-em_synchrony (1.0.0)
5960
faraday-excon (1.1.0)
6061
faraday-httpclient (1.0.1)
61-
faraday-multipart (1.0.4)
62-
multipart-post (~> 2)
63-
faraday-net_http (1.0.1)
62+
faraday-multipart (1.1.0)
63+
multipart-post (~> 2.0)
64+
faraday-net_http (1.0.2)
6465
faraday-net_http_persistent (1.2.0)
6566
faraday-patron (1.0.0)
6667
faraday-rack (1.0.0)
6768
faraday-retry (1.0.3)
68-
faraday_middleware (1.2.0)
69+
faraday_middleware (1.2.1)
6970
faraday (~> 1.0)
70-
fastimage (2.3.1)
71-
fastlane (2.221.1)
71+
fastimage (2.4.0)
72+
fastlane (2.226.0)
7273
CFPropertyList (>= 2.3, < 4.0.0)
7374
addressable (>= 2.8, < 3.0.0)
7475
artifactory (~> 3.0)
@@ -84,6 +85,7 @@ GEM
8485
faraday-cookie_jar (~> 0.0.6)
8586
faraday_middleware (~> 1.0)
8687
fastimage (>= 2.1.0, < 3.0.0)
88+
fastlane-sirp (>= 1.0.0)
8789
gh_inspector (>= 1.1.2, < 2.0.0)
8890
google-apis-androidpublisher_v3 (~> 0.3)
8991
google-apis-playcustomapp_v1 (~> 0.1)
@@ -107,8 +109,10 @@ GEM
107109
tty-spinner (>= 0.8.0, < 1.0.0)
108110
word_wrap (~> 1.0.0)
109111
xcodeproj (>= 1.13.0, < 2.0.0)
110-
xcpretty (~> 0.3.0)
112+
xcpretty (~> 0.4.0)
111113
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
114+
fastlane-sirp (1.0.0)
115+
sysrandom (~> 1.0)
112116
gh_inspector (1.1.3)
113117
google-apis-androidpublisher_v3 (0.54.0)
114118
google-apis-core (>= 0.11.0, < 2.a)
@@ -126,7 +130,7 @@ GEM
126130
google-apis-core (>= 0.11.0, < 2.a)
127131
google-apis-storage_v1 (0.31.0)
128132
google-apis-core (>= 0.11.0, < 2.a)
129-
google-cloud-core (1.7.0)
133+
google-cloud-core (1.7.1)
130134
google-cloud-env (>= 1.0, < 3.a)
131135
google-cloud-errors (~> 1.0)
132136
google-cloud-env (1.6.0)
@@ -147,35 +151,34 @@ GEM
147151
os (>= 0.9, < 2.0)
148152
signet (>= 0.16, < 2.a)
149153
highline (2.0.3)
150-
http-cookie (1.0.6)
154+
http-cookie (1.0.8)
151155
domain_name (~> 0.5)
152156
httpclient (2.8.3)
153157
jmespath (1.6.2)
154-
json (2.7.2)
155-
jwt (2.8.2)
158+
json (2.10.1)
159+
jwt (2.10.1)
156160
base64
157161
mini_magick (4.13.2)
158162
mini_mime (1.1.5)
159163
multi_json (1.15.0)
160164
multipart-post (2.4.1)
161-
nanaimo (0.3.0)
165+
nanaimo (0.4.0)
162166
naturally (2.2.1)
163167
nkf (0.2.0)
164-
optparse (0.5.0)
168+
optparse (0.6.0)
165169
os (1.1.4)
166-
plist (3.7.1)
170+
plist (3.7.2)
167171
public_suffix (6.0.1)
168172
rake (13.2.1)
169173
representable (3.2.0)
170174
declarative (< 0.1.0)
171175
trailblazer-option (>= 0.1.1, < 0.2.0)
172176
uber (< 0.2.0)
173177
retriable (3.1.2)
174-
rexml (3.2.9)
175-
strscan
176-
rouge (2.0.7)
178+
rexml (3.4.0)
179+
rouge (3.28.0)
177180
ruby2_keywords (0.0.5)
178-
rubyzip (2.3.2)
181+
rubyzip (2.4.1)
179182
security (0.1.5)
180183
signet (0.19.0)
181184
addressable (~> 2.8)
@@ -185,7 +188,7 @@ GEM
185188
simctl (1.6.10)
186189
CFPropertyList
187190
naturally
188-
strscan (3.1.0)
191+
sysrandom (1.0.5)
189192
terminal-notifier (2.0.0)
190193
terminal-table (3.0.2)
191194
unicode-display_width (>= 1.1.1, < 3)
@@ -195,17 +198,17 @@ GEM
195198
tty-spinner (0.9.3)
196199
tty-cursor (~> 0.7)
197200
uber (0.1.0)
198-
unicode-display_width (2.5.0)
201+
unicode-display_width (2.6.0)
199202
word_wrap (1.0.0)
200-
xcodeproj (1.24.0)
203+
xcodeproj (1.27.0)
201204
CFPropertyList (>= 2.3.3, < 4.0)
202205
atomos (~> 0.1.3)
203206
claide (>= 1.0.2, < 2.0)
204207
colored2 (~> 3.1)
205-
nanaimo (~> 0.3.0)
206-
rexml (~> 3.2.4)
207-
xcpretty (0.3.0)
208-
rouge (~> 2.0.7)
208+
nanaimo (~> 0.4.0)
209+
rexml (>= 3.3.6, < 4.0)
210+
xcpretty (0.4.0)
211+
rouge (~> 3.28.0)
209212
xcpretty-travis-formatter (1.0.1)
210213
xcpretty (~> 0.2, >= 0.0.7)
211214

@@ -216,4 +219,4 @@ DEPENDENCIES
216219
fastlane
217220

218221
BUNDLED WITH
219-
2.3.26
222+
2.3.27

Samples/Xcode16.0/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Xcode 16.0
2+
- [Release Note](https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes)
3+
4+
## Testing
5+
6+
7+
8+
## 参考資料
9+
- https://note.com/tarappo/n/nb33a387d3bbd

0 commit comments

Comments
 (0)