Kraken IOS Build now generates a framework rather than a static library.

Xcode 6 now required
This commit is contained in:
2014-09-15 00:33:14 -07:00
parent 1afe308047
commit 2ea641c28c
8 changed files with 556 additions and 416 deletions

19
kraken_ios/kraken.h Normal file
View 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>