Skip to content

Instantly share code, notes, and snippets.

@chickdan
Created June 21, 2018 21:00
Show Gist options
  • Save chickdan/11b4950e93aa3cfa5a97f3256b624db3 to your computer and use it in GitHub Desktop.
Save chickdan/11b4950e93aa3cfa5a97f3256b624db3 to your computer and use it in GitHub Desktop.
iOS plist for URL Query Schemes
<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