https://github.com/skiptools/skip-revenue
Skip support for RevenueCat
https://github.com/skiptools/skip-revenue
Last synced: 5 months ago
JSON representation
Skip support for RevenueCat
- Host: GitHub
- URL: https://github.com/skiptools/skip-revenue
- Owner: skiptools
- License: other
- Created: 2026-01-11T21:14:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T02:21:23.000Z (5 months ago)
- Last Synced: 2026-01-15T08:05:37.496Z (5 months ago)
- Language: Swift
- Size: 21.5 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SkipRevenueUI
This is a free [Skip](https://skip.tools) Swift/Kotlin library project containing the following modules:
SkipRevenueUI
SkipRevenue
## Building
This project is a free Swift Package Manager module that uses the
[Skip](https://skip.tools) plugin to transpile Swift into Kotlin.
Building the module requires that Skip be installed using
[Homebrew](https://brew.sh) with `brew install skiptools/skip/skip`.
This will also install the necessary build prerequisites:
Kotlin, Gradle, and the Android build tools.
## Testing
The module can be tested using the standard `swift test` command
or by running the test target for the macOS destination in Xcode,
which will run the Swift tests as well as the transpiled
Kotlin JUnit tests in the Robolectric Android simulation environment.
Parity testing can be performed with `skip test`,
which will output a table of the test results for both platforms.
## License
This software is licensed under the
[GNU Lesser General Public License v3.0](https://spdx.org/licenses/LGPL-3.0-only.html),
with a [linking exception](https://spdx.org/licenses/LGPL-3.0-linking-exception.html)
to clarify that distribution to restricted environments (e.g., app stores) is permitted.