summaryrefslogtreecommitdiff
path: root/data/cmake/ApplicationServices.diff
diff options
context:
space:
mode:
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