Kraken IOS Build now generates a framework rather than a static library.
Xcode 6 now required
This commit is contained in:
13
kraken_osx/kraken.mm
Normal file
13
kraken_osx/kraken.mm
Normal 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
|
||||
Reference in New Issue
Block a user