gekitz / UIDevice-with-UniqueIdentifier-for-iOS-5

Brings back the unique identifier support under iOS 5, it uses the device's mac address in combination with the bundle identifier to generate a new hashed unique identifier.
MIT License
1.24k stars 227 forks source link

Static lib #18

Open dodikk opened 11 years ago

dodikk commented 11 years ago

Added a Static library target. Made demo project use it. Fixed possible low level leaks by using STL.

Provided more types consistency by using C++ casts.