From b505852d3cb017cc830d626b99f7f2e463ec6c20 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 27 Jan 2014 09:04:12 -0800 Subject: [PATCH] Add a git submodule for iphone-api (solving GS). --- .gitmodules | 3 +++ include/GraphicsServices | 1 + iphone-api | 1 + 3 files changed, 5 insertions(+) create mode 120000 include/GraphicsServices create mode 160000 iphone-api diff --git a/.gitmodules b/.gitmodules index 7aff9c9..b45b19b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "libvncserver"] path = libvncserver url = https://github.com/SaurikIT/libvncserver.git +[submodule "iphone-api"] + path = iphone-api + url = git://git.saurik.com/iphone-api.git diff --git a/include/GraphicsServices b/include/GraphicsServices new file mode 120000 index 0000000..50308a9 --- /dev/null +++ b/include/GraphicsServices @@ -0,0 +1 @@ +../iphone-api/GraphicsServices \ No newline at end of file diff --git a/iphone-api b/iphone-api new file mode 160000 index 0000000..a90939d --- /dev/null +++ b/iphone-api @@ -0,0 +1 @@ +Subproject commit a90939db6f3470c710a75766bc67dd24975a4ddd -- 2.45.2