Updated Documentation

This commit is contained in:
Kieran Lafferty
2013-08-06 20:41:46 -04:00
parent 8558d2d2d8
commit c362dddae0
242 changed files with 14747 additions and 147 deletions

View 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>KL.${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>

View File

@@ -0,0 +1,13 @@
//
// KLCircleViewControllerDemoTests.h
// KLCircleViewControllerDemoTests
//
// Created by IBM on 2013-07-23.
// Copyright (c) 2013 KL. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KLCircleViewControllerDemoTests : SenTestCase
@end

View File

@@ -0,0 +1,32 @@
//
// KLCircleViewControllerDemoTests.m
// KLCircleViewControllerDemoTests
//
// Created by IBM on 2013-07-23.
// Copyright (c) 2013 KL. All rights reserved.
//
#import "KLCircleViewControllerDemoTests.h"
@implementation KLCircleViewControllerDemoTests
- (void)setUp
{
[super setUp];
// Set-up code here.
}
- (void)tearDown
{
// Tear-down code here.
[super tearDown];
}
- (void)testExample
{
STFail(@"Unit tests are not implemented yet in KLCircleViewControllerDemoTests");
}
@end

View File

@@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */