Skip to content

Commit 994c7fc

Browse files
committed
🐛 Fix target membership of Publisher extensions for Carthage
1 parent 805b466 commit 994c7fc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ACKategories.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
695096EF23C790A900E8F457 /* ACKategories.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69E81A0723C773370054687B /* ACKategories.framework */; };
9292
695096F023C790A900E8F457 /* ACKategories.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 69E81A0723C773370054687B /* ACKategories.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
9393
696DF854245304F400A6AC69 /* ReusableViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 696DF853245304F400A6AC69 /* ReusableViewTests.swift */; };
94+
69DB1A012831839F004B32D7 /* PublisherExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E3478AA27E37DC1004548B3 /* PublisherExtensions.swift */; };
9495
69E819F423C773240054687B /* ACKategoriesCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69E819EA23C773240054687B /* ACKategoriesCore.framework */; };
9596
69E819FB23C773240054687B /* ACKategoriesCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 69E819ED23C773240054687B /* ACKategoriesCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
9697
69E81A1023C773370054687B /* ACKategories.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69E81A0723C773370054687B /* ACKategories.framework */; platformFilter = ios; };
@@ -1022,6 +1023,7 @@
10221023
6950967623C78AC900E8F457 /* UIViewController+SafeAreaCompat.swift in Sources */,
10231024
6914B1142728231300FF177E /* TagListView.swift in Sources */,
10241025
6950964123C774DB00E8F457 /* DateFormatting.swift in Sources */,
1026+
69DB1A012831839F004B32D7 /* PublisherExtensions.swift in Sources */,
10251027
6950963F23C774DB00E8F457 /* CollectionExtensions.swift in Sources */,
10261028
6950967523C78AC900E8F457 /* TableHeaderFooterView.swift in Sources */,
10271029
6950966A23C78AC900E8F457 /* UIControl+Blocks.swift in Sources */,

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
## Next
1010

11+
## 6.11.1
12+
- Fix target membership of `Publisher` extensions ([#121](https://github.com/AckeeCZ/ACKategories/pull/121), kudos to @olejnjak)
13+
1114
## 6.11.0
1215

1316
- Create `PublisherExtensions.swift` and add `weakAssign(on:to:)`. ([#116](https://github.com/AckeeCZ/ACKategories/pull/116), kudos to @vendulasvastal)

0 commit comments

Comments
 (0)