Skip to content

Commit 9bfc851

Browse files
authored
Merge pull request #95 from Econa77/feature/fix-missing-watchOS
Fix missing watchOS target compile sources
2 parents a2952ef + c352942 commit 9bfc851

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Action.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
CA2861CA1ED6A41700BB327A /* InputSubjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2861C91ED6A41700BB327A /* InputSubjectTests.swift */; };
6363
CA2861CB1ED6B08300BB327A /* InputSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2861C71ED6979400BB327A /* InputSubject.swift */; };
6464
CA2861CC1ED6B08400BB327A /* InputSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2861C71ED6979400BB327A /* InputSubject.swift */; };
65+
FA3F973C1EDAF46F00A84787 /* Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F0569E21DE28587007E1D0D /* Action.swift */; };
66+
FA3F973D1EDAF46F00A84787 /* Action+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F0569E01DE28587007E1D0D /* Action+Internal.swift */; };
67+
FA3F973E1EDAF46F00A84787 /* InputSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2861C71ED6979400BB327A /* InputSubject.swift */; };
6568
/* End PBXBuildFile section */
6669

6770
/* Begin PBXContainerItemProxy section */
@@ -591,6 +594,9 @@
591594
isa = PBXSourcesBuildPhase;
592595
buildActionMask = 2147483647;
593596
files = (
597+
FA3F973C1EDAF46F00A84787 /* Action.swift in Sources */,
598+
FA3F973D1EDAF46F00A84787 /* Action+Internal.swift in Sources */,
599+
FA3F973E1EDAF46F00A84787 /* InputSubject.swift in Sources */,
594600
);
595601
runOnlyForDeploymentPostprocessing = 0;
596602
};

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Current master
55
--------------
66

77
- Replace `PublishSubject` with `InputSubject` [#92](https://github.com/RxSwiftCommunity/Action/pull/92)
8+
- Added missing sources for watchOS target [#95](https://github.com/RxSwiftCommunity/Action/pull/95)
89

910
3.0.0
1011
-----

0 commit comments

Comments
 (0)