Skip to content

Tags: ITzTravelInTime/SwiftCPUDetect

Tags

2.0.0-beta.2

Toggle 2.0.0-beta.2's commit message

2.0.0-beta.1

Toggle 2.0.0-beta.1's commit message

1.3.0

Toggle 1.3.0's commit message
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.

1.2.0

Toggle 1.2.0's commit message
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

1.1.3

Toggle 1.1.3's commit message
Version 1.1.3

- Fixed compiling for non-mac platforms

1.1.0

Toggle 1.1.0's commit message
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.

1.0.1

Toggle 1.0.1's commit message
Improved Apple Silicon detection

1.0.0

Toggle 1.0.0's commit message
Fixes

- Fixed compiling
- Added value storage for `AppExecutionMode.current`
- Improved comments