Created
June 21, 2018 21:00
-
-
Save chickdan/11b4950e93aa3cfa5a97f3256b624db3 to your computer and use it in GitHub Desktop.
iOS plist for URL Query Schemes
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>LSApplicationQueriesSchemes</key> | |
<array> | |
<string>googlechrome</string> | |
<string>firefox</string> | |
<string>microsoft-edge</string> | |
<string>opera</string> | |
<string>dolphin</string> | |
<string>brave</string> | |
</array> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment