Commit Graph

20 Commits

Author SHA1 Message Date
Krunoslav Zaher
d4cda2430e Blocking operators run runloop while blocking. 2015-11-05 12:34:20 +01:00
Krunoslav Zaher
5293690a61 Updates bundle version to 2.0.0. 2015-11-02 10:36:14 +01:00
David Potter
a701d79a0f Fix warnings due to use in app extensions and to Xcode updates.
Xcode gives two warnings when including the Rx project and building in an app.

1. The first is due to use in a component that will be used in an extension.  Xcode displays the message “linking against dylib not safe for use in application extensions”.  To configure an app extension target to use an embedded framework, set the target’s “Require Only App-Extension-Safe API” build setting to Yes.

https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html

2. The second is due to changes in Xcode that want to update the project file to comply with the latest guidelines.  Clicking the warning brings up a prompt to modify the project.
2015-10-29 15:16:56 -07:00
Krunoslav Zaher
24062521b5 Adds unused warnings. 2015-10-19 21:59:31 +02:00
Krunoslav Zaher
93e2a927c1 Adds BlockingObservable. 2015-10-19 20:28:49 +02:00
Krunoslav Zaher
2958e0a796 Prototype of units. 2015-10-15 23:30:47 +02:00
Krunoslav Zaher
1a798ddb31 Fixes automation tests, unit tests warnings and example app warnings. 2015-10-03 15:55:57 +02:00
Krunoslav Zaher
c4ea7b4bb2 Documentation and interface cleanup. 2015-09-08 22:32:09 +02:00
Krunoslav Zaher
6ac94ea5b6 Scheduler revamp (moving towards protocol extensions), internal optimizations, interface cleanup. 2015-08-31 10:59:37 +02:00
Leonard
8383b40251 RxBlocking now has its own Info.plist
Before RxBlocking was sharing RxCocoa’s Info.plist
2015-08-29 13:09:35 +02:00
Krunoslav Zaher
dc18c5f43f Removes resources from output. 2015-08-26 22:44:25 +02:00
Krunoslav Zaher
9c893e75f4 Merges RxSwift.xcodeproj, RxCocoa.xcodeproj and RxBlocking.xcodeproj to Rx.xcodeproj. 2015-08-24 00:06:52 +02:00
Krunoslav Zaher
2c33f7a89a Replaces >- with protocol extensions. Unit tests pass. Adds CHANGELOG.md 2015-08-10 01:43:30 +02:00
Krunoslav Zaher
8957cab8f9 Merge branch 'develop' into feature/swift2.0 2015-08-06 02:38:23 +02:00
Krunoslav Zaher
2faddc62b3 iOS 7 Support. 2015-08-01 15:13:26 +02:00
Krunoslav Zaher
e6e4e53b69 Updated to 1.8 2015-07-21 22:46:17 +02:00
Krunoslav Zaher
bd284c8269 Updated to 1.7 2015-07-21 22:46:17 +02:00
Krunoslav Zaher
e9514e8725 Pre release polish. 2015-07-12 21:49:15 +02:00
Krunoslav Zaher
4e59fa86af Updates documentation and adds RxTarget. 2015-07-12 19:45:01 +02:00
Krunoslav Zaher
ef36901cff Adds blocking operators. 2015-07-12 18:44:56 +02:00