8 Commits

Author SHA1 Message Date
Andreas Linde
5a030ada9b Add new line to xcconfig file 2013-08-28 02:04:13 +02:00
Andreas Linde
93c2f05fac Use Keychain for some data
- Added SFHFKeyChainUtils with BIT prefix
- Save username, email or userid (if provided by the app or the user) in the keychain instead of user defaults or property files
2013-05-09 16:45:58 +02:00
Andreas Linde
a0633d68cd Weak linking UIKit is not needed any more 2013-01-18 23:54:11 +01:00
Andreas Linde
a86d3e5ab5 Remove -ObjC from Other Linker flags, since it is not needed any more 2012-12-05 13:53:14 +01:00
Andreas Linde
b9a6369ed2 Don't force iOS6 AdSupport framework into the app
The developer should be able to freely opt-in, not be forced to opt-out
2012-10-19 19:18:39 +02:00
Andreas Linde
806812098e Integrate TTTAttributedLabel by @mattt
Changed the class and protocol prefix to BIT to make sure no problems come up if the app has its own version of that class
2012-10-17 19:18:37 +02:00
Andreas Linde
36be3708f2 Some more xcconfig optimizations
- Renamed some vars to be more descriptive
- Added CONFIGURATION preprocessor
2012-10-09 22:57:27 +02:00
Andreas Linde
9b8f51fe5f Restructure project targets and binary distribution target
- Use one common static lib target
- create embeddedFramework as binary distribution including docset in one zip
- Add HockeySDK.xcconfig for easier build setting setup
- Move everything into a single directory, too many problems making binary and subproject work without requing recursive header search paths
- Documentation update pending
2012-10-07 21:49:47 +02:00