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

13
kraken_osx/kraken.mm Normal file
View File

@@ -0,0 +1,13 @@
//
// kraken.mm
// Kraken OSX Framework
//
// Created by Kearwood Gilbert on 12-03-15.
// Copyright (c) 2012 Kearwood Software. All rights reserved.
//
#include "kraken.h"
@implementation kraken
@end