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: 3 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T11:37:08.000Z (about 3 years ago)
- Last Synced: 2025-02-24T18:19:28.891Z (over 1 year ago)
- Topics: cicd, ios, libgdx
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ARCHIVED
This action has been archived and will no longer be maintained.
Please create your own fork.
# 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 Profile
Note: 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).