Tags: ITzTravelInTime/SwiftCPUDetect
Tags
Version 1.3.0 - `CpuArchitecture.actualCurrent()` is now deprecated and has been replaced by `CpuArchitecture.machineCurrent()`, code compatibility has been maintained, but a warning message will be generated. It's strongly recommended to update your code to the new syntax since the next major updates will see the old syntax removed. - Updated the readme's example code and the included playground's code. - Improved some function descriptions.
Version 1.2.0 - Added detection for Arm v7 for the `CpuArchitecture.currentExecutableArchitectures` - Added a DEMO playground for quick testing and demonstration - Divided the source code into multiple files - Added a new `HWInfo` class to get info about the current cpu and the system - New cpu architecture detection method that works across multiple Apple OSes - Revisioned the available cpu architecture values for `CpuArchitecture` - Now this library is tested to work on macOS and iOS, it should work on tvOS and watchOS too - Updated the example code inside the REAME and updated the project's description
Version 1.1 -Improved printing and added the possibility to disable printing. -Improved detection of the cpu architecture while using Rosetta to run the current app/program -Added listing of the current bundle supported cpu architectures -Added an `isIntel` function to `CpuArchitecture` for better coherence with the rest of the offered functions.