Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
[RxSwift] Fix bug for xcodebuild with Reactive?
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Sep 29, 2016
1 parent 6c9b976 commit 81bf509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RxPermission.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import Permission
import RxSwift

extension Reactive where Base: Permission {
extension RxSwift.Reactive where Base: Permission {

/// Reactive wrapper for `Permission` instance.
public var permission: Observable<PermissionStatus> {
Expand Down

0 comments on commit 81bf509

Please sign in to comment.