Home

Awesome

<!-- You can find this repo on [subspace](https://app.dev.subspace.net/gitlab/subspace-open-development/alsystemutilities). -->

IMPORTANT

This repository is no longer maintained, but now there is a new library which inherit a lot from ALSystemUtilities and is Luminous which is written in Swift and actively maintained.

ALSystemUtilities

In order to use the framework you have to open the project in Xcode and then click on Product -> Archive and drag the .embeddedframework file into the project you want to import it.

When import the .embeddedframework, don't forget to import these frameworks to your project if they're not imported :

The project is built using the iOS Universal Framework template (Fake framework) by kstenerud (https://github.com/kstenerud/iOS-Universal-Framework?source=cc).

CocoaPods

You can install the library via cocoapods. Use : pod 'ALSystemUtilities'

Overview

The library provides informations for these purviews :

Now I'll explain you what informations are contained for every purview.

Battery

Disk

Hardware

Jailbreak

Localization

Memory (RAM)

Network

Processor

Carrier

Accessories

So, there are 78 methods to get every kind of information!

All methods are class methods, so you can use the syntax [ALCarrier carrierName]. This make the use of the library very very simple!

If you want to let me know if you use my library in your applications, you are free to send me an email to andrea.lufino@me.com :)