Browse Source

Merge branch 'develop'

Robert Payne 11 years ago
parent
commit
45e96fddfe
4 changed files with 0 additions and 107 deletions
  1. 0 28
      Snap OSX/Info.plist
  2. 0 19
      Snap OSX/Snap OSX.h
  3. 0 24
      Snap OSXTests/Info.plist
  4. 0 36
      Snap OSXTests/Snap_OSXTests.swift

+ 0 - 28
Snap OSX/Info.plist

@@ -1,28 +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>com.masonry.$(PRODUCT_NAME:rfc1034identifier)</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>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>$(CURRENT_PROJECT_VERSION)</string>
-	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2015 Jonas Budelmann. All rights reserved.</string>
-	<key>NSPrincipalClass</key>
-	<string></string>
-</dict>
-</plist>

+ 0 - 19
Snap OSX/Snap OSX.h

@@ -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 <Cocoa/Cocoa.h>
-
-//! 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 <Snap_OSX/PublicHeader.h>
-
-

+ 0 - 24
Snap OSXTests/Info.plist

@@ -1,24 +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>com.masonry.$(PRODUCT_NAME:rfc1034identifier)</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>$(PRODUCT_NAME)</string>
-	<key>CFBundlePackageType</key>
-	<string>BNDL</string>
-	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>1</string>
-</dict>
-</plist>

+ 0 - 36
Snap OSXTests/Snap_OSXTests.swift

@@ -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.
-        }
-    }
-    
-}