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 5941964

Browse files
committed
Travis CI Support
This change adds Travis CI support to the project. It adds build configuration for both the iOS and OSX schemes. The README is also update with a build status badge.
1 parent a2d4945 commit 5941964

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
INFOPLIST_FILE = ExSwift/Info.plist;
620620
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
621621
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
622-
MACOSX_DEPLOYMENT_TARGET = 10.10;
622+
MACOSX_DEPLOYMENT_TARGET = 10.9;
623623
PRODUCT_NAME = ExSwift;
624624
SKIP_INSTALL = YES;
625625
SWIFT_OPTIMIZATION_LEVEL = "-O";
@@ -639,7 +639,7 @@
639639
INFOPLIST_FILE = ExSwift/Info.plist;
640640
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
641641
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
642-
MACOSX_DEPLOYMENT_TARGET = 10.10;
642+
MACOSX_DEPLOYMENT_TARGET = 10.9;
643643
PRODUCT_NAME = ExSwift;
644644
SKIP_INSTALL = YES;
645645
};
@@ -694,7 +694,7 @@
694694
);
695695
INFOPLIST_FILE = ExSwift/Info.plist;
696696
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
697-
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
697+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
698698
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
699699
MTL_ENABLE_DEBUG_INFO = YES;
700700
PRODUCT_NAME = ExSwift;
@@ -716,7 +716,7 @@
716716
GCC_NO_COMMON_BLOCKS = YES;
717717
INFOPLIST_FILE = ExSwift/Info.plist;
718718
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
719-
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
719+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
720720
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
721721
MTL_ENABLE_DEBUG_INFO = NO;
722722
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 によって変換されたページ (->オリジナル) /