diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..9f55b2c --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0 diff --git a/.travis.yml b/.travis.yml index d58c66c..00e54b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: objective-c -osx_image: xcode7.3 +osx_image: xcode8 notifications: email: - hsoi@hsoienterprises.com script: - - xcodebuild -project HELargeCenterTabBarController.xcodeproj -scheme HELargeCenterTabBarController -sdk iphonesimulator9.3 build + - xcodebuild -project HELargeCenterTabBarController.xcodeproj -scheme HELargeCenterTabBarController -sdk iphonesimulator10.0 build diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdd221..58e39e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # HELargeCenterTabBarController CHANGELOG +## v2.0.0 - 2016-09-23 + +* Updated for Swift 3 and Xcode 8. Thank you to @dodgecm + +If you need Swift 2.2 support, use v1.0.1 + + ## v1.0.1 - 2016-03-26 * Update for Xcode 7.3 and Swift 2.2 diff --git a/HELargeCenterTabBarController.podspec b/HELargeCenterTabBarController.podspec index a8940a3..a996002 100644 --- a/HELargeCenterTabBarController.podspec +++ b/HELargeCenterTabBarController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'HELargeCenterTabBarController' - spec.version = '1.0.1' + spec.version = '2.0.0' spec.homepage = 'https://github.com/HsoiEnterprises/HELargeCenterTabBarController' spec.source = { :git => 'https://github.com/HsoiEnterprises/HELargeCenterTabBarController.git', :tag => "v#{spec.version}" } spec.summary = 'A Swift UITabBarController with a larger center tab.' diff --git a/HELargeCenterTabBarController/HELargeCenterTabBarController.swift b/HELargeCenterTabBarController/HELargeCenterTabBarController.swift index d7a629e..384b1c4 100644 --- a/HELargeCenterTabBarController/HELargeCenterTabBarController.swift +++ b/HELargeCenterTabBarController/HELargeCenterTabBarController.swift @@ -2,7 +2,7 @@ // HELargeCenterTabBarController.swift // Created by hsoi on 2014-07-03, converted to Swift 2015-09-20 // -// HELargeCenterTabBarController - Copyright (c) 2014, 2015, Hsoi Enterprises LLC +// HELargeCenterTabBarController - Copyright (c) 2014-2016, Hsoi Enterprises LLC // All rights reserved. // hsoi@hsoienterprises.com // diff --git a/HELargeCenterTabBarController/Info.plist b/HELargeCenterTabBarController/Info.plist index d3de8ee..7e7479f 100644 --- a/HELargeCenterTabBarController/Info.plist +++ b/HELargeCenterTabBarController/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 2.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/HELargeCenterTabBarControllerExample/Base.lproj/LaunchScreen.storyboard b/HELargeCenterTabBarControllerExample/Base.lproj/LaunchScreen.storyboard index aa08113..2e4cb45 100644 --- a/HELargeCenterTabBarControllerExample/Base.lproj/LaunchScreen.storyboard +++ b/HELargeCenterTabBarControllerExample/Base.lproj/LaunchScreen.storyboard @@ -1,8 +1,9 @@ - + - + + @@ -14,10 +15,9 @@ - + - - + diff --git a/HELargeCenterTabBarControllerExample/Base.lproj/Main.storyboard b/HELargeCenterTabBarControllerExample/Base.lproj/Main.storyboard index 4ed0e2e..4d98014 100644 --- a/HELargeCenterTabBarControllerExample/Base.lproj/Main.storyboard +++ b/HELargeCenterTabBarControllerExample/Base.lproj/Main.storyboard @@ -1,8 +1,9 @@ - + - + + @@ -14,17 +15,16 @@ - + - + @@ -51,24 +51,22 @@ - + - + @@ -91,24 +89,22 @@ - + - + @@ -146,7 +142,7 @@ - + @@ -167,24 +163,22 @@ - + - + diff --git a/LICENSE b/LICENSE index 894a820..4eacf9b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -HELargeCenterTabBarController - Copyright (c) 2014, 2015, Hsoi Enterprises LLC +HELargeCenterTabBarController - Copyright (c) 2014-2016, Hsoi Enterprises LLC All rights reserved. hsoi@hsoienterprises.com diff --git a/README.md b/README.md index 092e74d..842b468 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,12 @@ Simple. Lightweight. To-the-point. # Supported OS and SDK -- Xcode 7.3 -- Swift 2.2 +- Xcode 8+ +- Swift 3+ - iOS 8 (minimum, required) +As of v2.0, only Swift 3 is supported. If you need Swift 2.2 support, use v1.0.1. + # Installation