diff options
author | ch1p <me@ch1p.com> | 2015-08-14 01:04:22 +0300 |
---|---|---|
committer | ch1p <me@ch1p.com> | 2015-08-14 01:04:22 +0300 |
commit | 8c1a7423a0e526f2896d17be768abeccbeb77ad7 (patch) | |
tree | 67ad777e65ff6b0cca64a27ab5bb8455b575ffae /VKPCTests |
initial
Diffstat (limited to 'VKPCTests')
-rw-r--r-- | VKPCTests/VKPCTests-Info.plist | 22 | ||||
-rw-r--r-- | VKPCTests/VKPCTests.m | 34 | ||||
-rw-r--r-- | VKPCTests/en.lproj/InfoPlist.strings | 2 |
3 files changed, 58 insertions, 0 deletions
diff --git a/VKPCTests/VKPCTests-Info.plist b/VKPCTests/VKPCTests-Info.plist new file mode 100644 index 0000000..391c01a --- /dev/null +++ b/VKPCTests/VKPCTests-Info.plist @@ -0,0 +1,22 @@ +<?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.ch1p.${PRODUCT_NAME:rfc1034identifier}</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</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/VKPCTests/VKPCTests.m b/VKPCTests/VKPCTests.m new file mode 100644 index 0000000..8cf4d86 --- /dev/null +++ b/VKPCTests/VKPCTests.m @@ -0,0 +1,34 @@ +// +// VKPCTests.m +// VKPCTests +// +// Created by Eugene on 11/26/13. +// Copyright (c) 2013 Eugene Z. All rights reserved. +// + +#import <XCTest/XCTest.h> + +@interface VKPCTests : XCTestCase + +@end + +@implementation VKPCTests + +- (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 +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/VKPCTests/en.lproj/InfoPlist.strings b/VKPCTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/VKPCTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + |