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

https://github.com/transfusion/app-info-java-graalvm


https://github.com/transfusion/app-info-java-graalvm

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# app-info-java-graalvm
[![codecov](https://codecov.io/gh/Transfusion/app-info-java-graalvm/branch/main/graph/badge.svg?token=EGBR16N3CL)](https://codecov.io/gh/Transfusion/app-info-java-graalvm)

A wrapper written in Java for the [app_info](https://github.com/icyleaf/app_info/) ruby gem which tears down and parses iOS IPAs and dSYMs, Android AABs, APKs, and ProGuard mapping files, macOS apps, `.mobileprovision` files, icons, and more.

Depends on [GraalVM](https://www.graalvm.org/) and the [Polyglot API](https://www.graalvm.org/22.0/reference-manual/ruby/Polyglot/).

## Installation
TBD

## Usage
TBD

## Version Support

| `app-info-java-graalvm` ver. | `app_info` gem ver. | GraalVM CE ver. | Target Java ver. |
|------------------------------| ------------- |-----------------| --------------- |
| 0.2.0-SNAPSHOT | 2.8.3 | 23.0.0-dev | 17
| 0.1.0-SNAPSHOT | 2.8.3 | 22.3.0-dev | 11

## License

`SPDX-License-Identifier: MIT`