From 163f0ad687fb61806b9833ea7ad092463d88c184 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Thu, 16 Aug 2018 18:55:27 -0400 Subject: [PATCH] Switch to submodule for MastodonKit --- .gitmodules | 3 +++ MastodonKit | 1 + Tusker.xcworkspace/contents.xcworkspacedata | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 MastodonKit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..ad4df465 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "MastodonKit"] + path = MastodonKit + url = git://github.com/MastodonKit/MastodonKit.git diff --git a/MastodonKit b/MastodonKit new file mode 160000 index 00000000..cf918af9 --- /dev/null +++ b/MastodonKit @@ -0,0 +1 @@ +Subproject commit cf918af98196ab8f4829d46dbc709b1247c80af7 diff --git a/Tusker.xcworkspace/contents.xcworkspacedata b/Tusker.xcworkspace/contents.xcworkspacedata index 5bf14a84..dc1172ae 100644 --- a/Tusker.xcworkspace/contents.xcworkspacedata +++ b/Tusker.xcworkspace/contents.xcworkspacedata @@ -5,6 +5,6 @@ location = "container:Tusker.xcodeproj"> + location = "group:MastodonKit/MastodonKit.xcodeproj">