Skip to content

Commit d9f31b9

Browse files
committed
try to fix CI
1 parent fd3c2e5 commit d9f31b9

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

app/fastlane/Fastfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,16 @@ platform :mac do
120120
output_name: "command.app",
121121
scheme: "command",
122122
silent: true,
123-
skip_archive: true
123+
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+
},
124133
)
125134
sh("../tools/release/cleanup_xcodeproj_after_release_build.sh")
126135
end

0 commit comments

Comments
 (0)