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>
|
2017-11-17 21:32:44 +00:00
|
|
|
<string>${TARGET_CLIENT}</string>
|
2017-11-10 07:32:21 +00:00
|
|
|
<key>CFBundleIconFile</key>
|
2017-11-17 21:32:44 +00:00
|
|
|
<string>${TARGET_CLIENT}</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>
|
2017-11-10 07:32:21 +00:00
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
2021-12-27 12:01:53 +00:00
|
|
|
<key>NSPrefersDisplaySafeAreaCompatibilityMode</key>
|
|
|
|
<true/>
|
2022-01-21 22:50:17 +00:00
|
|
|
<key>NSQualityOfService</key>
|
|
|
|
<string>NSQualityOfServiceUserInteractive</string>
|
2017-11-10 07:32:21 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|