mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
65 lines
1.8 KiB
XML
65 lines
1.8 KiB
XML
<?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>${CLIENT_EXECUTABLE}</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>${CLIENT_EXECUTABLE}</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>${PROJECT_VERSION}</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.DDNetClient.app</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>DDNet server link</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>ddnet</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeName</key>
|
|
<string>DDNet demo</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>DDNet demo viewer</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>dyn.ah62d4rv4ge80k3prr6</string>
|
|
<string>public.data</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>DDNet map</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>DDNet map editor</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>dyn.ah62d4rv4ge8042pu</string>
|
|
<string>public.data</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>NSPrefersDisplaySafeAreaCompatibilityMode</key>
|
|
<true/>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.games</string>
|
|
<key>NSQualityOfService</key>
|
|
<string>NSQualityOfServiceUserInteractive</string>
|
|
</dict>
|
|
</plist>
|