Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n3d1117/appdb

A fully-featured iOS client for appdb.to written in Swift 5
https://github.com/n3d1117/appdb

appdb apps ios ipa swift5

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        


appdb icon

# appdb
[![swift-version](https://img.shields.io/badge/swift-5.5-orange.svg)](https://github.com/apple/swift)
[![xcode-version](https://img.shields.io/badge/xcode-13.1-blue)](https://developer.apple.com/xcode/)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

A fully-featured iOS client for [appdb.to](https://appdb.to) written in Swift 5 (iOS 10+).

## Screenshots


appdb icon



appdb icon

## Dependencies
* [Alamofire](https://github.com/Alamofire/Alamofire) - Elegant HTTP Networking in Swift
* [AlamofireImage](https://github.com/Alamofire/AlamofireImage) - Image component library for Alamofire
* [AlamofireNetworkActivityIndicator](https://github.com/Alamofire/AlamofireNetworkActivityIndicator) - Controls the visibility of the network activity indicator using Alamofire
* [BulletinBoard](https://github.com/alexaubry/BulletinBoard) - General-purpose contextual cards for iOS
* [Cartography](https://github.com/robb/Cartography) - A declarative Auto Layout DSL for Swift
* [Cosmos](https://github.com/evgenyneu/Cosmos) - A star rating control for iOS/tvOS written in Swift
* [DeepDiff](https://github.com/onmyway133/DeepDiff) - Amazingly incredible extraordinary lightning fast diffing in Swift
* [Kanna](https://github.com/tid-kijyun/Kanna) - XML/HTML parser for Swift
* [Localize-Swift](https://github.com/marmelroy/Localize-Swift) - Swift friendly localization and i18n with in-app language switching
* [ObjectMapper](https://github.com/tristanhimmelman/ObjectMapper) - Simple JSON Object mapping written in Swift
* [SwiftTheme](https://github.com/wxxsw/SwiftTheme) - Powerful theme/skin manager for iOS 8+
* [Static](https://github.com/venmo/Static) - Simple static table views for iOS in Swift
* [SwiftMessages](https://github.com/SwiftKickMobile/SwiftMessages) - A very flexible message bar for iOS written in Swift
* [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) - The better way to deal with JSON data in Swift
* [swifter](https://github.com/httpswift/swifter) - Tiny http server engine written in Swift programming language
* [ZIPFoundation](https://github.com/weichsel/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://?tab=wishes`
* `appdb-ios://?tab=custom_apps`
* `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 the [releases page](https://github.com/n3d1117/appdb/releases).

## Build manually
Alernatively, you can build the project manually. Run the following commands:
```
$ git clone https://github.com/n3d1117/appdb.git
$ cd appdb/
$ open appdb.xcodeproj
```

## License
MIT License. See [LICENSE](LICENSE) file for further information.