summaryrefslogtreecommitdiff
path: root/data/cmake/ApplicationServices.diff
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-13 06:36:34 +0000
committerSam Bingner <sam@bingner.com>2019-05-08 14:16:13 -1000
commit0bbd60daa93c408aafcfb84c769528c9c4edfed3 (patch)
tree50824a79ba1332ca26c9ba2000a9cb9c8b565567 /data/cmake/ApplicationServices.diff
parentca02b0697f2f05de3bdd6c2f7cce928c9937bbc6 (diff)
Added cmake.
Diffstat (limited to 'data/cmake/ApplicationServices.diff')
-rw-r--r--data/cmake/ApplicationServices.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/cmake/ApplicationServices.diff b/data/cmake/ApplicationServices.diff
new file mode 100644
index 000000000..ab17a1048
--- /dev/null
+++ b/data/cmake/ApplicationServices.diff
@@ -0,0 +1,12 @@
+diff -ur cmake-3.14.2/Source/cmGlobalXCodeGenerator.cxx cmake-3.14.2+iPhone/Source/cmGlobalXCodeGenerator.cxx
+--- cmake-3.14.2/Source/cmGlobalXCodeGenerator.cxx 2019-04-12 12:10:08.000000000 +0000
++++ cmake-3.14.2+iPhone/Source/cmGlobalXCodeGenerator.cxx 2019-04-17 20:39:56.609722294 +0000
+@@ -36,7 +36,7 @@
+
+ struct cmLinkImplementation;
+
+-#if defined(CMAKE_BUILD_WITH_CMAKE) && defined(__APPLE__)
++#if 0 // defined(CMAKE_BUILD_WITH_CMAKE) && defined(__APPLE__)
+ # define HAVE_APPLICATION_SERVICES
+ # include <ApplicationServices/ApplicationServices.h>
+ #endif