File tree 5 files changed +7
-60
lines changed
FoundationNetworking/Resources
5 files changed +7
-60
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,7 @@ let package = Package(
180
180
" XCTest "
181
181
] ,
182
182
resources: [
183
- . copy( " Tests/Foundation/Resources/Info.plist " ) ,
184
- . copy( " Tests/Foundation/Resources/NSStringTestData.txt " )
183
+ . copy( " Foundation/Resources " )
185
184
] ,
186
185
swiftSettings: [
187
186
. define( " NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT " )
Original file line number Diff line number Diff line change 7
7
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8
8
//
9
9
10
- @_exported import FoundationEssentials
11
-
12
10
@_implementationOnly import _CoreFoundation
13
11
14
12
/**
Original file line number Diff line number Diff line change
1
+
2
+ // Re-export FoundationEssentials and Internationalization
3
+ @_exported import FoundationEssentials
4
+ @_exported import FoundationInternationalization
5
+
6
+
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments