Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Dec 18, 2023
1 parent 99762cd commit b79ed0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,8 @@ private_lane :build_release do |options|
export_method: "app-store",
scheme: "DuckDuckGo",
export_options: "appStoreExportOptions.plist",
derived_data_path: "DerivedData"
derived_data_path: "DerivedData",
xargs: "-skipPackagePluginValidation"
xcargs: "-skipPackagePluginValidation"
)
end

Expand Down

0 comments on commit b79ed0a

Please sign in to comment.