Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Info.plist « res « qt - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba3bf689b86c622bcd51ce9dd4a6c711900e2231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?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>@EXECUTABLE@</string>

    <key>CFBundleDisplayName</key>
    <string>@EXECUTABLE@</string>

    <key>CFBundleVersion</key>
    <string>@VERSION@</string>

    <key>CFBundleIconFile</key>
    <string>@ICON@</string>
    
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    
    <key>CFBundleSignature</key>
    <string>MWME</string>
    
    <key>CFBundleExecutable</key>
    <string>@EXECUTABLE@</string>
    
    <key>CFBundleIdentifier</key>
    <string>com.mapswithme.mactestapp</string>

    <key>NSPrincipalClass</key>
    <string>NSApplication</string>

    <key>NSHighResolutionCapable</key>
    <string>True</string>
  </dict>
</plist>