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: 6 months ago
JSON representation
A fully-featured iOS client for appdb.to written in Swift 5
- Host: GitHub
- URL: https://github.com/n3d1117/appdb
- Owner: n3d1117
- License: mit
- Created: 2017-01-29T10:37:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T15:34:17.000Z (about 1 year ago)
- Last Synced: 2025-03-29T07:09:12.768Z (7 months ago)
- Topics: appdb, apps, ios, ipa, swift5
- Language: Swift
- Homepage:
- Size: 63.4 MB
- Stars: 333
- Watchers: 21
- Forks: 46
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# appdb
[](https://github.com/apple/swift)
[](https://developer.apple.com/xcode/)
[](LICENSE)A fully-featured iOS client for [appdb.to](https://appdb.to) written in Swift 5 (iOS 10+).
## Screenshots
![]()
![]()
## 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.