Skip to content

Commit 3c8c322

Browse files
committed
Moved banners inside conditional compilation.
1 parent 8ea9b6d commit 3c8c322

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

Sources/DiffableTextStylesXNumeric/Style+iOS.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
// See http://www.apache.org/licenses/LICENSE-2.0 for license information.
88
//=----------------------------------------------------------------------------=
99

10-
//*============================================================================*
11-
// MARK: * NumericTextStyle x iOS
12-
//*============================================================================*
13-
1410
#if os(iOS)
1511

1612
import DiffableTextViewsXiOS
1713

14+
//*============================================================================*
15+
// MARK: * NumericTextStyle x iOS
16+
//*============================================================================*
17+
1818
extension NumericTextStyle: DiffableTextStyleXiOS {
1919

2020
//=------------------------------------------------------------------------=

Sources/DiffableTextStylesXPattern/Style+iOS.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
// See http://www.apache.org/licenses/LICENSE-2.0 for license information.
88
//=----------------------------------------------------------------------------=
99

10-
//*============================================================================*
11-
// MARK: * PatternTextStyle x iOS
12-
//*============================================================================*
13-
1410
#if os(iOS)
1511

1612
import DiffableTextViewsXiOS
1713

14+
//*============================================================================*
15+
// MARK: * PatternTextStyle x iOS
16+
//*============================================================================*
17+
1818
extension PatternTextStyle: DiffableTextStyleXiOS { }
1919

2020
#endif

Sources/DiffableTextStylesXWrapper/Constant.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ extension DiffableTextStyle {
7272
}
7373
}
7474

75-
//*============================================================================*
76-
// MARK: * Constant x iOS
77-
//*============================================================================*
78-
7975
#if os(iOS)
8076

8177
import DiffableTextViewsXiOS
8278

79+
//*============================================================================*
80+
// MARK: * Constant x iOS
81+
//*============================================================================*
82+
8383
extension ConstantTextStyle:
8484
WrapperTextStyleXiOS,
8585
DiffableTextStyleXiOS where

Sources/DiffableTextStylesXWrapper/Equals.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ extension DiffableTextStyle {
6868
}
6969
}
7070

71-
//*============================================================================*
72-
// MARK: * Equals x iOS
73-
//*============================================================================*
74-
7571
#if os(iOS)
7672

7773
import DiffableTextViewsXiOS
7874

75+
//*============================================================================*
76+
// MARK: * Equals x iOS
77+
//*============================================================================*
78+
7979
extension EqualsTextStyle:
8080
WrapperTextStyleXiOS,
8181
DiffableTextStyleXiOS where

Sources/DiffableTextStylesXWrapper/Wrapper.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ extension WrapperTextStyle {
7777
}
7878
}
7979

80-
//*============================================================================*
81-
// MARK: Wrapper x iOS
82-
//*============================================================================*
83-
8480
#if os(iOS)
8581

8682
import DiffableTextViewsXiOS
8783

84+
//*============================================================================*
85+
// MARK: Wrapper x iOS
86+
//*============================================================================*
87+
8888
@usableFromInline protocol WrapperTextStyleXiOS:
8989
WrapperTextStyle,
9090
DiffableTextStyleXiOS where

Sources/DiffableTextViews/Exports.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
@_exported import DiffableTextStyles
1515

16+
#if os(iOS)
17+
1618
//*============================================================================*
1719
// MARK: * Exports x Views x iOS
1820
//*============================================================================*
1921

20-
#if os(iOS)
21-
2222
@_exported import DiffableTextViewsXiOS
2323

2424
#endif

0 commit comments

Comments
 (0)