Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 8d8794d

Browse files
authored
Merge pull request #2 from YAtechnologies/feature/CMB-18181/exclude-package-swift-from-sources
[CMB-18181] | Fix `Package.swift` included in sources
2 parents 92c3211 + 35581a3 commit 8d8794d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# XMPPFramework Changelog
2+
3+
## [0.1.1]
4+
### Fixed
5+
- Resolved an issue with `Package.swift` being included in sources, which caused issues in Tuist-based projects. [#2](https://github.com/YAtechnologies/XMPPFramework/pull/2)
6+
27
## 0.1.0
38
- Stable version from master branch

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ let package = Package(
3636
],
3737
path: ".",
3838
exclude: [
39+
"Package.swift",
3940
"Swift",
4041
"Xcode",
4142
"README.md",

0 commit comments

Comments
 (0)