mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Re-enable deploy_gallery.
Bug: https://github.com/flutter/flutter/issues/54016
This commit is contained in:
parent
e6b34c2b5c
commit
28c00980a0
@ -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]
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user