File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ let package = Package(
55 name: " RIBsTreeViewerClient " ,
66 platforms: [ . iOS( . v13) ] ,
77 products: [
8- . library( name: " RIBsTreeViewerClient " , targets: [ " RIBsTreeViewerClient " ] ) ,
9- ] ,
10- dependencies: [
11- . package ( url: " https://github.com/ReactiveX/RxSwift.git " , from: " 5.1.0 " ) ,
12- . package ( url: " https://github.com/uber/RIBs.git " , from: " 0.9.2 " ) ,
13- ] ,
14- targets: [
8+ . library( name: " RIBsTreeViewerClient " , targets: [ " RIBsTreeViewerClient " ] ) ,
9+ ] ,
10+ dependencies: [
11+ . package ( url: " https://github.com/ReactiveX/RxSwift.git " , from: " 5.1.0 " ) ,
12+ . package ( url: " https://github.com/uber/RIBs.git " , from: " master " ) ,
13+ ] ,
14+ targets: [
1515 . target(
1616 name: " RIBsTreeViewerClient " ,
17- path : " ./RIBsTreeViewerClient/Sources " ,
18- dependencies : [ " RxSwift " , " RIBs " ]
19- ) ,
17+ dependencies : [ " RxSwift " , " RIBs " ] ,
18+ path : " ./RIBsTreeViewerClient/Sources "
19+ )
2020 ]
2121)
You can’t perform that action at this time.
0 commit comments