Skip to content

Commit

Permalink
Fixed Mutex missing from watchOS Target
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavajay authored and JensRavens committed Sep 26, 2016
1 parent efa777b commit 1a893db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Interstellar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
2873E1191D0FF50B00CB521F /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F2DC41B1CC03E380055DC5C /* Mutex.swift */; };
4EE634721CD0C23B007A602B /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F5775D11C118F78002E134D /* Debounce.swift */; };
4EE634731CD0C23B007A602B /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F5775D21C118F78002E134D /* Delay.swift */; };
4EE634741CD0C23B007A602B /* Threading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F5775D31C118F78002E134D /* Threading.swift */; };
Expand Down Expand Up @@ -485,6 +486,7 @@
4EE634751CD0C23B007A602B /* Waiting.swift in Sources */,
4EE634781CD0C23B007A602B /* Observable.swift in Sources */,
4EE634761CD0C23B007A602B /* Result.swift in Sources */,
2873E1191D0FF50B00CB521F /* Mutex.swift in Sources */,
4EE634731CD0C23B007A602B /* Delay.swift in Sources */,
4EE634791CD0C23B007A602B /* Observable+Result.swift in Sources */,
4EE634721CD0C23B007A602B /* Debounce.swift in Sources */,
Expand Down Expand Up @@ -855,6 +857,7 @@
4EE634711CD0C18E007A602B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
8F2B8D5E1B07A92C0063EB9C /* Build configuration list for PBXProject "Interstellar" */ = {
isa = XCConfigurationList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4EE634691CD0C18E007A602B"
BuildableName = "Interstellar_watchOS.framework"
BuildableName = "Interstellar.framework"
BlueprintName = "Interstellar_watchOS"
ReferencedContainer = "container:Interstellar.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -46,7 +46,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4EE634691CD0C18E007A602B"
BuildableName = "Interstellar_watchOS.framework"
BuildableName = "Interstellar.framework"
BlueprintName = "Interstellar_watchOS"
ReferencedContainer = "container:Interstellar.xcodeproj">
</BuildableReference>
Expand All @@ -64,7 +64,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4EE634691CD0C18E007A602B"
BuildableName = "Interstellar_watchOS.framework"
BuildableName = "Interstellar.framework"
BlueprintName = "Interstellar_watchOS"
ReferencedContainer = "container:Interstellar.xcodeproj">
</BuildableReference>
Expand Down

0 comments on commit 1a893db

Please sign in to comment.