mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
WIP
This commit is contained in:
parent
9754fdc7bf
commit
b719809402
@ -1 +1 @@
|
||||
Subproject commit 73659938e18690f98b42ddbac07ccd00cbf78966
|
||||
Subproject commit aec4216b9e9c86ccaefcef33e8594d17bb38bfed
|
@ -16,7 +16,7 @@ let package = Package(
|
||||
),
|
||||
.package(url: "https://github.com/ReactiveX/RxSwift", .upToNextMinor(from: "5.1.1")),
|
||||
.package(url: "https://github.com/Quick/Nimble", .upToNextMinor(from: "8.1.1")),
|
||||
.package(name: "NvimServerTypes", path: "../NvimServer/NvimServerTypes"),
|
||||
.package(name: "NvimServerTypes", path: "../NvimServer"),
|
||||
.package(name: "RxPack", path: "../RxPack"),
|
||||
.package(name: "Commons", path: "../Commons"),
|
||||
.package(name: "Tabs", path: "../Tabs"),
|
||||
|
9
VimR.xcworkspace/contents.xcworkspacedata
generated
9
VimR.xcworkspace/contents.xcworkspacedata
generated
@ -10,15 +10,15 @@
|
||||
<FileRef
|
||||
location = "group:RxPack">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:NvimServer/NvimServerTypes">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:NvimView">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Tabs">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:NvimServer">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Commons/Support/CommonsSupport.xcodeproj">
|
||||
</FileRef>
|
||||
@ -28,9 +28,6 @@
|
||||
<FileRef
|
||||
location = "group:RxPack/Support/RxPackSupport.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:NvimServer/NvimServer.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:NvimView/Support/NvimViewSupport.xcodeproj">
|
||||
</FileRef>
|
||||
|
Loading…
Reference in New Issue
Block a user