Skip to content

Commit 7bdb73e

Browse files
fix(ci): use Apple Distribution identity for macOS code signing
1 parent 57d1ce4 commit 7bdb73e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macos/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ platform :mac do
8383
path: "Runner.xcodeproj",
8484
team_id: appstore_team,
8585
targets: ["Runner"],
86-
code_sign_identity: "3rd Party Mac Developer Application",
86+
code_sign_identity: "Apple Distribution",
8787
profile_name: appstore_profile
8888
)
8989

0 commit comments

Comments
 (0)