We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f491a03 commit 272b92eCopy full SHA for 272b92e
FilestackSDKTests/SecurityTests.swift
@@ -6,7 +6,6 @@
6
// Copyright © 2017 Filestack. All rights reserved.
7
//
8
9
-import CryptoSwift
10
import XCTest
11
@testable import FilestackSDK
12
README.md
@@ -76,7 +76,6 @@ Add FilestackSDK and its dependencies as git submodules by running the following
76
```shell
77
$ git submodule add https://github.com/filestack/filestack-swift.git
78
$ git submodule add https://github.com/Alamofire/Alamofire.git
79
-$ git submodule add https://github.com/krzyzanowskim/CryptoSwift.git
80
```
81
82
Open the new `filestack-swift` folder, and drag the `FilestackSDK.xcodeproj` into the Project Navigator of your application's Xcode project.
0 commit comments