diff --git a/CHANGELOG.md b/CHANGELOG.md
index dddd316..7ba56ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+# 0.0.9
+- Initial TeraScale 2 support
+
## 0.0.8
- Fix Photos app distortion
diff --git a/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/Info.plist b/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/Info.plist
new file mode 100755
index 0000000..1dc94dd
--- /dev/null
+++ b/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/Info.plist
@@ -0,0 +1,85 @@
+
+
+
+
+ BuildMachineOSBuild
+ 17A405001
+ CFBundleDevelopmentRegion
+ English
+ CFBundleExecutable
+ IOSurface
+ CFBundleIdentifier
+ com.apple.iokit.IOSurface
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ IOSurface
+ CFBundlePackageType
+ KEXT
+ CFBundleShortVersionString
+ 255.6.1
+ CFBundleSignature
+ ????
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 255.6.1
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 10P70r
+ DTPlatformName
+ macosx
+ DTPlatformVersion
+ 10.14
+ DTSDKBuild
+ 18G92
+ DTSDKName
+ macosx10.14internal
+ DTXcode
+ 1020
+ DTXcodeBuild
+ 10P70r
+ IOKitPersonalities
+
+ FirstPersonality
+
+ CFBundleIdentifier
+ com.apple.iokit.IOSurface
+ IOClass
+ IOSurfaceRoot
+ IOMatchCategory
+ IOSurfaceRoot
+ IOProviderClass
+ IOResources
+ IOResourceMatch
+ IOBSD
+
+
+ LSMinimumSystemVersion
+ 10.14
+ NSHumanReadableCopyright
+ Copyright © 2006-2017 Apple Inc. All rights reserved.
+ OSBundleCompatibleVersion
+ 87.0
+ OSBundleLibraries
+
+ com.apple.kpi.bsd
+ 9.0.0b1
+ com.apple.kpi.iokit
+ 9.0.0b1
+ com.apple.kpi.libkern
+ 9.0.0b1
+ com.apple.kpi.mach
+ 9.0.0b1
+ com.apple.kpi.private
+ 9.0.0b1
+ com.apple.kpi.unsupported
+ 9.0.0b1
+
+ OSBundleRequired
+ Safe Boot
+
+
diff --git a/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/MacOS/IOSurface b/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/MacOS/IOSurface
new file mode 100755
index 0000000..d78098f
Binary files /dev/null and b/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/MacOS/IOSurface differ
diff --git a/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/_CodeSignature/CodeResources b/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/_CodeSignature/CodeResources
new file mode 100755
index 0000000..6ed02bb
--- /dev/null
+++ b/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/_CodeSignature/CodeResources
@@ -0,0 +1,128 @@
+
+
+
+
+ files
+
+ version.plist
+
+ mpUVaWKbKhJXzUESCdTG5WCEFtg=
+
+
+ files2
+
+ version.plist
+
+ hash2
+
+ YHEnFjmvuQl6oQPQrvTGv3vA977aVDTG3ietm8TfJrA=
+
+
+
+ rules
+
+ ^Resources/
+
+ ^Resources/.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^Resources/.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Resources/Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
+
+ nested
+
+ weight
+ 10
+
+ ^.*
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^Resources/
+
+ weight
+ 20
+
+ ^Resources/.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^Resources/.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Resources/Base\.lproj/
+
+ weight
+ 1010
+
+ ^[^/]+$
+
+ nested
+
+ weight
+ 10
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/version.plist b/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/version.plist
new file mode 100755
index 0000000..96b21ca
--- /dev/null
+++ b/Extensions/Graphics-Acceleration/ATI-TS2/IOSurface.kext/Contents/version.plist
@@ -0,0 +1,18 @@
+
+
+
+
+ BuildAliasOf
+ IOSurface
+ BuildVersion
+ 64
+ CFBundleShortVersionString
+ 255.6.1
+ CFBundleVersion
+ 255.6.1
+ ProjectName
+ IOSurface_kexts
+ SourceVersion
+ 255006001000000
+
+
diff --git a/Frameworks/Graphics-Acceleration-TS2/Versions/A/IOSurface b/Frameworks/Graphics-Acceleration-TS2/Versions/A/IOSurface
new file mode 100755
index 0000000..b7e4c91
Binary files /dev/null and b/Frameworks/Graphics-Acceleration-TS2/Versions/A/IOSurface differ
diff --git a/Frameworks/Graphics-Acceleration-TS2/Versions/A/IOSurfaceOld.dylib b/Frameworks/Graphics-Acceleration-TS2/Versions/A/IOSurfaceOld.dylib
new file mode 100755
index 0000000..11f48d4
Binary files /dev/null and b/Frameworks/Graphics-Acceleration-TS2/Versions/A/IOSurfaceOld.dylib differ
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Libraries b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Libraries
new file mode 120000
index 0000000..bc941ee
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Libraries
@@ -0,0 +1 @@
+Versions/Current/Libraries
\ No newline at end of file
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Resources b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Resources
new file mode 120000
index 0000000..953ee36
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Resources
@@ -0,0 +1 @@
+Versions/Current/Resources
\ No newline at end of file
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
new file mode 100755
index 0000000..444e5df
Binary files /dev/null and b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib differ
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.tbd b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.tbd
new file mode 100644
index 0000000..14c1434
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.tbd
@@ -0,0 +1,60 @@
+--- !tapi-tbd-v3
+archs: [ i386, x86_64 ]
+uuids: [ 'i386: FFF445A5-E0F8-384E-9344-9E5EC3644DAA', 'x86_64: C69DADE2-9F5F-3F58-9E6C-C3893999A5EA' ]
+platform: macosx
+install-name: /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
+objc-constraint: none
+exports:
+ - archs: [ i386, x86_64 ]
+ symbols: [ _gldAttachDrawable, _gldBufferSubData, _gldClearFence, _gldCopyBufferSubData,
+ _gldCopyTexSubImage, _gldCopyTextureData, _gldCreateBuffer,
+ _gldCreateComputeModule, _gldCreateComputeProgram, _gldCreateContext,
+ _gldCreateFence, _gldCreateFramebuffer, _gldCreateKernel,
+ _gldCreateMemoryPlugin, _gldCreateProgram, _gldCreateQueue,
+ _gldCreateSampler, _gldCreateShareGroup, _gldCreateTexture,
+ _gldCreateVertexArray, _gldDestroyBuffer, _gldDestroyComputeModule,
+ _gldDestroyComputeProgram, _gldDestroyContext, _gldDestroyDevice,
+ _gldDestroyFence, _gldDestroyFramebuffer, _gldDestroyKernel,
+ _gldDestroyMemoryPlugin, _gldDestroyProgram, _gldDestroyQueue,
+ _gldDestroySampler, _gldDestroyShareGroup, _gldDestroyTexture,
+ _gldDestroyVertexArray, _gldDiscardFramebuffer, _gldFinishBufferCPUAccess,
+ _gldFinishContext, _gldFinishFenceOnQueue, _gldFinishObject,
+ _gldFlushContext, _gldFlushFenceOnQueue, _gldFlushMemoryPlugin,
+ _gldFlushObject, _gldFlushVertexArray, _gldGenerateTexMipmaps,
+ _gldGetBufferAllocationIdentifiers, _gldGetError, _gldGetFenceStatus,
+ _gldGetInteger, _gldGetMemoryPlugin, _gldGetTextureAllocationIdentifiers,
+ _gldIsTextureResident, _gldLoadBuffer, _gldLoadFramebuffer,
+ _gldLoadTexture, _gldModifyTexSubImage, _gldModifyTexture,
+ _gldModifyVertexArray, _gldObjectPurgeable, _gldObjectUnpurgeable,
+ _gldPopulateRendererInfo, _gldReadFramebufferData, _gldReclaimBuffer,
+ _gldReclaimContext, _gldReclaimFramebuffer, _gldReclaimTexture,
+ _gldReclaimVertexArray, _gldRestoreBufferData, _gldSetFenceOnContext,
+ _gldSetFenceOnQueue, _gldSetInteger, _gldSetMemoryPlugin,
+ _gldTestMemoryPlugin, _gldTestObject, _gldUnbindBuffer, _gldUnbindFramebuffer,
+ _gldUnbindTexture, _gldUnbindVertexArray, _gldUpdateDrawFramebuffer,
+ _gldUpdateReadFramebuffer, _gldUpdateTransformFeedbackState,
+ _gldWaitForContext, _gldWaitForFenceOnContext, _gldWaitForObject,
+ _gpumAcquireFenceOnQueue, _gpumAcquireFenceOnQueueNolock,
+ _gpumChoosePixelFormat, _gpumCompCreateFence, _gpumCompDestroyFence,
+ _gpumCompFinishFence, _gpumCompGetFenceProfilingInfo, _gpumCompGetFenceStatus,
+ _gpumCompTestFence, _gpumCreateComputeContext, _gpumCreateDevice,
+ _gpumCreateQuery, _gpumDeleteCachedProgram, _gpumDestroyComputeContext,
+ _gpumDestroyPixelFormat, _gpumDestroyQuery, _gpumGetCachedProgram,
+ _gpumGetKernelTextureAGPRef, _gpumGetKernelTextureIOSurface,
+ _gpumGetKernelTextureOutOfLine, _gpumGetKernelTextureStandard,
+ _gpumGetKernelTextureSurface, _gpumGetQueryInfo, _gpumGetTextureLevelInfo,
+ _gpumInitializeIOData, _gpumLoadCurrentQueries, _gpumModifyQuery,
+ _gpumRestoreTextureData, _gpumSetFenceOnQueue, _gpumTerminateIOData,
+ _gpumUpdateUniformBuffers, _gpusAlphaSize, _gpusCheckSharedObject,
+ _gpusColorSizes, _gpusCreateZeroTexture, _gpusDefineInternalFunctions,
+ _gpusDepthSize, _gpusDestroyZeroTexture, _gpusFinishContextObject,
+ _gpusFinishQueueObject, _gpusFlushContextObject, _gpusFlushMemoryForIn,
+ _gpusFlushMemoryForOut, _gpusFlushQueueObject, _gpusGetKernelVertexArrayAGPRef,
+ _gpusGetKernelVertexArrayOutOfLine, _gpusGetKernelVertexObjectAGPRef,
+ _gpusGetKernelVertexObjectOutOfLine, _gpusKillClient, _gpusLoadCurrentSamplers,
+ _gpusLoadCurrentTextures, _gpusLoadCurrentVertexArray, _gpusLoadTransformFeedbackBuffers,
+ _gpusPPParameterOffset, _gpusPixelBytes, _gpusPixelSettings,
+ _gpusPixelSize, _gpusReadBuffer, _gpusRowBytes, _gpusTestContextObject,
+ _gpusTestQueueObject, _gpusTextureSize, _gpusWaitSharedObject,
+ _gstctxOpState ]
+...
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
new file mode 100755
index 0000000..a1fd2d2
Binary files /dev/null and b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib differ
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.tbd b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.tbd
new file mode 100644
index 0000000..70d5d3c
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.tbd
@@ -0,0 +1,59 @@
+--- !tapi-tbd-v3
+archs: [ i386, x86_64 ]
+uuids: [ 'i386: DEF9523E-2B09-3C01-9A7B-19B6A5E5B4F7', 'x86_64: CEAE2714-7D6F-3B26-9F1E-501E79C979A2' ]
+platform: macosx
+install-name: /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
+objc-constraint: none
+exports:
+ - archs: [ i386, x86_64 ]
+ symbols: [ _gldAttachDrawable, _gldBufferSubData, _gldClearFence, _gldCopyBufferSubData,
+ _gldCopyTexSubImage, _gldCopyTextureData, _gldCreateBuffer,
+ _gldCreateComputeModule, _gldCreateComputeProgram, _gldCreateContext,
+ _gldCreateFence, _gldCreateFramebuffer, _gldCreateKernel,
+ _gldCreateMemoryPlugin, _gldCreateProgram, _gldCreateQueue,
+ _gldCreateSampler, _gldCreateShareGroup, _gldCreateTexture,
+ _gldCreateVertexArray, _gldDestroyBuffer, _gldDestroyComputeModule,
+ _gldDestroyComputeProgram, _gldDestroyContext, _gldDestroyDevice,
+ _gldDestroyFence, _gldDestroyFramebuffer, _gldDestroyKernel,
+ _gldDestroyMemoryPlugin, _gldDestroyProgram, _gldDestroyQueue,
+ _gldDestroySampler, _gldDestroyShareGroup, _gldDestroyTexture,
+ _gldDestroyVertexArray, _gldDiscardFramebuffer, _gldFinishBufferCPUAccess,
+ _gldFinishContext, _gldFinishFenceOnQueue, _gldFinishObject,
+ _gldFlushContext, _gldFlushFenceOnQueue, _gldFlushMemoryPlugin,
+ _gldFlushObject, _gldFlushVertexArray, _gldGenerateTexMipmaps,
+ _gldGetBufferAllocationIdentifiers, _gldGetError, _gldGetFenceStatus,
+ _gldGetInteger, _gldGetMemoryPlugin, _gldGetTextureAllocationIdentifiers,
+ _gldIsTextureResident, _gldLoadBuffer, _gldLoadFramebuffer,
+ _gldLoadTexture, _gldModifyTexSubImage, _gldModifyTexture,
+ _gldModifyVertexArray, _gldObjectPurgeable, _gldObjectUnpurgeable,
+ _gldPopulateRendererInfo, _gldReadFramebufferData, _gldReclaimBuffer,
+ _gldReclaimContext, _gldReclaimFramebuffer, _gldReclaimTexture,
+ _gldReclaimVertexArray, _gldRestoreBufferData, _gldSetFenceOnContext,
+ _gldSetFenceOnQueue, _gldSetInteger, _gldSetMemoryPlugin,
+ _gldTestMemoryPlugin, _gldTestObject, _gldUnbindBuffer, _gldUnbindFramebuffer,
+ _gldUnbindTexture, _gldUnbindVertexArray, _gldUpdateDrawFramebuffer,
+ _gldUpdateReadFramebuffer, _gldUpdateTransformFeedbackState,
+ _gldWaitForContext, _gldWaitForFenceOnContext, _gldWaitForObject,
+ _gpumAcquireFenceOnQueue, _gpumAcquireFenceOnQueueNolock,
+ _gpumChoosePixelFormat, _gpumCompCreateFence, _gpumCompDestroyFence,
+ _gpumCompFinishFence, _gpumCompGetFenceProfilingInfo, _gpumCompGetFenceStatus,
+ _gpumCompTestFence, _gpumCreateComputeContext, _gpumCreateDevice,
+ _gpumCreateQuery, _gpumDeleteCachedProgram, _gpumDestroyComputeContext,
+ _gpumDestroyPixelFormat, _gpumDestroyQuery, _gpumGetCachedProgram,
+ _gpumGetQueryInfo, _gpumGetTextureLevelInfo, _gpumInitializeIOData,
+ _gpumLoadCurrentQueries, _gpumModifyQuery, _gpumRestoreTextureData,
+ _gpumSetFenceOnQueue, _gpumTerminateIOData, _gpumUpdateUniformBuffers,
+ _gpusAlphaSize, _gpusCheckResource, _gpusColorSizes, _gpusCreateZeroTexture,
+ _gpusDefineInternalFunctions, _gpusDepthSize, _gpusDestroyZeroTexture,
+ _gpusFinishContextResource, _gpusFinishQueueResource, _gpusFinishQueueResourceUsingFlushFunc,
+ _gpusFlushContextResource, _gpusFlushMemoryForIn, _gpusFlushMemoryForOut,
+ _gpusFlushQueueResource, _gpusGenerateCrashLog, _gpusGetDataBuffer,
+ _gpusGetKernelBufferResource, _gpusGetKernelTexture, _gpusGetKernelTextureIOSurface,
+ _gpusGetKernelTextureSurface, _gpusGetKernelVertexArrayResource,
+ _gpusLoadCurrentSamplers, _gpusLoadCurrentTextures, _gpusLoadCurrentVertexArray,
+ _gpusLoadTransformFeedbackBuffers, _gpusPPParameterOffset,
+ _gpusPixelBytes, _gpusPixelSettings, _gpusPixelSize, _gpusQueueGetDataBuffer,
+ _gpusQueueSubmitDataBuffers, _gpusReadBuffer, _gpusRowBytes,
+ _gpusSubmitDataBuffers, _gpusTestContextResource, _gpusTestQueueResource,
+ _gpusTextureSize, _gpusWaitResource, _gstctxOpState ]
+...
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Resources/Info.plist b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Resources/Info.plist
new file mode 100644
index 0000000..038366c
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Resources/Info.plist
@@ -0,0 +1,26 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ English
+ CFBundleExecutable
+ GPUSupport
+ CFBundleGetInfoString
+ GPUSupport 16.7.4.0.0
+ CFBundleIdentifier
+ com.apple.gpusupport
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ GPUSupport
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 16.7.4
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 16.7.4
+
+
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Resources/version.plist b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Resources/version.plist
new file mode 100644
index 0000000..d3527dc
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/Resources/version.plist
@@ -0,0 +1,18 @@
+
+
+
+
+ BuildAliasOf
+ OpenGL
+ BuildVersion
+ 79
+ CFBundleShortVersionString
+ 16.7.4
+ CFBundleVersion
+ 16.7.4
+ ProjectName
+ OpenGL
+ SourceVersion
+ 16007004000000
+
+
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeDirectory b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..92fe91a
Binary files /dev/null and b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeDirectory differ
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeRequirements b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeRequirements
new file mode 100644
index 0000000..131f5e2
Binary files /dev/null and b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeRequirements differ
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeResources b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeResources
new file mode 100644
index 0000000..020f830
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeResources
@@ -0,0 +1,142 @@
+
+
+
+
+ files
+
+ Resources/version.plist
+
+ 3O/Tf8BN+9etON/GQ5K7+bdYyyI=
+
+
+ files2
+
+ Libraries/libGPUSupport.dylib
+
+ hash2
+
+ riuJtUNsPIUwRprRMCyysUIEzC8jmDlQGl9yrnBG/p0=
+
+
+ Libraries/libGPUSupportMercury.dylib
+
+ hash2
+
+ 2HTn5s1pJWHpFqQQc6F5eP6LttGLq+WgGPAXj9+WpOs=
+
+
+ Resources/version.plist
+
+ hash2
+
+ lIT282FcVTxa7E2spL0HagMoUF1MZ90MBtVgimml21A=
+
+
+
+ rules
+
+ ^Resources/
+
+ ^Resources/.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^Resources/.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Resources/Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
+
+ nested
+
+ weight
+ 10
+
+ ^.*
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^Resources/
+
+ weight
+ 20
+
+ ^Resources/.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^Resources/.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Resources/Base\.lproj/
+
+ weight
+ 1010
+
+ ^[^/]+$
+
+ nested
+
+ weight
+ 10
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeSignature b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeSignature
new file mode 100644
index 0000000..a885e5e
Binary files /dev/null and b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/A/_CodeSignature/CodeSignature differ
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/Current b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/Current
new file mode 120000
index 0000000..8c7e5a6
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/GPUSupport.framework/Versions/Current
@@ -0,0 +1 @@
+A
\ No newline at end of file
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Resources b/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Resources
new file mode 120000
index 0000000..953ee36
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Resources
@@ -0,0 +1 @@
+Versions/Current/Resources
\ No newline at end of file
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/A/Resources/Info.plist b/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/A/Resources/Info.plist
new file mode 100644
index 0000000..6f77894
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/A/Resources/Info.plist
@@ -0,0 +1,50 @@
+
+
+
+
+ BuildMachineOSBuild
+ 20A241115
+ CFBundleDevelopmentRegion
+ English
+ CFBundleExecutable
+ IOAccelerator
+ CFBundleIdentifier
+ com.apple.IOAccelerator
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ IOAccelerator
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 442.9
+ CFBundleSignature
+ ????
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 442.9
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 12E6178j
+ DTPlatformName
+ macosx
+ DTPlatformVersion
+ 11.5
+ DTSDKBuild
+ 20G5022s
+ DTSDKName
+ macosx11.5internal
+ DTXcode
+ 1240
+ DTXcodeBuild
+ 12E6178j
+ LSMinimumSystemVersion
+ 11.5
+ NSHumanReadableCopyright
+ Copyright © 2011-2015 Apple Inc. All rights reserved.
+
+
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/A/Resources/version.plist b/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/A/Resources/version.plist
new file mode 100644
index 0000000..ef50103
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/A/Resources/version.plist
@@ -0,0 +1,16 @@
+
+
+
+
+ BuildVersion
+ 71
+ CFBundleShortVersionString
+ 442.9
+ CFBundleVersion
+ 442.9
+ ProjectName
+ IOAcceleratorFamily
+ SourceVersion
+ 442009000000000
+
+
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/A/_CodeSignature/CodeResources b/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/A/_CodeSignature/CodeResources
new file mode 100644
index 0000000..5eff759
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/A/_CodeSignature/CodeResources
@@ -0,0 +1,37 @@
+
+
+
+
+ files
+
+ files2
+
+ rules
+
+ ^.*
+
+ omit
+
+ weight
+ 20
+
+
+ rules2
+
+ ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
+
+ nested
+
+ weight
+ 0.0
+
+ ^.*
+
+ omit
+
+ weight
+ 20
+
+
+
+
diff --git a/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/Current b/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/Current
new file mode 120000
index 0000000..8c7e5a6
--- /dev/null
+++ b/PrivateFrameworks/Graphics-Acceleration-TS2/IOAccelerator.framework/Versions/Current
@@ -0,0 +1 @@
+A
\ No newline at end of file