Skip to content

Commit 5e4fdc1

Browse files
committed
fixed BundleUtil error when added via SPM
fixed BundleUtil error when added via SPM
1 parent 14af0a6 commit 5e4fdc1

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
name: "PasswordTextField",
2323
dependencies: [],
2424
path: "PasswordTextField",
25-
exclude: ["BundleUtil.swift", "Info.plist"],
25+
exclude: ["Info.plist"],
2626
resources: [.process("Media")]),
2727
]
2828
)

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ A custom TextField with a switchable icon which shows or hides the password and
2121
:octocat: Installation
2222
---
2323

24+
#### Swift Package Manager (SPM)
25+
26+
1. In Xcode 11+ select *File > Packages > Add Package Dependency...*.
27+
2. Enter this project's URL: https://github.com/PiXeL16/PasswordTextField
28+
2429
#### CocoaPods
2530
You can use [CocoaPods](http://cocoapods.org/) to install `PasswordTextField` by adding it to your `Podfile`:
2631

0 commit comments

Comments
 (0)