File tree Expand file tree Collapse file tree 5 files changed +7
-60
lines changed
FoundationNetworking/Resources Expand file tree Collapse file tree 5 files changed +7
-60
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,7 @@ let package = Package(
180180 " XCTest "
181181 ] ,
182182 resources: [
183- . copy( " Tests/Foundation/Resources/Info.plist " ) ,
184- . copy( " Tests/Foundation/Resources/NSStringTestData.txt " )
183+ . copy( " Foundation/Resources " )
185184 ] ,
186185 swiftSettings: [
187186 . define( " NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT " )
Original file line number Diff line number Diff line change 77// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
88//
99
10- @_exported import FoundationEssentials
11-
1210@_implementationOnly import _CoreFoundation
1311
1412/**
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