Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
58
qt/res/mac/Info.plist.in
Normal file
58
qt/res/mac/Info.plist.in
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
<?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>
|
||||
BIN
qt/res/mac/designer.icns
Normal file
BIN
qt/res/mac/designer.icns
Normal file
Binary file not shown.
BIN
qt/res/mac/mac.icns
Normal file
BIN
qt/res/mac/mac.icns
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue