diff --git a/.swift-version b/.swift-version index 5186d07..bf77d54 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.0 +4.2 diff --git a/SWindow.podspec b/SWindow.podspec index 5eaf962..02736ef 100644 --- a/SWindow.podspec +++ b/SWindow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SWindow" - s.version = "0.1.10" + s.version = "0.1.11" s.summary = "Swift view controller presenter." s.description = <<-DESC SWindow is an easy to use Swift windows manager. Don't spend hours writing your code to present and dismiss modal view controllers, stop wasting your time on debugging why your modal presentation disapear. Without issues, simple and safe present your controller! diff --git a/SWindow.xcodeproj/project.pbxproj b/SWindow.xcodeproj/project.pbxproj index f70fe85..e90c597 100644 --- a/SWindow.xcodeproj/project.pbxproj +++ b/SWindow.xcodeproj/project.pbxproj @@ -176,7 +176,7 @@ buildSettings = { LD = /usr/bin/true; OTHER_SWIFT_FLAGS = "-swift-version 4 -I /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.2; }; name = Debug; }; @@ -185,7 +185,7 @@ buildSettings = { LD = /usr/bin/true; OTHER_SWIFT_FLAGS = "-swift-version 4 -I /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.2; }; name = Release; }; diff --git a/SWindow.xcodeproj/project.xcworkspace/xcuserdata/shial.xcuserdatad/UserInterfaceState.xcuserstate b/SWindow.xcodeproj/project.xcworkspace/xcuserdata/shial.xcuserdatad/UserInterfaceState.xcuserstate index 76379f6..510efe6 100644 Binary files a/SWindow.xcodeproj/project.xcworkspace/xcuserdata/shial.xcuserdatad/UserInterfaceState.xcuserstate and b/SWindow.xcodeproj/project.xcworkspace/xcuserdata/shial.xcuserdatad/UserInterfaceState.xcuserstate differ