Re-enable deploy_gallery.

Bug: https://github.com/flutter/flutter/issues/54016
This commit is contained in:
Tong Wu 2020-04-07 15:19:48 -07:00
parent e6b34c2b5c
commit 28c00980a0
2 changed files with 9 additions and 2 deletions

View File

@ -74,7 +74,7 @@ platform :ios do
scheme: 'Runner',
export_method: 'app-store',
# Verify that the right signing identity is used for publishing.
codesigning_identity: 'iPhone Distribution: FLUTTER.IO LLC (S8QB4VV633)',
codesigning_identity: 'Apple Distribution: FLUTTER.IO LLC (S8QB4VV633)',
)
if options[:upload]

View File

@ -8,4 +8,11 @@ This is done using the [FastLane](https://fastlane.tools) tool suite.
Deployment can be done manually by Googlers by following
go/flutter-gallery-publish (internal doc).
Deployment is automatically done by Cirrus on tagged branch commits.
Deployment is automatically done by Cirrus on tagged branch commits.
## How to renew the Apple distribution certificate
In case the distribution certifcate expires, for example, this error message
occured: "Your certificate ... is not valid, please check end date and
renew it if necessary", a Googler can renew it by following the instructions at
http://go/googler-flutter-signing#how-to-renew.