Skip to content

Commit

Permalink
[ci] Specify xcodeproj in Fastfile everywhere this time
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed Dec 20, 2024
1 parent ee54a65 commit 23ee35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platform :ios do
build_app(
scheme: "tuta prod",
output_directory: "releases",
output_name: "tutanota-" + get_version_number(target: "tutanota", project: "tutanota.xcodeproj"),
output_name: "tutanota-" + get_version_number(target: "tutanota", xcodeproj: "tutanota.xcodeproj"),
include_symbols: true,
verbose: true
)
Expand Down Expand Up @@ -68,7 +68,7 @@ platform :ios do

clear_derived_data

ipa_name = "tutanota-" + get_version_number(target: "tutanota", project: "tutanota.xcodeproj") + "-adhoc"
ipa_name = "tutanota-" + get_version_number(target: "tutanota", xcodeproj: "tutanota.xcodeproj") + "-adhoc"
build_app(
scheme: "tuta prod",
output_directory: "releases",
Expand Down

0 comments on commit 23ee35c

Please sign in to comment.