Skip to content

Commit

Permalink
Merge pull request #95 from Econa77/feature/fix-missing-watchOS
Browse files Browse the repository at this point in the history
Fix missing watchOS target compile sources
  • Loading branch information
freak4pc authored May 28, 2017
2 parents a2952ef + c352942 commit 9bfc851
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Action.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
CA2861CA1ED6A41700BB327A /* InputSubjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2861C91ED6A41700BB327A /* InputSubjectTests.swift */; };
CA2861CB1ED6B08300BB327A /* InputSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2861C71ED6979400BB327A /* InputSubject.swift */; };
CA2861CC1ED6B08400BB327A /* InputSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2861C71ED6979400BB327A /* InputSubject.swift */; };
FA3F973C1EDAF46F00A84787 /* Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F0569E21DE28587007E1D0D /* Action.swift */; };
FA3F973D1EDAF46F00A84787 /* Action+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F0569E01DE28587007E1D0D /* Action+Internal.swift */; };
FA3F973E1EDAF46F00A84787 /* InputSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2861C71ED6979400BB327A /* InputSubject.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -591,6 +594,9 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FA3F973C1EDAF46F00A84787 /* Action.swift in Sources */,
FA3F973D1EDAF46F00A84787 /* Action+Internal.swift in Sources */,
FA3F973E1EDAF46F00A84787 /* InputSubject.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Current master
--------------

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

3.0.0
-----
Expand Down

0 comments on commit 9bfc851

Please sign in to comment.