Skip to content

Commit

Permalink
Edited WBShareKit/README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
qdvictory committed Aug 11, 2011
1 parent 484f0bf commit 64e9ff9
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion WBShareKit/README.md
Expand Up @@ -8,7 +8,26 @@
return YES;
}

3.具体调用请查看WBShareKitViewController.m
3.在info.plist中修改url types

<?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">
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>minroad.com</string>
<key>CFBundleURLSchemes</key>
<array>
<string>oauth</string>
</array>
</dict>
</array>
</plist>

4.具体调用请查看WBShareKitViewController.m

更多信息

Expand Down

0 comments on commit 64e9ff9

Please sign in to comment.