We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3595a37 commit a14b53dCopy full SHA for a14b53d
1 file changed
mobile/ios/fastlane/Fastfile
@@ -42,17 +42,13 @@ platform :ios do
42
archive_path: "App/output/App.xcarchive",
43
output_directory: "App/output",
44
output_name: output_name,
45
- export_method: "app-store",
+ export_method: "app-store-connect",
46
xcargs: [
47
"DEVELOPMENT_TEAM=#{Shellwords.escape(team_id)}",
48
"PRODUCT_BUNDLE_IDENTIFIER=#{Shellwords.escape(bundle_id)}",
49
].join(" "),
50
export_options: {
51
- signingStyle: "manual",
52
- signingCertificate: sign_identity,
53
- provisioningProfiles: {
54
- bundle_id => profile_name,
55
- },
+ signingStyle: "automatic",
56
teamID: team_id,
57
manageAppVersionAndBuildNumber: false,
58
}
0 commit comments