Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f1411fc

Browse files
committed
Merge branch 'nebhale-travis-ci' into Swift-1.2
2 parents 0b6ebf9 + 45021b3 commit f1411fc

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

‎.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: objective-c
2+
xcode_project: ExSwift.xcodeproj
3+
xcode_scheme:
4+
- ExSwift-iOS
5+
- ExSwift-OSX
6+
xcode_sdk:
7+
- iphonesimulator7
8+
- iphonesimulator8.1
9+
- macosx10.10
10+
- macosx10.9
11+
12+
matrix:
13+
exclude:
14+
- xcode_scheme: ExSwift-iOS
15+
xcode_sdk: macosx10.9
16+
- xcode_scheme: ExSwift-iOS
17+
xcode_sdk: macosx10.10
18+
- xcode_scheme: ExSwift-OSX
19+
xcode_sdk: iphonesimulator7
20+
- xcode_scheme: ExSwift-OSX
21+
xcode_sdk: iphonesimulator8.1

‎ExSwift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
);
847847
INFOPLIST_FILE = ExSwift/Info.plist;
848848
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
849-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
849+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
850850
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
851851
MTL_ENABLE_DEBUG_INFO = YES;
852852
PRODUCT_NAME = ExSwift;
@@ -869,7 +869,7 @@
869869
GCC_NO_COMMON_BLOCKS = YES;
870870
INFOPLIST_FILE = ExSwift/Info.plist;
871871
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
872-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
872+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
873873
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
874874
MTL_ENABLE_DEBUG_INFO = NO;
875875
PRODUCT_NAME = ExSwift;

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ExSwift
2-
![CocoaPods](https://img.shields.io/cocoapods/v/ExSwift.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
2+
![CocoaPods](https://img.shields.io/cocoapods/v/ExSwift.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)[![Build Status](https://travis-ci.org/pNre/ExSwift.svg)](https://travis-ci.org/pNre/ExSwift)
33

44
Set of Swift extensions for standard types and classes.
55

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /