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 4676bb8 commit 342c22cCopy full SHA for 342c22c
Research/Research/RSDDocumentable.swift
@@ -56,6 +56,7 @@ public struct RSDDocumentCreator {
56
RSDFormUIHint.self,
57
RSDIdentifier.self,
58
RSDKeyboardType.self,
59
+ RSDMotionRecorderType.self,
60
RSDResultType.self,
61
RSDStandardPermissionType.self,
62
RSDStepType.self,
@@ -64,13 +65,6 @@ public struct RSDDocumentCreator {
64
65
RSDTextAutocorrectionType.self,
66
RSDTextSpellCheckingType.self,
67
]
-
68
- #if os(iOS)
69
- let iOSEnums: [RSDDocumentableStringEnum.Type] = [
70
- RSDMotionRecorderType.self,
71
- ]
72
- allEnums.append(contentsOf: iOSEnums)
73
- #endif
74
75
return allEnums
76
}()
0 commit comments