Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/ios-communication-library
⛔️ DEPRECATED - ☎️ Nextcloud iOS library
https://github.com/nextcloud/ios-communication-library
archived deprecated hacktoberfest ios nextcloud obsolete open-source
Last synced: about 1 month ago
JSON representation
⛔️ DEPRECATED - ☎️ Nextcloud iOS library
- Host: GitHub
- URL: https://github.com/nextcloud/ios-communication-library
- Owner: nextcloud
- Created: 2019-10-17T08:20:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T07:50:23.000Z (about 2 years ago)
- Last Synced: 2024-09-30T02:41:47.503Z (about 2 months ago)
- Topics: archived, deprecated, hacktoberfest, ios, nextcloud, obsolete, open-source
- Language: Swift
- Homepage:
- Size: 646 KB
- Stars: 13
- Watchers: 6
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is no longer supported, please consider using [NextcloudKit](https://github.com/nextcloud/NextcloudKit) instead.
# iOS communication library
## Installation
### Carthage
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
To integrate **Nextcloud iOS Communication** into your Xcode project using Carthage, specify it in your `Cartfile`:
```
github "nextcloud/ios-communication-library" "master"
```Run `carthage update` to build the framework and drag the built `NCCommunication.framework` into your Xcode project.
### Manual
To add **Nextcloud iOS Communication** to your app without Carthage, clone this repo and place it somewhere in your project folder.
Then, add `NCCommunication.xcodeproj` to your project, select your app target and add the NCCommunication framework as an embedded binary under `General` and as a target dependency under `Build Phases`.