We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bb5bc commit 3409915Copy full SHA for 3409915
1 file changed
fastlane/Fastfile
@@ -64,7 +64,7 @@ platform :ios do
64
scheme: APP_SCHEME,
65
clean: true,
66
output_directory: BUILD_DIR,
67
- output_name: IPA_NAME
+ output_name: IPA_NAME,
68
export_method: "app-store"
69
)
70
0 commit comments