diff --git a/.gitmodules b/.gitmodules index ba5cafa..85cd004 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "External/LlamaKit"] path = External/LlamaKit url = https://github.com/LlamaKit/LlamaKit.git +[submodule "External/Guanaco"] + path = External/Guanaco + url = https://github.com/modocache/Guanaco.git diff --git a/External/Guanaco b/External/Guanaco new file mode 160000 index 0000000..33563ba --- /dev/null +++ b/External/Guanaco @@ -0,0 +1 @@ +Subproject commit 33563ba4911f11b7cd6edb357974565c375359ad diff --git a/SwiftGit2.xcodeproj/project.pbxproj b/SwiftGit2.xcodeproj/project.pbxproj index 2aa1202..9e06bc2 100644 --- a/SwiftGit2.xcodeproj/project.pbxproj +++ b/SwiftGit2.xcodeproj/project.pbxproj @@ -34,6 +34,7 @@ BECB5F6C1A56F1B400999413 /* ReferencesSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECB5F6B1A56F1B400999413 /* ReferencesSpec.swift */; }; BECB5F6E1A57284700999413 /* Remotes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECB5F6D1A57284700999413 /* Remotes.swift */; }; BECB5F701A57286200999413 /* RemotesSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECB5F6F1A57286200999413 /* RemotesSpec.swift */; }; + DA59146D1A94549A00AED74C /* Guanaco.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA59146C1A94549A00AED74C /* Guanaco.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -117,6 +118,7 @@ BECB5F6B1A56F1B400999413 /* ReferencesSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReferencesSpec.swift; sourceTree = ""; }; BECB5F6D1A57284700999413 /* Remotes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Remotes.swift; sourceTree = ""; }; BECB5F6F1A57286200999413 /* RemotesSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RemotesSpec.swift; sourceTree = ""; }; + DA59146C1A94549A00AED74C /* Guanaco.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Guanaco.framework; path = ../External/Guanaco/build/Debug/Guanaco.framework; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -134,6 +136,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + DA59146D1A94549A00AED74C /* Guanaco.framework in Frameworks */, BEB31F811A0D79F300F525B9 /* Nimble.framework in Frameworks */, BEB31F7F1A0D79C800F525B9 /* Quick.framework in Frameworks */, BEB31F2F1A0D6F7A00F525B9 /* SwiftGit2.framework in Frameworks */, @@ -222,6 +225,7 @@ children = ( BEB31F801A0D79F300F525B9 /* Nimble.framework */, BEB31F7E1A0D79C800F525B9 /* Quick.framework */, + DA59146C1A94549A00AED74C /* Guanaco.framework */, BEB31F341A0D6F7A00F525B9 /* Info.plist */, ); name = "Supporting Files"; diff --git a/SwiftGit2.xcworkspace/contents.xcworkspacedata b/SwiftGit2.xcworkspace/contents.xcworkspacedata index a901efe..5146aa2 100644 --- a/SwiftGit2.xcworkspace/contents.xcworkspacedata +++ b/SwiftGit2.xcworkspace/contents.xcworkspacedata @@ -10,4 +10,7 @@ + +