mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-10 23:59:13 +08:00
35 lines
949 B
Plaintext
35 lines
949 B
Plaintext
<?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>en</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.pinterest.PINRemoteImage</string>
|
|
<key>CFBundleName</key>
|
|
<string>PINRemoteImage 1.0</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
|
|
|
|
|
|
|
|
<key>DocSetFeedName</key>
|
|
<string>PINRemoteImage Documentation</string>
|
|
|
|
<key>DocSetMinimumXcodeVersion</key>
|
|
<string>3.0</string>
|
|
|
|
<key>DashDocSetFamily</key>
|
|
<string>appledoc</string>
|
|
<key>DocSetPublisherIdentifier</key>
|
|
<string>com.pinterest.documentation</string>
|
|
<key>DocSetPublisherName</key>
|
|
<string>Pinterest</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2016 Pinterest. All rights reserved.</string>
|
|
</dict>
|
|
</plist>
|