Skip to content

Commit

Permalink
Skip package plugin validation in the alpha workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 23, 2023
1 parent 9ad097e commit f18b77c
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 f18b77c

Please sign in to comment.