We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ec866 commit cd17117Copy full SHA for cd17117
fastlane/Fastfile
@@ -65,9 +65,12 @@ platform :ios do
65
target: 'OpenInAppExtension'
66
)
67
68
+ output_name = "ForPDA_#{version}"
69
+
70
build_app(
71
scheme: "ForPDA",
72
output_directory: "build/",
73
+ output_name: output_name,
74
cloned_source_packages_path: "SourcePackages",
75
silent: true,
76
suppress_xcode_output: true,
0 commit comments