File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
dev/integration_tests/flutter_gallery/ios/fastlane Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -601,7 +601,6 @@ task:
601601 # See also: https://github.com/flutter/flutter/pull/49454
602602 depends_on :
603603 - analyze-linux
604- skip : true # https://github.com/flutter/flutter/issues/54016
605604 environment :
606605 # Apple Fastlane password.
607606 FASTLANE_PASSWORD : ENCRYPTED[4b1f0b8d52874e9de965acd46c79743f3b81f3a513614179b9be7cf53dc8258753e257bdadb11a298ee455259df21865]
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ platform :ios do
7474 scheme : 'Runner' ,
7575 export_method : 'app-store' ,
7676 # 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)' ,
7878 )
7979
8080 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.
88Deployment can be done manually by Googlers by following
99go/flutter-gallery-publish (internal doc).
1010
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