Skip to content

Commit

Permalink
Update Matchfile to have correct lane modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Sep 8, 2023
1 parent aa443e1 commit 9dd4715
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fastlane/Matchfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ for_lane :adhoc do
end

for_lane :sync_signing_alpha do
type "appstore"
app_identifier ["com.duckduckgo.mobile.ios.alpha", "com.duckduckgo.mobile.ios.alpha.ShareExtension", "com.duckduckgo.mobile.ios.alpha.OpenAction2", "com.duckduckgo.mobile.ios.alpha.Widgets", "com.duckduckgo.mobile.ios.alpha.NetworkExtension"]
end

for_lane :alpha do
type "appstore"
for_lane :release_alpha do
app_identifier ["com.duckduckgo.mobile.ios.alpha", "com.duckduckgo.mobile.ios.alpha.ShareExtension", "com.duckduckgo.mobile.ios.alpha.OpenAction2", "com.duckduckgo.mobile.ios.alpha.Widgets", "com.duckduckgo.mobile.ios.alpha.NetworkExtension"]
end

0 comments on commit 9dd4715

Please sign in to comment.