diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-15 10:33:31 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-15 10:33:31 +0100 |
| commit | 735f5ff76f79ca53a1b2ed8cc0e13a75c9a01f5d (patch) | |
| tree | 707e0f575302284d17345f61899569ab16711ff2 /src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests | |
| parent | 422248f11fdb1aa76af72bee67d30ea8d63fa892 (diff) | |
Remove `src/ui` folder, moved to:
https://github.com/GrammaticalFramework/gf-offline-translator
Diffstat (limited to 'src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests')
| -rw-r--r-- | src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests/GF_Offline_TranslatorTests.m | 40 | ||||
| -rw-r--r-- | src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests/Info.plist | 24 |
2 files changed, 0 insertions, 64 deletions
diff --git a/src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests/GF_Offline_TranslatorTests.m b/src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests/GF_Offline_TranslatorTests.m deleted file mode 100644 index 1e514080d..000000000 --- a/src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests/GF_Offline_TranslatorTests.m +++ /dev/null @@ -1,40 +0,0 @@ -// -// GF_Offline_TranslatorTests.m -// GF Offline TranslatorTests -// -// Created by Cenny Davidsson on 2015-04-27. -// Copyright (c) 2015 Grammatical Framework. All rights reserved. -// - -#import <UIKit/UIKit.h> -#import <XCTest/XCTest.h> - -@interface GF_Offline_TranslatorTests : XCTestCase - -@end - -@implementation GF_Offline_TranslatorTests - -- (void)setUp { - [super setUp]; - // Put setup code here. This method is called before the invocation of each test method in the class. -} - -- (void)tearDown { - // Put teardown code here. This method is called after the invocation of each test method in the class. - [super tearDown]; -} - -- (void)testExample { - // This is an example of a functional test case. - XCTAssert(YES, @"Pass"); -} - -- (void)testPerformanceExample { - // This is an example of a performance test case. - [self measureBlock:^{ - // Put the code you want to measure the time of here. - }]; -} - -@end diff --git a/src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests/Info.plist b/src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests/Info.plist deleted file mode 100644 index fe7f434fb..000000000 --- a/src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests/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> |
