diff --git a/kraken/Info.plist b/kraken/Info.plist new file mode 100644 index 0000000..5b15498 --- /dev/null +++ b/kraken/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + com.krakenengine.kraken + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/kraken/kraken.h b/kraken/kraken.h new file mode 100644 index 0000000..e86ff20 --- /dev/null +++ b/kraken/kraken.h @@ -0,0 +1,19 @@ +// +// kraken.h +// kraken +// +// Created by Kearwood Gilbert on 2015-11-06. +// Copyright © 2015 Kearwood Software. All rights reserved. +// + +#import + +//! 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 + + diff --git a/kraken_osx/Kraken-Info.plist b/kraken_osx/Kraken-Info.plist index 9b026c0..30f579c 100644 --- a/kraken_osx/Kraken-Info.plist +++ b/kraken_osx/Kraken-Info.plist @@ -23,7 +23,7 @@ CFBundleVersion 1 NSHumanReadableCopyright - Copyright © 2014 Kearwood Software. All rights reserved. + Copyright © 2015 Kearwood Software. All rights reserved. NSPrincipalClass