diff --git a/EFI/OC/Config.plist b/EFI/OC/Config.plist
index 88921a9..1f7f35d 100755
--- a/EFI/OC/Config.plist
+++ b/EFI/OC/Config.plist
@@ -1666,6 +1666,24 @@
PlistPath
Contents/Info.plist
+
+ Arch
+ x86_64
+ BundlePath
+ YogaSMC.kext
+ Comment
+ Yoga SMC
+ Enabled
+
+ ExecutablePath
+ Contents/MacOS/YogaSMC
+ MaxKernel
+
+ MinKernel
+
+ PlistPath
+ Contents/Info.plist
+
Block
diff --git a/EFI/OC/Kexts/YogaSMC.kext/Contents/Info.plist b/EFI/OC/Kexts/YogaSMC.kext/Contents/Info.plist
new file mode 100755
index 0000000..b5efb3d
--- /dev/null
+++ b/EFI/OC/Kexts/YogaSMC.kext/Contents/Info.plist
@@ -0,0 +1,267 @@
+
+
+
+
+ BuildMachineOSBuild
+ 19H1030
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ YogaSMC
+ CFBundleIdentifier
+ org.zhen.YogaSMC
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ YogaSMC
+ CFBundlePackageType
+ KEXT
+ CFBundleShortVersionString
+ 1.5.1
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 1.5.1
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 12D4e
+ DTPlatformName
+ macosx
+ DTPlatformVersion
+ 11.1
+ DTSDKBuild
+ 20C63
+ DTSDKName
+ macosx11.1
+ DTXcode
+ 1240
+ DTXcodeBuild
+ 12D4e
+ IOKitPersonalities
+
+ DYVPC
+
+ CFBundleIdentifier
+ org.zhen.YogaSMC
+ IOClass
+ DYVPC
+ IONameMatch
+ PNP0C14
+ IOProbeScore
+ 200
+ IOProviderClass
+ IOACPIPlatformDevice
+ IOUserClientClass
+ YogaSMCUserClient
+ Sensors
+
+ Airflow Left
+
+ Airflow Right
+
+ Battery
+
+ Battery Sensor 1
+
+ Battery Sensor 2
+
+ CPU Core PECI
+
+ CPU System Agent Core
+
+ Memory Proximity
+
+ Platform Controller Hub Die
+
+ SO-DIMM 1 Proximity
+
+ SO-DIMM 2 Proximity
+
+ SO-DIMM 3 Proximity
+
+ SO-DIMM 4 Proximity
+
+
+
+ IdeaVPC
+
+ CFBundleIdentifier
+ org.zhen.YogaSMC
+ IOClass
+ IdeaVPC
+ IONameMatch
+ VPC2004
+ IOProbeScore
+ 200
+ IOProviderClass
+ IOACPIPlatformDevice
+ IOUserClientClass
+ YogaSMCUserClient
+ Sensors
+
+ Airflow Left
+
+ Airflow Right
+
+ Battery
+
+ Battery Sensor 1
+ TBAT
+ Battery Sensor 2
+
+ CPU Core PECI
+ CPEC
+ CPU System Agent Core
+ CTMP
+ Memory Proximity
+ MEM1
+ Platform Controller Hub Die
+ RSEN
+ SO-DIMM 1 Proximity
+ MEM1
+ SO-DIMM 2 Proximity
+ MEM2
+ SO-DIMM 3 Proximity
+
+ SO-DIMM 4 Proximity
+
+
+
+ ThinkVPC
+
+ CFBundleIdentifier
+ org.zhen.YogaSMC
+ IOClass
+ ThinkVPC
+ IOProbeScore
+ 200
+ IOPropertyMatch
+
+
+ name
+ LEN0268
+
+
+ name
+ LEN0068
+
+
+ IOProviderClass
+ IOACPIPlatformDevice
+ IOUserClientClass
+ YogaSMCUserClient
+ Sensors
+
+ Airflow Left
+
+ Airflow Right
+
+ Battery
+
+ Battery Sensor 1
+
+ Battery Sensor 2
+
+ CPU Core PECI
+
+ CPU System Agent Core
+ TMP0
+ Memory Proximity
+
+ Platform Controller Hub Die
+ ESTA
+ SO-DIMM 1 Proximity
+
+ SO-DIMM 2 Proximity
+
+ SO-DIMM 3 Proximity
+
+ SO-DIMM 4 Proximity
+
+
+
+ YogaHIDD
+
+ CFBundleIdentifier
+ org.zhen.YogaSMC
+ IOClass
+ YogaHIDD
+ IOProbeScore
+ 200
+ IOPropertyMatch
+
+
+ name
+ INT33D5
+
+
+ name
+ INTC1051
+
+
+ name
+ INTC1054
+
+
+ IOProviderClass
+ IOACPIPlatformDevice
+ IOUserClientClass
+ YogaSMCUserClient
+
+ YogaVPC
+
+ CFBundleIdentifier
+ org.zhen.YogaSMC
+ IOClass
+ YogaVPC
+ IONameMatch
+ VPC0000
+ IOProbeScore
+ 200
+ IOProviderClass
+ IOACPIPlatformDevice
+ IOUserClientClass
+ YogaSMCUserClient
+
+ YogaWMI
+
+ CFBundleIdentifier
+ org.zhen.YogaSMC
+ IOClass
+ YogaWMI
+ IONameMatch
+ PNP0C14
+ IOProbeScore
+ 100
+ IOProviderClass
+ IOACPIPlatformDevice
+
+
+ LSMinimumSystemVersion
+ 10.9
+ NSHumanReadableCopyright
+ Copyright © 2020 Zhen. All rights reserved.
+ OSBundleLibraries
+
+ as.vit9696.Lilu
+ 1.4.5
+ as.vit9696.VirtualSMC
+ 1.1.4
+ com.apple.iokit.IOACPIFamily
+ 1.0.0d1
+ com.apple.kpi.bsd
+ 8.0.0
+ com.apple.kpi.iokit
+ 8.0.0
+ com.apple.kpi.libkern
+ 8.0.0
+ com.apple.kpi.mach
+ 8.0.0
+ com.apple.kpi.unsupported
+ 8.0.0
+
+
+
diff --git a/EFI/OC/Kexts/YogaSMC.kext/Contents/MacOS/YogaSMC b/EFI/OC/Kexts/YogaSMC.kext/Contents/MacOS/YogaSMC
new file mode 100755
index 0000000..6e08fb1
Binary files /dev/null and b/EFI/OC/Kexts/YogaSMC.kext/Contents/MacOS/YogaSMC differ
diff --git a/EFI/OC/Kexts/YogaSMC.kext/Contents/_CodeSignature/CodeResources b/EFI/OC/Kexts/YogaSMC.kext/Contents/_CodeSignature/CodeResources
new file mode 100755
index 0000000..d5d0fd7
--- /dev/null
+++ b/EFI/OC/Kexts/YogaSMC.kext/Contents/_CodeSignature/CodeResources
@@ -0,0 +1,115 @@
+
+
+
+
+ files
+
+ files2
+
+ rules
+
+ ^Resources/
+
+ ^Resources/.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^Resources/.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Resources/Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
+
+ nested
+
+ weight
+ 10
+
+ ^.*
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^Resources/
+
+ weight
+ 20
+
+ ^Resources/.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^Resources/.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Resources/Base\.lproj/
+
+ weight
+ 1010
+
+ ^[^/]+$
+
+ nested
+
+ weight
+ 10
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Info.plist b/Utilities/ThinkpadAssistant.app/Contents/Info.plist
deleted file mode 100755
index 813f9aa..0000000
--- a/Utilities/ThinkpadAssistant.app/Contents/Info.plist
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
- BuildMachineOSBuild
- 19G73
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ThinkpadAssistant
- CFBundleIconFile
- AppIcon
- CFBundleIconName
- AppIcon
- CFBundleIdentifier
- de.mszturc.ThinkpadAssistant
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ThinkpadAssistant
- CFBundlePackageType
- APPL
- CFBundleShortVersionString
- 1.9.2
- CFBundleSupportedPlatforms
-
- MacOSX
-
- CFBundleVersion
- 1
- DTCompiler
- com.apple.compilers.llvm.clang.1_0
- DTPlatformBuild
- 11E708
- DTPlatformVersion
- GM
- DTSDKBuild
- 19G68
- DTSDKName
- macosx10.15
- DTXcode
- 1160
- DTXcodeBuild
- 11E708
- LSMinimumSystemVersion
- 10.14.6
- LSUIElement
-
- NSHumanReadableCopyright
- Copyright © 2020 Matthäus Szturc. All rights reserved.
- NSMainStoryboardFile
- Main
- NSPrincipalClass
- NSApplication
-
-
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Info.plist b/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Info.plist
deleted file mode 100755
index 8b1799d..0000000
--- a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Info.plist
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- BuildMachineOSBuild
- 19G73
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- AutoLaunchHelper
- CFBundleIdentifier
- de.mszturc.AutoLaunchHelper
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- AutoLaunchHelper
- CFBundlePackageType
- APPL
- CFBundleShortVersionString
- 1.0
- CFBundleSupportedPlatforms
-
- MacOSX
-
- CFBundleVersion
- 1
- DTCompiler
- com.apple.compilers.llvm.clang.1_0
- DTPlatformBuild
- 11E708
- DTPlatformVersion
- GM
- DTSDKBuild
- 19G68
- DTSDKName
- macosx10.15
- DTXcode
- 1160
- DTXcodeBuild
- 11E708
- LSBackgroundOnly
-
- LSMinimumSystemVersion
- 10.15
- NSHumanReadableCopyright
- Copyright © 2020 Matthäus Szturc. All rights reserved.
- NSMainStoryboardFile
- Main
- NSPrincipalClass
- NSApplication
-
-
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/MacOS/AutoLaunchHelper b/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/MacOS/AutoLaunchHelper
deleted file mode 100755
index 03d9535..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/MacOS/AutoLaunchHelper and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/PkgInfo b/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/PkgInfo
deleted file mode 100755
index bd04210..0000000
--- a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/PkgInfo
+++ /dev/null
@@ -1 +0,0 @@
-APPL????
\ No newline at end of file
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist b/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist
deleted file mode 100755
index 2f3a655..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib b/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib
deleted file mode 100755
index 837b2be..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/zh-Hans.lproj/InfoPlist.strings b/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/zh-Hans.lproj/InfoPlist.strings
deleted file mode 100755
index 5685357..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/zh-Hans.lproj/InfoPlist.strings and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/zh-Hans.lproj/Main.strings b/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/zh-Hans.lproj/Main.strings
deleted file mode 100755
index 5e09356..0000000
--- a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/Resources/zh-Hans.lproj/Main.strings
+++ /dev/null
@@ -1,3 +0,0 @@
-
-/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */
-"AYu-sK-qS6.title" = "主菜单";
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/_CodeSignature/CodeResources b/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/_CodeSignature/CodeResources
deleted file mode 100755
index e6aa148..0000000
--- a/Utilities/ThinkpadAssistant.app/Contents/Library/LoginItems/AutoLaunchHelper.app/Contents/_CodeSignature/CodeResources
+++ /dev/null
@@ -1,283 +0,0 @@
-
-
-
-
- files
-
- Resources/Base.lproj/Main.storyboardc/Info.plist
-
- M1rS+Tcas1ZdM4/iibTlduTJ22M=
-
- Resources/Base.lproj/Main.storyboardc/MainMenu.nib
-
- UWipRiQ2g8bXhMcwzrnlkwojZKE=
-
- Resources/cs.lproj/InfoPlist.strings
-
- hash
-
- /Zaw4eCB9DoLUljLygKBkt5ty34=
-
- optional
-
-
- Resources/cs.lproj/Main.strings
-
- hash
-
- nHu96QfdeE8YSkojwQESxXns0s8=
-
- optional
-
-
- Resources/de.lproj/InfoPlist.strings
-
- hash
-
- pyEv2Ngguo57zY4PXY/4HPxHMtw=
-
- optional
-
-
- Resources/de.lproj/Main.strings
-
- hash
-
- GE0e+3RH23svI3oIbMuncFbm5Vs=
-
- optional
-
-
- Resources/it.lproj/InfoPlist.strings
-
- hash
-
- UyuedMsSVkkJSMXpPfBPeeiwCao=
-
- optional
-
-
- Resources/it.lproj/Main.strings
-
- hash
-
- Aa8rIKipWbGIJheSlXJN2xShvqk=
-
- optional
-
-
- Resources/zh-Hans.lproj/InfoPlist.strings
-
- hash
-
- 35bPa6XmANf5GEatV3zUgfx9zn0=
-
- optional
-
-
- Resources/zh-Hans.lproj/Main.strings
-
- hash
-
- Y1c3MFWGzDzT6LyKkWLTzdv+GTY=
-
- optional
-
-
-
- files2
-
- Resources/Base.lproj/Main.storyboardc/Info.plist
-
- hash2
-
- 6/2HagpKuzGhxFgQU55Lc/bxgR30qm5eqHSV+p9e4/4=
-
-
- Resources/Base.lproj/Main.storyboardc/MainMenu.nib
-
- hash2
-
- nPWQ4JnEhxUqbaSz3cIQTxZHD2nnX9sye5Dqodmi/Z8=
-
-
- Resources/cs.lproj/InfoPlist.strings
-
- hash2
-
- /AIQArNfDzoI149VQYqxH81DBK2Ofu3CcJAw2hNDGwY=
-
- optional
-
-
- Resources/cs.lproj/Main.strings
-
- hash2
-
- keKPCGCtyrnVGebFsPKIaQU2r4+gdqn2ZIwlnmJ/i80=
-
- optional
-
-
- Resources/de.lproj/InfoPlist.strings
-
- hash2
-
- oFZpf8bvbsAU4oTscWJUIvx0YTBoVVruOcBwVoFl5OQ=
-
- optional
-
-
- Resources/de.lproj/Main.strings
-
- hash2
-
- S5CD5nRWFJ0jbbeLpUJLaZqozGwY/KlSC/N8fJuLvwk=
-
- optional
-
-
- Resources/it.lproj/InfoPlist.strings
-
- hash2
-
- HjExfvmkStWYdDaEa64W7vCnUdf4GnKxuJe15yes/a4=
-
- optional
-
-
- Resources/it.lproj/Main.strings
-
- hash2
-
- blxKGN4/QkcccVK8mFxgGMrLiMvc8/T5/pvtvjg1W6s=
-
- optional
-
-
- Resources/zh-Hans.lproj/InfoPlist.strings
-
- hash2
-
- jNHbMOnHqZbY/RAC+FKiaDw290R/Lr5Jkkmkzcdh8Ok=
-
- optional
-
-
- Resources/zh-Hans.lproj/Main.strings
-
- hash2
-
- Bdtipw2CZWnkZhuikZrUfQdw2OUYs8gefRep7xkJ/nM=
-
- optional
-
-
-
- rules
-
- ^Resources/
-
- ^Resources/.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^Resources/.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Resources/Base\.lproj/
-
- weight
- 1010
-
- ^version.plist$
-
-
- rules2
-
- .*\.dSYM($|/)
-
- weight
- 11
-
- ^(.*/)?\.DS_Store$
-
- omit
-
- weight
- 2000
-
- ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
-
- nested
-
- weight
- 10
-
- ^.*
-
- ^Info\.plist$
-
- omit
-
- weight
- 20
-
- ^PkgInfo$
-
- omit
-
- weight
- 20
-
- ^Resources/
-
- weight
- 20
-
- ^Resources/.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^Resources/.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Resources/Base\.lproj/
-
- weight
- 1010
-
- ^[^/]+$
-
- nested
-
- weight
- 10
-
- ^embedded\.provisionprofile$
-
- weight
- 20
-
- ^version\.plist$
-
- weight
- 20
-
-
-
-
diff --git a/Utilities/ThinkpadAssistant.app/Contents/MacOS/ThinkpadAssistant b/Utilities/ThinkpadAssistant.app/Contents/MacOS/ThinkpadAssistant
deleted file mode 100755
index b44265c..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/MacOS/ThinkpadAssistant and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/PkgInfo b/Utilities/ThinkpadAssistant.app/Contents/PkgInfo
deleted file mode 100755
index bd04210..0000000
--- a/Utilities/ThinkpadAssistant.app/Contents/PkgInfo
+++ /dev/null
@@ -1 +0,0 @@
-APPL????
\ No newline at end of file
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Resources/AppIcon.icns b/Utilities/ThinkpadAssistant.app/Contents/Resources/AppIcon.icns
deleted file mode 100755
index da2fea1..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Resources/AppIcon.icns and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Resources/Assets.car b/Utilities/ThinkpadAssistant.app/Contents/Resources/Assets.car
deleted file mode 100755
index 0ec7211..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Resources/Assets.car and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist b/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist
deleted file mode 100755
index 2cf28b1..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib b/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib
deleted file mode 100755
index 010798c..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/NSWindowController-xkd-VN-pTw.nib b/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/NSWindowController-xkd-VN-pTw.nib
deleted file mode 100755
index 9982d8d..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/NSWindowController-xkd-VN-pTw.nib and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/ahD-Xn-7zm-view-xlW-zJ-aUL.nib b/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/ahD-Xn-7zm-view-xlW-zJ-aUL.nib
deleted file mode 100755
index a461ed1..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Resources/Base.lproj/Main.storyboardc/ahD-Xn-7zm-view-xlW-zJ-aUL.nib and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Resources/zh-Hans.lproj/InfoPlist.strings b/Utilities/ThinkpadAssistant.app/Contents/Resources/zh-Hans.lproj/InfoPlist.strings
deleted file mode 100755
index 6fd13ce..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Resources/zh-Hans.lproj/InfoPlist.strings and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Resources/zh-Hans.lproj/Localizable.strings b/Utilities/ThinkpadAssistant.app/Contents/Resources/zh-Hans.lproj/Localizable.strings
deleted file mode 100755
index 7019f22..0000000
Binary files a/Utilities/ThinkpadAssistant.app/Contents/Resources/zh-Hans.lproj/Localizable.strings and /dev/null differ
diff --git a/Utilities/ThinkpadAssistant.app/Contents/Resources/zh-Hans.lproj/Main.strings b/Utilities/ThinkpadAssistant.app/Contents/Resources/zh-Hans.lproj/Main.strings
deleted file mode 100755
index 7ecf887..0000000
--- a/Utilities/ThinkpadAssistant.app/Contents/Resources/zh-Hans.lproj/Main.strings
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */
-"AYu-sK-qS6.title" = "主菜单";
-
-/* Class = "NSTextFieldCell"; title = "Copyright © 2020 Matthäus Szturc. All rights reserved."; ObjectID = "Dsc-bK-vCJ"; */
-"Dsc-bK-vCJ.title" = "版权所有 © 2020 Matthäus Szturc. 保留所有权利";
-
-/* Class = "NSWindow"; title = "About Thinkpad Assistant"; ObjectID = "eOf-uU-tUq"; */
-"eOf-uU-tUq.title" = "关于 Thinkpad Assistant";
-
-/* Class = "NSMenuItem"; title = "About Thinkpad Assistant"; ObjectID = "Kql-K9-yoI"; */
-"Kql-K9-yoI.title" = "关于 Thinkpad Assistant";
-
-/* Class = "NSMenuItem"; title = "Launch on Login"; ObjectID = "Lcb-4h-zk2"; */
-"Lcb-4h-zk2.title" = "开机自启动";
-
-/* Class = "NSMenuItem"; title = "Monitor Capslock"; ObjectID = "Nth-Jo-BIN"; */
-"Nth-Jo-BIN.title" = "监测大写锁定键";
-
-/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "Q77-Nx-rEG"; */
-"Q77-Nx-rEG.title" = "退出";
-
-/* Class = "NSTextFieldCell"; title = "Version 1.0.0"; ObjectID = "Yvs-Nm-uAg"; */
-"Yvs-Nm-uAg.title" = "版本 1.0.0";
diff --git a/Utilities/ThinkpadAssistant.app/Contents/_CodeSignature/CodeResources b/Utilities/ThinkpadAssistant.app/Contents/_CodeSignature/CodeResources
deleted file mode 100755
index b4635b8..0000000
--- a/Utilities/ThinkpadAssistant.app/Contents/_CodeSignature/CodeResources
+++ /dev/null
@@ -1,408 +0,0 @@
-
-
-
-
- files
-
- Resources/AppIcon.icns
-
- PuRr390qjDGXQJxOTp3bytcWiVU=
-
- Resources/Assets.car
-
- XXSucSW6vikuDjIwNk6T38iJIlQ=
-
- Resources/Base.lproj/Main.storyboardc/Info.plist
-
- U44Kl5JQ0D5qYxNy7FGIKEt3FsU=
-
- Resources/Base.lproj/Main.storyboardc/MainMenu.nib
-
- 4FomoPHpa2Naygg7npGQ+MNz5Ns=
-
- Resources/Base.lproj/Main.storyboardc/NSWindowController-xkd-VN-pTw.nib
-
- 0a+6OU2s6eUnbCwqqAeZ06TFpaE=
-
- Resources/Base.lproj/Main.storyboardc/ahD-Xn-7zm-view-xlW-zJ-aUL.nib
-
- czvvj/RR9WAH0WJSSTs8HtIEDuY=
-
- Resources/cs.lproj/InfoPlist.strings
-
- hash
-
- z+wUVPw2rDQQZnLnlmjTdBWEOVs=
-
- optional
-
-
- Resources/cs.lproj/Localizable.strings
-
- hash
-
- e0VezwV6PUMTablw9bQeRgoIwN4=
-
- optional
-
-
- Resources/cs.lproj/Main.strings
-
- hash
-
- fMapuaObSEoYP7JTPYACZilHpVs=
-
- optional
-
-
- Resources/de.lproj/InfoPlist.strings
-
- hash
-
- 4Bi7BPngepT2ms8pYzfTFfJCGfY=
-
- optional
-
-
- Resources/de.lproj/Localizable.strings
-
- hash
-
- izB/CcLCk76RU7l6FuGr9Z1jZlg=
-
- optional
-
-
- Resources/de.lproj/Main.strings
-
- hash
-
- 4e7GgPzXBbhZrQTD/PI6EFnC1Yg=
-
- optional
-
-
- Resources/it.lproj/InfoPlist.strings
-
- hash
-
- og15BxsldAgTMoySrFjdnALMpxQ=
-
- optional
-
-
- Resources/it.lproj/Localizable.strings
-
- hash
-
- nVO1sr86smrtraA9btwOoFNgYm4=
-
- optional
-
-
- Resources/it.lproj/Main.strings
-
- hash
-
- zumzecmO2K1xuQzLab0N59gaq5w=
-
- optional
-
-
- Resources/zh-Hans.lproj/InfoPlist.strings
-
- hash
-
- UzhvtYxQkNoNH2e7X9+7LtI+ieo=
-
- optional
-
-
- Resources/zh-Hans.lproj/Localizable.strings
-
- hash
-
- eq5cjPYJS54g++A35JvIz5LGUBk=
-
- optional
-
-
- Resources/zh-Hans.lproj/Main.strings
-
- hash
-
- /qzFSYPoAndyRxuCs//f1FK1IkY=
-
- optional
-
-
-
- files2
-
- Library/LoginItems/AutoLaunchHelper.app
-
- cdhash
-
- xxVF5OgQ5ivzPqHOlEPkVnPNwyI=
-
- requirement
- cdhash H"c71545e4e810e62bf33ea1ce9443e45673cdc322"
-
- Resources/AppIcon.icns
-
- hash2
-
- w71vhSrJGUTfnzaM1etWJyAyw11rsYEXtJeV0TrUMkQ=
-
-
- Resources/Assets.car
-
- hash2
-
- reSqhMGUC6EjlwOW1UuiRMg1Ma2guvn4/OuU84CGD9w=
-
-
- Resources/Base.lproj/Main.storyboardc/Info.plist
-
- hash2
-
- 9ZFP4qYbA+PPYRD13Gi/1PYwZsTLIMrQZ/Womf71Mv0=
-
-
- Resources/Base.lproj/Main.storyboardc/MainMenu.nib
-
- hash2
-
- pG1Yr+Thq0YYS8KDxG2LqnW2/w7/l93cWZrzclmx2HM=
-
-
- Resources/Base.lproj/Main.storyboardc/NSWindowController-xkd-VN-pTw.nib
-
- hash2
-
- xRvl/aYKdv0T1GbMdhF9mdzYdhj2mwwiUV6Qbne52GI=
-
-
- Resources/Base.lproj/Main.storyboardc/ahD-Xn-7zm-view-xlW-zJ-aUL.nib
-
- hash2
-
- 1pYYIFvfS1REZLGDzkaNf0XjrYPOqNew3jG4FmPMG/g=
-
-
- Resources/cs.lproj/InfoPlist.strings
-
- hash2
-
- oS0BL/E2IGPaAue0Lft02O0x5EFcTfuuGUo12tvDeaQ=
-
- optional
-
-
- Resources/cs.lproj/Localizable.strings
-
- hash2
-
- gpTiUL5HNYGrQimyBBDDYkRwqpW8SNee8TFZBFfmH+E=
-
- optional
-
-
- Resources/cs.lproj/Main.strings
-
- hash2
-
- q5WLgCE7x+BFSJih9p2zoiv4IFLni4PkcJQiehOyXZw=
-
- optional
-
-
- Resources/de.lproj/InfoPlist.strings
-
- hash2
-
- k8XGJQTi6Wxta12AEXIPlnT2CYX5DomK1CRt4dIOMkY=
-
- optional
-
-
- Resources/de.lproj/Localizable.strings
-
- hash2
-
- rJoNDfnnpdKWclbYfEfhWARC6cpcQ/fAu0cgrSopCj0=
-
- optional
-
-
- Resources/de.lproj/Main.strings
-
- hash2
-
- S/h7RDqIrlOTLSgkQ3LzEk2nygToJO4X4h/68jIWOVw=
-
- optional
-
-
- Resources/it.lproj/InfoPlist.strings
-
- hash2
-
- YtiO9shgiwR+upK4/96+HjoM+ctGniyFMQQBPD4OwdI=
-
- optional
-
-
- Resources/it.lproj/Localizable.strings
-
- hash2
-
- F+eQpq4uCk7l7n4bIZC4KTA2yVcaJHiz6MmqbTetxLM=
-
- optional
-
-
- Resources/it.lproj/Main.strings
-
- hash2
-
- kWuEwL7Uu0rt+3C7hswG7vNpUSiDlidvnccnYlbiYOA=
-
- optional
-
-
- Resources/zh-Hans.lproj/InfoPlist.strings
-
- hash2
-
- Kdi7TQrTSutYc/YeoXpcErk5VY+Wrz5t3Tb2S67o4m0=
-
- optional
-
-
- Resources/zh-Hans.lproj/Localizable.strings
-
- hash2
-
- 8pUZM3DlVoW3ixrYBI+aNiGRIEBYyNL8A7oXKfnbgMQ=
-
- optional
-
-
- Resources/zh-Hans.lproj/Main.strings
-
- hash2
-
- 6tkLcKOtj+3JFlgDbc6HgzMKckwzxxITIyN7Tb66fyg=
-
- optional
-
-
-
- rules
-
- ^Resources/
-
- ^Resources/.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^Resources/.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Resources/Base\.lproj/
-
- weight
- 1010
-
- ^version.plist$
-
-
- rules2
-
- .*\.dSYM($|/)
-
- weight
- 11
-
- ^(.*/)?\.DS_Store$
-
- omit
-
- weight
- 2000
-
- ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
-
- nested
-
- weight
- 10
-
- ^.*
-
- ^Info\.plist$
-
- omit
-
- weight
- 20
-
- ^PkgInfo$
-
- omit
-
- weight
- 20
-
- ^Resources/
-
- weight
- 20
-
- ^Resources/.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^Resources/.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Resources/Base\.lproj/
-
- weight
- 1010
-
- ^[^/]+$
-
- nested
-
- weight
- 10
-
- ^embedded\.provisionprofile$
-
- weight
- 20
-
- ^version\.plist$
-
- weight
- 20
-
-
-
-