You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,16 +43,6 @@ Create a `Cartfile` that lists the framework and run `carthage bootstrap`. Follo
43
43
github "PiXeL16/PasswordTextField"
44
44
```
45
45
46
-
### Swift Package Manager
47
-
48
-
**NOTE**: _These instructions are intended for usage on Xcode 11 and higher. Xcode 11 is the first version of Xcode that integrates Swift Package Manager and makes it way easier to use than it was at the command line. If you are using older versions of Xcode, we recommend using CocoaPods._
49
-
50
-
1. Go to File > Swift Packages > Add Package Dependency...
51
-
2. Paste the URL to the `PasswordTextField` repo on GitHub (https://github.com/PiXeL16/PasswordTextField.git) into the search bar, then hit the Next button:
52
-
3. Select the latest version and then hit next (Xcode will automatically suggest the current version Up to Next Major).
53
-
4. Select the `PasswordTextField` library and then hit finish.
54
-
5. You're done!
55
-
56
46
#### Manually
57
47
1. Download and drop ```/PasswordTextField``` folder in your project.
0 commit comments