Skip to content

Commit 3735a47

Browse files
authored
Update iOS certificate and build pipeline #82
ref DEV-2974
2 parents fa6eab0 + 5b42515 commit 3735a47

File tree

5 files changed

+53
-53
lines changed

5 files changed

+53
-53
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ on:
1212

1313
jobs:
1414
test-ios:
15-
runs-on: macos-14
15+
runs-on: macos-15
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: ruby/setup-ruby@v1
1919
with:
2020
bundler-cache: true
21-
- run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
21+
- run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
2222
- uses: subosito/flutter-action@v2
2323
with:
2424
# This has to be kept in sync with .tool-versions
25-
flutter-version: '3.27.1'
25+
flutter-version: '3.32.8'
2626
channel: 'stable'
2727
# This action takes 1m30s to finish. Enable cache to make it shorter.
2828
cache: true
@@ -34,7 +34,7 @@ jobs:
3434
- run: make example-build-unsigned-ios-app
3535

3636
test-android:
37-
runs-on: macos-14
37+
runs-on: macos-15
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: ruby/setup-ruby@v1
@@ -43,7 +43,7 @@ jobs:
4343
- uses: subosito/flutter-action@v2
4444
with:
4545
# This has to be kept in sync with .tool-versions
46-
flutter-version: '3.27.1'
46+
flutter-version: '3.32.8'
4747
channel: 'stable'
4848
# This action takes 1m30s to finish. Enable cache to make it shorter.
4949
cache: true
@@ -61,7 +61,7 @@ jobs:
6161
- uses: subosito/flutter-action@v2
6262
with:
6363
# This has to be kept in sync with .tool-versions
64-
flutter-version: '3.27.1'
64+
flutter-version: '3.32.8'
6565
channel: 'stable'
6666
# This action takes 1m30s to finish. Enable cache to make it shorter.
6767
cache: true
@@ -81,19 +81,19 @@ jobs:
8181
publish_dir: ./doc/api
8282

8383
deploy-ios:
84-
runs-on: macos-14
84+
runs-on: macos-15
8585
needs: ["test-ios"]
8686
if: ${{ github.repository == 'authgear/authgear-sdk-flutter' }}
8787
steps:
8888
- uses: actions/checkout@v4
8989
- uses: ruby/setup-ruby@v1
9090
with:
9191
bundler-cache: true
92-
- run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
92+
- run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
9393
- uses: subosito/flutter-action@v2
9494
with:
9595
# This has to be kept in sync with .tool-versions
96-
flutter-version: '3.27.1'
96+
flutter-version: '3.32.8'
9797
channel: 'stable'
9898
# This action takes 1m30s to finish. Enable cache to make it shorter.
9999
cache: true
@@ -122,7 +122,7 @@ jobs:
122122
run: make example-upload-ios-app
123123

124124
deploy-android:
125-
runs-on: macos-14
125+
runs-on: macos-15
126126
needs: ["test-android"]
127127
if: ${{ github.repository == 'authgear/authgear-sdk-flutter' }}
128128
steps:
@@ -133,7 +133,7 @@ jobs:
133133
- uses: subosito/flutter-action@v2
134134
with:
135135
# This has to be kept in sync with .tool-versions
136-
flutter-version: '3.27.1'
136+
flutter-version: '3.32.8'
137137
channel: 'stable'
138138
# This action takes 1m30s to finish. Enable cache to make it shorter.
139139
cache: true

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flutter 3.27.1-stable
1+
flutter 3.32.8-stable
22
nodejs 20.18.1
33
ruby 3.3.7

example/pubspec.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,42 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
8+
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "2.11.0"
11+
version: "2.13.0"
1212
boolean_selector:
1313
dependency: transitive
1414
description:
1515
name: boolean_selector
16-
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
16+
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "2.1.1"
19+
version: "2.1.2"
2020
characters:
2121
dependency: transitive
2222
description:
2323
name: characters
24-
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
24+
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
2525
url: "https://pub.dev"
2626
source: hosted
27-
version: "1.3.0"
27+
version: "1.4.0"
2828
clock:
2929
dependency: transitive
3030
description:
3131
name: clock
32-
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
32+
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "1.1.1"
35+
version: "1.1.2"
3636
collection:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
40+
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.19.0"
43+
version: "1.19.1"
4444
crypto:
4545
dependency: transitive
4646
description:
@@ -61,10 +61,10 @@ packages:
6161
dependency: transitive
6262
description:
6363
name: fake_async
64-
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
64+
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
6565
url: "https://pub.dev"
6666
source: hosted
67-
version: "1.3.1"
67+
version: "1.3.3"
6868
ffi:
6969
dependency: transitive
7070
description:
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "2.0.0"
95+
version: "2.1.0"
9696
flutter_lints:
9797
dependency: "direct dev"
9898
description:
@@ -131,18 +131,18 @@ packages:
131131
dependency: transitive
132132
description:
133133
name: leak_tracker
134-
sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06"
134+
sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0"
135135
url: "https://pub.dev"
136136
source: hosted
137-
version: "10.0.7"
137+
version: "10.0.9"
138138
leak_tracker_flutter_testing:
139139
dependency: transitive
140140
description:
141141
name: leak_tracker_flutter_testing
142-
sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379"
142+
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
143143
url: "https://pub.dev"
144144
source: hosted
145-
version: "3.0.8"
145+
version: "3.0.9"
146146
leak_tracker_testing:
147147
dependency: transitive
148148
description:
@@ -163,10 +163,10 @@ packages:
163163
dependency: transitive
164164
description:
165165
name: matcher
166-
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
166+
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
167167
url: "https://pub.dev"
168168
source: hosted
169-
version: "0.12.16+1"
169+
version: "0.12.17"
170170
material_color_utilities:
171171
dependency: transitive
172172
description:
@@ -179,18 +179,18 @@ packages:
179179
dependency: transitive
180180
description:
181181
name: meta
182-
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
182+
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
183183
url: "https://pub.dev"
184184
source: hosted
185-
version: "1.15.0"
185+
version: "1.16.0"
186186
path:
187187
dependency: transitive
188188
description:
189189
name: path
190-
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
190+
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
191191
url: "https://pub.dev"
192192
source: hosted
193-
version: "1.9.0"
193+
version: "1.9.1"
194194
path_provider_linux:
195195
dependency: transitive
196196
description:
@@ -296,50 +296,50 @@ packages:
296296
dependency: transitive
297297
description:
298298
name: source_span
299-
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
299+
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
300300
url: "https://pub.dev"
301301
source: hosted
302-
version: "1.10.0"
302+
version: "1.10.1"
303303
stack_trace:
304304
dependency: transitive
305305
description:
306306
name: stack_trace
307-
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
307+
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
308308
url: "https://pub.dev"
309309
source: hosted
310-
version: "1.12.0"
310+
version: "1.12.1"
311311
stream_channel:
312312
dependency: transitive
313313
description:
314314
name: stream_channel
315-
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
315+
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
316316
url: "https://pub.dev"
317317
source: hosted
318-
version: "2.1.2"
318+
version: "2.1.4"
319319
string_scanner:
320320
dependency: transitive
321321
description:
322322
name: string_scanner
323-
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
323+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
324324
url: "https://pub.dev"
325325
source: hosted
326-
version: "1.3.0"
326+
version: "1.4.1"
327327
term_glyph:
328328
dependency: transitive
329329
description:
330330
name: term_glyph
331-
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
331+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
332332
url: "https://pub.dev"
333333
source: hosted
334-
version: "1.2.1"
334+
version: "1.2.2"
335335
test_api:
336336
dependency: transitive
337337
description:
338338
name: test_api
339-
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
339+
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
340340
url: "https://pub.dev"
341341
source: hosted
342-
version: "0.7.3"
342+
version: "0.7.4"
343343
typed_data:
344344
dependency: transitive
345345
description:
@@ -360,10 +360,10 @@ packages:
360360
dependency: transitive
361361
description:
362362
name: vm_service
363-
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
363+
sha256: ddfa8d30d89985b96407efce8acbdd124701f96741f2d981ca860662f1c0dc02
364364
url: "https://pub.dev"
365365
source: hosted
366-
version: "14.3.0"
366+
version: "15.0.0"
367367
web:
368368
dependency: transitive
369369
description:
@@ -381,5 +381,5 @@ packages:
381381
source: hosted
382382
version: "1.0.4"
383383
sdks:
384-
dart: ">=3.4.0 <4.0.0"
384+
dart: ">=3.7.0-0 <4.0.0"
385385
flutter: ">=3.22.0"

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
#
4646
# export PATH="/path/to/your/installation/bin:$PATH"
4747

48-
# 3.27.1
49-
# pkgs.flutter327
48+
# 3.32.8
49+
# pkgs.flutter332
5050
];
5151
# Even we use mkShellNoCC, DEVELOPER_DIR, SDKROOT, MACOSX_DEPLOYMENT_TARGET is still set.
5252
# We undo that.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_authgear
22
description: Authgear SDK for Flutter
3-
version: 2.0.0
3+
version: 2.1.0
44
homepage: https://www.authgear.com
55
repository: https://github.com/authgear/authgear-sdk-flutter
66
documentation: https://authgear.github.io/authgear-sdk-flutter/

0 commit comments

Comments
 (0)