From d7ea78dc0ee6d4e913b8e5bfcf397172d5173bec Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Fri, 18 Mar 2016 22:36:52 -0700 Subject: [PATCH 1/2] Update pod repo on every Travis-CI run. --- .travis.yml | 7 +++---- README.md | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07f21297..0dc0885d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,9 @@ env: - TEST_TYPE=CocoaPods install: - | - if [ "$TEST_TYPE" = iOS ] || [ "$TEST_TYPE" = OSX ] || [ "$TEST_TYPE" = OSXDemo ]; then - bundle install - bundle exec pod install - fi + bundle install + bundle exec pod repo update + bundle exec pod install script: - | if [ "$TEST_TYPE" = iOS ]; then diff --git a/README.md b/README.md index 5859e268..8f2742a2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![License][license-svg]][license-link] [![Build Status][build-status-svg]][build-status-link] -[![Coverage Status][coverage-status-svg]][coverage-status-link] `PFQuery` is one of the key concepts for Parse. It allows you to retrieve `PFObject`s by specifying some conditions, making it easy to build apps such as a dashboard, a todo list or even some strategy games. However, `PFQuery` is based on a pull model, which is not suitable for apps that need real-time support. From e97096bf09fe3fdda96328fb06bcde7f08e28cab Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Fri, 18 Mar 2016 23:40:17 -0700 Subject: [PATCH 2/2] Explicitly list dependency in OS X demo. --- .../xcschemes/LiveQueryDemo.xcscheme | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Examples/LiveQueryDemo.xcodeproj/xcshareddata/xcschemes/LiveQueryDemo.xcscheme b/Examples/LiveQueryDemo.xcodeproj/xcshareddata/xcschemes/LiveQueryDemo.xcscheme index cc7527f6..0beb80d1 100644 --- a/Examples/LiveQueryDemo.xcodeproj/xcshareddata/xcschemes/LiveQueryDemo.xcscheme +++ b/Examples/LiveQueryDemo.xcodeproj/xcshareddata/xcschemes/LiveQueryDemo.xcscheme @@ -3,9 +3,23 @@ LastUpgradeVersion = "0720" version = "1.3"> + + + +