Commit Graph

7 Commits

Author SHA1 Message Date
Krunoslav Zaher e1f72cb566 Improves version detection. 2016-08-21 03:49:56 +02:00
Krunoslav Zaher 154ac2583d Release 3.0.0.alpha.1 2016-08-21 03:44:23 +02:00
Krunoslav Zaher f86d12a53b Release 2.6.0 2016-07-04 02:27:30 +02:00
Krunoslav Zaher 52c6e6dc31 Improves version checking logic. #707 2016-05-31 21:33:38 +02: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
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