Add other/bundle/ directory with Info.plist and PkgInfo

This commit is contained in:
heinrich5991 2017-11-10 08:32:21 +01:00
parent eb6c8ea101
commit c6016b77c5
2 changed files with 25 additions and 0 deletions

24
other/bundle/Info.plist Normal file
View file

@ -0,0 +1,24 @@
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>DDNet</string>
<key>CFBundleIconFile</key>
<string>DDNet</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>%s</string>
<key>CFBundleIdentifier</key>
<string>org.DDNetClient.app</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

1
other/bundle/PkgInfo Normal file
View file

@ -0,0 +1 @@
APPL????