12 Commits

Author SHA1 Message Date
Andreas Linde
c3a6ffd7da Fix framework target tests 2015-05-20 12:09:04 +02:00
Andreas Linde
788c5e9c8e Add iOS 8 framework target
- Renamed distribution target
- Added "HockeySDK Framework" with iOS 8 as deployment target
- Using the framework distribution is not yet recommended, as it contains all architectures (i386, x86_64, armv7, armv7s, arm64) and would be part of the app as is, which currently is about 5.2 MB in size. A proper usage would require the binary to be stripped from non-needed architectures at app build time before distributing it
2015-05-19 11:02:51 +02:00
Andreas Linde
05993528be Rename aggregate target
We need the target name for the iOS 8 framework
2015-05-18 16:35:17 +02:00
Andreas Linde
1b87171d23 Upgrade scheme settings to Xcode 6.3 2015-04-21 17:35:02 +02:00
Andreas Linde
c102fcd247 Update scheme setting for XCTest 2014-09-10 12:51:47 +02:00
Andreas Linde
d81e7381f5 Upgrade project to Xcode 6 2014-09-10 00:38:27 +02:00
Andreas Linde
1bca6c0cd1 Update project settings to Xcode 5.1 2014-03-11 20:54:07 +01:00
Andreas Linde
0619ac9169 Add unit test post action for code coverage HTML generation 2013-12-04 02:13:50 +01:00
Andreas Linde
5d8b42e92f Upgrade Xcode project setting 2013-09-11 23:57:18 +02:00
Andreas Linde
09647bc6c4 Move CodeCoverage into its own build configuration
That way integrating via Xcode project won't bother with coverage files
2013-07-26 14:46:17 +02:00
Andreas Linde
4921ecb690 Unit tests and refactoring 2013-07-26 14:46:16 +02:00
Andreas Linde
972387439e Add shared Xcode schemes to the project 2012-12-06 18:56:19 +01:00