]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - xcode/config.h
Add libcups component name, localization bundle support for iOS.
[thirdparty/cups.git] / xcode / config.h
index 458770de0520ae9a0e5c23e75c8a0069650ae7c5..534445ea84a607df7ffdb1cfba9c0ced98f47b0c 100644 (file)
 
 
 /*
- * Location of macOS localization bundle, if any.
+ * Location of localization bundle, if any.
  */
 
-#if !TARGET_OS_IOS
+#if TARGET_OS_IOS
+#  define CUPS_BUNDLEDIR "/System/Library/PrivateFrameworks/PrintKit.framework/Versions/A"
+#else
 #  define CUPS_BUNDLEDIR "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A"
-#endif /* !TARGET_OS_IOS */
+#endif /* TARGET_OS_IOS */
 
 
 /*