Last active
April 25, 2020 22:14
-
-
Save yuchung-chuang/7e9832965f1903a3cbc969dcf6995b15 to your computer and use it in GitHub Desktop.
for authentication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>CFBundleURLTypes</key> | |
<array> | |
<dict> | |
<key>CFBundleURLSchemes</key> | |
<array> | |
<string>msauth.$(PRODUCT_BUNDLE_IDENTIFIER)</string> | |
</array> | |
</dict> | |
</array> | |
<key>LSApplicationQueriesSchemes</key> | |
<array> | |
<string>msauthv2</string> | |
<string>msauthv3</string> | |
</array> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment