Skip to content

Commit

Permalink
Fixed exclude path warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bddq committed Sep 21, 2021
1 parent f81a96a commit 14931d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.2.1](https://github.com/bixcorp/BDLocalizedDevicesModels/releases/tag/2.1.2)
Released on 2021-09-21.

#### Fixed
- Fixed exclude path warnings.

## [2.2.0](https://github.com/bixcorp/BDLocalizedDevicesModels/releases/tag/2.2.0)
Released on 2021-09-15.

Expand All @@ -16,7 +22,7 @@ Released on 2021-05-30.
Released on 2021-05-30.

#### Added
- watchOS WKInterfaceDevice extension.
- watchOS WKInterfaceDevice extension.

#### Improvements
- Sample project can run standalone watchOS app.
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let package = Package(
name: "LocalizedDeviceModel",
dependencies: [],
path: "Sources",
exclude: ["Samples",
"BundleFinder.swift"]
),
exclude: ["../Samples",
"../BundleFinder.swift"]
)
]
)

0 comments on commit 14931d1

Please sign in to comment.