1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 13:10:09 +02:00
This commit is contained in:
s2
2018-05-18 17:26:33 +02:00
parent 0ea0853165
commit 2c5b23c10e
1125 changed files with 118732 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
<?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>CFBundleVersion</key>
<string>0.0.0</string>
<key>CFBundleIdentifier</key>
<string>x.y.z.z.y</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>TestKeyString</key>
<string>String data</string>
<key>TestKeyBool</key>
<true/>
<key>TestKeyInt</key>
<integer>12345</integer>
<key>TestKeyArray</key>
<array>
<string>public.content</string>
<string>public.data</string>
</array>
<key>TestKeyDict</key>
<dict>
<key>Number</key>
<integer>98765</integer>
<key>CFBundleVersion</key>
<string>0.0.0</string>
</dict>
</dict>
</plist>