File tree Expand file tree Collapse file tree 1 file changed +29
-10
lines changed Expand file tree Collapse file tree 1 file changed +29
-10
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,36 @@ let package = Package(
14
14
// Products define the executables and libraries produced by a package, and make them visible to other packages.
15
15
. library(
16
16
name: " UIKitBase " ,
17
- targets: [
18
- " UIKitBase " ,
19
- " UIKitAuthentication " ,
20
- " UIKitLocation " ,
21
- " UIKitForms " ,
22
- // "UIKitAuthenticationForms",
23
- " UIKitDateFields " ,
24
- " UIKitLegalDisclosureView " ,
25
- // "UIKitLocationForms",
26
- ]
17
+ targets: [ " UIKitBase " ]
18
+ ) ,
19
+ . library(
20
+ name: " UIKitAuthentication " ,
21
+ targets: [ " UIKitAuthentication " ]
22
+ ) ,
23
+ . library(
24
+ name: " UIKitLocation " ,
25
+ targets: [ " UIKitLocation " ]
26
+ ) ,
27
+ . library(
28
+ name: " UIKitForms " ,
29
+ targets: [ " UIKitForms " ]
27
30
) ,
31
+ // .library(
32
+ // name: "UIKitAuthenticationForms",
33
+ // targets: ["UIKitAuthenticationForms"]
34
+ // ),
35
+ . library(
36
+ name: " UIKitDateFields " ,
37
+ targets: [ " UIKitDateFields " ]
38
+ ) ,
39
+ . library(
40
+ name: " UIKitLegalDisclosureView " ,
41
+ targets: [ " UIKitLegalDisclosureView " ]
42
+ ) ,
43
+ // .library(
44
+ // name: "UIKitLocationForms",
45
+ // targets: ["UIKitLocationForms"]
46
+ // )
28
47
] ,
29
48
dependencies: [
30
49
// // Internal packages
You can’t perform that action at this time.
0 commit comments