File: Info.qmake.macos.plist

package info (click to toggle)
qtconnectivity-opensource-src 5.15.15-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,104 kB
  • sloc: cpp: 55,865; java: 2,206; xml: 816; ansic: 203; sh: 22; makefile: 20
file content (24 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>CFBundleExecutable</key>
        <string>${EXECUTABLE_NAME}</string>
        <key>CFBundleIconFile</key>
        <string></string>
        <key>CFBundleIdentifier</key>
        <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>LSMinimumSystemVersion</key>
        <string>${MACOSX_DEPLOYMENT_TARGET}</string>
        <key>NSPrincipalClass</key>
        <string>NSApplication</string>
        <key>NSBluetoothAlwaysUsageDescription</key>
        <string>Qt BT Example wants to access your Bluetooth adapter</string>
        <key>NSSupportsAutomaticGraphicsSwitching</key>
        <true/>
</dict>
</plist>