mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-01-12 17:22:28 +08:00
Update share sample project Info.plist
Summary: * Add placeholder for client token * Add NSPhotoLibraryUsageDescription Reviewed By: jawwad Differential Revision: D34295422 fbshipit-source-id: 7df773b234b0033c59b01d2ec0a2aa5943821324
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2e3f022aec
commit
631056fe2f
@@ -13,6 +13,8 @@
|
||||
</array>
|
||||
<key>FacebookAppID</key>
|
||||
<string>{your-app-id}</string>
|
||||
<key>FacebookClientToken</key>
|
||||
<string>{your-client-token}</string>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>fbapi</string>
|
||||
@@ -24,6 +26,8 @@
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>Need access to photo library</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
|
||||
Reference in New Issue
Block a user