Skip to content

Commit

Permalink
Swit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc GRIFFIE committed May 13, 2019
1 parent a88b169 commit 312af3f
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 36 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
12 changes: 7 additions & 5 deletions NcSejima.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,11 @@
TargetAttributes = {
F36D8723224134560028345F = {
CreatedOnToolsVersion = 10.1;
LastSwiftMigration = 1010;
LastSwiftMigration = 1020;
};
F36D8746224136090028345F = {
CreatedOnToolsVersion = 10.1;
LastSwiftMigration = 1020;
};
};
};
Expand All @@ -216,6 +217,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F36D871A224134550028345F;
productRefGroup = F36D8725224134560028345F /* Products */;
Expand Down Expand Up @@ -486,7 +488,7 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand Down Expand Up @@ -514,7 +516,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.surfin.NcSejima;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -533,7 +535,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.surfin.NcSejimaTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -552,7 +554,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.surfin.NcSejimaTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions NcSejimaTests/NcSejimaTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ import XCTest
class NcSejimaTests: XCTestCase {

override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.
}

override func tearDown() {
super.tearDown()
// Put teardown code here. This method is called after the invocation of each test method in the class.
}

Expand Down
42 changes: 14 additions & 28 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Documentation](https://img.shields.io/badge/Read_the-Docs-67ad5c.svg)](https://moveupwards.github.io/NcSejima/)
[![Language: Swift 2, 3 and 4](https://img.shields.io/badge/language-swift%204-f48041.svg?style=flat)](https://developer.apple.com/swift)
[![Language: Swift 2, 3 and 4](https://img.shields.io/badge/language-swift%205-f48041.svg?style=flat)](https://developer.apple.com/swift)
![Platform: iOS 11+](https://img.shields.io/badge/platform-iOS-blue.svg?style=flat)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods](https://img.shields.io/cocoapods/v/NcSejima.svg)](http://cocoapods.org/pods/NcSejima)
Expand Down

0 comments on commit 312af3f

Please sign in to comment.