mirror of
https://github.com/thewesker/osx-patcher.git
synced 2025-12-20 12:21:06 -05:00
43 lines
1.3 KiB
Plaintext
Executable File
43 lines
1.3 KiB
Plaintext
Executable File
<?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>CFBundleExecutable</key>
|
|
<string>AppleIntelGMA950VADriver</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>AppleIntelGMA950VADriver 1.6.6.25 ()</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.apple.AppleIntelGMA950VADriver</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>AppleIntelGMA950VADriver</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>BNDL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.6.6</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>6.0.6</string>
|
|
<key>CFPlugInDynamicRegisterFunction</key>
|
|
<string></string>
|
|
<key>CFPlugInDynamicRegistration</key>
|
|
<string>NO</string>
|
|
<key>CFPlugInFactories</key>
|
|
<dict>
|
|
<key>00000000-0000-0000-0000-000000000000</key>
|
|
<string>MyFactoryFunction</string>
|
|
</dict>
|
|
<key>CFPlugInTypes</key>
|
|
<dict>
|
|
<key>00000000-0000-0000-0000-000000000000</key>
|
|
<array>
|
|
<string>00000000-0000-0000-0000-000000000000</string>
|
|
</array>
|
|
</dict>
|
|
<key>CFPlugInUnloadFunction</key>
|
|
<string></string>
|
|
</dict>
|
|
</plist>
|