-
Notifications
You must be signed in to change notification settings - Fork 547
CoreText watchOS xcode14.0 beta2
Alex Soto edited this page Jun 24, 2022
·
4 revisions
#CoreText.framework
diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h 2022-05-31 14:51:11.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h 2022-06-17 14:47:58.000000000 -0400
@@ -2,7 +2,7 @@
* CTFontManager.h
* CoreText
*
- * Copyright (c) 2008-2021 Apple Inc. All rights reserved.
+ * Copyright (c) 2008-2022 Apple Inc. All rights reserved.
*
*/
@@ -348,7 +348,6 @@
CFArrayRef fontDescriptors,
CTFontManagerScope scope,
bool (^ _Nullable registrationHandler)(CFArrayRef errors, bool done) ) CT_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
-#endif // defined(__BLOCKS__)
/*!
@function CTFontManagerRegisterFontsWithAssetNames
@@ -378,6 +377,7 @@
CTFontManagerScope scope,
bool enabled,
bool (^ _Nullable registrationHandler)(CFArrayRef errors, bool done) ) CT_AVAILABLE(ios(13.0)) API_UNAVAILABLE(macos, watchos, tvos);
+#endif // defined(__BLOCKS__)
/*!
@function CTFontManagerEnableFontDescriptors