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:
Sam Odom
2022-02-17 08:01:29 -08:00
committed by Facebook GitHub Bot
parent 2e3f022aec
commit 631056fe2f

View File

@@ -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>