-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed non_en audio and USB Mapping
- Loading branch information
1 parent
7eed979
commit 664555a
Showing
290 changed files
with
237 additions
and
1,160 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleGetInfoString</key> | ||
<string>v1.0</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.corpnewt.USBMap</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>USBMap</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.0</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>iMac19,1-XHC</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleUSBMergeNub</string> | ||
<key>IOClass</key> | ||
<string>AppleUSBMergeNub</string> | ||
<key>IONameMatch</key> | ||
<string>XHC</string> | ||
<key>IOProviderClass</key> | ||
<string>AppleUSBXHCIPCI</string> | ||
<key>IOProviderMergeProperties</key> | ||
<dict> | ||
<key>kUSBMuxEnabled</key> | ||
<true/> | ||
<key>port-count</key> | ||
<data> | ||
GAAAAA== | ||
</data> | ||
<key>ports</key> | ||
<dict> | ||
<key>HS01</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
AQAAAA== | ||
</data> | ||
</dict> | ||
<key>HS02</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
AgAAAA== | ||
</data> | ||
</dict> | ||
<key>HS05</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
BQAAAA== | ||
</data> | ||
</dict> | ||
<key>HS06</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
BgAAAA== | ||
</data> | ||
</dict> | ||
<key>HS07</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
BwAAAA== | ||
</data> | ||
</dict> | ||
<key>HS08</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
CAAAAA== | ||
</data> | ||
</dict> | ||
<key>HS11</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>0</integer> | ||
<key>port</key> | ||
<data> | ||
CwAAAA== | ||
</data> | ||
</dict> | ||
<key>HS12</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>0</integer> | ||
<key>port</key> | ||
<data> | ||
DAAAAA== | ||
</data> | ||
</dict> | ||
<key>SS01</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
EQAAAA== | ||
</data> | ||
</dict> | ||
<key>SS02</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
EgAAAA== | ||
</data> | ||
</dict> | ||
<key>SS05</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
FQAAAA== | ||
</data> | ||
</dict> | ||
<key>SS06</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
FgAAAA== | ||
</data> | ||
</dict> | ||
<key>SS07</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
FwAAAA== | ||
</data> | ||
</dict> | ||
<key>SS08</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
GAAAAA== | ||
</data> | ||
</dict> | ||
<key>USR2</key> | ||
<dict> | ||
<key>UsbConnector</key> | ||
<integer>3</integer> | ||
<key>port</key> | ||
<data> | ||
EAAAAA== | ||
</data> | ||
</dict> | ||
</dict> | ||
</dict> | ||
<key>model</key> | ||
<string>iMac19,1</string> | ||
</dict> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Root</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-742 KB
EFI/OC/Resources/Audio/AXEFIAudio_ar_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-428 KB
EFI/OC/Resources/Audio/AXEFIAudio_ca_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-547 KB
EFI/OC/Resources/Audio/AXEFIAudio_cs_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-515 KB
EFI/OC/Resources/Audio/AXEFIAudio_da_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-512 KB
EFI/OC/Resources/Audio/AXEFIAudio_de_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-499 KB
EFI/OC/Resources/Audio/AXEFIAudio_el_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-529 KB
EFI/OC/Resources/Audio/AXEFIAudio_es_419_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-628 KB
EFI/OC/Resources/Audio/AXEFIAudio_es_MX_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-529 KB
EFI/OC/Resources/Audio/AXEFIAudio_es_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-485 KB
EFI/OC/Resources/Audio/AXEFIAudio_fi_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-519 KB
EFI/OC/Resources/Audio/AXEFIAudio_fr_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-460 KB
EFI/OC/Resources/Audio/AXEFIAudio_he_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-523 KB
EFI/OC/Resources/Audio/AXEFIAudio_hi_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-517 KB
EFI/OC/Resources/Audio/AXEFIAudio_hu_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-484 KB
EFI/OC/Resources/Audio/AXEFIAudio_id_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-523 KB
EFI/OC/Resources/Audio/AXEFIAudio_it_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-534 KB
EFI/OC/Resources/Audio/AXEFIAudio_ja_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-524 KB
EFI/OC/Resources/Audio/AXEFIAudio_ko_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-420 KB
EFI/OC/Resources/Audio/AXEFIAudio_nl_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-399 KB
EFI/OC/Resources/Audio/AXEFIAudio_no_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-513 KB
EFI/OC/Resources/Audio/AXEFIAudio_pl_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-609 KB
EFI/OC/Resources/Audio/AXEFIAudio_pt_PT_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-577 KB
EFI/OC/Resources/Audio/AXEFIAudio_pt_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-533 KB
EFI/OC/Resources/Audio/AXEFIAudio_ro_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-398 KB
EFI/OC/Resources/Audio/AXEFIAudio_ru_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-594 KB
EFI/OC/Resources/Audio/AXEFIAudio_sk_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-550 KB
EFI/OC/Resources/Audio/AXEFIAudio_sv_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-612 KB
EFI/OC/Resources/Audio/AXEFIAudio_th_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-530 KB
EFI/OC/Resources/Audio/AXEFIAudio_tr_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-489 KB
EFI/OC/Resources/Audio/AXEFIAudio_zh_CN_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-531 KB
EFI/OC/Resources/Audio/AXEFIAudio_zh_TW_UsernameOrPasswordIncorrect.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.