diff --git a/HTMLEntities-Carthage.xcodeproj/project.pbxproj b/HTMLEntities-Carthage.xcodeproj/project.pbxproj index 38a2ffa..9a27a77 100644 --- a/HTMLEntities-Carthage.xcodeproj/project.pbxproj +++ b/HTMLEntities-Carthage.xcodeproj/project.pbxproj @@ -262,7 +262,8 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_NS_ASSERTIONS = YES; GCC_OPTIMIZATION_LEVEL = 0; - MACOSX_DEPLOYMENT_TARGET = 10.10; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MACOSX_DEPLOYMENT_TARGET = 10.9; ONLY_ACTIVE_ARCH = YES; OTHER_SWIFT_FLAGS = "-DXcode"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -271,7 +272,9 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; + TVOS_DEPLOYMENT_TARGET = 9.0; USE_HEADERMAP = NO; + WATCHOS_DEPLOYMENT_TARGET = 2.0; }; name = Debug; }; @@ -318,7 +321,8 @@ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_OPTIMIZATION_LEVEL = s; - MACOSX_DEPLOYMENT_TARGET = 10.10; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MACOSX_DEPLOYMENT_TARGET = 10.9; OTHER_SWIFT_FLAGS = "-DXcode"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; @@ -326,7 +330,9 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 3.0; + TVOS_DEPLOYMENT_TARGET = 9.0; USE_HEADERMAP = NO; + WATCHOS_DEPLOYMENT_TARGET = 2.0; }; name = Release; }; diff --git a/README.md b/README.md index 6e602b3..9fb40e7 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ ![Linux](https://img.shields.io/badge/os-linux-green.svg?style=flat) ![Apache 2](https://img.shields.io/badge/license-Apache2-blue.svg?style=flat) [![codecov](https://codecov.io/gh/IBM-Swift/swift-html-entities/branch/master/graph/badge.svg)](https://codecov.io/gh/IBM-Swift/swift-html-entities) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ## Summary -Pure Swift HTML encode/decode utility tool for Swift 3. +Pure Swift HTML encode/decode utility tool for Swift. Includes support for HTML5 named character references. You can find the list of all 2231 HTML5 named character references [here](https://www.w3.org/TR/html5/syntax.html#named-character-references). @@ -29,7 +30,7 @@ API documentation for `HTMLEntities` is located [here](https://ibm-swift.github. ## Version Info -`HTMLEntities` 3.0 requires Swift 3, on both macOS and Ubuntu Linux. +Latest release of `HTMLEntities` requires Swift 3. ## Installation diff --git a/docs/Enums.html b/docs/Enums.html index d20c158..1f3c6fb 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -87,9 +87,9 @@
-
+
- ParseError
+ ParseError