Skip to content

Commit 28c0098

Browse files
committed
Re-enable deploy_gallery.
Bug: flutter#54016
1 parent e6b34c2 commit 28c0098

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

dev/integration_tests/flutter_gallery/ios/fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff 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]

dev/integration_tests/flutter_gallery/ios/fastlane/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ This is done using the [FastLane](https://fastlane.tools) tool suite.
88
Deployment can be done manually by Googlers by following
99
go/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.

0 commit comments

Comments
 (0)