mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
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:
parent
aec66f930c
commit
7da9b0a084
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user