diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f765a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +.DS_Store +*.xcodeproj/** +!*.xcodeproj/*.pbxproj +!*.xcodeproj/xcshareddata + +*.xcworkspace/** +!*.xcworkspace/*.xcworkspacedata + +Pods +Podfile.lock +.idea + +build/* +build.output/* +pkg/* + +cpd-output.* +DerivedData +build.output +/report.html \ No newline at end of file diff --git a/DXHTTPKit.xcodeproj/project.pbxproj b/DXHTTPKit.xcodeproj/project.pbxproj new file mode 100644 index 0000000..4027d76 --- /dev/null +++ b/DXHTTPKit.xcodeproj/project.pbxproj @@ -0,0 +1,412 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + ADFB0AC2162C99AB00AC5954 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADFB0AC1162C99AB00AC5954 /* Foundation.framework */; }; + ADFB0AC7162C99AB00AC5954 /* DXHTTPKit.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = ADFB0AC6162C99AB00AC5954 /* DXHTTPKit.h */; }; + ADFB0AC9162C99AB00AC5954 /* DXHTTPKit.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFB0AC8162C99AB00AC5954 /* DXHTTPKit.m */; }; + ADFB0AD1162C99AB00AC5954 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADFB0AD0162C99AB00AC5954 /* SenTestingKit.framework */; }; + ADFB0AD3162C99AB00AC5954 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADFB0AD2162C99AB00AC5954 /* UIKit.framework */; }; + ADFB0AD4162C99AB00AC5954 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADFB0AC1162C99AB00AC5954 /* Foundation.framework */; }; + ADFB0AD7162C99AB00AC5954 /* libDXHTTPKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADFB0ABE162C99AB00AC5954 /* libDXHTTPKit.a */; }; + ADFB0ADD162C99AB00AC5954 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = ADFB0ADB162C99AB00AC5954 /* InfoPlist.strings */; }; + ADFB0AE0162C99AB00AC5954 /* DXHTTPKitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFB0ADF162C99AB00AC5954 /* DXHTTPKitTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + ADFB0AD5162C99AB00AC5954 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = ADFB0AB5162C99AB00AC5954 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ADFB0ABD162C99AB00AC5954; + remoteInfo = DXHTTPKit; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + ADFB0ABC162C99AB00AC5954 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = "include/${PRODUCT_NAME}"; + dstSubfolderSpec = 16; + files = ( + ADFB0AC7162C99AB00AC5954 /* DXHTTPKit.h in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + ADFB0ABE162C99AB00AC5954 /* libDXHTTPKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libDXHTTPKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; + ADFB0AC1162C99AB00AC5954 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + ADFB0AC5162C99AB00AC5954 /* DXHTTPKit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DXHTTPKit-Prefix.pch"; sourceTree = ""; }; + ADFB0AC6162C99AB00AC5954 /* DXHTTPKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DXHTTPKit.h; sourceTree = ""; }; + ADFB0AC8162C99AB00AC5954 /* DXHTTPKit.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DXHTTPKit.m; sourceTree = ""; }; + ADFB0ACF162C99AB00AC5954 /* DXHTTPKitTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DXHTTPKitTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; + ADFB0AD0162C99AB00AC5954 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; + ADFB0AD2162C99AB00AC5954 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; + ADFB0ADA162C99AB00AC5954 /* DXHTTPKitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DXHTTPKitTests-Info.plist"; sourceTree = ""; }; + ADFB0ADC162C99AB00AC5954 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + ADFB0ADE162C99AB00AC5954 /* DXHTTPKitTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DXHTTPKitTests.h; sourceTree = ""; }; + ADFB0ADF162C99AB00AC5954 /* DXHTTPKitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DXHTTPKitTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + ADFB0ABB162C99AB00AC5954 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ADFB0AC2162C99AB00AC5954 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + ADFB0ACB162C99AB00AC5954 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ADFB0AD1162C99AB00AC5954 /* SenTestingKit.framework in Frameworks */, + ADFB0AD3162C99AB00AC5954 /* UIKit.framework in Frameworks */, + ADFB0AD4162C99AB00AC5954 /* Foundation.framework in Frameworks */, + ADFB0AD7162C99AB00AC5954 /* libDXHTTPKit.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + ADFB0AB3162C99AB00AC5954 = { + isa = PBXGroup; + children = ( + ADFB0AC3162C99AB00AC5954 /* DXHTTPKit */, + ADFB0AD8162C99AB00AC5954 /* DXHTTPKitTests */, + ADFB0AC0162C99AB00AC5954 /* Frameworks */, + ADFB0ABF162C99AB00AC5954 /* Products */, + ); + sourceTree = ""; + }; + ADFB0ABF162C99AB00AC5954 /* Products */ = { + isa = PBXGroup; + children = ( + ADFB0ABE162C99AB00AC5954 /* libDXHTTPKit.a */, + ADFB0ACF162C99AB00AC5954 /* DXHTTPKitTests.octest */, + ); + name = Products; + sourceTree = ""; + }; + ADFB0AC0162C99AB00AC5954 /* Frameworks */ = { + isa = PBXGroup; + children = ( + ADFB0AC1162C99AB00AC5954 /* Foundation.framework */, + ADFB0AD0162C99AB00AC5954 /* SenTestingKit.framework */, + ADFB0AD2162C99AB00AC5954 /* UIKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + ADFB0AC3162C99AB00AC5954 /* DXHTTPKit */ = { + isa = PBXGroup; + children = ( + ADFB0AC6162C99AB00AC5954 /* DXHTTPKit.h */, + ADFB0AC8162C99AB00AC5954 /* DXHTTPKit.m */, + ADFB0AC4162C99AB00AC5954 /* Supporting Files */, + ); + path = DXHTTPKit; + sourceTree = ""; + }; + ADFB0AC4162C99AB00AC5954 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + ADFB0AC5162C99AB00AC5954 /* DXHTTPKit-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + ADFB0AD8162C99AB00AC5954 /* DXHTTPKitTests */ = { + isa = PBXGroup; + children = ( + ADFB0ADE162C99AB00AC5954 /* DXHTTPKitTests.h */, + ADFB0ADF162C99AB00AC5954 /* DXHTTPKitTests.m */, + ADFB0AD9162C99AB00AC5954 /* Supporting Files */, + ); + path = DXHTTPKitTests; + sourceTree = ""; + }; + ADFB0AD9162C99AB00AC5954 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + ADFB0ADA162C99AB00AC5954 /* DXHTTPKitTests-Info.plist */, + ADFB0ADB162C99AB00AC5954 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + ADFB0ABD162C99AB00AC5954 /* DXHTTPKit */ = { + isa = PBXNativeTarget; + buildConfigurationList = ADFB0AE3162C99AB00AC5954 /* Build configuration list for PBXNativeTarget "DXHTTPKit" */; + buildPhases = ( + ADFB0ABA162C99AB00AC5954 /* Sources */, + ADFB0ABB162C99AB00AC5954 /* Frameworks */, + ADFB0ABC162C99AB00AC5954 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = DXHTTPKit; + productName = DXHTTPKit; + productReference = ADFB0ABE162C99AB00AC5954 /* libDXHTTPKit.a */; + productType = "com.apple.product-type.library.static"; + }; + ADFB0ACE162C99AB00AC5954 /* DXHTTPKitTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = ADFB0AE6162C99AB00AC5954 /* Build configuration list for PBXNativeTarget "DXHTTPKitTests" */; + buildPhases = ( + ADFB0ACA162C99AB00AC5954 /* Sources */, + ADFB0ACB162C99AB00AC5954 /* Frameworks */, + ADFB0ACC162C99AB00AC5954 /* Resources */, + ADFB0ACD162C99AB00AC5954 /* ShellScript */, + ); + buildRules = ( + ); + dependencies = ( + ADFB0AD6162C99AB00AC5954 /* PBXTargetDependency */, + ); + name = DXHTTPKitTests; + productName = DXHTTPKitTests; + productReference = ADFB0ACF162C99AB00AC5954 /* DXHTTPKitTests.octest */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + ADFB0AB5162C99AB00AC5954 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0450; + ORGANIZATIONNAME = 111Minutes; + }; + buildConfigurationList = ADFB0AB8162C99AB00AC5954 /* Build configuration list for PBXProject "DXHTTPKit" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = ADFB0AB3162C99AB00AC5954; + productRefGroup = ADFB0ABF162C99AB00AC5954 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + ADFB0ABD162C99AB00AC5954 /* DXHTTPKit */, + ADFB0ACE162C99AB00AC5954 /* DXHTTPKitTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + ADFB0ACC162C99AB00AC5954 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ADFB0ADD162C99AB00AC5954 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + ADFB0ACD162C99AB00AC5954 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + ADFB0ABA162C99AB00AC5954 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ADFB0AC9162C99AB00AC5954 /* DXHTTPKit.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + ADFB0ACA162C99AB00AC5954 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ADFB0AE0162C99AB00AC5954 /* DXHTTPKitTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + ADFB0AD6162C99AB00AC5954 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = ADFB0ABD162C99AB00AC5954 /* DXHTTPKit */; + targetProxy = ADFB0AD5162C99AB00AC5954 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + ADFB0ADB162C99AB00AC5954 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + ADFB0ADC162C99AB00AC5954 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + ADFB0AE1162C99AB00AC5954 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + ADFB0AE2162C99AB00AC5954 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + ADFB0AE4162C99AB00AC5954 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DSTROOT = /tmp/DXHTTPKit.dst; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "DXHTTPKit/DXHTTPKit-Prefix.pch"; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + ADFB0AE5162C99AB00AC5954 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DSTROOT = /tmp/DXHTTPKit.dst; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "DXHTTPKit/DXHTTPKit-Prefix.pch"; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Release; + }; + ADFB0AE7162C99AB00AC5954 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + FRAMEWORK_SEARCH_PATHS = ( + "\"$(SDKROOT)/Developer/Library/Frameworks\"", + "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "DXHTTPKit/DXHTTPKit-Prefix.pch"; + INFOPLIST_FILE = "DXHTTPKitTests/DXHTTPKitTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = octest; + }; + name = Debug; + }; + ADFB0AE8162C99AB00AC5954 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + FRAMEWORK_SEARCH_PATHS = ( + "\"$(SDKROOT)/Developer/Library/Frameworks\"", + "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "DXHTTPKit/DXHTTPKit-Prefix.pch"; + INFOPLIST_FILE = "DXHTTPKitTests/DXHTTPKitTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = octest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + ADFB0AB8162C99AB00AC5954 /* Build configuration list for PBXProject "DXHTTPKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + ADFB0AE1162C99AB00AC5954 /* Debug */, + ADFB0AE2162C99AB00AC5954 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + ADFB0AE3162C99AB00AC5954 /* Build configuration list for PBXNativeTarget "DXHTTPKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + ADFB0AE4162C99AB00AC5954 /* Debug */, + ADFB0AE5162C99AB00AC5954 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + ADFB0AE6162C99AB00AC5954 /* Build configuration list for PBXNativeTarget "DXHTTPKitTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + ADFB0AE7162C99AB00AC5954 /* Debug */, + ADFB0AE8162C99AB00AC5954 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = ADFB0AB5162C99AB00AC5954 /* Project object */; +} diff --git a/DXHTTPKit/DXHTTPKit-Prefix.pch b/DXHTTPKit/DXHTTPKit-Prefix.pch new file mode 100644 index 0000000..31e30c1 --- /dev/null +++ b/DXHTTPKit/DXHTTPKit-Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'DXHTTPKit' target in the 'DXHTTPKit' project +// + +#ifdef __OBJC__ + #import +#endif diff --git a/DXHTTPKit/DXHTTPKit.h b/DXHTTPKit/DXHTTPKit.h new file mode 100644 index 0000000..6eebd2d --- /dev/null +++ b/DXHTTPKit/DXHTTPKit.h @@ -0,0 +1,13 @@ +// +// DXHTTPKit.h +// DXHTTPKit +// +// Created by Sergey Zenchenko on 10/15/12. +// Copyright (c) 2012 111Minutes. All rights reserved. +// + +#import + +@interface DXHTTPKit : NSObject + +@end diff --git a/DXHTTPKit/DXHTTPKit.m b/DXHTTPKit/DXHTTPKit.m new file mode 100644 index 0000000..8debb05 --- /dev/null +++ b/DXHTTPKit/DXHTTPKit.m @@ -0,0 +1,13 @@ +// +// DXHTTPKit.m +// DXHTTPKit +// +// Created by Sergey Zenchenko on 10/15/12. +// Copyright (c) 2012 111Minutes. All rights reserved. +// + +#import "DXHTTPKit.h" + +@implementation DXHTTPKit + +@end diff --git a/DXHTTPKitTests/DXHTTPKitTests-Info.plist b/DXHTTPKitTests/DXHTTPKitTests-Info.plist new file mode 100644 index 0000000..dc983c8 --- /dev/null +++ b/DXHTTPKitTests/DXHTTPKitTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.111min.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/DXHTTPKitTests/DXHTTPKitTests.h b/DXHTTPKitTests/DXHTTPKitTests.h new file mode 100644 index 0000000..6cc21d5 --- /dev/null +++ b/DXHTTPKitTests/DXHTTPKitTests.h @@ -0,0 +1,13 @@ +// +// DXHTTPKitTests.h +// DXHTTPKitTests +// +// Created by Sergey Zenchenko on 10/15/12. +// Copyright (c) 2012 111Minutes. All rights reserved. +// + +#import + +@interface DXHTTPKitTests : SenTestCase + +@end diff --git a/DXHTTPKitTests/DXHTTPKitTests.m b/DXHTTPKitTests/DXHTTPKitTests.m new file mode 100644 index 0000000..6a0fee3 --- /dev/null +++ b/DXHTTPKitTests/DXHTTPKitTests.m @@ -0,0 +1,32 @@ +// +// DXHTTPKitTests.m +// DXHTTPKitTests +// +// Created by Sergey Zenchenko on 10/15/12. +// Copyright (c) 2012 111Minutes. All rights reserved. +// + +#import "DXHTTPKitTests.h" + +@implementation DXHTTPKitTests + +- (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 DXHTTPKitTests"); +} + +@end diff --git a/DXHTTPKitTests/en.lproj/InfoPlist.strings b/DXHTTPKitTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/DXHTTPKitTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ +