|
@@ -2,20 +2,17 @@
|
|
|
[](https://github.com/nextcloud/ios/releases/latest) [](https://github.com/nextcloud/ios/actions/workflows/xcode.yml) [](https://github.com/nextcloud/ios/actions/workflows/lint.yml)
|
|
|
[](https://webchat.freenode.net/?channels=nextcloud-mobile)
|
|
|
|
|
|
-<img src="Animation.gif"
|
|
|
-alt="Demo of the Nextcloud iOS files app"
|
|
|
-height="400">
|
|
|
+<img src="Animation.gif" alt="Demo of the Nextcloud iOS files app" width="277" height="600">
|
|
|
|
|
|
[<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
|
|
|
alt="Demo of the Nextcloud iOS files app"
|
|
|
height="40">](https://itunes.apple.com/us/app/nextcloud/id1125420102)
|
|
|
|
|
|
-Check out https://nextcloud.com and follow us on [twitter.com/nextclouders](https://twitter.com/nextclouders) or [twitter.com/NextcloudiOS](https://twitter.com/NextcloudiOS)
|
|
|
+Check out https://nextcloud.com and follow us on [twitter.com/nextclouders](https://twitter.com/nextclouders)
|
|
|
|
|
|
## How to contribute
|
|
|
If you want to [contribute](https://nextcloud.com/contribute/) to Nextcloud, you are very welcome:
|
|
|
|
|
|
-- on our IRC channels [](https://webchat.freenode.net/?channels=nextcloud) and [](https://webchat.freenode.net/?channels=nextcloud-mobile) on freenode
|
|
|
- our forum at https://help.nextcloud.com/c/clients/ios
|
|
|
- for translations of the app on [Transifex](https://www.transifex.com/nextcloud/nextcloud/dashboard/)
|
|
|
- opening issues and PRs (including a corresponding issue)
|
|
@@ -41,15 +38,15 @@ branch. Maybe start working on [starter issues](https://github.com/nextcloud/ios
|
|
|
|
|
|
Easy starting points are also reviewing [pull requests](https://github.com/nextcloud/ios/pulls)
|
|
|
|
|
|
-### Xcode 13.2 Project Setup
|
|
|
+### Xcode 13.4 Project Setup
|
|
|
|
|
|
#### Dependencies
|
|
|
|
|
|
-After forking a repository you have to build the dependencies. Dependencies are managed with Carthage version 0.37.0 or later.
|
|
|
+After forking a repository you have to build the dependencies. Dependencies are managed with Carthage version 0.38.0 or later.
|
|
|
Run
|
|
|
|
|
|
```
|
|
|
-carthage update --use-xcframeworks --platform iOS --cache-builds
|
|
|
+carthage update --use-xcframeworks --platform iOS
|
|
|
```
|
|
|
to fetch and compile the dependencies.
|
|
|
|
|
@@ -75,7 +72,7 @@ Git even has a `-s | --signoff` command line option to append this to your commi
|
|
|
|
|
|
## Support
|
|
|
|
|
|
-If you need assistance or want to ask a question about the iOS app, you are welcome to [ask for support](https://help.nextcloud.com/c/clients/ios) in our forums or the [IRC-Channel](https://webchat.freenode.net/?channels=nextcloud-mobile). If you have found a bug, feel free to [open a new Issue on GitHub](https://github.com/nextcloud/ios/issues). Keep in mind, that this repository only manages the iOS app. If you find bugs or have problems with the server/backend, you should ask the [Nextcloud server team](https://github.com/nextcloud/server) for help!
|
|
|
+If you need assistance or want to ask a question about the iOS app, you are welcome to [ask for support](https://help.nextcloud.com/c/clients/ios) in our Forums. If you have found a bug, feel free to [open a new Issue on GitHub](https://github.com/nextcloud/ios/issues). Keep in mind, that this repository only manages the iOS app. If you find bugs or have problems with the server/backend, you should ask the [Nextcloud server team](https://github.com/nextcloud/server) for help!
|
|
|
|
|
|
## TestFlight
|
|
|
|