Skip to content

Commit

Permalink
[0.2.0] Update to swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
shial4 committed Mar 26, 2019
1 parent ab8559e commit e565726
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SWindow

<p align="center">
<img src="https://img.shields.io/badge/Swift-5.0-brightgreen.svg" alt="Language" />
</a>
<a href="https://raw.githubusercontent.com/shial4/SWindow/master/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion SWindow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SWindow"
s.version = "0.1.13"
s.version = "0.2.0"
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!
Expand Down
9 changes: 5 additions & 4 deletions SWindow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,17 @@
LastUpgradeCheck = 0930;
TargetAttributes = {
"SWindow::SWindow" = {
LastSwiftMigration = 1000;
LastSwiftMigration = 1020;
};
};
};
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "SWindow" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = OBJ_5;
productRefGroup = OBJ_11 /* Products */;
Expand Down Expand Up @@ -206,7 +207,7 @@
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGET_NAME = SWindow;
};
name = Debug;
Expand All @@ -228,7 +229,7 @@
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGET_NAME = SWindow;
};
name = Release;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>SWindowPackageDescription.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
Expand Down

0 comments on commit e565726

Please sign in to comment.