Skip to content

Commit 933a280

Browse files
committed
chore: update docs
1 parent db03560 commit 933a280

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitTouch
22

3-
An open-source mobile app for Git services including GitHub, GitLab, Bitbucket and Gitea, built with Flutter
3+
An open-source mobile app for Git services including [GitHub](https://github.com/), [GitLab](https://gitlab.com/), [Bitbucket](https://bitbucket.org/), [Gitea](https://gitea.com/) and [Gitee](https://gitee.com/), built with Flutter
44

55
<p>
66
<a href="https://apps.apple.com/us/app/gittouch/id1452042346?itsct=apps_box&itscg=30200"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-US" alt="Download on the App Store" height="60"></a>
@@ -16,7 +16,7 @@ Android users can also download APK file from [release page](https://github.com/
1616
## Screenshots
1717

1818
<p>
19-
<img src="assets/screenshot-dark.png" alt="Dark screenshot" width="400" /><img src="assets/screenshot-light.png" alt="Light screenshot" width="400" />
19+
<img src="https://raw.githubusercontent.com/pd4d10/git-touch/main/assets/screenshot-dark.png" alt="Dark screenshot" width="400" /><img src="https://raw.githubusercontent.com/pd4d10/git-touch/main/assets/screenshot-light.png" alt="Light screenshot" width="320" />
2020
</p>
2121

2222
## Supported platforms
@@ -34,6 +34,7 @@ https://github.com/git-touch/git-touch/issues/29
3434
| BitBucket | https://bitbucket.org | [BitBucket API](https://developer.atlassian.com/bitbucket/api/2/reference) |||
3535
| Gogs | https://try.gogs.io/ | [Gogs API](https://github.com/gogs/docs-api) | 🚧 ||
3636
| Gitea | https://gitea.com/ | [Gitea API](https://try.gitea.io/api/swagger#/) |||
37+
| Gitee | https://gitee.com/ | [Gitee API](https://gitee.com/api/v5/swagger) || 💬 |
3738

3839
## Contributing
3940

@@ -45,4 +46,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md).
4546

4647
## License
4748

48-
Apache License 2.0
49+
Apache-2.0 License

ios/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ PODS:
1212
- Flutter
1313
- url_launcher (0.0.1):
1414
- Flutter
15+
- webview_flutter (0.0.1):
16+
- Flutter
1517

1618
DEPENDENCIES:
1719
- Flutter (from `Flutter`)
@@ -21,6 +23,7 @@ DEPENDENCIES:
2123
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
2224
- uni_links (from `.symlinks/plugins/uni_links/ios`)
2325
- url_launcher (from `.symlinks/plugins/url_launcher/ios`)
26+
- webview_flutter (from `.symlinks/plugins/webview_flutter/ios`)
2427

2528
EXTERNAL SOURCES:
2629
Flutter:
@@ -37,6 +40,8 @@ EXTERNAL SOURCES:
3740
:path: ".symlinks/plugins/uni_links/ios"
3841
url_launcher:
3942
:path: ".symlinks/plugins/url_launcher/ios"
43+
webview_flutter:
44+
:path: ".symlinks/plugins/webview_flutter/ios"
4045

4146
SPEC CHECKSUMS:
4247
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
@@ -46,6 +51,7 @@ SPEC CHECKSUMS:
4651
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
4752
uni_links: d97da20c7701486ba192624d99bffaaffcfc298a
4853
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
54+
webview_flutter: d2b4d6c66968ad042ad94cbb791f5b72b4678a96
4955

5056
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
5157

0 commit comments

Comments
 (0)