Last active
August 29, 2015 14:25
-
-
Save koriner/b3d66b4f49c683dc6faf to your computer and use it in GitHub Desktop.
distriqt FacebookAPI - Example iOS descriptor settings
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
<InfoAdditions><![CDATA[ | |
<key>UIDeviceFamily</key> | |
<array> | |
<string>1</string> | |
<string>2</string> | |
</array> | |
<key>CFBundleURLTypes</key> | |
<array> | |
<dict> | |
<key>CFBundleURLSchemes</key> | |
<array> | |
<!-- Don't remove the 'fb' prefix --> | |
<string>fb[YOUR_FACEBOOK_APP_ID]</string> | |
</array> | |
</dict> | |
</array> | |
<key>FacebookAppID</key> | |
<string>[YOUR_FACEBOOK_APP_ID]</string> | |
<key>FacebookDisplayName</key> | |
<string>[YOUR_FACEBOOK_APP_NAME]</string> | |
]]></InfoAdditions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment