Bug 1960091 - Add a security application group for accessing the browser profile container r=mac-reviewers,mstange

Add Nightly to an App Group named org.mozilla.firefox.browserprofiles to enable testing of App Group Container storage. We expect to add the other channels to the same group in the future.

Differential Revision: https://phabricator.services.mozilla.com/D245328
This commit is contained in:
Haik Aftandilian
2025-04-28 23:44:11 +00:00
parent d4c6097072
commit ab8b5d58a9

View File

@@ -30,5 +30,11 @@
<!-- For platform passkey (webauthn) support --> <!-- For platform passkey (webauthn) support -->
<key>com.apple.developer.web-browser.public-key-credential</key><true/> <key>com.apple.developer.web-browser.public-key-credential</key><true/>
<key>com.apple.security.application-groups</key>
<array>
<!-- Browser profile container for all channels -->
<string>43AQ936H96.org.mozilla.firefox.browserprofiles</string>
</array>
</dict> </dict>
</plist> </plist>