From 716d05ab3f904189fda85b1494002f031f00ea77 Mon Sep 17 00:00:00 2001 From: Richard Lee Date: Thu, 13 Feb 2014 23:12:56 +0800 Subject: [PATCH 1/3] Make Xcode scheme shared --- .../xcschemes/VENCalculatorInputView.xcscheme | 69 +++++++++++++++++++ .../xcshareddata/WorkspaceSettings.xcsettings | 8 +++ 2 files changed, 77 insertions(+) create mode 100644 VENCalculatorInputView.xcodeproj/xcshareddata/xcschemes/VENCalculatorInputView.xcscheme create mode 100644 VENCalculatorInputView.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/VENCalculatorInputView.xcodeproj/xcshareddata/xcschemes/VENCalculatorInputView.xcscheme b/VENCalculatorInputView.xcodeproj/xcshareddata/xcschemes/VENCalculatorInputView.xcscheme new file mode 100644 index 0000000..8ca9b53 --- /dev/null +++ b/VENCalculatorInputView.xcodeproj/xcshareddata/xcschemes/VENCalculatorInputView.xcscheme @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/VENCalculatorInputView.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/VENCalculatorInputView.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..54782e3 --- /dev/null +++ b/VENCalculatorInputView.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded + + + From b1d2564c353611d30ae336180936dca37a35921a Mon Sep 17 00:00:00 2001 From: Richard Lee Date: Thu, 13 Feb 2014 23:13:06 +0800 Subject: [PATCH 2/3] Add Travis CI configuration --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ddac877 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: objective-c +before_install: +- gem i cocoapods --no-ri --no-rdoc +- brew uninstall xctool; brew install xctool --HEAD; +xcode_workspace: VENCalculatorInputView.xcworkspace +xcode_scheme: VENCalculatorInputView +xcode_sdk: iphonesimulator From a69d349f7200a1a953e74e8d33584cb6f73253b3 Mon Sep 17 00:00:00 2001 From: Richard Lee Date: Thu, 13 Feb 2014 23:40:58 +0800 Subject: [PATCH 3/3] Add buils status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1d328a..4f00e20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ VENCalculatorInputView ========= +[![Build Status](https://travis-ci.org/venmo/VENCalculatorInputView.png?branch=master)](https://travis-ci.org/venmo/VENCalculatorInputView) + VENCalculatorInputView is the calculator keyboard that is used in the [Venmo](https://venmo.com/) iOS app. Available for iOS 5 and beyond. Enjoy.