FDLBuilderTestAppObjC.entitlements 730 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>application-identifier</key>
  6. <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
  7. <key>com.apple.developer.associated-domains</key>
  8. <array>
  9. <string>applinks:goo.gl</string>
  10. <string>applinks:testfdl.app.goo.gl</string>
  11. <string>applinks:testfdl.page.link</string>
  12. </array>
  13. <key>keychain-access-groups</key>
  14. <array>
  15. <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
  16. <string>$(AppIdentifierPrefix)$(CFBundleIdentifier).sso</string>
  17. <string>$(AppIdentifierPrefix)com.google.common.SSO</string>
  18. </array>
  19. </dict>
  20. </plist>