Skip to content

Commit

Permalink
updated to support Swift 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchetics committed Sep 13, 2016
1 parent eddf011 commit 185f9f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,15 @@
TargetAttributes = {
395D147B1B90610A00658680 = {
CreatedOnToolsVersion = 7.0;
LastSwiftMigration = 0800;
};
395D14A31B90612D00658680 = {
CreatedOnToolsVersion = 7.0;
LastSwiftMigration = 0800;
};
395D14AC1B90612D00658680 = {
CreatedOnToolsVersion = 7.0;
LastSwiftMigration = 0800;
};
};
};
Expand Down Expand Up @@ -491,6 +494,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = at.allaboutapps.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -503,6 +507,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = at.allaboutapps.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand All @@ -522,6 +527,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand All @@ -543,6 +549,7 @@
PRODUCT_BUNDLE_IDENTIFIER = at.allaboutapps.DataSource;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand All @@ -556,6 +563,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = at.allaboutapps.DataSourceTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -566,6 +574,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = at.allaboutapps.DataSourceTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DataSource

<img src="https://img.shields.io/badge/Platform-iOS%208%2B-blue.svg" alt="Platform iOS8+">
<a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/Language-Swift%202-orange.svg" alt="Language: Swift 2" /></a>
<a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/Language-Swift%202.3-orange.svg" alt="Language: Swift 2.3" /></a>
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg" alt="Carthage compatible" /></a>
[![Build Status](https://travis-ci.org/mbuchetics/DataSource.svg?branch=master)](https://travis-ci.org/mbuchetics/DataSource)
[![codecov.io](https://codecov.io/github/mbuchetics/DataSource/coverage.svg?branch=master)](https://codecov.io/github/mbuchetics/DataSource?branch=master)
Expand All @@ -12,7 +12,7 @@ Framework to simplify the setup of `UITableView` data sources and cells. Separat

## Requirements

iOS 8.0+, Swift 2
iOS 8.0+, Swift 2.3

## Usage

Expand Down

0 comments on commit 185f9f9

Please sign in to comment.