Skip to content

Commit 14af0a6

Browse files
authored
Merge pull request #38 from ricky641b/fixed_bundle_util_error
fixed Invalid Redeclaration of BundleUtil
2 parents 594e52e + d8f8eb1 commit 14af0a6

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

PasswordTextField/BundleUtil_spm.swift

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![PasswordTextFieldBanner](Art/passwordTextFieldBanner.png)
22

3-
[![Build Status](https://travis-ci.org/PiXeL16/PasswordTextField.svg?branch=master)](https://travis-ci.org/PiXeL16/PasswordTextField/) [![codecov.io](https://codecov.io/github/PiXeL16/PasswordTextField/coverage.svg?branch=master)](https://codecov.io/github/PiXeL16/PasswordTextField?branch=master) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PasswordTextField.svg)](https://img.shields.io/cocoapods/v/PasswordTextField.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)[![SPM compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)]
3+
[![Build Status](https://travis-ci.org/PiXeL16/PasswordTextField.svg?branch=master)](https://travis-ci.org/PiXeL16/PasswordTextField/) [![codecov.io](https://codecov.io/github/PiXeL16/PasswordTextField/coverage.svg?branch=master)](https://codecov.io/github/PiXeL16/PasswordTextField?branch=master) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PasswordTextField.svg)](https://img.shields.io/cocoapods/v/PasswordTextField.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
44
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/matteocrippa/awesome-swift) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/PiXeL16/PasswordTextField/master/LICENSE)
55
[![Language](https://img.shields.io/badge/language-Swift%205.0-orange.svg)](https://swift.org)
66

@@ -43,16 +43,6 @@ Create a `Cartfile` that lists the framework and run `carthage bootstrap`. Follo
4343
github "PiXeL16/PasswordTextField"
4444
```
4545

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-
5646
#### Manually
5747
1. Download and drop ```/PasswordTextField``` folder in your project.
5848
2. Congratulations!

0 commit comments

Comments
 (0)