We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b468191 commit ef8b0abCopy full SHA for ef8b0ab
RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift
@@ -17,7 +17,7 @@ import Foundation
17
let CGRectType = "{CGRect={CGPoint=dd}{CGSize=dd}}"
18
let CGSizeType = "{CGSize=dd}"
19
let CGPointType = "{CGPoint=dd}"
20
-#elseif arch(i386) || arch(arm)
+#elseif arch(i386) || arch(arm) || os(watchOS)
21
let CGRectType = "{CGRect={CGPoint=ff}{CGSize=ff}}"
22
let CGSizeType = "{CGSize=ff}"
23
let CGPointType = "{CGPoint=ff}"
0 commit comments