30 lines
797 B
Plaintext
30 lines
797 B
Plaintext
<?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>ASAuthorizationAppleIDProvider</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<array>
|
|
<string>appleid</string>
|
|
<string>appleauth</string>
|
|
</array>
|
|
<key>NSAppleIDUsageDescription</key>
|
|
<string>Sign in with Apple is used to authenticate your account</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>Quicksand x.ttf</string>
|
|
<string>SankeiCutePopanime.ttf</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|