Skip to content

Commit

Permalink
Add Optional.swift file missing from watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoSero committed Jul 23, 2015
1 parent db789c5 commit 6bf9eb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReactiveCocoa.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
A9B316311B3940B20001CB9C /* RACDynamicPropertySuperclass.h in Headers */ = {isa = PBXBuildFile; fileRef = D43F279E1A9F7E8A00C1AD76 /* RACDynamicPropertySuperclass.h */; settings = {ATTRIBUTES = (Public, ); }; };
A9B316341B394C7F0001CB9C /* RACCompoundDisposableProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = D037646A19EDA41200A782A9 /* RACCompoundDisposableProvider.d */; };
A9B316351B394C7F0001CB9C /* RACSignalProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = D03764A319EDA41200A782A9 /* RACSignalProvider.d */; };
A9F793341B60D0140026BCBA /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = D871D69E1B3B29A40070F16C /* Optional.swift */; };
B696FB811A7640C00075236D /* TestError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B696FB801A7640C00075236D /* TestError.swift */; };
B696FB821A7640C00075236D /* TestError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B696FB801A7640C00075236D /* TestError.swift */; };
BFA6B94D1A7604D400C846D1 /* SignalProducerNimbleMatchers.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFA6B94A1A76044800C846D1 /* SignalProducerNimbleMatchers.swift */; };
Expand Down Expand Up @@ -1925,6 +1926,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A9F793341B60D0140026BCBA /* Optional.swift in Sources */,
A9B316341B394C7F0001CB9C /* RACCompoundDisposableProvider.d in Sources */,
A9B316351B394C7F0001CB9C /* RACSignalProvider.d in Sources */,
A9B315BC1B3940810001CB9C /* Disposable.swift in Sources */,
Expand Down

0 comments on commit 6bf9eb1

Please sign in to comment.