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

https://github.com/cocool97/appledb_rs

Apple artifacts database
https://github.com/cocool97/appledb_rs

apple entitlements ios macos

Last synced: 5 months ago
JSON representation

Apple artifacts database

Awesome Lists containing this project

README

          




Apple artifacts database





ci status


dependency status


dependency status

Server storing various information about Apple internals on a per platform/version basis.

Stored artifacts:

- **Executables**
- Entitlements
- Frameworks
- **Devices**
- Versions

Main features:

- Full access via API calls, CLI or WebUI
- Designed to be easily extensible
- Works in full offline environments !

## Installation

Improved documentation available [here](./documentation/installation.md).

## Server configuration

Improved documentation available [here](./documentation/configuration.md).

## API documentation

Swagger documentations are available when running the server for both public and admin routes:

- Public routes path: `/api/v1/swagger/`
- Admin routes path: `/api/admin/swagger/`

## Useful tips

### Development

Improved documentation available [here](./documentation/development.md).

## Usage

Improved documentation available [here](./documentation/tips.md).

## Missing features

- Generate and store public / private headers

Some features may still be missing, all pull requests are welcome !