diff --git a/Snap OSX/Info.plist b/Snap OSX/Info.plist deleted file mode 100644 index 13371dd..0000000 --- a/Snap OSX/Info.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - com.masonry.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSHumanReadableCopyright - Copyright © 2015 Jonas Budelmann. All rights reserved. - NSPrincipalClass - - - diff --git a/Snap OSX/Snap OSX.h b/Snap OSX/Snap OSX.h deleted file mode 100644 index 4cb292f..0000000 --- a/Snap OSX/Snap OSX.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// Snap OSX.h -// Snap OSX -// -// Created by Robert Payne on 24/03/15. -// Copyright (c) 2015 Jonas Budelmann. All rights reserved. -// - -#import - -//! Project version number for Snap OSX. -FOUNDATION_EXPORT double Snap_OSXVersionNumber; - -//! Project version string for Snap OSX. -FOUNDATION_EXPORT const unsigned char Snap_OSXVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/Snap OSXTests/Info.plist b/Snap OSXTests/Info.plist deleted file mode 100644 index 1235593..0000000 --- a/Snap OSXTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - com.masonry.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/Snap OSXTests/Snap_OSXTests.swift b/Snap OSXTests/Snap_OSXTests.swift deleted file mode 100644 index 25781f7..0000000 --- a/Snap OSXTests/Snap_OSXTests.swift +++ /dev/null @@ -1,36 +0,0 @@ -// -// Snap_OSXTests.swift -// Snap OSXTests -// -// Created by Robert Payne on 24/03/15. -// Copyright (c) 2015 Jonas Budelmann. All rights reserved. -// - -import Cocoa -import XCTest - -class Snap_OSXTests: XCTestCase { - - override func setUp() { - super.setUp() - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - - func testExample() { - // This is an example of a functional test case. - XCTAssert(true, "Pass") - } - - func testPerformanceExample() { - // This is an example of a performance test case. - self.measureBlock() { - // Put the code you want to measure the time of here. - } - } - -}