1531 Commits

Author SHA1 Message Date
Andreas Linde
73175a9a7b Merge branch 'develop' into feature/iOS9-Updates 2015-08-27 10:23:52 +02:00
Andreas Linde
d2d1aae87d Add troubleshooting section to readme 2015-08-27 10:23:40 +02:00
Andreas Linde
9f9c7d28ea Merge branch 'develop' into feature/iOS9-Updates 2015-08-27 10:18:42 +02:00
Andreas Linde
64aaf2aa8c Fix app update triggering exit not safely report
When the app updates and the crash manager has `enableAppNotTerminatingCleanlyDetection` enabled, starting the update shouldn't trigger a crash report for that scenario.
2015-08-27 10:18:13 +02:00
Andreas Linde
f7fc72c11d Comment new encoding methods for now
This needs to be fixed before release.
2015-08-27 10:13:46 +02:00
Andreas Linde
90711c6a48 Use the Xcode 7 Image on Travis-CI 2015-08-27 10:06:13 +02:00
Andreas Linde
05de1686fa Fix alert presentation with UIAlertController 2015-08-24 17:01:58 +02:00
Andreas Linde
e721bcfa19 Merge branch 'develop' into feature/iOS9-Updates 2015-08-24 10:30:59 +02:00
Andreas Linde
1c221668de Improve documentation
Make usage of `BITHockeyNetworkDidBecomeReachableNotification` more clear
2015-08-24 09:54:43 +02:00
Andreas Linde
d18dc57ff5 Fix unknown warning option in debug builds 2015-08-21 11:53:08 +02:00
Andreas Linde
4b30bac9f4 Update travis to use Xcode 6.4 2015-08-21 11:49:50 +02:00
Andreas Linde
16de50d959 Use bitcode on iOS9* only and assert fix
- Properly disable assertions in the build settings instead of using an Other_CFlag
- Add bitcode only when using iOS 9 or later as Base SDK which allows building without issues using older Xcode versions
2015-08-21 11:44:05 +02:00
Andreas Linde
554cdfc2f3 Add OTHER_CFLAG to add bitcode
Without this change bitcode is only actually added when archiving. See http://stackoverflow.com/a/31486233/474794
2015-08-20 16:10:37 +02:00
Andreas Linde
19a6d43571 Add PLCR build with actual bitcode 2015-08-20 16:09:45 +02:00
Andreas Linde
2bff969755 Merge branch 'develop' into feature/iOS9-Updates
Conflicts:
	Support/buildnumber.xcconfig
2015-08-20 15:51:48 +02:00
Andreas Linde
0443e7095c Increase build number 2015-08-20 15:46:24 +02:00
Andreas Linde
6f638eda28 Merge tag '3.7.2' into develop
Version 3.7.2
2015-08-20 15:31:40 +02:00
Andreas Linde
7805b8dc0a Merge branch 'release/3.7.2' 2015-08-20 15:31:40 +02:00
Andreas Linde
b326798969 3.7.2 release and documentation updates 2015-08-20 15:31:25 +02:00
Andreas Linde
dde39be0e6 Fix iTunes Connect error reg. resource bundle
Xcode 7 shows an error when uploading an app to iTunes Connect due to a bug in the Info.plist of the resource bundle. The info.plist shouldn't contain a `CFBundleExecutable` value and the `CFBundlePackageType` should be `BNDL`.

Also removed other non needed entries.
2015-08-20 15:28:38 +02:00
Andreas Linde
9f8f5146c0 Update readme with extension specific build 2015-08-18 14:39:10 +02:00
Andreas Linde
2ece11d58d Add extension lib to podspec 2015-08-18 14:38:56 +02:00
Andreas Linde
45ec496174 PLCR update
- Update to commit 356901d7f3ca3d46fbc8640f469304e2b755e461 which fixes an issue in iOS 9 Beta on iPad Air 2
- Build with bitcode enabled
- Build with App-Extension-Safe API enabled
2015-08-18 10:52:01 +02:00
Andreas Linde
68f2a66f11 Merge branch 'develop' into feature/iOS9-Updates 2015-08-18 10:40:11 +02:00
Andreas Linde
b791b7640b PLCR update
Update to commit 356901d7f3ca3d46fbc8640f469304e2b755e461 which fixes an issue in iOS 9 Beta on iPad Air 2
2015-08-18 10:39:29 +02:00
Andreas Linde
c19e83f6b0 Merge branch 'develop' into feature/iOS9-Updates 2015-08-13 13:52:24 +02:00
Andreas Linde
375d82ffbf Add Extension target and specific crash only build 2015-08-11 15:27:32 +02:00
Andreas Linde
065f9e7b89 Assign more files to features
Make sure the implementation is only processed in all files, when the feature is actually set to build
2015-08-10 17:38:09 +02:00
Andreas Linde
fa32899448 Merge pull request #185 from tonyarnold/fix/documentation-param-error
Remove @param documentation command used with a property, not a method/function
2015-08-07 11:29:40 +02:00
Tony Arnold
f7bb142f86 Remove @param documentation command used with a property, not a method/function 2015-08-07 13:38:23 +10:00
Andreas Linde
7e9ffd35ea Add contributor license into readme 2015-07-23 10:56:00 +02:00
Andreas Linde
6018e13739 Include UI from crash manager only on iOS
This excludes the UI code from WatchOS builds since `TARGET_OS_IOS` excludes WatchOS (`TARGET_OS_WATCH`)
2015-07-22 16:11:13 +02:00
Andreas Linde
cb00038222 Use UIAlertController when available 2015-07-22 15:37:51 +02:00
Andreas Linde
29acf3ef05 Fix iOS 9 warnings
- Require iOS 7 as base SDK  (for compiling)
- Hide deprecation message for NSURLConnection calls, these will be refactored soon
- Remove statusbar adjustment code (which isn't needed any longer)
- Remove kBITTextLabel... defines and use NSText.. instead
- Remove a few `#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_6_1` since we require iOS 7 as base now (for real)
2015-07-22 15:33:53 +02:00
Lukas Spieß
4adf588d4a Indentation fixes for code blocks in Readme 2015-07-19 20:45:17 +02:00
Marat S.
882dda4445 broken markup fix 2015-07-18 11:32:19 +03:00
Andreas Linde
1bc04a66b1 Fix feedback UI rotation issue
This should fix https://github.com/bitstadium/HockeySDK-iOS/issues/181

It's the best I could come up with so far. We make sure the number of sections and messages doesn't change while the UI is redrawn on rotation and updating it afterwards again.
2015-07-09 13:34:41 +02:00
Andreas Linde
35cb41bb0e Small fix for last commit 2015-07-08 12:11:46 +02:00
Andreas Linde
78645f5dee Update PLCrashReporter
- Commit 73f4ad5aa1796978f22b63aed3f8490b215b2c07 in release/1.3 branch
- Fixes iOS 9 bug not returning all binary images
2015-07-08 11:57:24 +02:00
Andreas Linde
3c17cda93f Remove username in simulator build only
Removing username from paths only makes sense in the simulator
2015-07-03 15:44:15 +02:00
Andreas Linde
27e5bb0085 Fix travis link again in readme 2015-06-26 10:21:39 +02:00
Andreas Linde
2d9f087fa9 Increase build number 2015-06-26 10:10:42 +02:00
Andreas Linde
7ef9478647 Merge branch 'release/3.7.1' 2015-06-26 10:08:54 +02:00
Andreas Linde
762a55dded 3.7.1 release and documentation updates 2015-06-26 10:05:37 +02:00
Andreas Linde
efe664fcc3 Redo HockeySDK-Source spec
We can't get a freely configurable podspec to work reliably in all scenarios, so we push back for now and keep that in mind for a full SDK restructuring approach
2015-06-26 09:52:28 +02:00
Andreas Linde
689e14c2e9 Another fix for the podspec resources 2015-06-26 09:09:33 +02:00
Lukas Spieß
eb69194218 Use correct path to resources in HockeySDK.podspec 2015-06-25 15:20:19 +02:00
Lukas Spieß
a918cb9d07 Make Source podspec work with use_frameworks! option 2015-06-24 13:49:26 +02:00
Andreas Linde
99a138cf00 Another documentation update 2015-06-23 19:33:11 +02:00
Andreas Linde
1ef0461be4 Documentation fixes 2015-06-23 19:22:12 +02:00