Skip to content

Commit

Permalink
Stop using plist library as it does not exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum authored Dec 22, 2024
1 parent fe879b1 commit bc00d0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ importPaths "lib"
dependency "requests" version="~>2"
dependency "slf4d" version="~>2"

configuration "plist-d" {
dependency "plist" version="~master"
}
// configuration "plist-d" {
// dependency "plist" version="~master"
// }

configuration "libplist" {
versions "LibPlist"
dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="30d152e88767611e10048b25777ecb5f9075f87c"
dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="7e5990ea64577bd786b4a2cfff2d3609f22cc8b2"
}

subPackage {
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"handy-httpd": "5.2.1",
"httparsed": "1.2.1",
"plist": "~master",
"plist-d": {"version":"30d152e88767611e10048b25777ecb5f9075f87c","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"plist-d": {"version":"7e5990ea64577bd786b4a2cfff2d3609f22cc8b2","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"requests": "2.1.2",
"slf4d": "2.1.1",
"test_allocator": "0.3.4",
Expand Down

0 comments on commit bc00d0c

Please sign in to comment.