Jump to content

Cannot Compile AppleALC From Source Code


Fortitude
 Share

13 posts in this topic

Recommended Posts

I apologize if this question seems very redundant, but I’ve been trying to do this for several days, and I haven’t found any documentation online regarding how to build AppleALC from source.

 

If I’ve got this right, I believe I need to link the Lilu header/cpp files, and MacKernelSDK (libkmod.a) to the project; along with running the ResourceConverter program. However, I don’t know if I’m doing this properly…

 

After linking the missing files, running ResourceConverter gives me an “Invalid Usage” prompt, and running AppleALC gives me linking errors even though I believe I’ve added the required files to the project.

 

A brief summary of what to do in order to build this kext would be greatly appreciated as I don't think I know what I'm doing.

I’m running Xcode 13.1 on MacOS Big Sur.

 

ResourceConverter.thumb.png.2f94805ef7908ecd5c66b2e7e26c14e8.png

 

1151607893_AppleALC1.thumb.png.29b99364d6e915e8de4d23e9e961b55a.png

 

2063667521_AppleALC2.thumb.png.55b09d314692f2d6754659b9bdb402c8.png

 

Edited by Fortitude
Link to comment
Share on other sites

Terminal is your friend. cd into AppleALC folder and Clone MacKernelSDK,

 

git clone https://github.com/acidanthera/MacKernelSDK.git

Once done simply run xcodebuild You should see a build/Release folder in the AppleALC folder now.

  • Like 1
Link to comment
Share on other sites

Hi Shaneee, thanks for replying,

 

I cloned MacKernelSDK to the root of the AppleALC folder, and ran “xcodebuild.” There’s now a build/release folder, however, I’m still running into problems. I’m assuming that you clone the repo for Lilu as well, but I’m not sure how to properly do this, and where to place the file:

(I cloned the Lilu repo to the root of the AppleALC folder.)

 

I think I’m getting a build error because the compiler can’t find the Lilu header files which seems to roughly equate to the error that I got through Xcode.

 

Any chance you or someone else here could elaborate on this, and anything else that I might need to do?

I attached a log from the terminal of everything that I’ve done so far in order to compile AppleALC from source.

 

Last login: Wed Dec 15 20:33:06 on ttys000
fortitude@Fortitudes-iMac ~ % git clone https://github.com/acidanthera/AppleALC.git 
Cloning into 'AppleALC'...
remote: Enumerating objects: 15493, done.
remote: Total 15493 (delta 0), reused 0 (delta 0), pack-reused 15493
Receiving objects: 100% (15493/15493), 22.05 MiB | 17.88 MiB/s, done.
Resolving deltas: 100% (9488/9488), done.
fortitude@Fortitudes-iMac ~ % cd AppleALC
fortitude@Fortitudes-iMac AppleALC % git clone https://github.com/acidanthera/MacKernelSDK.git
Cloning into 'MacKernelSDK'...
remote: Enumerating objects: 1756, done.
remote: Counting objects: 100% (215/215), done.
remote: Compressing objects: 100% (111/111), done.
remote: Total 1756 (delta 143), reused 140 (delta 102), pack-reused 1541
Receiving objects: 100% (1756/1756), 3.22 MiB | 6.23 MiB/s, done.
Resolving deltas: 100% (802/802), done.
fortitude@Fortitudes-iMac AppleALC % git clone https://github.com/acidanthera/Lilu.git
Cloning into 'Lilu'...
remote: Enumerating objects: 4693, done.
remote: Counting objects: 100% (364/364), done.
remote: Compressing objects: 100% (204/204), done.
remote: Total 4693 (delta 212), reused 248 (delta 157), pack-reused 4329
Receiving objects: 100% (4693/4693), 4.58 MiB | 8.87 MiB/s, done.
Resolving deltas: 100% (2880/2880), done.
fortitude@Fortitudes-iMac AppleALC % xcodebuild
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: 35b74f911af4a40de3c3a9e57ad63759
Build description path: /Users/fortitude/AppleALC/build/XCBuildData/35b74f911af4a40de3c3a9e57ad63759-desc.xcbuild

note: Build preparation complete
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/fortitude/AppleALC/build
    cd /Users/fortitude/AppleALC/AppleALC.xcodeproj
    builtin-create-build-directory /Users/fortitude/AppleALC/build

CreateBuildDirectory /Users/fortitude/AppleALC/build/Release
    cd /Users/fortitude/AppleALC/AppleALC.xcodeproj
    builtin-create-build-directory /Users/fortitude/AppleALC/build/Release

/Users/fortitude/AppleALC/AppleALC.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.5, but the range of supported deployment target versions is 10.9 to 12.0.99. (in target 'alc-verb' from project 'AppleALC')
WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/DerivedSources/Entitlements.plist (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/DerivedSources/Entitlements.plist

ProcessProductPackaging "" /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb.xcent (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    
    Entitlements:
    
    {
    "com.apple.security.get-task-allow" = 1;
}
    
    builtin-productPackagingUtility -entitlements -format xml -o /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb.xcent

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/all-product-headers.yaml (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb.hmap (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-project-headers.hmap (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-project-headers.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-own-target-headers.hmap (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-own-target-headers.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-generated-files.hmap (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-generated-files.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-all-target-headers.hmap (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-all-target-headers.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-all-non-framework-target-headers.hmap (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-all-non-framework-target-headers.hmap

CompileC /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/Objects-normal/x86_64/main.o /Users/fortitude/AppleALC/alc-verb/main.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.5 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=gnu11 -fmodules -gmodules -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/var/folders/4l/g5zgh_t55bx7r59nsh_7_fv00000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O3 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -fasm-blocks -funroll-loops -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility\=hidden -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-generated-files.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-own-target-headers.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-all-target-headers.hmap -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb-project-headers.hmap -I/Users/fortitude/AppleALC/build/Release/include -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/DerivedSources-normal/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/DerivedSources/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/DerivedSources -F/Users/fortitude/AppleALC/build/Release -MMD -MT dependencies -MF /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/Objects-normal/x86_64/main.dia -c /Users/fortitude/AppleALC/alc-verb/main.c -o /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/Objects-normal/x86_64/main.o

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/Objects-normal/x86_64/alc-verb.LinkFileList (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/Objects-normal/x86_64/alc-verb.LinkFileList

Ld /Users/fortitude/AppleALC/build/Release/alc-verb normal (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-macos10.5 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -L/Users/fortitude/AppleALC/build/Release -F/Users/fortitude/AppleALC/build/Release -filelist /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/Objects-normal/x86_64/alc-verb.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/Objects-normal/x86_64/alc-verb_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/Objects-normal/x86_64/alc-verb_dependency_info.dat -o /Users/fortitude/AppleALC/build/Release/alc-verb

GenerateDSYMFile /Users/fortitude/AppleALC/build/Release/alc-verb.dSYM /Users/fortitude/AppleALC/build/Release/alc-verb (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/fortitude/AppleALC/build/Release/alc-verb -o /Users/fortitude/AppleALC/build/Release/alc-verb.dSYM

CodeSign /Users/fortitude/AppleALC/build/Release/alc-verb (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export CODESIGN_ALLOCATE\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
    
    Signing Identity:     "-"
    
    /usr/bin/codesign --force --sign - --entitlements /Users/fortitude/AppleALC/build/AppleALC.build/Release/alc-verb.build/alc-verb.xcent --timestamp\=none --generate-entitlement-der /Users/fortitude/AppleALC/build/Release/alc-verb

RegisterExecutionPolicyException /Users/fortitude/AppleALC/build/Release/alc-verb (in target 'alc-verb' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    builtin-RegisterExecutionPolicyException /Users/fortitude/AppleALC/build/Release/alc-verb

/Users/fortitude/AppleALC/AppleALC.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.8, but the range of supported deployment target versions is 10.9 to 12.0.99. (in target 'ResourceConverter' from project 'AppleALC')
WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/DerivedSources/Entitlements.plist (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/DerivedSources/Entitlements.plist

ProcessProductPackaging "" /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter.xcent (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    
    Entitlements:
    
    {
    "com.apple.security.get-task-allow" = 1;
}
    
    builtin-productPackagingUtility -entitlements -format xml -o /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter.xcent

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter.hmap (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-project-headers.hmap (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-project-headers.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/all-product-headers.yaml (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-generated-files.hmap (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-generated-files.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-all-target-headers.hmap (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-all-target-headers.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-all-non-framework-target-headers.hmap (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-all-non-framework-target-headers.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-own-target-headers.hmap (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-own-target-headers.hmap

CompileC /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/main.o /Users/fortitude/AppleALC/ResourceConverter/main.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -target x86_64-apple-macos10.8 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++11 -stdlib\=libc++ -fobjc-arc -fobjc-weak -Wno-trigraphs -fpascal-strings -O3 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -fasm-blocks -funroll-loops -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-generated-files.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-own-target-headers.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-all-target-headers.hmap -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-project-headers.hmap -I/Users/fortitude/AppleALC/build/Release/include -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/DerivedSources-normal/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/DerivedSources/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/DerivedSources -F/Users/fortitude/AppleALC/build/Release -MMD -MT dependencies -MF /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/main.dia -c /Users/fortitude/AppleALC/ResourceConverter/main.mm -o /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/main.o

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/ResourceConverter.LinkFileList (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/ResourceConverter.LinkFileList

Ld /Users/fortitude/AppleALC/build/Release/ResourceConverter normal (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target x86_64-apple-macos10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -L/Users/fortitude/AppleALC/build/Release -F/Users/fortitude/AppleALC/build/Release -filelist /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/ResourceConverter.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/ResourceConverter_lto.o -stdlib\=libc++ -fobjc-arc -fobjc-link-runtime -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/ResourceConverter_dependency_info.dat -o /Users/fortitude/AppleALC/build/Release/ResourceConverter

GenerateDSYMFile /Users/fortitude/AppleALC/build/Release/ResourceConverter.dSYM /Users/fortitude/AppleALC/build/Release/ResourceConverter (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/fortitude/AppleALC/build/Release/ResourceConverter -o /Users/fortitude/AppleALC/build/Release/ResourceConverter.dSYM

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Script-CE0C09F3201DBE6600926B8E.sh (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Script-CE0C09F3201DBE6600926B8E.sh

PhaseScriptExecution Convert\ Resources /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Script-CE0C09F3201DBE6600926B8E.sh (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=YES
    export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=fortitude
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=NO
    export ALWAYS_SEARCH_USER_PATHS\=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS\=NO
    export APPLE_INTERNAL_DEVELOPER_DIR\=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR\=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR\=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR\=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS\=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY\=NO
    export APPLY_RULES_IN_COPY_FILES\=NO
    export APPLY_RULES_IN_COPY_HEADERS\=NO
    export ARCHS\=x86_64
    export ARCHS_STANDARD\=arm64\ x86_64
    export ARCHS_STANDARD_32_64_BIT\=arm64\ x86_64\ i386
    export ARCHS_STANDARD_32_BIT\=i386
    export ARCHS_STANDARD_64_BIT\=arm64\ x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64\ x86_64
    export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator
    export BITCODE_GENERATION_MODE\=marker
    export BUILD_ACTIVE_RESOURCES_ONLY\=NO
    export BUILD_COMPONENTS\=headers\ build
    export BUILD_DIR\=/Users/fortitude/AppleALC/build
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
    export BUILD_ROOT\=/Users/fortitude/AppleALC/build
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/fortitude/AppleALC/build/Release
    export BUNDLE_CONTENTS_FOLDER_PATH\=Contents/
    export BUNDLE_CONTENTS_FOLDER_PATH_deep\=Contents/
    export BUNDLE_EXECUTABLE_FOLDER_NAME_deep\=MacOS
    export BUNDLE_EXECUTABLE_FOLDER_PATH\=Contents/MacOS
    export BUNDLE_FORMAT\=deep
    export BUNDLE_FRAMEWORKS_FOLDER_PATH\=Contents/Frameworks
    export BUNDLE_PLUGINS_FOLDER_PATH\=Contents/PlugIns
    export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH\=Contents/PrivateHeaders
    export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH\=Contents/Headers
    export CACHE_ROOT\=/var/folders/4l/g5zgh_t55bx7r59nsh_7_fv00000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode
    export CCHROOT\=/var/folders/4l/g5zgh_t55bx7r59nsh_7_fv00000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED\=YES
    export CLANG_CXX_LANGUAGE_STANDARD\=c++0x
    export CLANG_CXX_LIBRARY\=libc++
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_ENABLE_OBJC_WEAK\=YES
    export CLANG_MODULES_BUILD_SESSION_FILE\=/var/folders/4l/g5zgh_t55bx7r59nsh_7_fv00000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING\=YES
    export CLANG_WARN_BOOL_CONVERSION\=YES
    export CLANG_WARN_COMMA\=YES
    export CLANG_WARN_CONSTANT_CONVERSION\=YES
    export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS\=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE\=YES_ERROR
    export CLANG_WARN_EMPTY_BODY\=YES
    export CLANG_WARN_ENUM_CONVERSION\=YES
    export CLANG_WARN_INFINITE_RECURSION\=YES
    export CLANG_WARN_INT_CONVERSION\=YES
    export CLANG_WARN_NON_LITERAL_NULL_CONVERSION\=YES
    export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF\=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION\=YES
    export CLANG_WARN_OBJC_ROOT_CLASS\=YES_ERROR
    export CLANG_WARN_RANGE_LOOP_ANALYSIS\=YES
    export CLANG_WARN_STRICT_PROTOTYPES\=YES
    export CLANG_WARN_SUSPICIOUS_MOVE\=YES
    export CLANG_WARN_UNREACHABLE_CODE\=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH\=YES
    export CLASS_FILE_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/fortitude/AppleALC/build/Release/ResourceConverter
    export CODE_SIGNING_ALLOWED\=YES
    export CODE_SIGN_IDENTITY\=-
    export CODE_SIGN_IDENTITY_NO\=Apple\ Development
    export CODE_SIGN_IDENTITY_YES\=-
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES
    export COLOR_DIAGNOSTICS\=YES
    export COMBINE_HIDPI_IMAGES\=NO
    export COMPILER_INDEX_STORE_ENABLE\=YES
    export COMPOSITE_SDK_DIRS\=/Users/fortitude/AppleALC/build/CompositeSDKs
    export COMPRESS_PNG_FILES\=NO
    export CONFIGURATION\=Release
    export CONFIGURATION_BUILD_DIR\=/Users/fortitude/AppleALC/build/Release
    export CONFIGURATION_TEMP_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release
    export COPYING_PRESERVES_HFS_DATA\=NO
    export COPY_HEADERS_RUN_UNIFDEF\=NO
    export COPY_PHASE_STRIP\=YES
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS\=YES
    export CP\=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO
    export CURRENT_ARCH\=undefined_arch
    export CURRENT_VARIANT\=normal
    export DEAD_CODE_STRIPPING\=NO
    export DEBUGGING_SYMBOLS\=YES
    export DEBUG_INFORMATION_FORMAT\=dwarf-with-dsym
    export DEFAULT_COMPILER\=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export DEFAULT_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export DEFINES_MODULE\=NO
    export DEPLOYMENT_LOCATION\=NO
    export DEPLOYMENT_POSTPROCESSING\=NO
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME\=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME\=mmacosx-version-min
    export DEPLOYMENT_TARGET_LD_ENV_NAME\=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME\=macosx_version_min
    export DEPLOYMENT_TARGET_SETTING_NAME\=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES\=10.9\ 10.10\ 10.11\ 10.12\ 10.13\ 10.14\ 10.15\ 11.0\ 11.1\ 11.2\ 11.3\ 11.4\ 11.5\ 12.0
    export DERIVED_FILES_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE\=en
    export DONT_GENERATE_INFOPLIST_FILE\=NO
    export DO_HEADER_SCANNING_IN_JAM\=NO
    export DSTROOT\=/tmp/AppleALC.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=ResourceConverter.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/fortitude/AppleALC/build/Release
    export EMBEDDED_CONTENT_CONTAINS_SWIFT\=NO
    export EMBEDDED_PROFILE_NAME\=embedded.provisionprofile
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE\=NO
    export ENABLE_APP_SANDBOX\=NO
    export ENABLE_BITCODE\=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS\=YES
    export ENABLE_HARDENED_RUNTIME\=NO
    export ENABLE_HEADER_DEPENDENCIES\=YES
    export ENABLE_ON_DEMAND_RESOURCES\=NO
    export ENABLE_PREVIEWS\=NO
    export ENABLE_STRICT_OBJC_MSGSEND\=YES
    export ENABLE_TESTABILITY\=NO
    export ENABLE_TESTING_SEARCH_PATHS\=NO
    export ENTITLEMENTS_DESTINATION\=Signature
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS\=.DS_Store\ .svn\ .git\ .hg\ CVS
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES\=\*.nib\ \*.lproj\ \*.framework\ \*.gch\ \*.xcode\*\ \*.xcassets\ \(\*\)\ .DS_Store\ CVS\ .svn\ .git\ .hg\ \*.pbproj\ \*.pbxproj
    export EXECUTABLE_NAME\=ResourceConverter
    export EXECUTABLE_PATH\=ResourceConverter
    export EXPANDED_CODE_SIGN_IDENTITY\=-
    export EXPANDED_CODE_SIGN_IDENTITY_NAME\=-
    export FILE_LIST\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/FixedFiles
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/fortitude/AppleALC/build/Release\ 
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=ResourceConverter
    export GCC3_VERSION\=3.3
    export GCC_C_LANGUAGE_STANDARD\=c11
    export GCC_DYNAMIC_NO_PIC\=NO
    export GCC_INLINES_ARE_PRIVATE_EXTERN\=YES
    export GCC_NO_COMMON_BLOCKS\=YES
    export GCC_OPTIMIZATION_LEVEL\=3
    export GCC_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++
    export GCC_SYMBOLS_PRIVATE_EXTERN\=YES
    export GCC_TREAT_WARNINGS_AS_ERRORS\=NO
    export GCC_UNROLL_LOOPS\=YES
    export GCC_VERSION\=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER\=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION\=YES
    export GCC_WARN_ABOUT_RETURN_TYPE\=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR\=YES
    export GCC_WARN_UNINITIALIZED_AUTOS\=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION\=YES
    export GCC_WARN_UNUSED_VARIABLE\=YES
    export GENERATED_MODULEMAP_DIR\=/Users/fortitude/AppleALC/build/GeneratedModuleMaps
    export GENERATE_INFOPLIST_FILE\=NO
    export GENERATE_MASTER_OBJECT_FILE\=NO
    export GENERATE_PKGINFO_FILE\=NO
    export GENERATE_PROFILING_CODE\=NO
    export GENERATE_TEXT_BASED_STUBS\=NO
    export GID\=20
    export GROUP\=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT\=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES\=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS\=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS\=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES\=YES
    export HEADERMAP_USES_VFS\=NO
    export HEADER_SEARCH_PATHS\=/Users/fortitude/AppleALC/build/Release/include\ 
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/fortitude
    export ICONV\=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
    export INFOPLIST_OUTPUT_FORMAT\=same-as-input
    export INFOPLIST_PREPROCESS\=NO
    export INLINE_PRIVATE_FRAMEWORKS\=NO
    export INSTALLHDRS_COPY_PHASE\=NO
    export INSTALLHDRS_SCRIPT_PHASE\=NO
    export INSTALL_DIR\=/tmp/AppleALC.dst/usr/local/bin
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=fortitude
    export INSTALL_PATH\=/usr/local/bin
    export INSTALL_ROOT\=/tmp/AppleALC.dst
    export IOS_UNZIPPERED_TWIN_PREFIX_PATH\=/System/iOSSupport
    export IS_MACCATALYST\=NO
    export IS_UIKITFORMAC\=NO
    export JAVAC_DEFAULT_FLAGS\=-J-Xms64m\ -J-XX:NewSize\=4M\ -J-Dfile.encoding\=UTF8
    export JAVA_APP_STUB\=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES\=YES
    export JAVA_ARCHIVE_TYPE\=JAR
    export JAVA_COMPILER\=/usr/bin/javac
    export JAVA_FRAMEWORK_RESOURCES_DIRS\=Resources
    export JAVA_JAR_FLAGS\=cv
    export JAVA_SOURCE_SUBDIR\=.
    export JAVA_USE_DEPENDENCIES\=YES
    export JAVA_ZIP_FLAGS\=-urg
    export JIKES_DEFAULT_FLAGS\=+E\ +OLDCSO
    export KASAN_DEFAULT_CFLAGS\=-DKASAN\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow
    export KEEP_PRIVATE_EXTERNS\=NO
    export KERNEL_EXTENSION_HEADER_SEARCH_PATHS\=/PrivateHeaders\ /Users/fortitude/AppleALC/MacKernelSDK/Headers
    export KERNEL_FRAMEWORK_HEADERS\=/Users/fortitude/AppleALC/MacKernelSDK/Headers
    export LD_DEPENDENCY_INFO_FILE\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/undefined_arch/ResourceConverter_dependency_info.dat
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE\=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER\=YES
    export LEGACY_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX\=lex
    export LIBRARY_DEXT_INSTALL_PATH\=/Library/DriverExtensions
    export LIBRARY_FLAG_NOSPACE\=YES
    export LIBRARY_FLAG_PREFIX\=-l
    export LIBRARY_KEXT_INSTALL_PATH\=/Library/Extensions
    export LIBRARY_SEARCH_PATHS\=/Users/fortitude/AppleALC/build/Release\ 
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_x86_64\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/ResourceConverter.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES\=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION\=macos10.8
    export LLVM_TARGET_TRIPLE_OS_VERSION_NO\=macos10.8
    export LLVM_TARGET_TRIPLE_OS_VERSION_YES\=macos12.0
    export LLVM_TARGET_TRIPLE_VENDOR\=apple
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    export LOCALIZED_STRING_MACRO_NAMES\=NSLocalizedString\ CFCopyLocalizedString
    export LOCALIZED_STRING_SWIFTUI_SUPPORT\=YES
    export LOCAL_ADMIN_APPS_DIR\=/Applications/Utilities
    export LOCAL_APPS_DIR\=/Applications
    export LOCAL_DEVELOPER_DIR\=/Library/Developer
    export LOCAL_LIBRARY_DIR\=/Library
    export LOCROOT\=/Users/fortitude/AppleALC
    export LOCSYMROOT\=/Users/fortitude/AppleALC
    export MACH_O_TYPE\=mh_execute
    export MACOSX_DEPLOYMENT_TARGET\=10.8
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=20G95
    export MAC_OS_X_VERSION_ACTUAL\=110502
    export MAC_OS_X_VERSION_MAJOR\=110000
    export MAC_OS_X_VERSION_MINOR\=110500
    export METAL_LIBRARY_FILE_BASE\=default
    export METAL_LIBRARY_OUTPUT_DIR\=/Users/fortitude/AppleALC/build/Release/
    export NATIVE_ARCH\=x86_64
    export NATIVE_ARCH_32_BIT\=i386
    export NATIVE_ARCH_64_BIT\=x86_64
    export NATIVE_ARCH_ACTUAL\=x86_64
    export NO_COMMON\=YES
    export OBJECT_FILE_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal
    export OBJROOT\=/Users/fortitude/AppleALC/build
    export ONLY_ACTIVE_ARCH\=NO
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export PACKAGE_TYPE\=com.apple.package-type.mach-o-executable
    export PASCAL_STRINGS\=YES
    export PATH\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES\=/usr/include\ /usr/local/include\ /System/Library/Frameworks\ /System/Library/PrivateFrameworks\ /Applications/Xcode.app/Contents/Developer/Headers\ /Applications/Xcode.app/Contents/Developer/SDKs\ /Applications/Xcode.app/Contents/Developer/Platforms
    export PER_ARCH_OBJECT_FILE_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
    export PLATFORM_DISPLAY_NAME\=macOS
    export PLATFORM_FAMILY_NAME\=macOS
    export PLATFORM_NAME\=macosx
    export PLATFORM_PREFERRED_ARCH\=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION\=13A1030d
    export PLIST_FILE_OUTPUT_FORMAT\=same-as-input
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO
    export PRODUCT_MODULE_NAME\=ResourceConverter
    export PRODUCT_NAME\=ResourceConverter
    export PRODUCT_SETTINGS_PATH\=
    export PRODUCT_TYPE\=com.apple.product-type.tool
    export PROFILING_CODE\=NO
    export PROJECT\=AppleALC
    export PROJECT_DERIVED_FILE_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/DerivedSources
    export PROJECT_DIR\=/Users/fortitude/AppleALC
    export PROJECT_FILE_PATH\=/Users/fortitude/AppleALC/AppleALC.xcodeproj
    export PROJECT_NAME\=AppleALC
    export PROJECT_TEMP_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build
    export PROJECT_TEMP_ROOT\=/Users/fortitude/AppleALC/build
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS\=YES
    export REMOVE_CVS_FROM_RESOURCES\=YES
    export REMOVE_GIT_FROM_RESOURCES\=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES\=YES
    export REMOVE_HG_FROM_RESOURCES\=YES
    export REMOVE_SVN_FROM_RESOURCES\=YES
    export REZ_COLLECTOR_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceManagerResources
    export REZ_EXECUTABLE\=YES
    export REZ_OBJECTS_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/fortitude/AppleALC/build/Release\ 
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPT_INPUT_FILE_0\=/Users/fortitude/AppleALC/Resources/PinConfigs.kext/Contents/Info.plist
    export SCRIPT_INPUT_FILE_COUNT\=1
    export SCRIPT_INPUT_FILE_LIST_COUNT\=0
    export SCRIPT_OUTPUT_FILE_0\=/Users/fortitude/AppleALC/AppleALC/kern_resources.cpp
    export SCRIPT_OUTPUT_FILE_COUNT\=1
    export SCRIPT_OUTPUT_FILE_LIST_COUNT\=0
    export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk
    export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk
    export SDK_DIR_macosx\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk
    export SDK_DIR_macosx12_0\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk
    export SDK_NAME\=macosx12.0
    export SDK_NAMES\=macosx12.0
    export SDK_PRODUCT_BUILD_VERSION\=21A344
    export SDK_VERSION\=12.0
    export SDK_VERSION_ACTUAL\=120000
    export SDK_VERSION_MAJOR\=120000
    export SDK_VERSION_MINOR\=120000
    export SED\=/usr/bin/sed
    export SEPARATE_STRIP\=NO
    export SEPARATE_SYMBOL_EDIT\=NO
    export SET_DIR_MODE_OWNER_GROUP\=YES
    export SET_FILE_MODE_OWNER_GROUP\=NO
    export SHALLOW_BUNDLE\=NO
    export SHARED_DERIVED_FILE_DIR\=/Users/fortitude/AppleALC/build/Release/DerivedSources
    export SHARED_PRECOMPS_DIR\=/Users/fortitude/AppleALC/build/SharedPrecompiledHeaders
    export SKIP_INSTALL\=NO
    export SOURCE_ROOT\=/Users/fortitude/AppleALC
    export SRCROOT\=/Users/fortitude/AppleALC
    export STRINGSDATA_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build
    export STRINGS_FILE_INFOPLIST_RENAME\=YES
    export STRINGS_FILE_OUTPUT_ENCODING\=UTF-16
    export STRIP_BITCODE_FROM_COPIED_FILES\=NO
    export STRIP_INSTALLED_PRODUCT\=YES
    export STRIP_PNG_TEXT\=NO
    export STRIP_STYLE\=all
    export STRIP_SWIFT_SYMBOLS\=YES
    export SUPPORTED_PLATFORMS\=macosx
    export SUPPORTS_TEXT_BASED_API\=NO
    export SWIFT_EMIT_LOC_STRINGS\=NO
    export SWIFT_PLATFORM_TARGET_PREFIX\=macos
    export SWIFT_RESPONSE_FILE_PATH_normal_x86_64\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/ResourceConverter.SwiftFileList
    export SYMROOT\=/Users/fortitude/AppleALC/build
    export SYSTEM_ADMIN_APPS_DIR\=/Applications/Utilities
    export SYSTEM_APPS_DIR\=/Applications
    export SYSTEM_CORE_SERVICES_DIR\=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR\=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples
    export SYSTEM_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Graphics\ Tools
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Java\ Tools
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Performance\ Tools
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes
    export SYSTEM_DEVELOPER_TOOLS\=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools
    export SYSTEM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export SYSTEM_DOCUMENTATION_DIR\=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR\=/System/Library
    export TAPI_VERIFY_MODE\=ErrorsOnly
    export TARGETNAME\=ResourceConverter
    export TARGET_BUILD_DIR\=/Users/fortitude/AppleALC/build/Release
    export TARGET_NAME\=ResourceConverter
    export TARGET_TEMP_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build
    export TEMP_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build
    export TEMP_FILES_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build
    export TEMP_FILE_DIR\=/Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build
    export TEMP_ROOT\=/Users/fortitude/AppleALC/build
    export TEST_FRAMEWORK_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks
    export TEST_LIBRARY_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib
    export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO
    export UID\=501
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=fortitude
    export USER_APPS_DIR\=/Users/fortitude/Applications
    export USER_LIBRARY_DIR\=/Users/fortitude/Library
    export USE_DYNAMIC_NO_PIC\=YES
    export USE_HEADERMAP\=YES
    export USE_HEADER_SYMLINKS\=NO
    export USE_LLVM_TARGET_TRIPLES\=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_CLANG\=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_LD\=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_TAPI\=YES
    export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR
    export VALIDATE_PRODUCT\=NO
    export VALIDATE_WORKSPACE\=YES_ERROR
    export VALID_ARCHS\=x86_64
    export VERBOSE_PBXCP\=NO
    export VERSION_INFO_BUILDER\=fortitude
    export VERSION_INFO_FILE\=ResourceConverter_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:ResourceConverter\ \ PROJECT:AppleALC-\"
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES\=NO
    export XCODE_APP_SUPPORT_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION\=13A1030d
    export XCODE_VERSION_ACTUAL\=1310
    export XCODE_VERSION_MAJOR\=1300
    export XCODE_VERSION_MINOR\=1310
    export XPCSERVICES_FOLDER_PATH\=/XPCServices
    export YACC\=yacc
    export _BOOL_\=NO
    export _BOOL_NO\=NO
    export _BOOL_YES\=YES
    export _DEVELOPMENT_TEAM_IS_EMPTY\=YES
    export _IS_EMPTY_\=YES
    export _MACOSX_DEPLOYMENT_TARGET_IS_EMPTY\=NO
    export arch\=undefined_arch
    export diagnostic_message_length\=80
    export variant\=normal
    /bin/sh -c /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/Script-CE0C09F3201DBE6600926B8E.sh
Wed Dec 15 20:43:36 PST 2021 Start packing in /Users/fortitude/AppleALC
Packed ./Resources/CX8070/layout15.xml
Packed ./Resources/CX8070/Platforms15.xml
Packed ./Resources/ALC1220/Platforms15.xml
Packed ./Resources/ALC1220/Platforms100.xml
Packed ./Resources/ALC1220/Platforms13.xml
Packed ./Resources/CX20561/Platforms11.xml
Packed ./Resources/ALC1220/Platforms29.xml
Packed ./Resources/ALC1220/Platforms28.xml
Packed ./Resources/ALC1220/Platforms11.xml
Packed ./Resources/ALC1220/Platforms16.xml
Packed ./Resources/ALC1220/layout35.xml
Packed ./Resources/ALC1220/layout34.xml
Packed ./Resources/ALC1220/layout21.xml
Packed ./Resources/ALC1220/layout27.xml
Packed ./Resources/ALC1220/layout30.xml
Packed ./Resources/CX20561/layout11.xml
Packed ./Resources/ALC1220/Platforms17.xml
Packed ./Resources/ALC1220/Platforms98.xml
Packed ./Resources/ALC1220/Platforms99.xml
Packed ./Resources/ALC1220/PlatformsM.xml
Packed ./Resources/ALC1220/layout7.xml
Packed ./Resources/ALC1220/layout99.xml
Packed ./Resources/ALC1220/layout5.xml
Packed ./Resources/ALC1220/layout1.xml
Packed ./Resources/ALC1220/layout98.xml
Packed ./Resources/ALC1220/layout3.xml
Packed ./Resources/ALC1220/Platforms27.xml
Packed ./Resources/ALC1220/layout13.xml
Packed ./Resources/ALC1220/PlatformsT.xml
Packed ./Resources/ALC1220/layout11.xml
Packed ./Resources/ALC1220/layout2.xml
Packed ./Resources/ALC1220/Platforms30.xml
Packed ./Resources/ALC1220/Platforms34.xml
Packed ./Resources/ALC1220/layout100.xml
Packed ./Resources/ALC1220/Platforms21.xml
Packed ./Resources/ALC1220/layout29.xml
Packed ./Resources/ALC1220/layout28.xml
Packed ./Resources/ALC1220/layout15.xml
Packed ./Resources/IDT92HD75B3X5/layout3.xml
Packed ./Resources/ALC1220/layout17.xml
Packed ./Resources/ALC1220/Platforms35.xml
Packed ./Resources/IDT92HD75B3X5/PlatformsM.xml
Packed ./Resources/IDT92HD87B1_3/Platforms13.xml
Packed ./Resources/IDT92HD87B1_3/layout12.xml
Packed ./Resources/ALC1220/layout16.xml
Packed ./Resources/IDT92HD90BXX/Platforms12.xml
Packed ./Resources/IDT92HD87B1_3/Platforms12.xml
Packed ./Resources/IDT92HD87B1_3/layout13.xml
Packed ./Resources/IDT92HD90BXX/PlatformsM.xml
Packed ./Resources/IDT92HD90BXX/layout12.xml
Packed ./Resources/CX20755/layout3.xml
Packed ./Resources/CX20755/PlatformsM.xml
Packed ./Resources/CX8150/layout21.xml
Packed ./Resources/CX8150/layout22.xml
Packed ./Resources/CX8150/Platforms21.xml
Packed ./Resources/CX8150/Platforms22.xml
Packed ./Resources/STAC9200/Platforms11.xml
Packed ./Resources/CX20642/Platforms13.xml
Packed ./Resources/CX20642/Platforms11.xml
Packed ./Resources/STAC9200/layout11.xml
Packed ./Resources/IDT92HD90BXX/layout3.xml
Packed ./Resources/CX20642/layout13.xml
Packed ./Resources/CX20642/layout11.xml
Packed ./Resources/IDT92HD91BXX/Platforms13.xml
Packed ./Resources/IDT92HD91BXX/layout33.xml
Packed ./Resources/IDT92HD91BXX/Platforms84.xml
Packed ./Resources/IDT92HD91BXX/Platforms12.xml
Packed ./Resources/IDT92HD91BXX/PlatformsM.xml
Packed ./Resources/IDT92HD91BXX/layout84.xml
Packed ./Resources/IDT92HD91BXX/layout12.xml
Packed ./Resources/IDT92HD91BXX/Platforms33.xml
Packed ./Resources/IDT92HD91BXX/layout13.xml
Packed ./Resources/IDT92HD91BXX/layout3.xml
Packed ./Resources/ALC668/Platforms29.xml
Packed ./Resources/ALC668/PlatformsM.xml
Packed ./Resources/ALC668/layout27.xml
Packed ./Resources/ALC668/Platforms28.xml
Packed ./Resources/ALC668/layout20.xml
Packed ./Resources/ALC668/layout3.xml
Packed ./Resources/ALC668/layout28.xml
Packed ./Resources/ALC668/layout29.xml
Packed ./Resources/ALC233/Platforms29.xml
Packed ./Resources/ALC233/layout27.xml
Packed ./Resources/ALC233/PlatformsM.xml
Packed ./Resources/ALC233/Platforms4.xml
Packed ./Resources/ALC233/layout32.xml
Packed ./Resources/ALC233/Platforms28.xml
Packed ./Resources/ALC233/layout33.xml
Packed ./Resources/ALC233/Platforms5.xml
Packed ./Resources/ALC233/layout21.xml
Packed ./Resources/ALC233/layout4.xml
Packed ./Resources/ALC233/layout5.xml
Packed ./Resources/ALC233/layout3.xml
Packed ./Resources/ALC233/Platforms32.xml
Packed ./Resources/ALC233/Platforms33.xml
Packed ./Resources/ALC233/layout13.xml
Packed ./Resources/ALC233/Platforms27.xml
Packed ./Resources/ALC233/Platforms21.xml
Packed ./Resources/ALC233/layout28.xml
Packed ./Resources/ALC668/Platforms27.xml
Packed ./Resources/ALC293/layout30.xml
Packed ./Resources/ALC293/Platforms29.xml
Packed ./Resources/ALC293/Platforms28.xml
Packed ./Resources/ALC293/layout11.xml
Packed ./Resources/ALC668/Platforms20.xml
Packed ./Resources/ALC233/layout29.xml
Packed ./Resources/ALC233/PlatformsID.xml
Packed ./Resources/ALC293/Platforms30.xml
Packed ./Resources/ALC293/Platforms11.xml
Packed ./Resources/ALC260/Platforms11.xml
Packed ./Resources/ALC294/Platforms12.xml
Packed ./Resources/ALC294/Platforms28.xml
Packed ./Resources/ALC293/layout29.xml
Packed ./Resources/ALC294/Platforms11.xml
Packed ./Resources/ALC260/layout12.xml
Packed ./Resources/ALC293/layout28.xml
Packed ./Resources/ALC260/layout11.xml
Packed ./Resources/ALC294/layout21.xml
Packed ./Resources/ALC294/Platforms99.xml
Packed ./Resources/ALC294/Platforms66.xml
Packed ./Resources/ALC294/layout22.xml
Packed ./Resources/ALC294/layout66.xml
Packed ./Resources/ALC294/layout99.xml
Packed ./Resources/ALC294/layout12.xml
Packed ./Resources/ALC294/Platforms21.xml
Packed ./Resources/ALC294/layout11.xml
Packed ./Resources/ALC294/Platforms22.xml
Packed ./Resources/ALC294/PlatformsID.xml
Packed ./Resources/ALC1150/Platforms99.xml
Packed ./Resources/ALC294/layout13.xml
Packed ./Resources/ALC294/layout28.xml
Packed ./Resources/ALC1150/Platforms11.xml
Packed ./Resources/ALC1150/layout7.xml
Packed ./Resources/ALC1150/PlatformsM.xml
Packed ./Resources/ALC1150/layout99.xml
Packed ./Resources/ALC1150/PlatformsT.xml
Packed ./Resources/ALC1150/layout5.xml
Packed ./Resources/ALC1150/layout1.xml
Packed ./Resources/ALC1150/layout3.xml
Packed ./Resources/ALC256/Platforms11.xml
Packed ./Resources/ALC1150/layout2.xml
Packed ./Resources/ALC256/layout24.xml
Packed ./Resources/ALC256/Platforms14.xml
Packed ./Resources/ALC256/Platforms28.xml
Packed ./Resources/ALC256/layout33.xml
Packed ./Resources/ALC256/Platforms16.xml
Packed ./Resources/ALC260/Platforms12.xml
Packed ./Resources/ALC256/layout19.xml
Packed ./Resources/ALC256/layout21.xml
Packed ./Resources/ALC256/layout20.xml
Packed ./Resources/ALC256/layout22.xml
Packed ./Resources/ALC256/Platforms17.xml
Packed ./Resources/ALC256/layout23.xml
Packed ./Resources/ALC256/Platforms70.xml
Packed ./Resources/ALC256/Platforms67.xml
Packed ./Resources/ALC256/Platforms99.xml
Packed ./Resources/ALC256/Platforms66.xml
Packed ./Resources/ALC256/Platforms76.xml
Packed ./Resources/ALC256/Platforms88.xml
Packed ./Resources/ALC256/Platforms77.xml
Packed ./Resources/ALC256/Platforms5.xml
Packed ./Resources/ALC256/layout56.xml
Packed ./Resources/ALC256/layout57.xml
Packed ./Resources/ALC256/layout69.xml
Packed ./Resources/ALC256/layout97.xml
Packed ./Resources/ALC256/layout66.xml
Packed ./Resources/ALC256/layout99.xml
Packed ./Resources/ALC256/layout70.xml
Packed ./Resources/ALC256/layout5.xml
Packed ./Resources/ALC256/layout67.xml
Packed ./Resources/ALC256/Platforms57.xml
Packed ./Resources/ALC256/Platforms56.xml
Packed ./Resources/ALC256/Platforms97.xml
Packed ./Resources/ALC256/Platforms69.xml
Packed ./Resources/ALC256/layout77.xml
Packed ./Resources/ALC256/Platforms33.xml
Packed ./Resources/ALC256/layout88.xml
Packed ./Resources/ALC256/Platforms19.xml
Packed ./Resources/ALC256/layout13.xml
Packed ./Resources/ALC256/Platforms24.xml
Packed ./Resources/ALC256/layout11.xml
Packed ./Resources/ALC256/layout76.xml
Packed ./Resources/ALC256/Platforms20.xml
Packed ./Resources/ALC256/Platforms21.xml
Packed ./Resources/ALC256/layout28.xml
Packed ./Resources/ALC256/layout14.xml
Packed ./Resources/ALC256/Platforms23.xml
Packed ./Resources/ALC256/Platforms22.xml
Packed ./Resources/ALC256/PlatformsID.xml
Packed ./Resources/ALC269/layout33.xml
Packed ./Resources/ALC269/layout27.xml
Packed ./Resources/ALC269/Platforms12.xml
Packed ./Resources/ALC269/layout32.xml
Packed ./Resources/ALC269/layout18.xml
Packed ./Resources/ALC256/layout17.xml
Packed ./Resources/ALC269/layout30.xml
Packed ./Resources/ALC269/layout24.xml
Packed ./Resources/ALC256/layout16.xml
Packed ./Resources/ALC269/Platforms11.xml
Packed ./Resources/ALC269/layout25.xml
Packed ./Resources/ALC269/Platforms128.xml
Packed ./Resources/ALC269/layout19.xml
Packed ./Resources/ALC269/Platforms100.xml
Packed ./Resources/ALC269/Platforms15.xml
Packed ./Resources/ALC269/Platforms29.xml
Packed ./Resources/ALC269/layout20.xml
Packed ./Resources/ALC269/layout35.xml
Packed ./Resources/ALC269/layout21.xml
Packed ./Resources/ALC269/Platforms28.xml
Packed ./Resources/ALC269/Platforms16.xml
Packed ./Resources/ALC269/Platforms17.xml
Packed ./Resources/ALC269/layout22.xml
Packed ./Resources/ALC269/PlatformsM4.xml
Packed ./Resources/ALC269/layout127.xml
Packed ./Resources/ALC269/layout23.xml
Packed ./Resources/ALC269/Platforms14.xml
Packed ./Resources/ALC269/PlatformsM5.xml
Packed ./Resources/ALC269/layout44.xml
Packed ./Resources/ALC269/layout45.xml
Packed ./Resources/ALC269/Platforms58.xml
Packed ./Resources/ALC269/PlatformsM7.xml
Packed ./Resources/ALC269/layout93.xml
Packed ./Resources/ALC269/layout91.xml
Packed ./Resources/ALC269/Platforms66.xml
Packed ./Resources/ALC269/PlatformsM6.xml
Packed ./Resources/ALC269/Platforms99.xml
Packed ./Resources/ALC269/PlatformsM2.xml
Packed ./Resources/ALC269/layout47.xml
Packed ./Resources/ALC269/Platforms188.xml
Packed ./Resources/ALC269/layout9.xml
Packed ./Resources/ALC269/Platforms77.xml
Packed ./Resources/ALC269/Platforms88.xml
Packed ./Resources/ALC269/layout8.xml
Packed ./Resources/ALC269/PlatformsM1.xml
Packed ./Resources/ALC269/layout69.xml
Packed ./Resources/ALC269/layout55.xml
Packed ./Resources/ALC269/Platforms76.xml
Packed ./Resources/ALC269/Platforms45.xml
Packed ./Resources/ALC269/layout6.xml
Packed ./Resources/ALC269/layout40.xml
Packed ./Resources/ALC269/layout58.xml
Packed ./Resources/ALC269/layout7.xml
Packed ./Resources/ALC269/Platforms44.xml
Packed ./Resources/ALC269/Platforms91.xml
Packed ./Resources/ALC269/layout66.xml
Packed ./Resources/ALC269/layout5.xml
Packed ./Resources/ALC269/layout99.xml
Packed ./Resources/ALC269/layout4.xml
Packed ./Resources/ALC269/layout188.xml
Packed ./Resources/ALC269/layout77.xml
Packed ./Resources/ALC269/PlatformsM35.xml
Packed ./Resources/ALC269/PlatformsT.xml
Packed ./Resources/ALC269/layout88.xml
Packed ./Resources/ALC269/Platforms47.xml
Packed ./Resources/ALC269/PlatformsM8.xml
Packed ./Resources/ALC269/layout76.xml
Packed ./Resources/ALC269/PlatformsM3.xml
Packed ./Resources/ALC269/Platforms40.xml
Packed ./Resources/ALC269/layout1.xml
Packed ./Resources/ALC269/Platforms93.xml
Packed ./Resources/ALC269/Platforms69.xml
Packed ./Resources/ALC269/Platforms55.xml
Packed ./Resources/ALC269/layout3.xml
Packed ./Resources/ALC269/PlatformsM9.xml
Packed ./Resources/ALC269/layout2.xml
Packed ./Resources/ALC269/Platforms127.xml
Packed ./Resources/ALC269/Platforms32.xml
Packed ./Resources/ALC269/Platforms27.xml
Packed ./Resources/ALC269/layout12.xml
Packed ./Resources/ALC269/Platforms19.xml
Packed ./Resources/ALC269/Platforms25.xml
Packed ./Resources/ALC269/layout13.xml
Packed ./Resources/ALC269/layout11.xml
Packed ./Resources/ALC269/Platforms30.xml
Packed ./Resources/ALC269/layout10.xml
Packed ./Resources/ALC269/Platforms24.xml
Packed ./Resources/ALC269/Platforms18.xml
Packed ./Resources/ALC269/Platforms20.xml
Packed ./Resources/ALC269/layout28.xml
Packed ./Resources/ALC269/layout100.xml
Packed ./Resources/ALC269/layout128.xml
Packed ./Resources/ALC269/Platforms21.xml
Packed ./Resources/ALC269/layout15.xml
Packed ./Resources/ALC269/Platforms23.xml
Packed ./Resources/ALC269/layout29.xml
Packed ./Resources/ALC269/layout14.xml
Packed ./Resources/ALC269/layout17.xml
Packed ./Resources/ALC269/layout16.xml
Packed ./Resources/ALC269/Platforms22.xml
Packed ./Resources/VT1802/layout33.xml
Packed ./Resources/VT1802/Platforms65.xml
Packed ./Resources/VT1802/PlatformsM.xml
Packed ./Resources/VT1802/layout65.xml
Packed ./Resources/ALC235/Platforms13.xml
Packed ./Resources/VT1802/layout3.xml
Packed ./Resources/VT1802/Platforms33.xml
Packed ./Resources/ALC235/Platforms12.xml
Packed ./Resources/ALC269/PlatformsID.xml
Packed ./Resources/ALC235/Platforms11.xml
Packed ./Resources/ALC235/layout18.xml
Packed ./Resources/ALC235/Platforms15.xml
Packed ./Resources/ALC235/layout24.xml
Packed ./Resources/ALC235/layout21.xml
Packed ./Resources/ALC235/layout35.xml
Packed ./Resources/ALC235/layout37.xml
Packed ./Resources/ALC235/Platforms28.xml
Packed ./Resources/ALC235/Platforms17.xml
Packed ./Resources/ALC235/Platforms99.xml
Packed ./Resources/ALC235/PlatformsM.xml
Packed ./Resources/ALC235/layout22.xml
Packed ./Resources/ALC235/layout8.xml
Packed ./Resources/ALC235/Platforms8.xml
Packed ./Resources/ALC235/Platforms14.xml
Packed ./Resources/ALC235/Platforms16.xml
Packed ./Resources/ALC235/layout99.xml
Packed ./Resources/ALC235/layout3.xml
Packed ./Resources/ALC235/layout12.xml
Packed ./Resources/ALC235/Platforms18.xml
Packed ./Resources/ALC235/layout11.xml
Packed ./Resources/ALC235/layout13.xml
Packed ./Resources/ALC235/Platforms21.xml
Packed ./Resources/ALC235/Platforms35.xml
Packed ./Resources/ALC235/layout14.xml
Packed ./Resources/ALC235/layout28.xml
Packed ./Resources/ALC235/Platforms37.xml
Packed ./Resources/ALC235/layout15.xml
Packed ./Resources/ALC235/layout17.xml
Packed ./Resources/ALC235/Platforms24.xml
Packed ./Resources/ALC235/Platforms22.xml
Packed ./Resources/ALC235/layout16.xml
Packed ./Resources/AD1988A/layout12.xml
Packed ./Resources/AD1988A/Platforms12.xml
Packed ./Resources/ALC257/Platforms100.xml
Packed ./Resources/ALC257/Platforms11.xml
Packed ./Resources/ALC257/layout86.xml
Packed ./Resources/ALC257/layout18.xml
Packed ./Resources/ALC257/Platforms86.xml
Packed ./Resources/ALC257/Platforms99.xml
Packed ./Resources/ALC257/layout99.xml
Packed ./Resources/ALC257/Platforms18.xml
Packed ./Resources/ALC892/Platforms12.xml
Packed ./Resources/ALC257/layout100.xml
Packed ./Resources/ALC257/layout11.xml
Packed ./Resources/ALC892/layout32.xml
Packed ./Resources/ALC892/layout18.xml
Packed ./Resources/ALC892/layout31.xml
Packed ./Resources/ALC892/Platforms15.xml
Packed ./Resources/ALC892/Platforms100.xml
Packed ./Resources/ALC892/Platforms16.xml
Packed ./Resources/ALC892/Platforms28.xml
Packed ./Resources/ALC892/Platforms17.xml
Packed ./Resources/ALC892/layout23.xml
Packed ./Resources/ALC892/layout20.xml
Packed ./Resources/ALC892/layout22.xml
Packed ./Resources/ALC892/PlatformsM4.xml
Packed ./Resources/ALC892/Platforms98.xml
Packed ./Resources/ALC892/Platforms99.xml
Packed ./Resources/ALC892/layout92.xml
Packed ./Resources/ALC892/layout90.xml
Packed ./Resources/ALC892/PlatformsM.xml
Packed ./Resources/ALC892/Platforms92.xml
Packed ./Resources/ALC892/layout97.xml
Packed ./Resources/ALC892/layout7.xml
Packed ./Resources/ALC892/layout5.xml
Packed ./Resources/ALC892/PlatformsT.xml
Packed ./Resources/ALC892/Platforms90.xml
Packed ./Resources/ALC892/layout99.xml
Packed ./Resources/ALC892/layout4.xml
Packed ./Resources/ALC892/Platforms97.xml
Packed ./Resources/ALC892/layout1.xml
Packed ./Resources/ALC892/layout3.xml
Packed ./Resources/ALC892/Platforms31.xml
Packed ./Resources/ALC892/Platforms32.xml
Packed ./Resources/ALC892/layout12.xml
Packed ./Resources/ALC892/Platforms18.xml
Packed ./Resources/ALC892/layout2.xml
Packed ./Resources/ALC892/Platforms20.xml
Packed ./Resources/ALC892/layout100.xml
Packed ./Resources/ALC892/layout28.xml
Packed ./Resources/ALC892/Platforms23.xml
Packed ./Resources/ALC892/Platforms22.xml
Packed ./Resources/ALC268/PlatformsM.xml
Packed ./Resources/ALC892/layout17.xml
Packed ./Resources/ALC892/layout16.xml
Packed ./Resources/ALC892/layout15.xml
Packed ./Resources/ALC268/layout3.xml
Packed ./Resources/ALC295/PlatformsM.xml
Packed ./Resources/ALC295/layout22.xml
Packed ./Resources/ALC295/layout23.xml
Packed ./Resources/ALC295/layout24.xml
Packed ./Resources/ALC295/layout21.xml
Packed ./Resources/ALC295/Platforms77.xml
Packed ./Resources/ALC295/Platforms28.xml
Packed ./Resources/ALC295/layout77.xml
Packed ./Resources/ALC295/Platforms1.xml
Packed ./Resources/ALC295/layout1.xml
Packed ./Resources/ALC295/layout14.xml
Packed ./Resources/ALC295/Platforms21.xml
Packed ./Resources/ALC295/layout13.xml
Packed ./Resources/ALC295/layout15.xml
Packed ./Resources/ALC295/layout3.xml
Packed ./Resources/ALC295/layout28.xml
Packed ./Resources/ALC295/Platforms22.xml
Packed ./Resources/ALC295/PlatformsID.xml
Packed ./Resources/ALC292/Platforms15.xml
Packed ./Resources/ALC292/layout32.xml
Packed ./Resources/ALC292/layout18.xml
Packed ./Resources/ALC295/Platforms23.xml
Packed ./Resources/ALC292/Platforms28.xml
Packed ./Resources/ALC292/layout55.xml
Packed ./Resources/ALC292/Platforms55.xml
Packed ./Resources/ALC292/Platforms32.xml
Packed ./Resources/ALC292/layout12.xml
Packed ./Resources/ALC292/Platforms18.xml
Packed ./Resources/ALC292/layout15.xml
Packed ./Resources/ALC292/layout28.xml
Packed ./Resources/IDT92HD81B1X5/Platforms11.xml
Packed ./Resources/IDT92HD81B1X5/layout21.xml
Packed ./Resources/IDT92HD81B1X5/layout20.xml
Packed ./Resources/IDT92HD81B1X5/Platforms28.xml
Packed ./Resources/IDT92HD81B1X5/PlatformsM.xml
Packed ./Resources/IDT92HD81B1X5/layout3.xml
Packed ./Resources/IDT92HD81B1X5/layout12.xml
Packed ./Resources/IDT92HD81B1X5/layout11.xml
Packed ./Resources/IDT92HD81B1X5/Platforms12.xml
Packed ./Resources/ALC292/Platforms12.xml
Packed ./Resources/IDT92HD81B1X5/layout28.xml
Packed ./Resources/IDT92HD81B1X5/Platforms20.xml
Packed ./Resources/ALC288/PlatformsM.xml
Packed ./Resources/ALC288/layout23.xml
Packed ./Resources/ALC288/layout3.xml
Packed ./Resources/IDT92HD81B1X5/Platforms21.xml
Packed ./Resources/ALC288/Platforms23.xml
Packed ./Resources/ALC288/layout13.xml
Packed ./Resources/ALC275/Platforms28.xml
Packed ./Resources/ALC288/PlatformsID.xml
Packed ./Resources/ALC275/layout3.xml
Packed ./Resources/CS4210/layout13.xml
Packed ./Resources/ALC275/layout13.xml
Packed ./Resources/ALC275/layout28.xml
Packed ./Resources/ALC272/layout18.xml
Packed ./Resources/ALC272/Platforms11.xml
Packed ./Resources/ALC272/layout21.xml
Packed ./Resources/ALC275/PlatformsID.xml
Packed ./Resources/ALC272/PlatformsM.xml
Packed ./Resources/ALC272/Platforms12.xml
Packed ./Resources/ALC272/layout12.xml
Packed ./Resources/ALC272/layout3.xml
Packed ./Resources/CS4210/PlatformsID.xml
Packed ./Resources/CX20632/layout20.xml
Packed ./Resources/CX20632/layout23.xml
Packed ./Resources/CX20632/Platforms20.xml
Packed ./Resources/ALC272/Platforms21.xml
Packed ./Resources/CX20632/layout28.xml
Packed ./Resources/ALC272/Platforms18.xml
Packed ./Resources/IDT92HD71B7X/PlatformsM.xml
Packed ./Resources/IDT92HD71B7X/layout3.xml
Packed ./Resources/CX20632/Platforms28.xml
Packed ./Resources/ALC888/layout27.xml
Packed ./Resources/ALC888/Platforms11.xml
Packed ./Resources/ALC888/Platforms29.xml
Packed ./Resources/ALC275/PlatformsM.xml
Packed ./Resources/ALC888/Platforms28.xml
Packed ./Resources/ALC888/PlatformsM4.xml
Packed ./Resources/ALC888/PlatformsM.xml
Packed ./Resources/ALC888/layout7.xml
Packed ./Resources/CX20632/Platforms23.xml
Packed ./Resources/ALC888/layout5.xml
Packed ./Resources/ALC888/layout1.xml
Packed ./Resources/ALC888/layout4.xml
Packed ./Resources/ALC888/layout3.xml
Packed ./Resources/ALC888/Platforms27.xml
Packed ./Resources/ALC888/layout2.xml
Packed ./Resources/ALC888/layout28.xml
Packed ./Resources/ALC888/layout29.xml
Packed ./Resources/ALC888/layout11.xml
Packed ./Resources/ALC286/Platforms11.xml
Packed ./Resources/ALC286/PlatformsM.xml
Packed ./Resources/ALC888/PlatformsT.xml
Packed ./Resources/ALC286/layout3.xml
Packed ./Resources/ALC286/layout11.xml
Packed ./Resources/STAC9872AK/Platforms12.xml
Packed ./Resources/STAC9872AK/layout12.xml
Packed ./Resources/ALC221/Platforms11.xml
Packed ./Resources/ALC221/Platforms15.xml
Packed ./Resources/ALC221/Platforms88.xml
Packed ./Resources/ALC221/layout88.xml
Packed ./Resources/ALC221/layout11.xml
Packed ./Resources/ALC221/layout15.xml
Packed ./Resources/IDT92HD73E1X5/layout15.xml
Packed ./Resources/ALCS1200A/layout50.xml
Packed ./Resources/IDT92HD73E1X5/Platforms15.xml
Packed ./Resources/ALCS1200A/Platforms11.xml
Packed ./Resources/ALCS1200A/Platforms49.xml
Packed ./Resources/ALCS1200A/layout51.xml
Packed ./Resources/ALCS1200A/Platforms51.xml
Packed ./Resources/ALCS1200A/layout69.xml
Packed ./Resources/ALCS1200A/Platforms50.xml
Packed ./Resources/ALCS1200A/layout7.xml
Packed ./Resources/ALCS1200A/layout1.xml
Packed ./Resources/ALCS1200A/PlatformsT.xml
Packed ./Resources/ALCS1200A/layout3.xml
Packed ./Resources/ALCS1200A/layout2.xml
Packed ./Resources/ALCS1200A/layout49.xml
Packed ./Resources/ALCS1200A/Platforms69.xml
Packed ./Resources/ALCS1200A/layout11.xml
Packed ./Resources/ALC287/Platforms11.xml
Packed ./Resources/ALC889/Platforms12.xml
Packed ./Resources/ALC889/Platforms11.xml
Packed ./Resources/ALC287/layout11.xml
Packed ./Resources/ALC889/layout1.xml
Packed ./Resources/ALC889/layout3.xml
Packed ./Resources/ALC889/layout12.xml
Packed ./Resources/ALC889/layout2.xml
Packed ./Resources/ALC889/layout11.xml
Packed ./Resources/CA0132/layout9.xml
Packed ./Resources/CA0132/layout6.xml
Packed ./Resources/CA0132/layout99.xml
Packed ./Resources/CA0132/layout7.xml
Packed ./Resources/CA0132/Platforms12.xml
Packed ./Resources/CA0132/Platforms10.xml
Packed ./Resources/ALC889/PlatformsT.xml
Packed ./Resources/CA0132/Platforms99.xml
Packed ./Resources/CA0132/Platforms11.xml
Packed ./Resources/CA0132/layout5.xml
Packed ./Resources/CA0132/Platforms9.xml
Packed ./Resources/CA0132/layout0.xml
Packed ./Resources/CA0132/layout4.xml
Packed ./Resources/CA0132/layout1.xml
Packed ./Resources/CA0132/layout3.xml
Packed ./Resources/CA0132/layout2.xml
Packed ./Resources/CA0132/layout12.xml
Packed ./Resources/ALC274/layout35.xml
Packed ./Resources/CA0132/layout10.xml
Packed ./Resources/CA0132/layout11.xml
Packed ./Resources/ALC274/layout21.xml
Packed ./Resources/ALC274/Platforms28.xml
Packed ./Resources/CA0132/PlatformsW.xml
Packed ./Resources/ALC274/Platforms35.xml
Packed ./Resources/ALC274/Platforms21.xml
Packed ./Resources/ALC274/layout28.xml
Packed ./Resources/ALC280/Platforms13.xml
Packed ./Resources/ALC280/Platforms11.xml
Packed ./Resources/ALC280/Platforms15.xml
Packed ./Resources/ALC280/layout21.xml
Packed ./Resources/ALC280/Platforms16.xml
Packed ./Resources/ALC280/Platforms17.xml
Packed ./Resources/ALC280/PlatformsM3.xml
Packed ./Resources/ALC280/layout4.xml
Packed ./Resources/ALC280/layout11.xml
Packed ./Resources/ALC280/layout3.xml
Packed ./Resources/ALC280/layout13.xml
Packed ./Resources/ALC280/layout15.xml
Packed ./Resources/ALC280/Platforms21.xml
Packed ./Resources/ALC280/layout17.xml
Packed ./Resources/ALC289/Platforms11.xml
Packed ./Resources/ALC280/layout16.xml
Packed ./Resources/ALC289/Platforms15.xml
Packed ./Resources/ALC289/layout87.xml
Packed ./Resources/ALC289/layout23.xml
Packed ./Resources/ALC289/layout93.xml
Packed ./Resources/ALC289/Platforms99.xml
Packed ./Resources/ALC289/Platforms93.xml
Packed ./Resources/ALC289/Platforms87.xml
Packed ./Resources/ALC289/Platforms23.xml
Packed ./Resources/ALC289/layout99.xml
Packed ./Resources/ALC289/layout11.xml
Packed ./Resources/ALC887/layout33.xml
Packed ./Resources/ALC289/layout15.xml
Packed ./Resources/ALC887/Platforms12.xml
Packed ./Resources/ALC887/layout20.xml
Packed ./Resources/ALC887/layout18.xml
Packed ./Resources/ALC887/layout50.xml
Packed ./Resources/ALC887/layout87.xml
Packed ./Resources/ALC887/layout52.xml
Packed ./Resources/ALC887/Platforms99.xml
Packed ./Resources/ALC887/layout53.xml
Packed ./Resources/ALC887/layout40.xml
Packed ./Resources/ALC887/PlatformsM.xml
Packed ./Resources/ALC280/PlatformsM4.xml
Packed ./Resources/ALC887/Platforms50.xml
Packed ./Resources/ALC887/layout7.xml
Packed ./Resources/ALC887/Platforms87.xml
Packed ./Resources/ALC887/Platforms52.xml
Packed ./Resources/ALC887/layout99.xml
Packed ./Resources/ALC887/PlatformsT.xml
Packed ./Resources/ALC887/layout5.xml
Packed ./Resources/ALC887/layout1.xml
Packed ./Resources/ALC887/Platforms40.xml
Packed ./Resources/ALC887/layout2.xml
Packed ./Resources/ALC887/Platforms33.xml
Packed ./Resources/ALC887/layout3.xml
Packed ./Resources/ALC887/layout12.xml
Packed ./Resources/ALC887/layout13.xml
Packed ./Resources/ALC887/Platforms20.xml
Packed ./Resources/ALC245/Platforms13.xml
Packed ./Resources/ALC887/layout17.xml
Packed ./Resources/ALC887/layout11.xml
Packed ./Resources/ALC245/Platforms12.xml
Packed ./Resources/ALC245/Platforms11.xml
Packed ./Resources/ALC245/layout13.xml
Packed ./Resources/ALC245/layout12.xml
Packed ./Resources/IDT92HD87B2_4/Platforms13.xml
Packed ./Resources/ALC887/PlatformsID.xml
Packed ./Resources/ALC245/layout11.xml
Packed ./Resources/IDT92HD87B2_4/layout13.xml
Packed ./Resources/CX20753_4/Platforms15.xml
Packed ./Resources/CX20753_4/layout21.xml
Packed ./Resources/CX20753_4/PlatformsM.xml
Packed ./Resources/CX20753_4/layout3.xml
Packed ./Resources/CX20753_4/layout15.xml
Packed ./Resources/CX20753_4/Platforms21.xml
Packed ./Resources/CX20724/layout3.xml
Packed ./Resources/CX20753_4/layout14.xml
Packed ./Resources/CX20753_4/PlatformsID.xml
Packed ./Resources/CX20724/layout13.xml
Packed ./Resources/ALC700/Platforms11.xml
Packed ./Resources/ALC700/layout11.xml
Packed ./Resources/IDT92HD81B1C5/Platforms11.xml
Packed ./Resources/IDT92HD81B1C5/Platforms3.xml
Packed ./Resources/AD2000B/layout7.xml
Packed ./Resources/AD2000B/PlatformsM.xml
Packed ./Resources/IDT92HD81B1C5/layout11.xml
Packed ./Resources/IDT92HD81B1C5/layout3.xml
Packed ./Resources/CX20724/PlatformsID.xml
Packed ./Resources/AD2000B/layout5.xml
Packed ./Resources/CX20722/PlatformsM.xml
Packed ./Resources/CX20722/layout3.xml
Packed ./Resources/VT2020_2021/PlatformsM.xml
Packed ./Resources/VT2020_2021/layout9.xml
Packed ./Resources/VT2020_2021/Platforms9.xml
Packed ./Resources/VT2020_2021/layout7.xml
Packed ./Resources/VT2020_2021/layout5.xml
Packed ./Resources/VT2020_2021/layout13.xml
Packed ./Resources/IDT92HD95/Platforms14.xml
Packed ./Resources/IDT92HD95/Platforms12.xml
Packed ./Resources/IDT92HD95/layout12.xml
Packed ./Resources/IDT92HD95/layout11.xml
Packed ./Resources/CX20724/PlatformsM.xml
Packed ./Resources/IDT92HD95/layout14.xml
Packed ./Resources/CX8400/Platforms13.xml
Packed ./Resources/CX8400/Platforms12.xml
Packed ./Resources/CX8400/layout12.xml
Packed ./Resources/IDT92HD95/Platforms11.xml
Packed ./Resources/CX8400/layout13.xml
Packed ./Resources/CX20588/PlatformsM.xml
Packed ./Resources/CX20588/layout3.xml
Packed ./Resources/IDT92HD66C3_65/PlatformsM.xml
Packed ./Resources/IDT92HD66C3_65/layout3.xml
Packed ./Resources/CX20757/Platforms28.xml
Packed ./Resources/CX20757/PlatformsM.xml
Packed ./Resources/CX20757/layout3.xml
Packed ./Resources/IDT92HD73C1X5/layout19.xml
Packed ./Resources/CX20757/layout28.xml
Packed ./Resources/IDT92HD73C1X5/Platforms19.xml
Packed ./Resources/IDT92HD73C1X5/layout21.xml
Packed ./Resources/IDT92HD73C1X5/Platforms21.xml
Packed ./Resources/CX20756/PlatformsM.xml
Packed ./Resources/CX20756/layout3.xml
Packed ./Resources/CX20756/layout13.xml
Packed ./Resources/CX20756/PlatformsID.xml
Packed ./Resources/CX20590/Platforms12.xml
Packed ./Resources/CX20590/Platforms28.xml
Packed ./Resources/VT2020_2021/Platforms13.xml
Packed ./Resources/CX20590/Platforms13.xml
Packed ./Resources/CX20590/layout12.xml
Packed ./Resources/CX20590/layout13.xml
Packed ./Resources/CX20590/PlatformsM.xml
Packed ./Resources/CX20590/layout3.xml
Packed ./Resources/CX20590/layout14.xml
Packed ./Resources/CX20590/Platforms14.xml
Packed ./Resources/CX20590/layout28.xml
Packed ./Resources/ALC290/Platforms10.xml
Packed ./Resources/ALC290/Platforms15.xml
Packed ./Resources/ALC290/Platforms28.xml
Packed ./Resources/ALC290/Platforms4.xml
Packed ./Resources/ALC290/PlatformsM.xml
Packed ./Resources/ALC290/layout4.xml
Packed ./Resources/ALC290/layout3.xml
Packed ./Resources/ALC290/layout10.xml
Packed ./Resources/ALC290/layout28.xml
Packed ./Resources/ALC290/layout15.xml
Packed ./Resources/CS4206/layout33.xml
Packed ./Resources/CS4206/layout18.xml
Packed ./Resources/CS4206/layout32.xml
Packed ./Resources/CS4206/layout24.xml
Packed ./Resources/CS4206/layout35.xml
Packed ./Resources/CS4206/layout78.xml
Packed ./Resources/CS4206/layout79.xml
Packed ./Resources/CS4206/layout31.xml
Packed ./Resources/CS4206/layout81.xml
Packed ./Resources/CS4206/layout91.xml
Packed ./Resources/CS4206/layout84.xml
Packed ./Resources/CS4206/layout99.xml
Packed ./Resources/CS4206/layout9.xml
Packed ./Resources/CS4206/layout98.xml
Packed ./Resources/CS4206/layout71.xml
Packed ./Resources/CS4206/layout3.xml
Packed ./Resources/CS4206/layout77.xml
Packed ./Resources/CS4206/layout1.xml
Packed ./Resources/CS4206/layout76.xml
Packed ./Resources/CS4206/layout75.xml
Packed ./Resources/CS4206/layout61.xml
Packed ./Resources/CS4206/layout13.xml
Packed ./Resources/CS4206/layout11.xml
Packed ./Resources/ALC897/Platforms12.xml
Packed ./Resources/CS4206/layout39.xml
Packed ./Resources/ALC897/layout23.xml
Packed ./Resources/ALC897/Platforms66.xml
Packed ./Resources/ALC897/layout66.xml
Packed ./Resources/ALC897/layout69.xml
Packed ./Resources/CS4206/layout28.xml
Packed ./Resources/ALC897/Platforms69.xml
Packed ./Resources/ALC897/Platforms23.xml
Packed ./Resources/CS4206/layout29.xml
Packed ./Resources/ALC897/layout12.xml
Packed ./Resources/ALC299/layout22.xml
Packed ./Resources/ALC299/layout21.xml
Packed ./Resources/ALC299/Platforms21.xml
Packed ./Resources/ALC299/Platforms22.xml
Packed ./Resources/ALC255/Platforms12.xml
Packed ./Resources/ALC255/layout27.xml
Packed ./Resources/ALC255/layout31.xml
Packed ./Resources/ALC255/layout18.xml
Packed ./Resources/ALC255/Platforms100.xml
Packed ./Resources/CS4206/PlatformApple.xml
Packed ./Resources/ALC255/Platforms11.xml
Packed ./Resources/ALC255/Platforms15.xml
Packed ./Resources/ALC255/layout30.xml
Packed ./Resources/ALC255/Platforms29.xml
Packed ./Resources/ALC255/layout21.xml
Packed ./Resources/ALC255/layout86.xml
Packed ./Resources/ALC255/Platforms71.xml
Packed ./Resources/ALC255/Platforms66.xml
Packed ./Resources/ALC255/layout20.xml
Packed ./Resources/ALC255/PlatformsM.xml
Packed ./Resources/ALC255/Platforms99.xml
Packed ./Resources/ALC255/Platforms86.xml
Packed ./Resources/ALC255/layout71.xml
Packed ./Resources/ALC255/layout66.xml
Packed ./Resources/ALC255/layout82.xml
Packed ./Resources/ALC255/Platforms96.xml
Packed ./Resources/ALC255/layout3.xml
Packed ./Resources/ALC255/layout99.xml
Packed ./Resources/ALC255/layout96.xml
Packed ./Resources/ALC255/Platforms82.xml
Packed ./Resources/ALC255/layout12.xml
Packed ./Resources/ALC255/Platforms27.xml
Packed ./Resources/ALC255/layout13.xml
Packed ./Resources/ALC255/Platforms31.xml
Packed ./Resources/ALC255/Platforms30.xml
Packed ./Resources/ALC255/layout11.xml
Packed ./Resources/ALC255/Platforms18.xml
Packed ./Resources/ALC255/Platforms20.xml
Packed ./Resources/ALC255/Platforms21.xml
Packed ./Resources/ALC255/layout100.xml
Packed ./Resources/ALC255/layout28.xml
Packed ./Resources/ALC255/PlatformsID.xml
Packed ./Resources/ALC255/layout15.xml
Packed ./Resources/ALC255/layout29.xml
Packed ./Resources/ALC255/layout17.xml
Packed ./Resources/ALC665/layout12.xml
Packed ./Resources/CX20641/Platforms13.xml
Packed ./Resources/ALC665/layout13.xml
Packed ./Resources/CX20641/Platforms11.xml
Packed ./Resources/CX20641/layout13.xml
Packed ./Resources/CX20641/layout11.xml
Packed ./Resources/ALC255/Platforms28.xml
Packed ./Resources/ALC662/Platforms13.xml
Packed ./Resources/ALC662/Platforms12.xml
Packed ./Resources/ALC662/layout19.xml
Packed ./Resources/ALC662/layout18.xml
Packed ./Resources/ALC665/PlatformsID.xml
Packed ./Resources/ALC662/Platforms15.xml
Packed ./Resources/ALC662/Platforms16.xml
Packed ./Resources/ALC662/Platforms17.xml
Packed ./Resources/ALC662/Platforms66.xml
Packed ./Resources/ALC662/Platforms11.xml
Packed ./Resources/ALC662/layout7.xml
Packed ./Resources/ALC662/PlatformsM.xml
Packed ./Resources/ALC662/layout5.xml
Packed ./Resources/ALC662/layout66.xml
Packed ./Resources/ALC662/layout12.xml
Packed ./Resources/ALC662/layout13.xml
Packed ./Resources/ALC662/layout11.xml
Packed ./Resources/ALC662/Platforms19.xml
Packed ./Resources/ALC662/Platforms18.xml
Packed ./Resources/ALC662/layout17.xml
Packed ./Resources/ALC662/layout16.xml
Packed ./Resources/ALC662/layout15.xml
Packed ./Resources/ALC230/Platforms13.xml
Packed ./Resources/ALC230/Platforms20.xml
Packed ./Resources/AD1984A/Platforms11.xml
Packed ./Resources/AD1984A/Platforms13.xml
Packed ./Resources/ALC230/layout20.xml
Packed ./Resources/AD1984A/Platforms44.xml
Packed ./Resources/AD1984A/layout44.xml
Packed ./Resources/AD1984A/layout13.xml
Packed ./Resources/ALC230/layout13.xml
Packed ./Resources/AD1984A/layout11.xml
Packed ./Resources/ALC891/Platforms11.xml
Packed ./Resources/ALC891/layout11.xml
Packed ./Resources/ALC891/layout13.xml
Packed ./Resources/ALC298/Platforms11.xml
Packed ./Resources/ALC298/layout32.xml
Packed ./Resources/ALC298/layout30.xml
Packed ./Resources/ALC298/Platforms28.xml
Packed ./Resources/ALC298/Platforms29.xml
Packed ./Resources/ALC298/Platforms16.xml
Packed ./Resources/ALC298/layout47.xml
Packed ./Resources/ALC891/PlatformsID.xml
Packed ./Resources/ALC298/Platforms66.xml
Packed ./Resources/ALC298/layout21.xml
Packed ./Resources/ALC298/layout22.xml
Packed ./Resources/ALC298/Platforms72.xml
Packed ./Resources/ALC298/Platforms99.xml
Packed ./Resources/ALC298/PlatformsM.xml
Packed ./Resources/ALC298/layout72.xml
Packed ./Resources/ALC298/Platforms47.xml
Packed ./Resources/ALC298/layout66.xml
Packed ./Resources/ALC298/layout99.xml
Packed ./Resources/ALC298/layout3.xml
Packed ./Resources/ALC298/Platforms32.xml
Packed ./Resources/ALC298/layout13.xml
Packed ./Resources/ALC298/layout11.xml
Packed ./Resources/ALC298/Platforms21.xml
Packed ./Resources/ALC298/Platforms30.xml
Packed ./Resources/ALC298/layout28.xml
Packed ./Resources/ALC298/layout29.xml
Packed ./Resources/ALC298/Platforms22.xml
Packed ./Resources/ALC298/layout16.xml
Packed ./Resources/ALC298/PlatformsID.xml
Packed ./Resources/ALC898/Platforms101.xml
Packed ./Resources/ALC898/Platforms11.xml
Packed ./Resources/ALC898/Platforms65.xml
Packed ./Resources/ALC898/Platforms98.xml
Packed ./Resources/ALC898/Platforms66.xml
Packed ./Resources/ALC898/Platforms28.xml
Packed ./Resources/ALC898/Platforms99.xml
Packed ./Resources/ALC898/PlatformsM.xml
Packed ./Resources/ALC898/layout65.xml
Packed ./Resources/ALC898/layout7.xml
Packed ./Resources/ALC898/layout66.xml
Packed ./Resources/ALC898/layout99.xml
Packed ./Resources/ALC898/layout5.xml
Packed ./Resources/ALC898/layout1.xml
Packed ./Resources/ALC898/layout98.xml
Packed ./Resources/ALC898/layout3.xml
Packed ./Resources/ALC898/layout2.xml
Packed ./Resources/ALC898/PlatformsT.xml
Packed ./Resources/ALC898/layout13.xml
Packed ./Resources/ALC898/layout101.xml
Packed ./Resources/ALC262/Platforms13.xml
Packed ./Resources/ALC262/Platforms12.xml
Packed ./Resources/ALC262/Platforms11.xml
Packed ./Resources/ALC262/Platforms28.xml
Packed ./Resources/ALC898/layout11.xml
Packed ./Resources/ALC898/PlatformsID.xml
Packed ./Resources/ALC262/Platforms66.xml
Packed ./Resources/ALC262/layout7.xml
Packed ./Resources/ALC262/layout12.xml
Packed ./Resources/ALC262/Platforms7.xml
Packed ./Resources/ALC262/layout66.xml
Packed ./Resources/ALC262/layout13.xml
Packed ./Resources/ALC262/layout11.xml
Packed ./Resources/ALC262/layout28.xml
Packed ./Resources/IDT92HD99BXX/PlatformsM.xml
Packed ./Resources/IDT92HD99BXX/layout3.xml
Packed ./Resources/ALC236/Platforms11.xml
Packed ./Resources/ALC236/Platforms15.xml
Packed ./Resources/ALC236/layout18.xml
Packed ./Resources/ALC236/Platforms14.xml
Packed ./Resources/ALC236/Platforms16.xml
Packed ./Resources/ALC236/platforms13.xml
Packed ./Resources/ALC236/Platforms17.xml
Packed ./Resources/ALC236/layout36.xml
Packed ./Resources/ALC236/Platforms99.xml
Packed ./Resources/ALC236/layout23.xml
Packed ./Resources/ALC236/Platforms12.xml
Packed ./Resources/ALC236/PlatformsM.xml
Packed ./Resources/ALC236/Platforms54.xml
Packed ./Resources/ALC236/layout99.xml
Packed ./Resources/ALC236/layout54.xml
Packed ./Resources/ALC236/layout11.xml
Packed ./Resources/ALC236/layout3.xml
Packed ./Resources/ALC236/Platforms18.xml
Packed ./Resources/ALC236/layout14.xml
Packed ./Resources/ALC236/layout12.xml
Packed ./Resources/ALC236/layout13.xml
Packed ./Resources/ALC236/Platforms23.xml
Packed ./Resources/ALC236/layout15.xml
Packed ./Resources/ALC236/Platforms36.xml
Packed ./Resources/STAC9205/Platforms11.xml
Packed ./Resources/ALC236/layout16.xml
Packed ./Resources/STAC9205/layout11.xml
Packed ./Resources/ALC663/Platforms15.xml
Packed ./Resources/ALC663/PlatformsM4.xml
Packed ./Resources/ALC663/Platforms28.xml
Packed ./Resources/ALC236/layout17.xml
Packed ./Resources/ALC663/PlatformsM3.xml
Packed ./Resources/ALC663/layout4.xml
Packed ./Resources/ALC663/layout3.xml
Packed ./Resources/ALC663/layout99.xml
Packed ./Resources/ALC663/layout28.xml
Packed ./Resources/AD1988B/Platforms12.xml
Packed ./Resources/AD1988B/layout7.xml
Packed ./Resources/ALC663/layout15.xml
Packed ./Resources/AD1988B/PlatformsM.xml
Packed ./Resources/AD1988B/layout5.xml
Packed ./Resources/AD1988B/layout12.xml
Packed ./Resources/ALCS1220A/Platforms11.xml
Packed ./Resources/ALC663/Platforms99.xml
Packed ./Resources/ALCS1220A/layout21.xml
Packed ./Resources/ALCS1220A/layout20.xml
Packed ./Resources/ALCS1220A/PlatformsM.xml
Packed ./Resources/ALCS1220A/layout7.xml
Packed ./Resources/ALCS1220A/layout5.xml
Packed ./Resources/ALCS1220A/PlatformsT.xml
Packed ./Resources/ALCS1220A/layout1.xml
Packed ./Resources/ALCS1220A/layout3.xml
Packed ./Resources/ALCS1220A/layout2.xml
Packed ./Resources/ALC222/Platforms11.xml
Packed ./Resources/ALCS1220A/Platforms20_21.xml
Packed ./Resources/ALC222/layout11.xml
Packed ./Resources/ALCS1220A/layout11.xml
Packed ./Resources/ALC225/Platforms28.xml
Packed ./Resources/ALC225/Platforms90.xml
Packed ./Resources/ALC225/layout30.xml
Packed ./Resources/ALC225/Platforms33.xml
Packed ./Resources/ALC225/layout33.xml
Packed ./Resources/ALC225/layout90.xml
Packed ./Resources/ALC225/Platforms30.xml
Packed ./Resources/IDT92HD87B1/layout3.xml
Packed ./Resources/IDT92HD87B1/PlatformsM.xml
Packed ./Resources/ALC670/Platforms12.xml
Packed ./Resources/ALC885/Platforms15.xml
Packed ./Resources/ALC670/layout12.xml
Packed ./Resources/ALC225/layout28.xml
Packed ./Resources/ALC885/layout50.xml
Packed ./Resources/ALC885/layout53.xml
Packed ./Resources/ALC885/layout56.xml
Packed ./Resources/ALC885/Platforms12.xml
Packed ./Resources/ALC885/layout65.xml
Packed ./Resources/ALC885/layout58.xml
Packed ./Resources/ALC885/layout67.xml
Packed ./Resources/ALC885/layout64.xml
Packed ./Resources/ALC885/layout70.xml
Packed ./Resources/ALC885/layout1.xml
Packed ./Resources/ALC885/layout60.xml
Packed ./Resources/ALC885/layout62.xml
Packed ./Resources/ALC885/layout63.xml
Packed ./Resources/ALC885/PlatformsT.xml
Packed ./Resources/ALC885/layout74.xml
Packed ./Resources/ALC885/layout73.xml
Packed ./Resources/ALC885/layout48.xml
Packed ./Resources/ALC885/layout12.xml
Packed ./Resources/ALC885/layout13.xml
Packed ./Resources/ALC885/layout15.xml
Packed ./Resources/ALC882/PlatformsM.xml
Packed ./Resources/ALC882/layout5.xml
Packed ./Resources/ALC882/layout7.xml
Packed ./Resources/ALC623/Platforms21.xml
Packed ./Resources/ALC623/layout21.xml
Packed ./Resources/ALC285/Platforms11.xml
Packed ./Resources/ALC285/layout31.xml
Packed ./Resources/ALC285/Platforms71.xml
Packed ./Resources/ALC285/layout21.xml
Packed ./Resources/ALC885/PlatformsApple.xml
Packed ./Resources/CS4213/layout28.xml
Packed ./Resources/ALC285/layout52.xml
Packed ./Resources/ALC285/Platforms66.xml
Packed ./Resources/ALC285/Platforms88.xml
Packed ./Resources/ALC285/Platforms61.xml
Packed ./Resources/ALC285/layout71.xml
Packed ./Resources/ALC285/Platforms52.xml
Packed ./Resources/ALC285/layout66.xml
Packed ./Resources/ALC285/layout61.xml
Packed ./Resources/ALC285/layout88.xml
Packed ./Resources/ALC285/Platforms31.xml
Packed ./Resources/ALC285/Platforms21.xml
Packed ./Resources/ALC285/layout11.xml
Packed ./Resources/ALC282/layout30.xml
Packed ./Resources/ALC282/layout27.xml
Packed ./Resources/CS4213/Platforms28.xml
Packed ./Resources/ALC282/Platforms28.xml
Packed ./Resources/ALC282/layout21.xml
Packed ./Resources/ALC282/layout22.xml
Packed ./Resources/ALC282/PlatformsM4.xml
Packed ./Resources/ALC282/layout127.xml
Packed ./Resources/ALC282/Platforms76.xml
Packed ./Resources/ALC282/layout86.xml
Packed ./Resources/ALC282/layout51.xml
Packed ./Resources/ALC282/PlatformsM3.xml
Packed ./Resources/ALC282/layout43.xml
Packed ./Resources/ALC282/Platforms86.xml
Packed ./Resources/ALC282/layout69.xml
Packed ./Resources/ALC282/layout41.xml
Packed ./Resources/ALC282/layout4.xml
Packed ./Resources/ALC282/layout76.xml
Packed ./Resources/ALC282/layout3.xml
Packed ./Resources/ALC282/Platforms51.xml
Packed ./Resources/ALC282/Platforms69.xml
Packed ./Resources/ALC282/Platforms43.xml
Packed ./Resources/ALC282/Platforms127.xml
Packed ./Resources/ALC282/layout13.xml
Packed ./Resources/ALC282/Platforms30.xml
Packed ./Resources/ALC282/layout28.xml
Packed ./Resources/ALC282/Platforms21.xml
Packed ./Resources/ALC282/PlatformsID.xml
Packed ./Resources/ALC282/layout29.xml
Packed ./Resources/ALC282/Platforms41.xml
Packed ./Resources/ALC215/Platforms18.xml
Packed ./Resources/ALC215/layout18.xml
Packed ./Resources/ALC671/Platforms12.xml
Packed ./Resources/ALC671/Platforms15.xml
Packed ./Resources/ALC282/Platforms22.xml
Packed ./Resources/ALC671/Platforms16.xml
Packed ./Resources/ALC671/Platforms88.xml
Packed ./Resources/ALC671/layout88.xml
Packed ./Resources/ALC671/layout12.xml
Packed ./Resources/ALC671/layout15.xml
Packed ./Resources/ALC671/layout16.xml
Packed ./Resources/IDT92HD75B2X5/layout3.xml
Packed ./Resources/IDT92HD75B2X5/PlatformsM.xml
Packed ./Resources/ALC282/Platforms29.xml
Packed ./Resources/ALC283/Platforms12.xml
Packed ./Resources/ALC283/Platforms15.xml
Packed ./Resources/ALC283/layout45.xml
Packed ./Resources/ALC283/layout44.xml
Packed ./Resources/ALC282/Platforms27.xml
Packed ./Resources/ALC283/Platforms66.xml
Packed ./Resources/ALC283/PlatformsM.xml
Packed ./Resources/ALC283/Platforms88.xml
Packed ./Resources/ALC283/Platforms13.xml
Packed ./Resources/ALC283/Platforms45.xml
Packed ./Resources/ALC283/Platforms11.xml
Packed ./Resources/ALC283/Platforms44.xml
Packed ./Resources/ALC283/layout66.xml
Packed ./Resources/ALC283/layout1.xml
Packed ./Resources/ALC283/layout88.xml
Packed ./Resources/ALC283/layout3.xml
Packed ./Resources/ALC283/layout12.xml
Packed ./Resources/ALC283/layout11.xml
Packed ./Resources/ALC283/layout13.xml
Packed ./Resources/ALC283/layout15.xml
Packed ./Resources/ALC283/PlatformsT.xml
Packed ./Resources/ALC284/PlatformsM.xml
Packed ./Resources/ALC284/layout3.xml
Packed ./Resources/ALC270/Platforms28.xml
Packed ./Resources/ALC270/PlatformsM4.xml
Packed ./Resources/ALC270/layout27.xml
Packed ./Resources/ALC270/layout21.xml
Packed ./Resources/ALC270/PlatformsM3.xml
Packed ./Resources/ALC270/layout4.xml
Packed ./Resources/ALC270/Platforms27.xml
Packed ./Resources/ALC270/layout3.xml
Packed ./Resources/ALC270/Platforms21.xml
Packed ./Resources/ALC883/layout7.xml
Packed ./Resources/CX20583/PlatformsM.xml
Packed ./Resources/CX20583/layout3.xml
Packed ./Resources/CX8050/Platforms13.xml
Packed ./Resources/ALC270/layout28.xml
Packed ./Resources/CX8050/PlatformsM.xml
Packed ./Resources/CX8050/layout3.xml
Packed ./Resources/CX8050/layout13.xml
Packed ./Resources/CX8200/layout21.xml
Packed ./Resources/CX8200/Platforms15.xml
Packed ./Resources/CX8200/layout23.xml
Packed ./Resources/CX8200/layout80.xml
Packed ./Resources/CX8200/PlatformsM.xml
Packed ./Resources/CX8200/Platforms80.xml
Packed ./Resources/CX8200/layout3.xml
Packed ./Resources/CX8200/layout15.xml
Packed ./Resources/CX8200/Platforms21.xml
Packed ./Resources/CX8200/Platforms23.xml
Packed ./Resources/CX20585/PlatformsM.xml
Packed ./Resources/CX20585/layout3.xml
Packed ./Resources/CX20585/Platforms13.xml
Packed ./Resources/CX20585/layout13.xml
Packed ./Resources/IDT92HD93BXX/Platforms12.xml
Packed ./Resources/IDT92HD93BXX/layout12.xml
Packed ./Resources/VT1705/layout21.xml
Packed ./Resources/VT1705/Platforms21.xml
Packed ./Resources/ALC883/PlatformsM.xml
Packed ./Resources/CX20751_2/PlatformsM.xml
Packed ./Resources/CX20751_2/layout21.xml
Packed ./Resources/CX20751_2/Platforms28.xml
Packed ./Resources/CX20751_2/layout3.xml
Packed ./Resources/AD1984/Platforms11.xml
Packed ./Resources/AD1984/layout11.xml
Packed ./Resources/CX20751_2/layout28.xml
Packed ./Resources/CX20751_2/Platforms21.xml
Wed Dec 15 20:43:49 PST 2021 Done formatting
Wed Dec 15 20:43:49 PST 2021 Start formatting in /Users/fortitude/AppleALC
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20561/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8070/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8070/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20561/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms100.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout34.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout35.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8070/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20561/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms98.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout98.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout100.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms34.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Platforms35.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD75B3X5/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD75B3X5/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/layout16.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B1_3/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1220/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD75B3X5/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B1_3/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B1_3/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD90BXX/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD90BXX/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD90BXX/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20755/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20755/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8150/layout22.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8150/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B1_3/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX8150/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD90BXX/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20755/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX8150/Platforms22.xml
Reformatted /Users/fortitude/AppleALC/Resources/STAC9200/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/STAC9200/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20642/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8150/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20642/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/STAC9200/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/layout33.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/layout84.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20642/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/Platforms84.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/Platforms33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/Platforms29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/Platforms29.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20642/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20642/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/Platforms4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/Platforms5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/layout29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/layout27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/layout27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/Platforms32.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/Platforms33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/Platforms27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/layout33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/layout32.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC293/layout30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC293/Platforms29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC293/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC293/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC293/Platforms30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC293/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC293/layout29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/Platforms20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC293/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/Platforms27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC260/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC260/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC260/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC293/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/layout4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC668/layout20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC260/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC260/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/Platforms22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC1150/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/layout22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms14.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms70.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms67.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms76.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms77.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms88.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC294/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC233/layout29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout24.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout19.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout67.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms57.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout56.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout57.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms56.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms97.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout69.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms69.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms19.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout97.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms24.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout70.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout77.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout88.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/Platforms22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout76.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout14.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms128.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms100.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout24.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout32.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsM4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout35.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms14.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsM5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsM7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms58.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsM6.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsM2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms188.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout127.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms77.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms88.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsM1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsM3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout45.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout25.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout91.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms45.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC256/layout16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms76.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout19.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms44.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms93.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms91.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout8.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout55.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout69.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout44.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout93.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout6.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout58.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsM35.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms47.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout47.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsM8.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms40.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms69.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms55.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout9.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsM9.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms127.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms32.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout40.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms19.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms25.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout10.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms24.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD90BXX/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD91BXX/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout188.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout88.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout77.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/Platforms22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT1802/layout33.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT1802/Platforms65.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT1802/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B1_3/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT1802/layout65.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT1802/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT1802/Platforms33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT1802/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout76.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout37.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms8.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout24.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout35.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms14.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms35.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms37.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout8.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout100.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout128.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1988A/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1988A/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/Platforms100.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/layout86.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/Platforms24.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/Platforms86.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/Platforms18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout14.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout32.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC269/layout14.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout31.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/PlatformsM4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout92.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms98.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout90.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout97.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1988A/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms92.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms90.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms97.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms32.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms31.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC268/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC268/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC257/layout100.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC268/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/Platforms100.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/Platforms77.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/Platforms1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/Platforms22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC235/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC892/layout100.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/Platforms55.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/Platforms32.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout14.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/Platforms18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/Platforms23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/layout20.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/layout55.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout24.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC288/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC288/Platforms23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout77.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC288/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC288/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC275/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC275/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/Platforms20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC275/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1X5/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4210/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC272/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC272/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC272/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC295/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC272/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC272/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC272/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC288/layout23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC272/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/layout32.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20632/Platforms20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC275/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC288/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20632/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD71B7X/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC288/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4210/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD71B7X/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC275/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC275/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/layout27.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD71B7X/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC275/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4210/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/Platforms29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/PlatformsM4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/layout4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/Platforms27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/layout29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC286/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC286/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC888/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/STAC9872AK/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/STAC9872AK/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC272/Platforms18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC286/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC221/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC272/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/STAC9872AK/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC221/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC221/Platforms88.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC221/layout88.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD73E1X5/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD73E1X5/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC221/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20632/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD73E1X5/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/layout50.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/Platforms49.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/Platforms51.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/Platforms50.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC292/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20632/layout20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/layout49.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/Platforms69.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC287/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC889/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC889/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC287/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC889/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC889/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC889/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC889/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC889/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC889/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC889/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20632/layout23.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20632/Platforms23.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20632/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC272/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC286/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC286/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC221/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC221/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/layout69.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1200A/layout51.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC287/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout9.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout6.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout4.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout0.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC274/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC274/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC274/Platforms35.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/Platforms10.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC274/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/Platforms16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/Platforms17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/PlatformsM3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/Platforms9.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/PlatformsM4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/layout10.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/Platforms93.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/Platforms87.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC274/layout35.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC274/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC274/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/CA0132/PlatformsW.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/Platforms23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout50.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout87.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout53.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout52.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout40.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/layout4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/Platforms50.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/Platforms87.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/Platforms52.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/Platforms40.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/Platforms33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/Platforms20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/layout17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC280/layout16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/layout17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC245/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC245/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC245/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B2_4/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B2_4/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC245/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20753_4/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B2_4/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/layout23.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20753_4/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/layout87.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20753_4/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/layout93.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20753_4/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20753_4/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20724/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20724/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC700/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC700/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1C5/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1C5/Platforms3.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1C5/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC289/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD2000B/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC887/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD2000B/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/Kexts.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20724/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20722/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20753_4/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20753_4/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20753_4/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20722/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/VT2020_2021/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20753_4/layout14.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT2020_2021/Platforms9.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20724/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC245/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20724/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT2020_2021/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT2020_2021/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT2020_2021/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD95/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD95/Platforms14.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD95/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT2020_2021/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD95/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD95/layout14.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC700/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8400/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8400/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD95/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20588/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20588/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8400/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20588/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD66C3_65/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD66C3_65/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD66C3_65/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20757/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20757/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20757/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20757/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD73C1X5/layout19.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD73C1X5/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20757/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD73C1X5/Platforms19.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD73C1X5/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD2000B/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20756/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD73C1X5/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/AD2000B/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20756/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20756/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20756/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20722/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT2020_2021/layout9.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8400/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8400/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/Platforms10.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/Platforms4.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20756/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT2020_2021/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC245/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC245/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD95/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout35.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/layout14.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20590/Platforms14.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/layout4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/layout10.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC290/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout32.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout24.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout31.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout78.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout79.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout81.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout84.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout91.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout9.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout71.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC897/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout98.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC897/layout23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC897/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC897/layout69.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC897/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC897/Platforms69.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC897/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC897/Platforms23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC897/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC299/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC299/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC299/Platforms22.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout61.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout39.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout31.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms100.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms29.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/PlatformApple.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC299/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC299/layout22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout86.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms71.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout77.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms86.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout71.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout76.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms96.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms82.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout75.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms27.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms31.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4206/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC665/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout82.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20641/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20641/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout96.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20641/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout19.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/Platforms16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC665/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/Platforms19.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/Platforms18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/layout16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC230/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20641/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC230/Platforms20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC230/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/AD1984A/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20641/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1984A/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/Platforms17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout100.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1984A/Platforms44.xml
Reformatted /Users/fortitude/AppleALC/Resources/Vendors.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1984A/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC891/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC891/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC891/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC891/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC255/layout17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC665/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC665/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms72.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC891/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC662/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1984A/layout44.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms47.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1984A/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1984A/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms32.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout47.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout72.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1C5/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/Platforms22.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD81B1C5/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/Platforms101.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/Platforms65.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/Platforms98.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout65.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout98.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout101.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/Platforms7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC230/layout20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC230/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout32.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD99BXX/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD99BXX/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms14.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms54.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC262/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/Platforms36.xml
Reformatted /Users/fortitude/AppleALC/Resources/STAC9205/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/STAC9205/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/STAC9205/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/PlatformsM4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/PlatformsM3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC298/layout16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout36.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout23.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout54.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1988B/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout14.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1988B/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout16.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1988B/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/layout20.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/Platforms99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/layout2.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/Platforms20_21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALCS1220A/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC222/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC222/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC222/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/Controllers.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC225/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC898/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/layout4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC225/Platforms90.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC225/Platforms33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/layout99.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC225/Platforms30.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B1/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B1/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC225/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC670/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD87B1/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC670/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout50.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout65.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC663/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1988B/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1988B/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1988B/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC670/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout56.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout53.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout74.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout48.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC236/layout17.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout58.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout67.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout73.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC882/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC882/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC882/layout5.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC623/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC882/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC623/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CS4213/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4213/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout62.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout60.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/Platforms71.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/PlatformsApple.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC225/layout30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC623/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/Platforms88.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/Platforms61.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/Platforms52.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC225/layout90.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/Platforms31.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC225/layout33.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC225/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/layout31.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout64.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/layout52.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/layout71.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/layout88.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout70.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/layout61.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/PlatformsM4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms76.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC285/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/PlatformsM3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms86.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout30.xml
Reformatted /Users/fortitude/AppleALC/Resources/PinConfigs.kext/Contents/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC885/layout63.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms51.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms69.xml
Reformatted /Users/fortitude/AppleALC/Resources/CS4213/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout86.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms127.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms43.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms30.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout76.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/PlatformsID.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms29.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC215/Platforms18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC215/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC671/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC671/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC671/Platforms16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC671/Platforms88.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms41.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC671/layout88.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC671/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC671/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD75B2X5/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD75B2X5/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD75B2X5/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/Platforms22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/Platforms66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/Platforms88.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/Platforms45.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/Platforms44.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout127.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout22.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC215/layout18.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout51.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout43.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC671/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout41.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout69.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC671/layout16.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC284/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC284/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/layout45.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/layout44.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/PlatformsT.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/PlatformsM4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/PlatformsM3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/layout4.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/Platforms27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC883/layout7.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC883/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20583/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC883/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/layout66.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/layout88.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20583/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX8050/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8050/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8050/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/layout1.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8050/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/Platforms15.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8050/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/layout23.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/layout80.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/Platforms80.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/Platforms23.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX8200/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20585/Platforms13.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC282/layout29.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20585/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20585/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20585/layout13.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD93BXX/Platforms12.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD93BXX/layout12.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC284/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT1705/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT1705/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC283/layout15.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20585/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD93BXX/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/CX20751_2/PlatformsM.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20751_2/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/VT1705/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/AD1984/Platforms11.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20751_2/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/AD1984/Info.plist
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/layout27.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/ALC270/layout28.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20583/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20751_2/Platforms28.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20751_2/Platforms21.xml
Reformatted /Users/fortitude/AppleALC/Resources/AD1984/layout11.xml
Reformatted /Users/fortitude/AppleALC/Resources/IDT92HD99BXX/layout3.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20751_2/layout21.xml
Reformatted /Users/fortitude/AppleALC/Resources/CX20751_2/layout28.xml
Wed Dec 15 20:45:45 PST 2021 Done formatting
Wed Dec 15 20:45:45 PST 2021 Start building resources
Wed Dec 15 20:45:57 PST 2021 End building resources

CodeSign /Users/fortitude/AppleALC/build/Release/ResourceConverter (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export CODESIGN_ALLOCATE\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
    
    Signing Identity:     "-"
    
    /usr/bin/codesign --force --sign - --entitlements /Users/fortitude/AppleALC/build/AppleALC.build/Release/ResourceConverter.build/ResourceConverter.xcent --timestamp\=none --generate-entitlement-der /Users/fortitude/AppleALC/build/Release/ResourceConverter

RegisterExecutionPolicyException /Users/fortitude/AppleALC/build/Release/ResourceConverter (in target 'ResourceConverter' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    builtin-RegisterExecutionPolicyException /Users/fortitude/AppleALC/build/Release/ResourceConverter

/Users/fortitude/AppleALC/AppleALC.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.6, but the range of supported deployment target versions is 10.9 to 12.0.99. (in target 'AppleALCU' from project 'AppleALC')
MkDir /Users/fortitude/AppleALC/build/Release/AppleALCU.kext (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    /bin/mkdir -p /Users/fortitude/AppleALC/build/Release/AppleALCU.kext

MkDir /Users/fortitude/AppleALC/build/Release/AppleALCU.kext/Contents (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    /bin/mkdir -p /Users/fortitude/AppleALC/build/Release/AppleALCU.kext/Contents

MkDir /Users/fortitude/AppleALC/build/Release/AppleALCU.kext/Contents/MacOS (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    /bin/mkdir -p /Users/fortitude/AppleALC/build/Release/AppleALCU.kext/Contents/MacOS

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/all-product-headers.yaml (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-project-headers.hmap (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-project-headers.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU.hmap (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-all-target-headers.hmap (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-all-target-headers.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-own-target-headers.hmap (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-own-target-headers.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-generated-files.hmap (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-generated-files.hmap

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-all-non-framework-target-headers.hmap (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-all-non-framework-target-headers.hmap

ProcessInfoPlistFile /Users/fortitude/AppleALC/build/Release/AppleALCU.kext/Contents/Info.plist /Users/fortitude/AppleALC/AppleALC/AppleALCU-Info.plist (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    builtin-infoPlistUtility /Users/fortitude/AppleALC/AppleALC/AppleALCU-Info.plist -producttype com.apple.product-type.kernel-extension -expandbuildsettings -platform macosx -o /Users/fortitude/AppleALC/build/Release/AppleALCU.kext/Contents/Info.plist

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources/AppleALCU_info.c (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources/AppleALCU_info.c

CompileC /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/plugin_start.o /Users/fortitude/AppleALC/Lilu.kext/Contents/Resources/Library/plugin_start.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.6 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -nostdinc -std\=c++1y -fno-builtin -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -O3 -flto -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DMODULE_VERSION\=1.6.8 -DPRODUCT_NAME\=AppleALCU -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -fapple-kext -fasm-blocks -funroll-loops -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-generated-files.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-own-target-headers.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-all-target-headers.hmap -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-project-headers.hmap -I/Users/fortitude/AppleALC/build/Release/include -I/Users/fortitude/AppleALC/Lilu.kext/Contents/Resources -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Users/fortitude/AppleALC/MacKernelSDK/Headers -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources-normal/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources -F/Users/fortitude/AppleALC/build/Release -mmmx -msse -msse2 -msse3 -mfpmath\=sse -mssse3 -ftree-vectorize -fno-non-call-exceptions -fno-builtin -fno-asynchronous-unwind-tables -Wno-unknown-warning-option -Wno-ossharedptr-misuse -Wno-vla -Wno-stdlibcxx-not-found -MMD -MT dependencies -MF /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/plugin_start.d --serialize-diagnostics /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/plugin_start.dia -c /Users/fortitude/AppleALC/Lilu.kext/Contents/Resources/Library/plugin_start.cpp -o /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/plugin_start.o
error: Build input file cannot be found: '/Users/fortitude/AppleALC/Lilu.kext/Contents/Resources/Library/plugin_start.cpp' (in target 'AppleALCU' from project 'AppleALC')

WriteAuxiliaryFile /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/AppleALCU.LinkFileList (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    write-file /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/AppleALCU.LinkFileList

CompileC /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_alc.o /Users/fortitude/AppleALC/AppleALC/kern_alc.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.6 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -nostdinc -std\=c++1y -fno-builtin -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -O3 -flto -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DMODULE_VERSION\=1.6.8 -DPRODUCT_NAME\=AppleALCU -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -fapple-kext -fasm-blocks -funroll-loops -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-generated-files.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-own-target-headers.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-all-target-headers.hmap -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-project-headers.hmap -I/Users/fortitude/AppleALC/build/Release/include -I/Users/fortitude/AppleALC/Lilu.kext/Contents/Resources -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Users/fortitude/AppleALC/MacKernelSDK/Headers -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources-normal/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources -F/Users/fortitude/AppleALC/build/Release -mmmx -msse -msse2 -msse3 -mfpmath\=sse -mssse3 -ftree-vectorize -fno-non-call-exceptions -fno-builtin -fno-asynchronous-unwind-tables -Wno-unknown-warning-option -Wno-ossharedptr-misuse -Wno-vla -Wno-stdlibcxx-not-found -MMD -MT dependencies -MF /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_alc.d --serialize-diagnostics /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_alc.dia -c /Users/fortitude/AppleALC/AppleALC/kern_alc.cpp -o /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_alc.o

CompileC /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_resources.o /Users/fortitude/AppleALC/AppleALC/kern_resources.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.6 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -nostdinc -std\=c++1y -fno-builtin -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -O3 -flto -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DMODULE_VERSION\=1.6.8 -DPRODUCT_NAME\=AppleALCU -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -fapple-kext -fasm-blocks -funroll-loops -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-generated-files.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-own-target-headers.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-all-target-headers.hmap -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-project-headers.hmap -I/Users/fortitude/AppleALC/build/Release/include -I/Users/fortitude/AppleALC/Lilu.kext/Contents/Resources -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Users/fortitude/AppleALC/MacKernelSDK/Headers -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources-normal/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources -F/Users/fortitude/AppleALC/build/Release -mmmx -msse -msse2 -msse3 -mfpmath\=sse -mssse3 -ftree-vectorize -fno-non-call-exceptions -fno-builtin -fno-asynchronous-unwind-tables -Wno-unknown-warning-option -Wno-ossharedptr-misuse -Wno-vla -Wno-stdlibcxx-not-found -MMD -MT dependencies -MF /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_resources.d --serialize-diagnostics /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_resources.dia -c /Users/fortitude/AppleALC/AppleALC/kern_resources.cpp -o /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_resources.o

CompileC /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_start.o /Users/fortitude/AppleALC/AppleALC/kern_start.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.6 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -nostdinc -std\=c++1y -fno-builtin -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -O3 -flto -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DMODULE_VERSION\=1.6.8 -DPRODUCT_NAME\=AppleALCU -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -fapple-kext -fasm-blocks -funroll-loops -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-generated-files.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-own-target-headers.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-all-target-headers.hmap -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-project-headers.hmap -I/Users/fortitude/AppleALC/build/Release/include -I/Users/fortitude/AppleALC/Lilu.kext/Contents/Resources -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Users/fortitude/AppleALC/MacKernelSDK/Headers -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources-normal/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources -F/Users/fortitude/AppleALC/build/Release -mmmx -msse -msse2 -msse3 -mfpmath\=sse -mssse3 -ftree-vectorize -fno-non-call-exceptions -fno-builtin -fno-asynchronous-unwind-tables -Wno-unknown-warning-option -Wno-ossharedptr-misuse -Wno-vla -Wno-stdlibcxx-not-found -MMD -MT dependencies -MF /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_start.d --serialize-diagnostics /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_start.dia -c /Users/fortitude/AppleALC/AppleALC/kern_start.cpp -o /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/kern_start.o

CompileC /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/ALCUserClientProvider.o /Users/fortitude/AppleALC/AppleALC/ALCUserClientProvider/ALCUserClientProvider.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.6 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -nostdinc -std\=c++1y -fno-builtin -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -O3 -flto -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DMODULE_VERSION\=1.6.8 -DPRODUCT_NAME\=AppleALCU -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -fapple-kext -fasm-blocks -funroll-loops -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-generated-files.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-own-target-headers.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-all-target-headers.hmap -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-project-headers.hmap -I/Users/fortitude/AppleALC/build/Release/include -I/Users/fortitude/AppleALC/Lilu.kext/Contents/Resources -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Users/fortitude/AppleALC/MacKernelSDK/Headers -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources-normal/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources -F/Users/fortitude/AppleALC/build/Release -mmmx -msse -msse2 -msse3 -mfpmath\=sse -mssse3 -ftree-vectorize -fno-non-call-exceptions -fno-builtin -fno-asynchronous-unwind-tables -Wno-unknown-warning-option -Wno-ossharedptr-misuse -Wno-vla -Wno-stdlibcxx-not-found -MMD -MT dependencies -MF /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/ALCUserClientProvider.d --serialize-diagnostics /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/ALCUserClientProvider.dia -c /Users/fortitude/AppleALC/AppleALC/ALCUserClientProvider/ALCUserClientProvider.cpp -o /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/ALCUserClientProvider.o

CompileC /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/ALCUserClient.o /Users/fortitude/AppleALC/AppleALC/ALCUserClient/ALCUserClient.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'AppleALCU' from project 'AppleALC')
    cd /Users/fortitude/AppleALC
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.6 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -nostdinc -std\=c++1y -fno-builtin -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -O3 -flto -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DMODULE_VERSION\=1.6.8 -DPRODUCT_NAME\=AppleALCU -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -fapple-kext -fasm-blocks -funroll-loops -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-generated-files.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-own-target-headers.hmap -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-all-target-headers.hmap -iquote /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/AppleALCU-project-headers.hmap -I/Users/fortitude/AppleALC/build/Release/include -I/Users/fortitude/AppleALC/Lilu.kext/Contents/Resources -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Users/fortitude/AppleALC/MacKernelSDK/Headers -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources-normal/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources/x86_64 -I/Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/DerivedSources -F/Users/fortitude/AppleALC/build/Release -mmmx -msse -msse2 -msse3 -mfpmath\=sse -mssse3 -ftree-vectorize -fno-non-call-exceptions -fno-builtin -fno-asynchronous-unwind-tables -Wno-unknown-warning-option -Wno-ossharedptr-misuse -Wno-vla -Wno-stdlibcxx-not-found -MMD -MT dependencies -MF /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/ALCUserClient.d --serialize-diagnostics /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/ALCUserClient.dia -c /Users/fortitude/AppleALC/AppleALC/ALCUserClient/ALCUserClient.cpp -o /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/ALCUserClient.o

/Users/fortitude/AppleALC/AppleALC.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.6, but the range of supported deployment target versions is 10.9 to 12.0.99. (in target 'AppleALC' from project 'AppleALC')
** BUILD FAILED **


The following build commands failed:
	CompileC /Users/fortitude/AppleALC/build/AppleALC.build/Release/AppleALCU.build/Objects-normal/x86_64/plugin_start.o /Users/fortitude/AppleALC/Lilu.kext/Contents/Resources/Library/plugin_start.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'AppleALCU' from project 'AppleALC')
(1 failure)
fortitude@Fortitudes-iMac AppleALC % 

 

Link to comment
Share on other sites

here a Command build from a RamDisk

OutPut in Desktop / Package-AppleALC

Works good

31107425_ScreenShot0.png.e39f1d751ee5858e1a41fae7f26eb1eb.png1988288310_ScreenShot1.png.aa75ca9f832890eea1e2d94c772b9a4c.png

2114729703_ScreenShot2.thumb.png.7944ed9d17f0f1d1a4ebff2a78294695.png

 

Code

#!/bin/bash
# By chris1111
# Credit: Acidanthera
# Vars
# Set Icon directory and file 
iconfile="/System/Library/CoreServices/Finder.app/Contents/Resources/Finder.icns"
apptitle="Build AppleALC"
version="1.0"
response=$(osascript -e 'tell app "System Events" to display dialog "
AppleALC Creator
\n\nCancel or Build" buttons {"Cancel","Build AppleALC"} default button 2 with title "'"$apptitle"' '"$version"'" with icon POSIX file "'"$iconfile"'"  ')

answer=$(echo $response | grep "Build AppleALC")

# Cancel is user does not select Build
if [ ! "$answer" ] ; then
  osascript -e 'display notification "Program closing" with title "'"$apptitle"'" subtitle "User cancelled"'
  exit 0
fi



echo "Build AppleALC"
# Remove BUILD if exist
if [[ $(mount | awk '$3 == "/Volumes/BuildKext" {print $3}') != "" ]]; then
 hdiutil detach -Force "/Volumes/BuildKext"
fi

if [ "/$HOME/Desktop/Package-AppleALC" ]; then
	rm -rf "/$HOME/Desktop/Package-AppleALC"
fi
diskutil erasevolume HFS+ "BuildKext" `hdiutil attach -nomount ram://2100000`
sleep 1
echo "
Clone Build "
mkdir -p /Volumes/BuildKext/Build
cd /Volumes/BuildKext/Build
git clone https://github.com/acidanthera/MacKernelSDK
git clone https://github.com/acidanthera/Lilu.git
git clone https://github.com/acidanthera/AppleALC.git
cp -r ./MacKernelSDK ./Lilu
sleep 1
echo "
Build Lilu Debug "
Sleep 3 
xcodebuild -project /Volumes/BuildKext/Build/Lilu/Lilu.xcodeproj -configuration Debug build ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES CONFIGURATION_BUILD_DIR=/Volumes/BuildKext/Build
Sleep 1
cp -r /Volumes/BuildKext/Build/Lilu.kext /Volumes/BuildKext/Build/AppleALC
cp -r ./MacKernelSDK ./AppleALC
mkdir -p /Volumes/BuildKext/Build/Release
sleep 1
echo "
Build AppleALC " 
Sleep 2
xcodebuild -project /Volumes/BuildKext/Build/AppleALC/AppleALC.xcodeproj -configuration Release build ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES CONFIGURATION_BUILD_DIR=/Volumes/BuildKext/Build/Release
Sleep 2
echo "
Build Lilu Release "
Sleep 3
xcodebuild -project /Volumes/BuildKext/Build/Lilu/Lilu.xcodeproj -configuration Release build ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES CONFIGURATION_BUILD_DIR=/Volumes/BuildKext/Build/Release
Sleep 1
mkdir -p $HOME/Desktop/Package-AppleALC
sleep 1
mv /Volumes/BuildKext/Build $HOME/Desktop/Package-AppleALC
sleep 1
echo "
Eject RamDisk "
sleep 1
# Eject RamDisk
if [[ $(mount | awk '$3 == "/Volumes/BuildKext" {print $3}') != "" ]]; then
 hdiutil detach -Force "/Volumes/BuildKext"
fi
sleep 1
Open $HOME/Desktop/Package-AppleALC/Build/Release

Attach command

BuildAppleALC.zip

 

BuildAppleALC-2.zip

Edited by chris1111
Correction small Typo BuildAppleALC-2.zip
  • Like 1
  • Thanks 2
Link to comment
Share on other sites

I can happily confirm that adding the debug version of Lilu.kext to the root directory (and following @Shaneee 's steps) did the trick!

(Modifying the “Header Search Paths” setting within the project also seems to work if you have the Lilu header files in a different location.)

 

I’m doing all of this to eventually build a profile for my laptop, and have one last question:

If I tweak one or more of the ALC(###) folders within Resources, is there anything special that I need to do before rebuilding the kext for testing purposes?

 

The reason that I ask is because when running “xcodebuild” a second time, it doesn’t take as long to compile the kext as it did initially.

 

(@chris1111, your program is overkill, but I love it, thank you!)

  • Like 2
Link to comment
Share on other sites

I don’t know if this is the right or wrong way to do it, but I’ve just been cloning the AppleALC folder before building the kext.

 

Over the weekend, I managed to build a profile for my laptop, but there are some issues that I’m not sure how to solve.

I’ll create a new thread to discuss it soon.

Link to comment
Share on other sites

 Share

×
×
  • Create New...