Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-magda committed Aug 22, 2023
2 parents a7e3327 + a38fea4 commit b5d9607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iosHyperskillApp/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ platform :ios do
clean: true,
output_directory: "artifacts",
output_name: "#{scheme}.ipa",
include_bitcode: true,
include_bitcode: false,
skip_profile_detection: true,
export_method: "app-store",
export_options: {
Expand Down Expand Up @@ -160,7 +160,7 @@ platform :ios do
clean: true,
output_directory: "artifacts",
output_name: "#{scheme}.ipa",
include_bitcode: true,
include_bitcode: false,
skip_profile_detection: true,
export_method: "ad-hoc",
export_options: {
Expand Down

0 comments on commit b5d9607

Please sign in to comment.