-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathInfo.plist
More file actions
20 lines (20 loc) · 666 Bytes
/
Copy pathInfo.plist
File metadata and controls
20 lines (20 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSHumanReadableCopyright</key>
<string>©vdl 20225</string>
<key>CFBundleVersion</key>
<string>21</string>
<key>CFBundleDisplayName</key>
<string>UI with classes</string>
<key>CFBundleShortVersionString</key>
<string>21</string>
<key>CFBundleGetInfoString</key>
<string>21</string>
<key>CFBundleLongVersionString</key>
<string>21</string>
<key>CFBundleName</key>
<string>UI with Classes</string>
</dict>
</plist>