Dactyloidae iOS initial commit

This commit is contained in:
wuggy 2026-06-26 21:04:09 -07:00
commit 7154a0497e
2123 changed files with 197052 additions and 0 deletions

View file

@ -0,0 +1,26 @@
digraph FxiOSCarthage {
"Client" -> "Alamofire"
"Client" -> "Snapkit"
"Client" -> "SDWebImage"
"Client" -> "GCDWebServer"
"Client" -> "Adjust"
"Client" -> "OnePasswordExtension"
"Client" -> "libPhoneNumber-iOS"
"Client" -> "web_metadata_ios"
"Client" -> "XCGLogger"
"Client" -> "Fuzi"
"Client" -> "Onyx"
"Client" -> "readability"
"ShareTo" -> "Alamofire"
"ShareTo" -> "SDWebImage"
"ShareTo" -> "Fuzi"
"Shared" -> "Alamofire"
"Shared" -> "XCGLogger"
"Shared" -> "SwiftKeychainWrapper"
"Shared" -> "Deferred"
"Today" -> "Snapkit"
"SendTo" -> "SDWebImage"
"SendTo" -> "Fuzi"
"ViewLater" -> "SDWebImage"
"Storage" -> "XCGLogger"
}