-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathInfo.plist
More file actions
25 lines (25 loc) · 866 Bytes
/
Info.plist
File metadata and controls
25 lines (25 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>Point Cloud Library (PCL)</string>
<key>CFBundleIdentifier</key>
<string>pointclouds.org</string>
<key>CFBundleVersion</key>
<string>1.15.1-dev</string>
<key>DocSetFeedName</key>
<string>Doxygen generated docs</string>
<key>DocSetFeedUrl</key>
<string>FeedUrl</string>
<key>DocSetPublisherIdentifier</key>
<string>pointclouds.org.Publisher</string>
<key>DocSetPublisherName</key>
<string>Point Cloud Library (PCL) Development Team</string>
<key>DashDocSetFamily</key>
<string>doxy</string>
<key>DocSetPlatformFamily</key>
<string>doxygen</string>
</dict>
</plist>