Skip to content

Commit

Permalink
Fix typo in alpha profile definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Aug 25, 2023
1 parent adf8d0f commit f51e3e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,23 +182,23 @@ private_lane :build_alpha do |options|
configurations = [
{
targets: ["DuckDuckGo"],
profile_name: "match AdHoc com.duckduckgo.mobile.ios.alpha"
profile_name: "match AppStore Hoc com.duckduckgo.mobile.ios.alpha"
},
{
targets: ["ShareExtension"],
profile_name: "match AdHoc com.duckduckgo.mobile.ios.alpha.ShareExtension"
profile_name: "match AppStore com.duckduckgo.mobile.ios.alpha.ShareExtension"
},
{
targets: ["OpenAction"],
profile_name: "match AdHoc com.duckduckgo.mobile.ios.alpha.OpenAction2"
profile_name: "match AppStore com.duckduckgo.mobile.ios.alpha.OpenAction2"
},
{
targets: ["WidgetsExtension"],
profile_name: "match AdHoc com.duckduckgo.mobile.ios.alpha.Widgets"
profile_name: "match AppStore com.duckduckgo.mobile.ios.alpha.Widgets"
},
{
targets: ["PacketTunnelProvider"],
profile_name: "match AdHoc com.duckduckgo.mobile.ios.alpha.NetworkExtension"
profile_name: "match AppStore com.duckduckgo.mobile.ios.alpha.NetworkExtension"
}
]

Expand All @@ -213,7 +213,7 @@ private_lane :build_alpha do |options|
end

sync_signing_alpha(options)

build_app(
export_method: "app-store",
configuration: "Alpha",
Expand Down

0 comments on commit f51e3e0

Please sign in to comment.