File tree 2 files changed +9
-2
lines changed
dev/integration_tests/flutter_gallery/ios/fastlane
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ platform :ios do
74
74
scheme : 'Runner' ,
75
75
export_method : 'app-store' ,
76
76
# Verify that the right signing identity is used for publishing.
77
- codesigning_identity : 'iPhone Distribution: FLUTTER.IO LLC (S8QB4VV633)' ,
77
+ codesigning_identity : 'Apple Distribution: FLUTTER.IO LLC (S8QB4VV633)' ,
78
78
)
79
79
80
80
if options [ :upload ]
Original file line number Diff line number Diff line change @@ -8,4 +8,11 @@ This is done using the [FastLane](https://fastlane.tools) tool suite.
8
8
Deployment can be done manually by Googlers by following
9
9
go/flutter-gallery-publish (internal doc).
10
10
11
- Deployment is automatically done by Cirrus on tagged branch commits.
11
+ Deployment is automatically done by Cirrus on tagged branch commits.
12
+
13
+ ## How to renew the Apple distribution certificate
14
+
15
+ In case the distribution certifcate expires, for example, this error message
16
+ occured: "Your certificate ... is not valid, please check end date and
17
+ renew it if necessary", a Googler can renew it by following the instructions at
18
+ http://go/googler-flutter-signing#how-to-renew .
You can’t perform that action at this time.
0 commit comments