diff --git a/HTMLKit.xcodeproj/project.pbxproj b/HTMLKit.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..1ef3077
--- /dev/null
+++ b/HTMLKit.xcodeproj/project.pbxproj
@@ -0,0 +1,465 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 625A14B019C7829400AD0C32 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 625A14AF19C7829400AD0C32 /* Cocoa.framework */; };
+ 625A14BA19C7829400AD0C32 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 625A14B819C7829400AD0C32 /* InfoPlist.strings */; };
+ 625A14BE19C7829400AD0C32 /* HTMLKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 625A14BD19C7829400AD0C32 /* HTMLKit.m */; };
+ 625A14C519C7829400AD0C32 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 625A14C419C7829400AD0C32 /* XCTest.framework */; };
+ 625A14C619C7829400AD0C32 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 625A14AF19C7829400AD0C32 /* Cocoa.framework */; };
+ 625A14C919C7829400AD0C32 /* HTMLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 625A14AC19C7829400AD0C32 /* HTMLKit.framework */; };
+ 625A14CF19C7829400AD0C32 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 625A14CD19C7829400AD0C32 /* InfoPlist.strings */; };
+ 625A14D119C7829400AD0C32 /* HTMLKitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 625A14D019C7829400AD0C32 /* HTMLKitTests.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 625A14C719C7829400AD0C32 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 625A14A319C7829400AD0C32 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 625A14AB19C7829400AD0C32;
+ remoteInfo = HTMLKit;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ 625A14AC19C7829400AD0C32 /* HTMLKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = HTMLKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 625A14AF19C7829400AD0C32 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
+ 625A14B219C7829400AD0C32 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ 625A14B319C7829400AD0C32 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
+ 625A14B419C7829400AD0C32 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
+ 625A14B719C7829400AD0C32 /* HTMLKit-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "HTMLKit-Info.plist"; sourceTree = ""; };
+ 625A14B919C7829400AD0C32 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; };
+ 625A14BB19C7829400AD0C32 /* HTMLKit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "HTMLKit-Prefix.pch"; sourceTree = ""; };
+ 625A14BC19C7829400AD0C32 /* HTMLKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HTMLKit.h; sourceTree = ""; };
+ 625A14BD19C7829400AD0C32 /* HTMLKit.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HTMLKit.m; sourceTree = ""; };
+ 625A14C319C7829400AD0C32 /* HTMLKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HTMLKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 625A14C419C7829400AD0C32 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
+ 625A14CC19C7829400AD0C32 /* HTMLKitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "HTMLKitTests-Info.plist"; sourceTree = ""; };
+ 625A14CE19C7829400AD0C32 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; };
+ 625A14D019C7829400AD0C32 /* HTMLKitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HTMLKitTests.m; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 625A14A819C7829400AD0C32 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 625A14B019C7829400AD0C32 /* Cocoa.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 625A14C019C7829400AD0C32 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 625A14C619C7829400AD0C32 /* Cocoa.framework in Frameworks */,
+ 625A14C519C7829400AD0C32 /* XCTest.framework in Frameworks */,
+ 625A14C919C7829400AD0C32 /* HTMLKit.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 625A14A219C7829400AD0C32 = {
+ isa = PBXGroup;
+ children = (
+ 625A14B519C7829400AD0C32 /* HTMLKit */,
+ 625A14CA19C7829400AD0C32 /* HTMLKitTests */,
+ 625A14AE19C7829400AD0C32 /* Frameworks */,
+ 625A14AD19C7829400AD0C32 /* Products */,
+ );
+ sourceTree = "";
+ };
+ 625A14AD19C7829400AD0C32 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 625A14AC19C7829400AD0C32 /* HTMLKit.framework */,
+ 625A14C319C7829400AD0C32 /* HTMLKitTests.xctest */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 625A14AE19C7829400AD0C32 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 625A14AF19C7829400AD0C32 /* Cocoa.framework */,
+ 625A14C419C7829400AD0C32 /* XCTest.framework */,
+ 625A14B119C7829400AD0C32 /* Other Frameworks */,
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
+ 625A14B119C7829400AD0C32 /* Other Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 625A14B219C7829400AD0C32 /* Foundation.framework */,
+ 625A14B319C7829400AD0C32 /* CoreData.framework */,
+ 625A14B419C7829400AD0C32 /* AppKit.framework */,
+ );
+ name = "Other Frameworks";
+ sourceTree = "";
+ };
+ 625A14B519C7829400AD0C32 /* HTMLKit */ = {
+ isa = PBXGroup;
+ children = (
+ 625A14BC19C7829400AD0C32 /* HTMLKit.h */,
+ 625A14BD19C7829400AD0C32 /* HTMLKit.m */,
+ 625A14B619C7829400AD0C32 /* Supporting Files */,
+ );
+ path = HTMLKit;
+ sourceTree = "";
+ };
+ 625A14B619C7829400AD0C32 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ 625A14B719C7829400AD0C32 /* HTMLKit-Info.plist */,
+ 625A14B819C7829400AD0C32 /* InfoPlist.strings */,
+ 625A14BB19C7829400AD0C32 /* HTMLKit-Prefix.pch */,
+ );
+ name = "Supporting Files";
+ sourceTree = "";
+ };
+ 625A14CA19C7829400AD0C32 /* HTMLKitTests */ = {
+ isa = PBXGroup;
+ children = (
+ 625A14D019C7829400AD0C32 /* HTMLKitTests.m */,
+ 625A14CB19C7829400AD0C32 /* Supporting Files */,
+ );
+ path = HTMLKitTests;
+ sourceTree = "";
+ };
+ 625A14CB19C7829400AD0C32 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ 625A14CC19C7829400AD0C32 /* HTMLKitTests-Info.plist */,
+ 625A14CD19C7829400AD0C32 /* InfoPlist.strings */,
+ );
+ name = "Supporting Files";
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ 625A14A919C7829400AD0C32 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ 625A14AB19C7829400AD0C32 /* HTMLKit */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 625A14D419C7829400AD0C32 /* Build configuration list for PBXNativeTarget "HTMLKit" */;
+ buildPhases = (
+ 625A14A719C7829400AD0C32 /* Sources */,
+ 625A14A819C7829400AD0C32 /* Frameworks */,
+ 625A14A919C7829400AD0C32 /* Headers */,
+ 625A14AA19C7829400AD0C32 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = HTMLKit;
+ productName = HTMLKit;
+ productReference = 625A14AC19C7829400AD0C32 /* HTMLKit.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+ 625A14C219C7829400AD0C32 /* HTMLKitTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 625A14D719C7829400AD0C32 /* Build configuration list for PBXNativeTarget "HTMLKitTests" */;
+ buildPhases = (
+ 625A14BF19C7829400AD0C32 /* Sources */,
+ 625A14C019C7829400AD0C32 /* Frameworks */,
+ 625A14C119C7829400AD0C32 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 625A14C819C7829400AD0C32 /* PBXTargetDependency */,
+ );
+ name = HTMLKitTests;
+ productName = HTMLKitTests;
+ productReference = 625A14C319C7829400AD0C32 /* HTMLKitTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 625A14A319C7829400AD0C32 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0510;
+ ORGANIZATIONNAME = BrainCookie;
+ TargetAttributes = {
+ 625A14C219C7829400AD0C32 = {
+ TestTargetID = 625A14AB19C7829400AD0C32;
+ };
+ };
+ };
+ buildConfigurationList = 625A14A619C7829400AD0C32 /* Build configuration list for PBXProject "HTMLKit" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = 625A14A219C7829400AD0C32;
+ productRefGroup = 625A14AD19C7829400AD0C32 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 625A14AB19C7829400AD0C32 /* HTMLKit */,
+ 625A14C219C7829400AD0C32 /* HTMLKitTests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 625A14AA19C7829400AD0C32 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 625A14BA19C7829400AD0C32 /* InfoPlist.strings in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 625A14C119C7829400AD0C32 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 625A14CF19C7829400AD0C32 /* InfoPlist.strings in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 625A14A719C7829400AD0C32 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 625A14BE19C7829400AD0C32 /* HTMLKit.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 625A14BF19C7829400AD0C32 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 625A14D119C7829400AD0C32 /* HTMLKitTests.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 625A14C819C7829400AD0C32 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 625A14AB19C7829400AD0C32 /* HTMLKit */;
+ targetProxy = 625A14C719C7829400AD0C32 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ 625A14B819C7829400AD0C32 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 625A14B919C7829400AD0C32 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "";
+ };
+ 625A14CD19C7829400AD0C32 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 625A14CE19C7829400AD0C32 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 625A14D219C7829400AD0C32 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.9;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = macosx;
+ };
+ name = Debug;
+ };
+ 625A14D319C7829400AD0C32 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = YES;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.9;
+ SDKROOT = macosx;
+ };
+ name = Release;
+ };
+ 625A14D519C7829400AD0C32 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ FRAMEWORK_VERSION = A;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "HTMLKit/HTMLKit-Prefix.pch";
+ INFOPLIST_FILE = "HTMLKit/HTMLKit-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = framework;
+ };
+ name = Debug;
+ };
+ 625A14D619C7829400AD0C32 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ FRAMEWORK_VERSION = A;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "HTMLKit/HTMLKit-Prefix.pch";
+ INFOPLIST_FILE = "HTMLKit/HTMLKit-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = framework;
+ };
+ name = Release;
+ };
+ 625A14D819C7829400AD0C32 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/HTMLKit.framework/Versions/A/HTMLKit";
+ COMBINE_HIDPI_IMAGES = YES;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
+ "$(inherited)",
+ );
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "HTMLKit/HTMLKit-Prefix.pch";
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ INFOPLIST_FILE = "HTMLKitTests/HTMLKitTests-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUNDLE_LOADER)";
+ WRAPPER_EXTENSION = xctest;
+ };
+ name = Debug;
+ };
+ 625A14D919C7829400AD0C32 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/HTMLKit.framework/Versions/A/HTMLKit";
+ COMBINE_HIDPI_IMAGES = YES;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
+ "$(inherited)",
+ );
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "HTMLKit/HTMLKit-Prefix.pch";
+ INFOPLIST_FILE = "HTMLKitTests/HTMLKitTests-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUNDLE_LOADER)";
+ WRAPPER_EXTENSION = xctest;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 625A14A619C7829400AD0C32 /* Build configuration list for PBXProject "HTMLKit" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 625A14D219C7829400AD0C32 /* Debug */,
+ 625A14D319C7829400AD0C32 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 625A14D419C7829400AD0C32 /* Build configuration list for PBXNativeTarget "HTMLKit" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 625A14D519C7829400AD0C32 /* Debug */,
+ 625A14D619C7829400AD0C32 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+ 625A14D719C7829400AD0C32 /* Build configuration list for PBXNativeTarget "HTMLKitTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 625A14D819C7829400AD0C32 /* Debug */,
+ 625A14D919C7829400AD0C32 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 625A14A319C7829400AD0C32 /* Project object */;
+}
diff --git a/HTMLKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/HTMLKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..cc496ed
--- /dev/null
+++ b/HTMLKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/HTMLKit/HTMLKit-Info.plist b/HTMLKit/HTMLKit-Info.plist
new file mode 100644
index 0000000..5853e0c
--- /dev/null
+++ b/HTMLKit/HTMLKit-Info.plist
@@ -0,0 +1,30 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ English
+ CFBundleExecutable
+ ${EXECUTABLE_NAME}
+ CFBundleIconFile
+
+ CFBundleIdentifier
+ com.braincookie.${PRODUCT_NAME:rfc1034identifier}
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ ${PRODUCT_NAME}
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1
+ NSHumanReadableCopyright
+ Copyright © 2014 BrainCookie. All rights reserved.
+ NSPrincipalClass
+
+
+
diff --git a/HTMLKit/HTMLKit-Prefix.pch b/HTMLKit/HTMLKit-Prefix.pch
new file mode 100644
index 0000000..926a42b
--- /dev/null
+++ b/HTMLKit/HTMLKit-Prefix.pch
@@ -0,0 +1,9 @@
+//
+// Prefix header
+//
+// The contents of this file are implicitly included at the beginning of every source file.
+//
+
+#ifdef __OBJC__
+ #import
+#endif
diff --git a/HTMLKit/HTMLKit.h b/HTMLKit/HTMLKit.h
new file mode 100644
index 0000000..3b5c810
--- /dev/null
+++ b/HTMLKit/HTMLKit.h
@@ -0,0 +1,13 @@
+//
+// HTMLKit.h
+// HTMLKit
+//
+// Created by Iska on 15/09/14.
+// Copyright (c) 2014 BrainCookie. All rights reserved.
+//
+
+#import
+
+@interface HTMLKit : NSObject
+
+@end
diff --git a/HTMLKit/HTMLKit.m b/HTMLKit/HTMLKit.m
new file mode 100644
index 0000000..da149aa
--- /dev/null
+++ b/HTMLKit/HTMLKit.m
@@ -0,0 +1,13 @@
+//
+// HTMLKit.m
+// HTMLKit
+//
+// Created by Iska on 15/09/14.
+// Copyright (c) 2014 BrainCookie. All rights reserved.
+//
+
+#import "HTMLKit.h"
+
+@implementation HTMLKit
+
+@end
diff --git a/HTMLKit/en.lproj/InfoPlist.strings b/HTMLKit/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000..477b28f
--- /dev/null
+++ b/HTMLKit/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+
diff --git a/HTMLKitTests/HTMLKitTests-Info.plist b/HTMLKitTests/HTMLKitTests-Info.plist
new file mode 100644
index 0000000..e808818
--- /dev/null
+++ b/HTMLKitTests/HTMLKitTests-Info.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ ${EXECUTABLE_NAME}
+ CFBundleIdentifier
+ com.braincookie.${PRODUCT_NAME:rfc1034identifier}
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundlePackageType
+ BNDL
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1
+
+
diff --git a/HTMLKitTests/HTMLKitTests.m b/HTMLKitTests/HTMLKitTests.m
new file mode 100644
index 0000000..fe8270b
--- /dev/null
+++ b/HTMLKitTests/HTMLKitTests.m
@@ -0,0 +1,34 @@
+//
+// HTMLKitTests.m
+// HTMLKitTests
+//
+// Created by Iska on 15/09/14.
+// Copyright (c) 2014 BrainCookie. All rights reserved.
+//
+
+#import
+
+@interface HTMLKitTests : XCTestCase
+
+@end
+
+@implementation HTMLKitTests
+
+- (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/HTMLKitTests/en.lproj/InfoPlist.strings b/HTMLKitTests/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000..477b28f
--- /dev/null
+++ b/HTMLKitTests/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+