-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ab160f
commit ef859ec
Showing
33 changed files
with
1,828 additions
and
2,174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Marino Faggiana <[email protected]> | ||
All contributors can be viewed at https://github.com/nextcloud/NextcloudKit/graphs/contributors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
The NextcloudKit developers are aware that the terms of service that | ||
apply to apps distributed via Apple's App Store services may conflict | ||
with rights granted under the NextcloudKit license, the GNU General | ||
Public License, version 3 or (at your option) any later version. The | ||
copyright holders of the NextcloudKit do not wish this conflict | ||
to prevent the otherwise-compliant distribution of derived apps via | ||
the App Store. Therefore, we have committed not to pursue any license | ||
violation that results solely from the conflict between the GNU GPLv3 | ||
or any later version and the Apple App Store terms of service. In | ||
other words, as long as you comply with the GPL in all other respects, | ||
including its requirements to provide users with source code and the | ||
text of the license, we will not object to your distribution of the | ||
NextcloudKit through the App Store. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,41 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "Alamofire", | ||
"repositoryURL": "https://github.com/Alamofire/Alamofire", | ||
"state": { | ||
"branch": null, | ||
"revision": "3dc6a42c7727c49bf26508e29b0a0b35f9c7e1ad", | ||
"version": "5.8.1" | ||
} | ||
}, | ||
{ | ||
"package": "Mocker", | ||
"repositoryURL": "https://github.com/WeTransfer/Mocker.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "5d86f27a8f80d4ba388bc1a379a3c2289a1f3d18", | ||
"version": "2.6.0" | ||
} | ||
}, | ||
{ | ||
"package": "SwiftyJSON", | ||
"repositoryURL": "https://github.com/SwiftyJSON/SwiftyJSON", | ||
"state": { | ||
"branch": null, | ||
"revision": "b3dcd7dbd0d488e1a7077cb33b00f2083e382f07", | ||
"version": "5.0.1" | ||
} | ||
}, | ||
{ | ||
"package": "SwiftyXMLParser", | ||
"repositoryURL": "https://github.com/yahoojapan/SwiftyXMLParser", | ||
"state": { | ||
"branch": null, | ||
"revision": "d7a1d23f04c86c1cd2e8f19247dd15d74e0ea8be", | ||
"version": "5.6.0" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "alamofire", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Alamofire/Alamofire", | ||
"state" : { | ||
"revision" : "f455c2975872ccd2d9c81594c658af65716e9b9a", | ||
"version" : "5.9.1" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
}, | ||
{ | ||
"identity" : "mocker", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/WeTransfer/Mocker.git", | ||
"state" : { | ||
"revision" : "5d86f27a8f80d4ba388bc1a379a3c2289a1f3d18", | ||
"version" : "2.6.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swiftyjson", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/SwiftyJSON/SwiftyJSON", | ||
"state" : { | ||
"revision" : "af76cf3ef710b6ca5f8c05f3a31307d44a3c5828", | ||
"version" : "5.0.2" | ||
} | ||
}, | ||
{ | ||
"identity" : "swiftyxmlparser", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/yahoojapan/SwiftyXMLParser", | ||
"state" : { | ||
"revision" : "d7a1d23f04c86c1cd2e8f19247dd15d74e0ea8be", | ||
"version" : "5.6.0" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file was deleted.
Oops, something went wrong.
144 changes: 0 additions & 144 deletions
144
Sources/NextcloudKit/E2EE/NextcloudKit+E2EE_Async.swift
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.