Skip to content

Instantly share code, notes, and snippets.

@m25lazi
Created June 15, 2017 21:01
Show Gist options
  • Save m25lazi/e386f0b75c1ddc8b6fe2b1001260ef84 to your computer and use it in GitHub Desktop.
Save m25lazi/e386f0b75c1ddc8b6fe2b1001260ef84 to your computer and use it in GitHub Desktop.
iOS 9 Application Query Schemes in info plist
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fb</string>
<string>googlechrome</string>
<string>googlechromes</string>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment