Skip to content

Commit

Permalink
[plugin.xml] added config-file section for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
goya committed Jan 14, 2013
1 parent 0a5d90c commit 333d3f7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,25 @@
<header-file src="FacebookConnectPlugin.h" target-dir="FacebookConnect" />
<source-file src="FacebookConnectPlugin.m" target-dir="FacebookConnect" />

<config-file parent="FacebookAppID">
<string>$FBID</string>
</config-file>

<config-file parent="CFBundleURLTypes">
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>None</string>
<key>CFBundleURLName</key>
<string>$PACKAGE_NAME</string>
<key>CFBundleURLSchemes</key>
<array>
<string>fb$FBID</string>
</array>
</dict>
</array>
</config-file>

<!-- facebook source files -->
<source-file src="facebook/Facebook.m" target-dir="FacebookConnect" />
<source-file src="facebook/FBCacheDescriptor.m" target-dir="FacebookConnect" />
Expand Down

0 comments on commit 333d3f7

Please sign in to comment.