File tree Expand file tree Collapse file tree 3 files changed +15
-22
lines changed Expand file tree Collapse file tree 3 files changed +15
-22
lines changed Original file line number Diff line number Diff line change 153
153
24AE972D1FEAF30A00995987 /* Sources */ = {
154
154
isa = PBXGroup;
155
155
children = (
156
- 24AE97341FEAF30A00995987 /* SupportingFiles */,
157
156
B9EAD87E238884C90058E0CB /* Swift */,
158
157
715C61302ABEDE1900D5A2E0 /* yoga */,
159
158
715C61792ABEE4B600D5A2E0 /* YogaKit */,
171
170
path = Impl;
172
171
sourceTree = "<group>";
173
172
};
174
- 24AE97341FEAF30A00995987 /* SupportingFiles */ = {
175
- isa = PBXGroup;
176
- children = (
177
- 24AE97351FEAF30A00995987 /* FlexLayout.h */,
178
- );
179
- path = SupportingFiles;
180
- sourceTree = "<group>";
181
- };
182
173
24DA37501EF843C500D1AB2F = {
183
174
isa = PBXGroup;
184
175
children = (
307
298
path = YogaKit;
308
299
sourceTree = "<group>";
309
300
};
301
+ 71CE1DE72B79E81500FD1037 /* Public */ = {
302
+ isa = PBXGroup;
303
+ children = (
304
+ 24AE97351FEAF30A00995987 /* FlexLayout.h */,
305
+ );
306
+ path = Public;
307
+ sourceTree = "<group>";
308
+ };
310
309
B5403C6F81C3814B69C05D0B /* Frameworks */ = {
311
310
isa = PBXGroup;
312
311
children = (
320
319
B9EAD87E238884C90058E0CB /* Swift */ = {
321
320
isa = PBXGroup;
322
321
children = (
322
+ 71CE1DE72B79E81500FD1037 /* Public */,
323
323
24AE972E1FEAF30A00995987 /* FlexLayout.swift */,
324
324
24AE972F1FEAF30A00995987 /* Impl */,
325
325
24AE97331FEAF30A00995987 /* Percent.swift */,
Original file line number Diff line number Diff line change @@ -12,34 +12,27 @@ let package = Package(
12
12
. target(
13
13
name: " FlexLayout " ,
14
14
dependencies: [ " FlexLayoutYoga " , " FlexLayoutYogaKit " ] ,
15
- path: " Sources/Swift "
15
+ path: " Sources/Swift " ,
16
+ publicHeadersPath: " Public "
16
17
) ,
17
18
. target(
18
19
name: " FlexLayoutYoga " ,
19
20
dependencies: [ ] ,
20
21
path: " Sources/yoga " ,
21
- publicHeadersPath: " include/yoga/ " ,
22
- cxxSettings: [
23
- . headerSearchPath( " include/yoga/ " ) ,
24
- . headerSearchPath( " . " ) ,
25
- ]
22
+ publicHeadersPath: " include/yoga "
26
23
) ,
27
24
. target(
28
25
name: " FlexLayoutYogaKit " ,
29
26
dependencies: [ " FlexLayoutYoga " ] ,
30
27
path: " Sources/YogaKit " ,
31
- publicHeadersPath: " include/YogaKit/ " ,
32
- cxxSettings: [
33
- . headerSearchPath( " include/YogaKit/ " ) ,
34
- . headerSearchPath( " . " ) ,
35
- ]
28
+ publicHeadersPath: " include/YogaKit "
36
29
) ,
37
30
. testTarget(
38
31
name: " FlexLayoutTests " ,
39
32
dependencies: [
40
- " FlexLayout "
33
+ " FlexLayout " ,
41
34
]
42
- )
35
+ ) ,
43
36
] ,
44
37
cLanguageStandard: . gnu99,
45
38
cxxLanguageStandard: . gnucxx11
File renamed without changes.
You can’t perform that action at this time.
0 commit comments