Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B5F119D2C for ; Fri, 15 Apr 2016 20:49:41 +0000 (UTC) Received: (qmail 35381 invoked by uid 500); 15 Apr 2016 20:49:40 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 35336 invoked by uid 500); 15 Apr 2016 20:49:40 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 34648 invoked by uid 99); 15 Apr 2016 20:49:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2016 20:49:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 669AEE03CE; Fri, 15 Apr 2016 20:49:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Fri, 15 Apr 2016 20:49:54 -0000 Message-Id: <6c21000dcc274e5a9da5930077f2c30c@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/17] cordova-plugin-splashscreen git commit: CB-10979 Fix splashscreen ios native tests Added jshintignore for tests/ios CB-10979 Fix splashscreen ios native tests Added jshintignore for tests/ios Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/9832d2e1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/9832d2e1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/9832d2e1 Branch: refs/heads/3.2.x Commit: 9832d2e1659bf6dc29455e75493437743aa6646d Parents: bea0a4e Author: daserge Authored: Tue Mar 29 14:05:49 2016 +0300 Committer: daserge Committed: Wed Mar 30 10:12:25 2016 +0300 ---------------------------------------------------------------------- .jshintignore | 1 + tests/ios/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/9832d2e1/.jshintignore ---------------------------------------------------------------------- diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 0000000..09bc22e --- /dev/null +++ b/.jshintignore @@ -0,0 +1 @@ +tests/ios http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/9832d2e1/tests/ios/package.json ---------------------------------------------------------------------- diff --git a/tests/ios/package.json b/tests/ios/package.json index 1825219..67f0edc 100644 --- a/tests/ios/package.json +++ b/tests/ios/package.json @@ -8,6 +8,6 @@ "cordova-ios": "*" }, "scripts": { - "test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp'" + "test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp' HEADER_SEARCH_PATHS='$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include'" } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org