co-maps/qt/res/mac/Info.plist.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

59 lines
1.4 KiB
Text
Raw Normal View History

2025-11-22 13:58:55 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleName</key>
<string>@BUNDLE_NAME@</string>
<key>CFBundleDisplayName</key>
<string>@BUNDLE_DISPLAY_NAME@</string>
<key>CFBundleVersion</key>
<string>@BUNDLE_VERSION@</string>
<key>CFBundleIconFile</key>
<string>@BUNDLE_ICON@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>MWME</string>
<key>CFBundleExecutable</key>
<string>@BUNDLE_EXECUTABLE@</string>
<key>CFBundleIdentifier</key>
<string>app.comaps.comaps</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>comaps.app</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>comaps.at</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
</dict>
</plist>