@@ -81,48 +81,48 @@ let package = Package(
81
81
name: " FoundationICU " ,
82
82
products: [
83
83
. library(
84
- name: " FoundationICU " ,
85
- targets: [ " FoundationICU " ] ) ,
84
+ name: " _FoundationICU " ,
85
+ targets: [ " _FoundationICU " ] ) ,
86
86
. library(
87
- name: " FoundationICUCommon " ,
88
- targets: [ " FoundationICUCommon " ] ) ,
87
+ name: " _FoundationICUCommon " ,
88
+ targets: [ " _FoundationICUCommon " ] ) ,
89
89
. library(
90
- name: " FoundationICUI18N " ,
91
- targets: [ " FoundationICUI18N " ] ) ,
90
+ name: " _FoundationICUI18N " ,
91
+ targets: [ " _FoundationICUI18N " ] ) ,
92
92
. library(
93
- name: " FoundationICUIO " ,
94
- targets: [ " FoundationICUIO " ] ) ,
93
+ name: " _FoundationICUIO " ,
94
+ targets: [ " _FoundationICUIO " ] ) ,
95
95
] ,
96
96
targets: [
97
97
. target(
98
- name: " FoundationICU " ,
98
+ name: " _FoundationICU " ,
99
99
dependencies: [
100
- " FoundationICUCommon " ,
101
- " FoundationICUI18N " ,
102
- " FoundationICUIO " ,
103
- " FoundationICUStubData "
100
+ " _FoundationICUCommon " ,
101
+ " _FoundationICUI18N " ,
102
+ " _FoundationICUIO " ,
103
+ " _FoundationICUStubData "
104
104
] ,
105
105
path: " swift/FoundationICU " ) ,
106
106
. target(
107
- name: " FoundationICUCommon " ,
107
+ name: " _FoundationICUCommon " ,
108
108
path: " icuSources/common " ,
109
109
publicHeadersPath: " include " ,
110
110
cxxSettings: commonBuildSettings) ,
111
111
. target(
112
- name: " FoundationICUI18N " ,
113
- dependencies: [ " FoundationICUCommon " ] ,
112
+ name: " _FoundationICUI18N " ,
113
+ dependencies: [ " _FoundationICUCommon " ] ,
114
114
path: " icuSources/i18n " ,
115
115
publicHeadersPath: " include " ,
116
116
cxxSettings: i18nBuildSettings) ,
117
117
. target(
118
- name: " FoundationICUIO " ,
119
- dependencies: [ " FoundationICUCommon " , " FoundationICUI18N " ] ,
118
+ name: " _FoundationICUIO " ,
119
+ dependencies: [ " _FoundationICUCommon " , " _FoundationICUI18N " ] ,
120
120
path: " icuSources/io " ,
121
121
publicHeadersPath: " include " ,
122
122
cxxSettings: ioBuildSettings) ,
123
123
. target(
124
- name: " FoundationICUStubData " ,
125
- dependencies: [ " FoundationICUCommon " ] ,
124
+ name: " _FoundationICUStubData " ,
125
+ dependencies: [ " _FoundationICUCommon " ] ,
126
126
path: " icuSources/stubdata " ,
127
127
publicHeadersPath: " . " ,
128
128
cxxSettings: stubDataBuildSettings) ,
0 commit comments