diff options
| author | aarne <aarne@chalmers.se> | 2015-11-11 10:56:22 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2015-11-11 10:56:22 +0000 |
| commit | a4919b6c94b5298c5d820a12d9dd41ff005fa542 (patch) | |
| tree | 7524be08512c49da3ea9c1f6202dbdf6a6ce8b79 /src/ui/ios/gf-ios-swiftTests | |
| parent | 6cb2526253162cfef76dcd690b1a5c51656e1f29 (diff) | |
moved old ios-swift files to the subdirectory src/ui/ios/old-swift
Diffstat (limited to 'src/ui/ios/gf-ios-swiftTests')
| -rw-r--r-- | src/ui/ios/gf-ios-swiftTests/Info.plist | 24 | ||||
| -rw-r--r-- | src/ui/ios/gf-ios-swiftTests/gf_ios_swiftTests.swift | 28 |
2 files changed, 0 insertions, 52 deletions
diff --git a/src/ui/ios/gf-ios-swiftTests/Info.plist b/src/ui/ios/gf-ios-swiftTests/Info.plist deleted file mode 100644 index fe7f434fb..000000000 --- a/src/ui/ios/gf-ios-swiftTests/Info.plist +++ /dev/null @@ -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>GF.$(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> diff --git a/src/ui/ios/gf-ios-swiftTests/gf_ios_swiftTests.swift b/src/ui/ios/gf-ios-swiftTests/gf_ios_swiftTests.swift deleted file mode 100644 index 8829b37a3..000000000 --- a/src/ui/ios/gf-ios-swiftTests/gf_ios_swiftTests.swift +++ /dev/null @@ -1,28 +0,0 @@ -import UIKit -import XCTest - -class gf_ios_swiftTests: 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. - } - } - -} |
