Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dulvui/libgdx-ios-upload
Github Action to release an iOS libGDX application to Testflight
https://github.com/dulvui/libgdx-ios-upload
cicd ios libgdx
Last synced: 29 days ago
JSON representation
Github Action to release an iOS libGDX application to Testflight
- Host: GitHub
- URL: https://github.com/dulvui/libgdx-ios-upload
- Owner: dulvui
- License: mit
- Created: 2022-10-25T11:51:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T11:37:08.000Z (over 1 year ago)
- Last Synced: 2024-11-22T05:48:08.135Z (about 1 month ago)
- Topics: cicd, ios, libgdx
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# libgdx-ios-upload
Github Action to upload an iOS libGDX application to Testflight.
If you are facing problems with the action or this README feels uncomplete, pull requests are welcome or open an issue.## Table of contents
- [libgdx-ios-upload](#libgdx-ios-upload)
- [Table of contents](#table-of-contents)
- [Requirements](#requirements)
- [Parameters](#parameters)
- [Working examples](#working-examples)
- [License](#license)
## Requirements
- Apple Developer Account
- libGDX Project with iOS module
- Apple Developer Certificate and Provision ProfileNote: Its recommended to create a Apple Developer service account to use a separate user/password to upload.
## Parameters
| key | required | default | description |
| ----|----------|---------|-------------|
| apple-id-username | true | | Service account username |
| apple-id-password | true | | Service account password |
| working-directory | false | . | Path to the project |## Working examples
You an find a working examples here:
https://github.com/dulvui/sn4ke/blob/main/.github/workflows/upload-ios.yml## License
This software is licensed under the [MIT license](LICENSE).