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 226 forks source link

Using safe std::vector instead of malloc. #13

Open dodikk opened 12 years ago

dodikk commented 12 years ago

Fixed clang warnings. With std::vector you won't ever forget to free the memory.