We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3c2e5 commit d9f31b9Copy full SHA for d9f31b9
1 file changed
app/fastlane/Fastfile
@@ -120,7 +120,16 @@ platform :mac do
120
output_name: "command.app",
121
scheme: "command",
122
silent: true,
123
- skip_archive: true
+ skip_archive: true,
124
+ export_options: {
125
+ method: "development",
126
+ signingStyle: "manual",
127
+ signingCertificate: "Apple Development: Guillaume Sabran (HANPLYGJ85)",
128
+ teamID: "GP78T2GNXD",
129
+ # provisioningProfiles: {
130
+ # "dev.getcmd.command" => "match DeveloperID dev.getcmd.command macos" # Add this line
131
+ # }
132
+ },
133
)
134
sh("../tools/release/cleanup_xcodeproj_after_release_build.sh")
135
end
0 commit comments