Skip to content

Commit cd17117

Browse files
committed
Add version number to ipa file
1 parent 34ec866 commit cd17117

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fastlane/Fastfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,12 @@ platform :ios do
6565
target: 'OpenInAppExtension'
6666
)
6767

68+
output_name = "ForPDA_#{version}"
69+
6870
build_app(
6971
scheme: "ForPDA",
7072
output_directory: "build/",
73+
output_name: output_name,
7174
cloned_source_packages_path: "SourcePackages",
7275
silent: true,
7376
suppress_xcode_output: true,

0 commit comments

Comments
 (0)