add vobject as submodule

This commit is contained in:
Jonas Heinrich 2023-01-21 18:19:06 +01:00
parent af5e930c69
commit 65812d8fb8
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -7,3 +7,6 @@
[submodule "dav"]
path = dav
url = https://github.com/sabre-io/dav.git
[submodule "vobject"]
path = vobject
url = git@github.com:sabre-io/vobject.git

1
.vscode/launch.json vendored
View file

@ -11,6 +11,7 @@
"port": 9000,
"pathMappings": {
"/var/lib/nextcloud/server/3rdparty/sabre/dav": "${workspaceRoot}/dav",
"/var/lib/nextcloud/server/3rdparty/sabre/vobject": "${workspaceRoot}/vobject",
},
}
]

1
vobject Submodule

@ -0,0 +1 @@
Subproject commit 5f6665f08b8c4c6b47a5cf94bf14f6f6bea30530