2017-11-10 07:32:21 +00:00
|
|
|
<?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>
|
2023-08-13 20:21:18 +00:00
|
|
|
<string>${CLIENT_EXECUTABLE}</string>
|
2017-11-10 07:32:21 +00:00
|
|
|
<key>CFBundleIconFile</key>
|
2023-08-13 20:21:18 +00:00
|
|
|
<string>${CLIENT_EXECUTABLE}</string>
|
2017-11-10 07:32:21 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2017-11-17 21:32:44 +00:00
|
|
|
<string>${PROJECT_VERSION}</string>
|
2017-11-10 07:32:21 +00:00
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>org.DDNetClient.app</string>
|
2022-12-19 09:01:18 +00:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>DDNet server link</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>ddnet</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2022-12-23 23:50:36 +00:00
|
|
|
<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>
|
2017-11-10 07:32:21 +00:00
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
2021-12-27 12:01:53 +00:00
|
|
|
<key>NSPrefersDisplaySafeAreaCompatibilityMode</key>
|
|
|
|
<true/>
|
2023-09-27 01:08:59 +00:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.games</string>
|
2022-01-21 22:50:17 +00:00
|
|
|
<key>NSQualityOfService</key>
|
|
|
|
<string>NSQualityOfServiceUserInteractive</string>
|
2017-11-10 07:32:21 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|