Remove Kit files

This commit is contained in:
Eryn Wells 2018-10-05 14:02:33 -07:00
parent a445e608b6
commit 28efe003bf
2 changed files with 0 additions and 45 deletions

View file

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Eryn Wells. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

View file

@ -1,19 +0,0 @@
//
// MetaballsKit.h
// MetaballsKit
//
// Created by Eryn Wells on 7/30/17.
// Copyright © 2017 Eryn Wells. All rights reserved.
//
#import <Cocoa/Cocoa.h>
//! Project version number for MetaballsKit.
FOUNDATION_EXPORT double MetaballsKitVersionNumber;
//! Project version string for MetaballsKit.
FOUNDATION_EXPORT const unsigned char MetaballsKitVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <MetaballsKit/PublicHeader.h>