Skip to content

Commit cf8425e

Browse files
committed
Depend on Operadics
1 parent 0f94225 commit cf8425e

File tree

5 files changed

+9
-68
lines changed

5 files changed

+9
-68
lines changed

Cartfile

Whitespace-only changes.

Cartfile.private

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github "typelift/Operadics"
2+

Cartfile.resolved

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "typelift/Operadics" "v0.1.0"

Swiftx.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
822A5FBD1B4CC78A00F48B0B /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 822A5FBC1B4CC78A00F48B0B /* Operators.swift */; };
11+
822A5FBE1B4CC78A00F48B0B /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 822A5FBC1B4CC78A00F48B0B /* Operators.swift */; };
1012
841408BD1B1A89AD00BA2B6C /* Swiftx.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84DF76681B0BDE0A00C912B0 /* Swiftx.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1113
8480AB371A7B232A00C6162D /* Swiftx.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A88C891A70BD71003D53CF /* Swiftx.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1214
84A88C951A70BD71003D53CF /* Swiftx.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A88C891A70BD71003D53CF /* Swiftx.framework */; };
@@ -15,7 +17,6 @@
1517
84A88CFC1A70BDB9003D53CF /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CEC1A70BDB9003D53CF /* Error.swift */; };
1618
84A88CFD1A70BDB9003D53CF /* Functions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CED1A70BDB9003D53CF /* Functions.swift */; };
1719
84A88CFF1A70BDB9003D53CF /* Nothing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CEF1A70BDB9003D53CF /* Nothing.swift */; };
18-
84A88D001A70BDB9003D53CF /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CF01A70BDB9003D53CF /* Operators.swift */; };
1920
84A88D011A70BDB9003D53CF /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CF11A70BDB9003D53CF /* Optional.swift */; };
2021
84A88D021A70BDB9003D53CF /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CF21A70BDB9003D53CF /* Result.swift */; };
2122
84A88D031A70BDB9003D53CF /* Sections.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CF31A70BDB9003D53CF /* Sections.swift */; };
@@ -26,7 +27,6 @@
2627
84DF76811B0BDE4E00C912B0 /* Swiftx.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A88D071A70BDDA003D53CF /* Swiftx.h */; settings = {ATTRIBUTES = (Public, ); }; };
2728
84DF76821B0BDE5400C912B0 /* Functions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CED1A70BDB9003D53CF /* Functions.swift */; };
2829
84DF76831B0BDE5400C912B0 /* Nothing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CEF1A70BDB9003D53CF /* Nothing.swift */; };
29-
84DF76841B0BDE5400C912B0 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CF01A70BDB9003D53CF /* Operators.swift */; };
3030
84DF76851B0BDE5400C912B0 /* Sections.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CF31A70BDB9003D53CF /* Sections.swift */; };
3131
84DF76871B0BDE5400C912B0 /* Either.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CEB1A70BDB9003D53CF /* Either.swift */; };
3232
84DF76881B0BDE5400C912B0 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88CF21A70BDB9003D53CF /* Result.swift */; };
@@ -77,6 +77,7 @@
7777
/* End PBXCopyFilesBuildPhase section */
7878

7979
/* Begin PBXFileReference section */
80+
822A5FBC1B4CC78A00F48B0B /* Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Carthage/Checkouts/Operadics/Operators.swift; sourceTree = SOURCE_ROOT; };
8081
84A88C891A70BD71003D53CF /* Swiftx.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swiftx.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8182
84A88C941A70BD71003D53CF /* SwiftxTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftxTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8283
84A88CE91A70BDB9003D53CF /* Array.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Array.swift; sourceTree = "<group>"; };
@@ -85,7 +86,6 @@
8586
84A88CED1A70BDB9003D53CF /* Functions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Functions.swift; sourceTree = "<group>"; };
8687
84A88CEE1A70BDB9003D53CF /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8788
84A88CEF1A70BDB9003D53CF /* Nothing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Nothing.swift; sourceTree = "<group>"; };
88-
84A88CF01A70BDB9003D53CF /* Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Operators.swift; sourceTree = "<group>"; };
8989
84A88CF11A70BDB9003D53CF /* Optional.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Optional.swift; sourceTree = "<group>"; };
9090
84A88CF21A70BDB9003D53CF /* Result.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = "<group>"; };
9191
84A88CF31A70BDB9003D53CF /* Sections.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Sections.swift; sourceTree = "<group>"; };
@@ -156,7 +156,7 @@
156156
children = (
157157
84A88CED1A70BDB9003D53CF /* Functions.swift */,
158158
84A88CEF1A70BDB9003D53CF /* Nothing.swift */,
159-
84A88CF01A70BDB9003D53CF /* Operators.swift */,
159+
822A5FBC1B4CC78A00F48B0B /* Operators.swift */,
160160
84A88CF31A70BDB9003D53CF /* Sections.swift */,
161161
84A88D2B1A70BEE0003D53CF /* Data */,
162162
84A88D2C1A70BEEA003D53CF /* Stdlib */,
@@ -389,12 +389,12 @@
389389
84A88D021A70BDB9003D53CF /* Result.swift in Sources */,
390390
84A88CFC1A70BDB9003D53CF /* Error.swift in Sources */,
391391
84A88CFF1A70BDB9003D53CF /* Nothing.swift in Sources */,
392-
84A88D001A70BDB9003D53CF /* Operators.swift in Sources */,
393392
84A88CF91A70BDB9003D53CF /* Array.swift in Sources */,
394393
84A88D031A70BDB9003D53CF /* Sections.swift in Sources */,
395394
84A88CFB1A70BDB9003D53CF /* Either.swift in Sources */,
396395
84A88CFD1A70BDB9003D53CF /* Functions.swift in Sources */,
397396
84A88D011A70BDB9003D53CF /* Optional.swift in Sources */,
397+
822A5FBD1B4CC78A00F48B0B /* Operators.swift in Sources */,
398398
);
399399
runOnlyForDeploymentPostprocessing = 0;
400400
};
@@ -412,13 +412,13 @@
412412
files = (
413413
84DF76821B0BDE5400C912B0 /* Functions.swift in Sources */,
414414
84DF76831B0BDE5400C912B0 /* Nothing.swift in Sources */,
415-
84DF76841B0BDE5400C912B0 /* Operators.swift in Sources */,
416415
84DF76851B0BDE5400C912B0 /* Sections.swift in Sources */,
417416
84DF76871B0BDE5400C912B0 /* Either.swift in Sources */,
418417
84DF76881B0BDE5400C912B0 /* Result.swift in Sources */,
419418
84DF76891B0BDE5400C912B0 /* Array.swift in Sources */,
420419
84DF768A1B0BDE5400C912B0 /* Error.swift in Sources */,
421420
84DF768B1B0BDE5400C912B0 /* Optional.swift in Sources */,
421+
822A5FBE1B4CC78A00F48B0B /* Operators.swift in Sources */,
422422
);
423423
runOnlyForDeploymentPostprocessing = 0;
424424
};

Swiftx/Operators.swift

-62
This file was deleted.

0 commit comments

Comments
 (0)