mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 13:10:09 +02:00
packager
This commit is contained in:
30
app/node_modules/electron-packager/test/fixtures/extrainfo.plist
generated
vendored
Normal file
30
app/node_modules/electron-packager/test/fixtures/extrainfo.plist
generated
vendored
Normal 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>
|
Reference in New Issue
Block a user