Skip to content

Commit

Permalink
Fix warnings due to improper exclusion; update gitignore (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Danny Sung <[email protected]>
  • Loading branch information
Joebayld and dannys42 authored Oct 20, 2021
1 parent 18f8a82 commit b8c3255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/
.swiftpm

# CocoaPods
#
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let package = Package(
.target(
name: "Cryptor",
dependencies: targetDependencies,
exclude: ["Cryptor.xcodeproj", "README.md", "Sources/Info.plist"]),
exclude: ["Info.plist"]),
.testTarget(
name: "CryptorTests",
dependencies: ["Cryptor"]),
Expand Down

0 comments on commit b8c3255

Please sign in to comment.