Skip to content

Commit

Permalink
use old provisioning profile template for the alpha build (#2848)
Browse files Browse the repository at this point in the history
Merged without passing tests because it seems like an unrelated problem to this.

Task/Issue URL: https://app.asana.com/0/414709148257752/1207312974413960/f
Tech Design URL:
CC:

Description:
Alpha builds need to use the template in order to get default browser capability.

Steps to test this PR:

After updating profiles in Xcode ensure you can run the alpha target
  • Loading branch information
brindy authored May 14, 2024
1 parent 6078fd7 commit 273f982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DuckDuckGo/DuckDuckGoAlpha.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
</array>
<key>com.apple.developer.web-browser</key>
<true/>
<key>com.apple.developer.browser.app-installation</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.duckduckgo.alpha.bookmarks</string>
Expand Down
4 changes: 4 additions & 0 deletions fastlane/Matchfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ for_lane :sync_signing_alpha_adhoc do
type "adhoc"
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"]
force_for_new_devices true
template_name "Default Web Browser iOS (Dist)"
end

for_lane :adhoc do
Expand All @@ -27,12 +28,15 @@ for_lane :alpha_adhoc do
type "adhoc"
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"]
force_for_new_devices true
template_name "Default Web Browser iOS (Dist)"
end

for_lane :sync_signing_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"]
template_name "Default Web Browser iOS (Dist)"
end

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"]
template_name "Default Web Browser iOS (Dist)"
end

0 comments on commit 273f982

Please sign in to comment.