Skip to content

Instantly share code, notes, and snippets.

View matheuscas's full-sized avatar

Matheus Cardoso matheuscas

View GitHub Profile
@matheuscas
matheuscas / app-Info.plist
Last active January 11, 2016 18:43
iOS plist file to use ngCordova Facebook plugin
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>