mirror of
https://github.com/thewesker/osx-patcher.git
synced 2025-12-24 14:21:06 -05:00
Initial commit
This commit is contained in:
41
resources/patch/AppleIntelGMA950GA.plugin/Contents/Info.plist
Executable file
41
resources/patch/AppleIntelGMA950GA.plugin/Contents/Info.plist
Executable file
@@ -0,0 +1,41 @@
|
||||
<?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>AppleIntelGMA950GA</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>AppleIntelGMA950GA 1.6.6.25</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.driver.AppleIntelGMA950GA</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Apple i915 Graphics Driver</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.6.6</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>6.0.6</string>
|
||||
<key>CFPlugInDynamicRegistration</key>
|
||||
<string>NO</string>
|
||||
<key>CFPlugInFactories</key>
|
||||
<dict>
|
||||
<key>80862582-0000-0000-0000-ffffffffffff</key>
|
||||
<string>Intel915GAFactory</string>
|
||||
</dict>
|
||||
<key>CFPlugInTypes</key>
|
||||
<dict>
|
||||
<key>ACCF0000-0000-0000-0000-000a2789904e</key>
|
||||
<array>
|
||||
<string>80862582-0000-0000-0000-ffffffffffff</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>NSExecutable</key>
|
||||
<string>AppleIntelGMA950GA</string>
|
||||
<key>Personality</key>
|
||||
<dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOFramebuffer</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user