Skip to content

iMonZ/appdb

 
 

Repository files navigation

appdb icon

appdb

A fully-featured iOS client for appdb.to written in Swift 5.

Screenshots

appdb icon

Dependencies

  • Alamofire - Elegant HTTP Networking in Swift
  • AlamofireImage - Image component library for Alamofire
  • AlamofireNetworkActivityIndicator - Controls the visibility of the network activity indicator using Alamofire
  • BulletinBoard - General-purpose contextual cards for iOS
  • Cartography - A declarative Auto Layout DSL for Swift
  • Cosmos - A star rating control for iOS/tvOS written in Swift
  • DeepDiff - Amazingly incredible extraordinary lightning fast diffing in Swift
  • Kanna - XML/HTML parser for Swift
  • Localize-Swift - Swift friendly localization and i18n with in-app language switching
  • ObjectMapper - Simple JSON Object mapping written in Swift
  • SwiftTheme - Powerful theme/skin manager for iOS 8+
  • Static - Simple static table views for iOS in Swift
  • SwiftMessages - A very flexible message bar for iOS written in Swift
  • SwiftyJSON - The better way to deal with JSON data in Swift
  • swifter - Tiny http server engine written in Swift programming language
  • ZIPFoundation - Effortless ZIP Handling in Swift

URL Schemes available

  • appdb-ios://?tab=featured
  • appdb-ios://?tab=search
  • appdb-ios://?tab=downloads
  • appdb-ios://?tab=settings
  • appdb-ios://?tab=updates
  • appdb-ios://?tab=news
  • appdb-ios://?tab=system_status
  • appdb-ios://?tab=device_status
  • appdb-ios://?trackid=1900000538&type=[ios, cydia, books]
  • appdb-ios://?q=facebook&type=[ios, cydia, books]
  • appdb-ios://?url=https://appdb.to
  • appdb-ios://?news_id=308
  • appdb-ios://?action=authorize&code=xxx

Download

You can download the latest .ipa from here.

Build manually

Alernatively, you can build the project manually. Make sure you have Carthage installed. Run the following commands:

$ git clone https://github.com/n3d1117/appdb.git
$ cd appdb/
$ carthage update --platform iOS
$ open appdb.xcodeproj

Note: this project references the StartApp SDK. You will need to download it from here, unzip it and import StartApp.framework inside the project's Frameworks folder. Make sure to select Copy items if needed when copying the file.

License

MIT License. See LICENSE file for further information.

About

A fully-featured iOS client for appdb.to written in Swift 5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.7%
  • Other 0.3%