Skip to content

Commit 85b3252

Browse files
committed
Fix missing watchOS target compile sources
1 parent a2952ef commit 85b3252

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-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
};

0 commit comments

Comments
 (0)