Add JellyfinKit
This commit is contained in:
parent
5ed7d2551c
commit
02fc87fe25
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# Created by https://www.toptal.com/developers/gitignore/api/macos
|
||||||
|
# Edit at https://www.toptal.com/developers/gitignore?templates=macos
|
||||||
|
|
||||||
|
### macOS ###
|
||||||
|
# General
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
|
|
||||||
|
# Thumbnails
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Files that might appear in the root of a volume
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
.com.apple.timemachine.donotpresent
|
||||||
|
|
||||||
|
# Directories potentially created on remote AFP share
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
|
||||||
|
### macOS Patch ###
|
||||||
|
# iCloud generated files
|
||||||
|
*.icloud
|
||||||
|
|
||||||
|
# End of https://www.toptal.com/developers/gitignore/api/macos
|
||||||
|
.build/
|
25
JellyfinKit/Package.resolved
Normal file
25
JellyfinKit/Package.resolved
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"object": {
|
||||||
|
"pins": [
|
||||||
|
{
|
||||||
|
"package": "Get",
|
||||||
|
"repositoryURL": "https://github.com/kean/Get",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "12830cc64f31789ae6f4352d2d51d03a25fc3741",
|
||||||
|
"version": "2.1.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "URLQueryEncoder",
|
||||||
|
"repositoryURL": "https://github.com/CreateAPI/URLQueryEncoder",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "4ce950479707ea109f229d7230ec074a133b15d7",
|
||||||
|
"version": "0.2.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"version": 1
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user