mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00

* Don't use the AppIdentifierPrefix as it breaks when re-signing. * Generate entitlements using XcodeGen. * Ignore Xcode Archives. * Remove the (unused) NCE. * Update submodule.
35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>aps-environment</key>
|
|
<string>development</string>
|
|
<key>com.apple.developer.associated-domains</key>
|
|
<array>
|
|
<string>applinks:element.io</string>
|
|
<string>applinks:app.element.io</string>
|
|
<string>applinks:staging.element.io</string>
|
|
<string>applinks:develop.element.io</string>
|
|
<string>applinks:mobile.element.io</string>
|
|
<string>applinks:call.element.io</string>
|
|
<string>applinks:call.element.dev</string>
|
|
<string>applinks:matrix.to</string>
|
|
<string>webcredentials:*.element.io</string>
|
|
</array>
|
|
<key>com.apple.developer.usernotifications.communication</key>
|
|
<true/>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<true/>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>$(APP_GROUP_IDENTIFIER)</string>
|
|
</array>
|
|
<key>com.apple.security.network.client</key>
|
|
<true/>
|
|
<key>keychain-access-groups</key>
|
|
<array>
|
|
<string>$(KEYCHAIN_ACCESS_GROUP_IDENTIFIER)</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|