Change Log
This file includes all notable changes to CSSystemInfoHelper.
CSSystemInfoHelper
uses Semantic Versioning.
1.4.2 (03/30/2018)
Released on Friday, March 30, 2018.
This is a service release, upgrading to the latest Xcode.
1.4.1 (07/01/2016)
Released on Friday, July 1, 2016.
Fixes build errors on watchOS
.
1.4.0 (07/01/2016)
Released on Friday, July 1, 2016.
Added
Added the platformUUID
property.
1.3.1 (04/26/2016)
Released on Tuesday, April 26, 2016.
AllIPAddresses
is pre-initialized inside the class’ + initialize
method.
1.3.0 (04/25/2016)
Released on Monday, April 25, 2016.
Changed
Got rid of the lazy init of the shared helper, because of the speed penalty that dispatch_once
carries. Read more about the secrets of dispatch_once
1.2.0 (04/11/2016)
Released on Monday, April 11, 2016.
Project was renamed to CSSystemInfoHelper
1.1.0 (04/10/2016)
Released on Sunday, April 10, 2016.
Hotfix to correct documentation
1.0.2 (04/10/2016)
Released on Sunday, April 10, 2016.
Hotfix to correct documentation
1.0.1 (04/10/2016)
Released on Sunday, April 10, 2016.
Hotfix to correct documentation
1.0.0 (04/10/2016)
Released on Sunday, April 10, 2016.
First stable release, including all targets.
0.2.0 (04/09/2016)
Released on Saturday, April 9, 2016.
This release contains the first set of usable functionalities
New APIs
- Added the
AllIPAddresses
andIPAddress
methods meant for accessing device network interface IPv4 addresses.6cba77a
. - Added the
systemInfo
,systemInfoString
andsystemVersionString
for accessing theutsname
struct returned byuname(3)
.7e57d57
. - Added the
memoryUsage
andmemoryUsageString
for accessing thekern_return_t
struct returned bytask_info
function.8d17705
.
0.1.0 (04/09/2016)
Released on Saturday, April 9, 2016.
The initial release. This is a no-op.