Skip to content

Instantly share code, notes, and snippets.

@yuchung-chuang
Last active April 25, 2020 22:14
Show Gist options
  • Save yuchung-chuang/7e9832965f1903a3cbc969dcf6995b15 to your computer and use it in GitHub Desktop.
Save yuchung-chuang/7e9832965f1903a3cbc969dcf6995b15 to your computer and use it in GitHub Desktop.
for authentication
<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