1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00
This commit is contained in:
Tae Won Ha 2020-12-24 13:21:35 +01:00
parent 9754fdc7bf
commit b719809402
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
3 changed files with 5 additions and 8 deletions

@ -1 +1 @@
Subproject commit 73659938e18690f98b42ddbac07ccd00cbf78966
Subproject commit aec4216b9e9c86ccaefcef33e8594d17bb38bfed

View File

@ -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"),

View File

@ -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>