Skip to content

Commit

Permalink
Remove Runes dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Oct 4, 2015
1 parent ff982ff commit 522bb98
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 20 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@
[submodule "Carthage/Checkouts/Result"]
path = Carthage/Checkouts/Result
url = https://github.com/antitypical/Result.git
[submodule "Carthage/Checkouts/Runes"]
path = Carthage/Checkouts/Runes
url = https://github.com/thoughtbot/Runes.git
6 changes: 0 additions & 6 deletions Carthage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
D05BD1991A26864F00A36A0E /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D05BD1981A26864F00A36A0E /* Extensions.swift */; };
D069CA241A4E3B2700314A85 /* Archive.swift in Sources */ = {isa = PBXBuildFile; fileRef = D069CA231A4E3B2700314A85 /* Archive.swift */; };
D074EDC51A049283001DE082 /* FrameworkExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D074EDC41A049283001DE082 /* FrameworkExtensions.swift */; };
D08D00DF1AA3A9FB00623970 /* Runes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D08D00DE1AA3A9FB00623970 /* Runes.framework */; };
D08D00E01AA3AA0500623970 /* Runes.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = D08D00DE1AA3A9FB00623970 /* Runes.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
D095BA3C1A187D40007F15D6 /* Bootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = D095BA3B1A187D40007F15D6 /* Bootstrap.swift */; };
D0A2025E1B114D1000C71375 /* ProducerQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0A2025D1B114D1000C71375 /* ProducerQueue.swift */; };
D0AAAB4A19FAEDB4007B24B3 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0AAAB4919FAEDB4007B24B3 /* Errors.swift */; };
Expand Down Expand Up @@ -108,7 +106,6 @@
D0E0E1B11A2D28CB0097BE2B /* ReactiveTask.framework in Copy Frameworks */,
67AFA98B1A79433900B7DA78 /* PrettyColors.framework in Copy Frameworks */,
D0F648831A4DD3EA00BCF808 /* Argo.framework in Copy Frameworks */,
D08D00E01AA3AA0500623970 /* Runes.framework in Copy Frameworks */,
D012AD111AF9844D00EE91DA /* Result.framework in Copy Frameworks */,
);
name = "Copy Frameworks";
Expand Down Expand Up @@ -157,7 +154,6 @@
D05BD1981A26864F00A36A0E /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
D069CA231A4E3B2700314A85 /* Archive.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Archive.swift; sourceTree = "<group>"; };
D074EDC41A049283001DE082 /* FrameworkExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FrameworkExtensions.swift; sourceTree = "<group>"; };
D08D00DE1AA3A9FB00623970 /* Runes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Runes.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D095BA3B1A187D40007F15D6 /* Bootstrap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Bootstrap.swift; sourceTree = "<group>"; };
D0A2025D1B114D1000C71375 /* ProducerQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProducerQueue.swift; sourceTree = "<group>"; };
D0AAAB4919FAEDB4007B24B3 /* Errors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Errors.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -215,7 +211,6 @@
D01F8A3F19EA28C400643E7C /* ReactiveCocoa.framework in Frameworks */,
67AFA98A1A79430B00B7DA78 /* PrettyColors.framework in Frameworks */,
D0F648821A4DD3D900BCF808 /* Argo.framework in Frameworks */,
D08D00DF1AA3A9FB00623970 /* Runes.framework in Frameworks */,
D012AD101AF9843700EE91DA /* Result.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -401,7 +396,6 @@
67AFA9891A79430B00B7DA78 /* PrettyColors.framework */,
D01F8A3E19EA28C400643E7C /* ReactiveCocoa.framework */,
D0E0E1AF1A2D28AC0097BE2B /* ReactiveTask.framework */,
D08D00DE1AA3A9FB00623970 /* Runes.framework */,
D0D1217019E87B05005E4BAA /* Info.plist */,
);
name = "Supporting Files";
Expand Down
3 changes: 0 additions & 3 deletions Carthage.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Carthage/Checkouts/Runes
Submodule Runes deleted from bf0d50
1 change: 0 additions & 1 deletion Source/CarthageKit/GitHub.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Argo
import Foundation
import Result
import ReactiveCocoa
import Runes

/// The User-Agent to use for GitHub requests.
private let userAgent: String = {
Expand Down
6 changes: 0 additions & 6 deletions Source/carthage/Components.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
<key>RootRelativeBundlePath</key>
<string>Library/Frameworks/CarthageKit.framework/Versions/A/Frameworks/Argo.framework</string>
</dict>
<dict>
<key>BundleOverwriteAction</key>
<string></string>
<key>RootRelativeBundlePath</key>
<string>Library/Frameworks/CarthageKit.framework/Versions/A/Frameworks/Runes.framework</string>
</dict>
<dict>
<key>BundleOverwriteAction</key>
<string></string>
Expand Down

0 comments on commit 522bb98

Please sign in to comment.