Skip to content

Commit

Permalink
document all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
jflinter committed Apr 14, 2017
1 parent 84c24d3 commit 847ea7f
Show file tree
Hide file tree
Showing 59 changed files with 8,520 additions and 266 deletions.
12 changes: 6 additions & 6 deletions Dwifft.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
041EBBB11B8967C300E113B3 /* Dwifft.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041EBBAE1B8967C300E113B3 /* Dwifft.swift */; };
041EBBB21B8967C300E113B3 /* Dwifft+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041EBBAF1B8967C300E113B3 /* Dwifft+UIKit.swift */; };
041EBBB31B8967C300E113B3 /* Dwifft+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041EBBAF1B8967C300E113B3 /* Dwifft+UIKit.swift */; };
046EA89D1E8C60C900FBD07D /* Dwifft+Sections.swift in Sources */ = {isa = PBXBuildFile; fileRef = 046EA89C1E8C60C900FBD07D /* Dwifft+Sections.swift */; };
046EA89E1E8C61A100FBD07D /* Dwifft+Sections.swift in Sources */ = {isa = PBXBuildFile; fileRef = 046EA89C1E8C60C900FBD07D /* Dwifft+Sections.swift */; };
0486A2651EA0A5B600D8093E /* SectionedValues.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0486A2641EA0A5B600D8093E /* SectionedValues.swift */; };
0486A2661EA0A64900D8093E /* SectionedValues.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0486A2641EA0A5B600D8093E /* SectionedValues.swift */; };
04AC329F1E88AEB000EF63DD /* SwiftCheck.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04AC329E1E88AEB000EF63DD /* SwiftCheck.framework */; };
/* End PBXBuildFile section */

Expand All @@ -38,7 +38,7 @@
041EBBA41B89679200E113B3 /* DwifftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DwifftTests.swift; sourceTree = "<group>"; };
041EBBAE1B8967C300E113B3 /* Dwifft.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Dwifft.swift; sourceTree = "<group>"; };
041EBBAF1B8967C300E113B3 /* Dwifft+UIKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Dwifft+UIKit.swift"; sourceTree = "<group>"; };
046EA89C1E8C60C900FBD07D /* Dwifft+Sections.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Dwifft+Sections.swift"; sourceTree = "<group>"; };
0486A2641EA0A5B600D8093E /* SectionedValues.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SectionedValues.swift; sourceTree = "<group>"; };
04AC329E1E88AEB000EF63DD /* SwiftCheck.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftCheck.framework; path = Carthage/Build/iOS/SwiftCheck.framework; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -85,7 +85,7 @@
children = (
041EBB971B89679200E113B3 /* Dwifft.h */,
041EBBAE1B8967C300E113B3 /* Dwifft.swift */,
046EA89C1E8C60C900FBD07D /* Dwifft+Sections.swift */,
0486A2641EA0A5B600D8093E /* SectionedValues.swift */,
041EBBAF1B8967C300E113B3 /* Dwifft+UIKit.swift */,
041EBB951B89679200E113B3 /* Supporting Files */,
);
Expand Down Expand Up @@ -248,7 +248,7 @@
buildActionMask = 2147483647;
files = (
041EBBB01B8967C300E113B3 /* Dwifft.swift in Sources */,
046EA89D1E8C60C900FBD07D /* Dwifft+Sections.swift in Sources */,
0486A2651EA0A5B600D8093E /* SectionedValues.swift in Sources */,
041EBBB21B8967C300E113B3 /* Dwifft+UIKit.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -257,7 +257,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
046EA89E1E8C61A100FBD07D /* Dwifft+Sections.swift in Sources */,
0486A2661EA0A64900D8093E /* SectionedValues.swift in Sources */,
041EBBB11B8967C300E113B3 /* Dwifft.swift in Sources */,
041EBBA51B89679200E113B3 /* DwifftTests.swift in Sources */,
041EBBB31B8967C300E113B3 /* Dwifft+UIKit.swift in Sources */,
Expand Down
239 changes: 0 additions & 239 deletions Dwifft/Dwifft+Sections.swift

This file was deleted.

Loading

0 comments on commit 847ea7f

Please sign in to comment.