Skip to content

Commit 54051c4

Browse files
committed
Update for Swift 3.0.1
1 parent 448c3c5 commit 54051c4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0.1

Diff.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
SDKROOT = iphoneos;
603603
SKIP_INSTALL = YES;
604604
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
605-
SWIFT_VERSION = 3.0;
605+
SWIFT_VERSION = 3.0.1;
606606
TARGETED_DEVICE_FAMILY = "1,2";
607607
TVOS_DEPLOYMENT_TARGET = 9.0;
608608
VERSIONING_SYSTEM = "apple-generic";
@@ -652,7 +652,7 @@
652652
SDKROOT = iphoneos;
653653
SKIP_INSTALL = YES;
654654
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
655-
SWIFT_VERSION = 3.0;
655+
SWIFT_VERSION = 3.0.1;
656656
TARGETED_DEVICE_FAMILY = "1,2";
657657
TVOS_DEPLOYMENT_TARGET = 9.0;
658658
VALIDATE_PRODUCT = YES;

Readme.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Version](https://img.shields.io/github/release/soffes/Diff.svg)](https://github.com/soffes/Diff/releases)
44
[![Build Status](https://travis-ci.org/soffes/Diff.svg?branch=master)](https://travis-ci.org/soffes/Diff)
5+
![Swift Version](https://img.shields.io/badge/swift-3.0.1-orange.svg)
56
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
67

78
Simple diffing library in pure Swift.

0 commit comments

Comments
 (0)