From 55f3ec4041b9b500b28db05308fe5f6ed8f063ce Mon Sep 17 00:00:00 2001 From: Adam Ritenauer Date: Sun, 14 Feb 2016 18:40:32 -0800 Subject: [PATCH] Adds a work around to an error in swifts handling of preprocessor directives --- RxCocoa/iOS/UIApplication+Rx.swift | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RxCocoa/iOS/UIApplication+Rx.swift b/RxCocoa/iOS/UIApplication+Rx.swift index d394305e..1bf270da 100644 --- a/RxCocoa/iOS/UIApplication+Rx.swift +++ b/RxCocoa/iOS/UIApplication+Rx.swift @@ -10,11 +10,11 @@ import Foundation #if os(iOS) import UIKit - + #if !RX_NO_MODULE import RxSwift #endif - + extension UIApplication { /** @@ -26,4 +26,5 @@ import Foundation }.asObserver() } } -#endif \ No newline at end of file +#endif +