blob: 7429b07bb02aa663e65e1cffe4c1f8e880b3766e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>glretrace</string>
<key>CFBundleExecutable</key>
<string>glretrace</string>
<key>CFBundleIdentifier</key>
<string>io.github.apitrace.glretrace</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>
|