this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix Building For Older Version Of Clang

Resolves #1483

Thomas A f542b59c 327488e0

+5 -3
+1
src/frameworks/Quartz/ImageKit/CMakeLists.txt
··· 453 453 Foundation 454 454 AppKit 455 455 QuartzCore 456 + ImageCaptureCore 456 457 )
+1 -1
src/frameworks/Quartz/ImageKit/include/ImageKit/ICCameraFile+IK.h
··· 18 18 */ 19 19 20 20 #include <Foundation/Foundation.h> 21 - #import <ImageCaptureCore/ImageCaptureCore.h> 21 + #import <ImageCaptureCore/ICCameraFile.h> 22 22 23 23 @interface ICCameraFile (IK) 24 24
+1 -1
src/frameworks/Quartz/ImageKit/include/ImageKit/ICDevice+IKDeviceBrowserViewExtension.h
··· 18 18 */ 19 19 20 20 #include <Foundation/Foundation.h> 21 - #import <ImageCaptureCore/ImageCaptureCore.h> 21 + #import <ImageCaptureCore/ICDevice.h> 22 22 23 23 @interface ICDevice (IKDeviceBrowserViewExtension) 24 24
+1
src/private-frameworks/CoreSimulator/CMakeLists.txt
··· 93 93 system 94 94 objc 95 95 Foundation 96 + AppKit 96 97 )
+1 -1
src/private-frameworks/CoreSimulator/include/CoreSimulator/NSPasteboardItem+SimPasteboardItem.h
··· 18 18 */ 19 19 20 20 #include <Foundation/Foundation.h> 21 - #import <AppKit/AppKit.h> 21 + #import <AppKit/NSPasteboardItem.h> 22 22 23 23 @interface NSPasteboardItem (SimPasteboardItem) 24 24