Skip to content

Commit

Permalink
Fix alpha builds (#2293)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1206232666277835/f
Tech Design URL:
CC: @quanganhdo

Description:

This PR fixes alpha build generation.
  • Loading branch information
samsymons authored Dec 23, 2023
1 parent 9ad097e commit 2db949c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ private_lane :build_alpha do |options|
configuration: "Alpha",
scheme: "DuckDuckGo-Alpha",
export_options: "alphaExportOptions.plist",
derived_data_path: "DerivedData"
derived_data_path: "DerivedData",
xcargs: "-skipPackagePluginValidation"
)
end

Expand Down

0 comments on commit 2db949c

Please sign in to comment.