Skip to content

Commit b8c3255

Browse files
Joebaylddannys42
andauthored
Fix warnings due to improper exclusion; update gitignore (#71)
Co-authored-by: Danny Sung <danny@dannysung.com>
1 parent 18f8a82 commit b8c3255

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ playground.xcworkspace
3737
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
3838
# Packages/
3939
.build/
40+
.swiftpm
4041

4142
# CocoaPods
4243
#

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let package = Package(
4343
.target(
4444
name: "Cryptor",
4545
dependencies: targetDependencies,
46-
exclude: ["Cryptor.xcodeproj", "README.md", "Sources/Info.plist"]),
46+
exclude: ["Info.plist"]),
4747
.testTarget(
4848
name: "CryptorTests",
4949
dependencies: ["Cryptor"]),

0 commit comments

Comments
 (0)