├── .gitignore ├── English.lproj └── InfoPlist.strings ├── Info.plist ├── NullCPUPowerManagement.cpp ├── NullCPUPowerManagement.h ├── NullCPUPowerManagement.xcodeproj └── project.pbxproj └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AppleLife/NullCPUPowerManagement/HEAD/.gitignore -------------------------------------------------------------------------------- /English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AppleLife/NullCPUPowerManagement/HEAD/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AppleLife/NullCPUPowerManagement/HEAD/Info.plist -------------------------------------------------------------------------------- /NullCPUPowerManagement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AppleLife/NullCPUPowerManagement/HEAD/NullCPUPowerManagement.cpp -------------------------------------------------------------------------------- /NullCPUPowerManagement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AppleLife/NullCPUPowerManagement/HEAD/NullCPUPowerManagement.h -------------------------------------------------------------------------------- /NullCPUPowerManagement.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AppleLife/NullCPUPowerManagement/HEAD/NullCPUPowerManagement.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AppleLife/NullCPUPowerManagement/HEAD/README.md --------------------------------------------------------------------------------