Kraken IOS Build now generates a framework rather than a static library.
Xcode 6 now required
This commit is contained in:
19
kraken_ios/kraken.h
Normal file
19
kraken_ios/kraken.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// kraken.h
|
||||
// kraken
|
||||
//
|
||||
// Created by Kearwood Gilbert on 2014-09-13.
|
||||
// Copyright (c) 2014 Kearwood Software. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
//! Project version number for kraken.
|
||||
FOUNDATION_EXPORT double krakenVersionNumber;
|
||||
|
||||
//! Project version string for kraken.
|
||||
FOUNDATION_EXPORT const unsigned char krakenVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <kraken/PublicHeader.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user