Merge pull request #683 from kiwix/readme-report-bug

Instructions to upload app container
This commit is contained in:
Kelson 2024-03-05 14:10:52 +01:00 committed by GitHub
commit ee49f54685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,7 @@ iOS SDK if you want to build for iOS.
xcode-select --install
```
Then you can build `libkiwix`
Then you can build `libkiwix`
```sh
git clone https://github.com/kiwix/kiwix-build.git
@ -134,8 +134,17 @@ Once we are happy with the quality of the app in TestFlight, we can send it for
If all that is done, we should create a PR, incrementing the version number of the project (see: `project.yml`), and the deployment cycle can start again.
## Reporting a bug
* Bug reports and features requests should be done [online](https://github.com/kiwix/apple/issues).
* Follow [issue reporting good
practices](https://github.com/kiwix/overview/blob/main/REPORT_BUG.md).
* On macOS - if requested by a maintainer - pack your Kiwix app
container with the following command (then make it available
somewhere online): `tar -czvf ~/Documents/self.Kiwix.tgz
~/Library/Containers/self.Kiwix`.
## License
[GPLv3](https://www.gnu.org/licenses/gpl-3.0) or later, see
[LICENSE](LICENSE) for more details.
[LICENSE](LICENSE) for more details.