Skip to content

Commit

Permalink
readt for Swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
younatics committed Oct 31, 2017
1 parent 52d7fb3 commit 57d40f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1
4.0
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Updates
## [v1.2.0](https://github.com/younatics/Highlighter/releases/tag/1.2.0)
* Update to Swift 4

## [v1.1.0](https://github.com/younatics/Highlighter/releases/tag/1.1.0)
* Add normal attribute

Expand Down
2 changes: 1 addition & 1 deletion Highlighter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Highlighter'
s.version = '1.1.0'
s.version = '1.2.0'
s.summary = 'Highlight whatever you want!'

s.description = <<-DESC
Expand Down
2 changes: 2 additions & 0 deletions Highlighter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -265,6 +266,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit 57d40f9

Please sign in to comment.