Skip to content

Commit

Permalink
removed bogus comment
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ungar committed Nov 10, 2016
1 parent 5f69446 commit 77686ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0810"
LastUpgradeVersion = "9999"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -14,7 +14,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "______Target_MiniPromiseKit"
BlueprintIdentifier = "OBJ_19"
BuildableName = "MiniPromiseKit.framework"
BlueprintName = "MiniPromiseKit"
ReferencedContainer = "container:MiniPromiseKit.xcodeproj">
Expand All @@ -32,7 +32,7 @@
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "______Target_MiniPromiseKitTests"
BlueprintIdentifier = "OBJ_29"
BuildableName = "MiniPromiseKitTests.xctest"
BlueprintName = "MiniPromiseKitTests"
ReferencedContainer = "container:MiniPromiseKit.xcodeproj">
Expand All @@ -55,7 +55,7 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "______Target_MiniPromiseKit"
BlueprintIdentifier = "OBJ_19"
BuildableName = "MiniPromiseKit.framework"
BlueprintName = "MiniPromiseKit"
ReferencedContainer = "container:MiniPromiseKit.xcodeproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>OBJ_19</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>OBJ_29</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>______Target_MiniPromiseKit</key>
<dict>
<key>primary</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Result.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public extension Result {
}


public extension Result { // not for book
public extension Result {

// Could add in all of the Promise protocol
// The following is not needed for the book.
Expand Down

0 comments on commit 77686ed

Please sign in to comment.