498f407585
Introduce optional Apple account-backed credits with scoped gateway access while preserving local and BYOK paths. Refresh assistant behavior, tests, privacy disclosures, docs, and the website for the 2.0 experience.
30 lines
973 B
XML
30 lines
973 B
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>com.apple.developer.applesignin</key>
|
|
<array>
|
|
<string>Default</string>
|
|
</array>
|
|
<key>com.apple.developer.associated-domains</key>
|
|
<array>
|
|
<string>applinks:osglab.com</string>
|
|
</array>
|
|
<key>com.apple.developer.devicecheck.appattest-environment</key>
|
|
<string>$(APP_ATTEST_ENVIRONMENT)</string>
|
|
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
|
<string>$(TeamIdentifierPrefix)com.osgkeyboard.ios</string>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.com.osgkeyboard.shared</string>
|
|
</array>
|
|
<key>com.apple.security.device.audio-input</key>
|
|
<true/>
|
|
<key>keychain-access-groups</key>
|
|
<array>
|
|
<string>$(AppIdentifierPrefix)com.osgkeyboard.shared</string>
|
|
<string>$(AppIdentifierPrefix)com.osgkeyboard.ios</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|