Initial Commit
This commit is contained in:
BIN
FlikrkrTests/._FlikrkrTests.m
Normal file
BIN
FlikrkrTests/._FlikrkrTests.m
Normal file
Binary file not shown.
22
FlikrkrTests/FlikrkrTests-Info.plist
Normal file
22
FlikrkrTests/FlikrkrTests-Info.plist
Normal file
@ -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>Oui.${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>
|
34
FlikrkrTests/FlikrkrTests.m
Normal file
34
FlikrkrTests/FlikrkrTests.m
Normal file
@ -0,0 +1,34 @@
|
||||
//
|
||||
// FlikrkrTests.m
|
||||
// FlikrkrTests
|
||||
//
|
||||
// Created by esgi on 10/04/2014.
|
||||
// Copyright (c) 2014 Oui. All rights reserved.
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
@interface FlikrkrTests : XCTestCase
|
||||
|
||||
@end
|
||||
|
||||
@implementation FlikrkrTests
|
||||
|
||||
- (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
|
BIN
FlikrkrTests/en.lproj/._InfoPlist.strings
Normal file
BIN
FlikrkrTests/en.lproj/._InfoPlist.strings
Normal file
Binary file not shown.
2
FlikrkrTests/en.lproj/InfoPlist.strings
Normal file
2
FlikrkrTests/en.lproj/InfoPlist.strings
Normal file
@ -0,0 +1,2 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
Reference in New Issue
Block a user