Semanitcally import Foundation rather than Cocoa

Cocoa/Cocoa.h doesn't exist on iOS and all this header file needs is
some exports from Foundation.
This commit is contained in:
Tom Booth 2016-02-16 00:46:47 +00:00
parent aec66f930c
commit 7da9b0a084

View File

@ -6,7 +6,7 @@
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@import Foundation;
//! Project version number for SwiftGit2.
FOUNDATION_EXPORT double SwiftGit2VersionNumber;