Skip to content

Commit e565726

Browse files
committed
[0.2.0] Update to swift 5
1 parent ab8559e commit e565726

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2
1+
5.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SWindow
22

33
<p align="center">
4+
<img src="https://img.shields.io/badge/Swift-5.0-brightgreen.svg" alt="Language" />
5+
</a>
46
<a href="https://raw.githubusercontent.com/shial4/SWindow/master/LICENSE">
57
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" />
68
</a>

SWindow.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SWindow"
3-
s.version = "0.1.13"
3+
s.version = "0.2.0"
44
s.summary = "Swift view controller presenter."
55
s.description = <<-DESC
66
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!

SWindow.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,17 @@
129129
LastUpgradeCheck = 0930;
130130
TargetAttributes = {
131131
"SWindow::SWindow" = {
132-
LastSwiftMigration = 1000;
132+
LastSwiftMigration = 1020;
133133
};
134134
};
135135
};
136136
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "SWindow" */;
137137
compatibilityVersion = "Xcode 3.2";
138-
developmentRegion = English;
138+
developmentRegion = en;
139139
hasScannedForEncodings = 0;
140140
knownRegions = (
141141
en,
142+
Base,
142143
);
143144
mainGroup = OBJ_5;
144145
productRefGroup = OBJ_11 /* Products */;
@@ -206,7 +207,7 @@
206207
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
207208
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
208209
SKIP_INSTALL = YES;
209-
SWIFT_VERSION = 4.2;
210+
SWIFT_VERSION = 5.0;
210211
TARGET_NAME = SWindow;
211212
};
212213
name = Debug;
@@ -228,7 +229,7 @@
228229
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
229230
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
230231
SKIP_INSTALL = YES;
231-
SWIFT_VERSION = 4.2;
232+
SWIFT_VERSION = 5.0;
232233
TARGET_NAME = SWindow;
233234
};
234235
name = Release;

SWindow.xcodeproj/xcuserdata/shial.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<key>orderHint</key>
2020
<integer>2</integer>
2121
</dict>
22+
<key>SWindowPackageDescription.xcscheme_^#shared#^_</key>
23+
<dict>
24+
<key>orderHint</key>
25+
<integer>2</integer>
26+
</dict>
2227
</dict>
2328
<key>SuppressBuildableAutocreation</key>
2429
<dict>

0 commit comments

Comments
 (0)