diff options
| author | cenny <cenny@me.com> | 2015-11-11 13:30:21 +0000 |
|---|---|---|
| committer | cenny <cenny@me.com> | 2015-11-11 13:30:21 +0000 |
| commit | e95037b850da4ac0c7c2a4e0805f4623af089111 (patch) | |
| tree | 613448ee6fa60529c268f0e0cfbbb8446dd3739a /src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests | |
| parent | a4919b6c94b5298c5d820a12d9dd41ff005fa542 (diff) | |
iOS app sources copied from https://github.com/cennydavidsson/GF. Not yet tested with current GF.
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, 64 insertions, 0 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 new file mode 100644 index 000000000..1e514080d --- /dev/null +++ b/src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests/GF_Offline_TranslatorTests.m @@ -0,0 +1,40 @@ +// +// 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 new file mode 100644 index 000000000..fe7f434fb --- /dev/null +++ b/src/ui/ios/GF-Offline-Translator/GF Offline TranslatorTests/Info.plist @@ -0,0 +1,24 @@ +<?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> |
