Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Ref #3579: Add provisioning profile to Fastlane script.
Browse files Browse the repository at this point in the history
Enterprise profile will be handled at later point.
  • Loading branch information
iccub committed Jul 16, 2021
1 parent 4c40413 commit 8f8b538
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 @@ -84,7 +84,8 @@ platform :ios do
method: "app-store",
provisioningProfiles: {
"com.brave.ios.browser" => "Brave iOS",
"com.brave.ios.browser.BraveShareTo" => "Brave iOS Share Extension"
"com.brave.ios.browser.BraveShareTo" => "Brave iOS Share Extension",
"com.brave.ios.browser.BrowserIntents" => "Brave iOS Intents Extension"
}
},
}
Expand Down

0 comments on commit 8f8b538

Please sign in to comment.