Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 409BC17BB4 for ; Thu, 25 Jun 2015 01:43:33 +0000 (UTC) Received: (qmail 71482 invoked by uid 500); 25 Jun 2015 01:43:32 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 71441 invoked by uid 500); 25 Jun 2015 01:43:32 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 71429 invoked by uid 99); 25 Jun 2015 01:43:32 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2015 01:43:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1ECBA1A5AA0 for ; Thu, 25 Jun 2015 01:43:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id y5FMUIOdAgAj for ; Thu, 25 Jun 2015 01:43:23 +0000 (UTC) Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 97CFF24A5E for ; Thu, 25 Jun 2015 01:43:22 +0000 (UTC) Received: by oigb199 with SMTP id b199so42579674oig.3 for ; Wed, 24 Jun 2015 18:43:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=fIWInTQ2Dx36/cvb1ziANjg35YBQs51WcYCcXYgSCrk=; b=kZZGhAsmlShOXIWc03pMxL4Qh4Wbwt/veLRkrOUL5JNNYveGQLUKqXASCprXin6rVO gBIkFd+j31OgWSem51WMDpTU2/WuAslzsMv1lfRFZ2X94l/gUKm/kPV8ekdKZ0QypHZS 1EygUC8S3nb+XyZUNAILIkvVSSBeJEFJzx6Y6E25XMRI76pqlGJ+VvKtlqBBmNdGFV6A lwy62Cc8INPat734xb+X8e0GW+kKXn7EbpzjylLUU0QO2QSyQYanFYhbA07yMDVnpj2a EMQiCDnZDlmBJHXGyqjJXQlRkbvjbO7hueUOd3P4HU+3ZXjZbFRheNgcZtjS1AIzwIEX boHA== X-Received: by 10.182.29.68 with SMTP id i4mr36308831obh.57.1435196602070; Wed, 24 Jun 2015 18:43:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.98.193 with HTTP; Wed, 24 Jun 2015 18:42:42 -0700 (PDT) In-Reply-To: References: From: Shazron Date: Wed, 24 Jun 2015 18:42:42 -0700 Message-ID: Subject: Re: [iOS] cordova-ios 4.0.x branch merge to master To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a11c2993aa63f4505194dbfce --001a11c2993aa63f4505194dbfce Content-Type: text/plain; charset=UTF-8 The whitelist property was removed: https://github.com/apache/cordova-ios/blob/master/guides/API%20changes%20in%204.0.md On Wed, Jun 24, 2015 at 6:41 PM, Shazron wrote: > The whitelist plugin itself is fine, it's the plugin's tests that are > failing: > > https://github.com/apache/cordova-mobile-spec/blob/1f1b08f2a7dbea55f68c560404b94efaa2108d0c/cordova-plugin-whitelist/src/ios/CDVWhitelistAPI.m#L41 > > On Wed, Jun 24, 2015 at 6:38 PM, Shazron wrote: > >> Ah I see it's a whitelist plugin thing, strange -- when I used it last in >> 4.0.x it was fine: >> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/mobilespec/Plugins/org.apache.cordova.test.whitelist/CDVWhitelistAPI.m:41:73: >> error: no visible @interface for 'CDVViewController' declares the selector >> 'whitelist' >> CDVWhitelist* whitelist = [(CDVViewController *)self.viewController >> whitelist]; >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> ^~~~~~~~~ >> >> I'll fix it later tonight, gtg. >> >> >> On Wed, Jun 24, 2015 at 6:35 PM, Shazron wrote: >> >>> Not sure.. I did the "npm test" platform tests and they were fine. >>> >>> On Wed, Jun 24, 2015 at 6:23 PM, Dmitry Blotsky >>> wrote: >>> >>>> The latest build of iOS failed: >>>> http://ci.apache.org/builders/cordova-ios/builds/1150. Output here: >>>> http://ci.apache.org/builders/cordova-ios/builds/1150/steps/running-tests/logs/stdio. >>>> Sorry, I don't have the context to investigate: is it something related to >>>> this change? >>>> >>>> Kindly, >>>> Dmitry >>>> >>>> -----Original Message----- >>>> From: Shazron [mailto:shazron@gmail.com] >>>> Sent: Wednesday, June 24, 2015 5:59 PM >>>> To: dev@cordova.apache.org >>>> Subject: Re: [iOS] cordova-ios 4.0.x branch merge to master >>>> >>>> after a test merge, all platform tests pass (using "npm test"), so I'll >>>> be doing the actual merge (forgive the commits@ email barrage) >>>> >>>> On Wed, Jun 24, 2015 at 4:45 PM, Shazron wrote: >>>> >>>> > Also, with cordova-ios 4.x, ios-sim 4.x and iso-deploy 2.x release >>>> > (which again, I'm the only maintainer :) >>>> > >>>> > >>>> https://shazronatadobe.wordpress.com/2015/05/18/ios-deploy-and-ios-sim >>>> > -roadmaps/ >>>> > >>>> > >>>> > >>>> > On Wed, Jun 24, 2015 at 4:42 PM, Shazron wrote: >>>> > >>>> >> The main thing is pluggable webview support in the platform, i.e. >>>> >> WKWebView. Don't have time to write this up (since, I like to remind >>>> >> people, I work on this alone, hint hint). I'll write it up once I get >>>> >> the merge going. >>>> >> >>>> >> On Wed, Jun 24, 2015 at 4:36 PM, Nikhil Khandelwal < >>>> >> nikhilkh@microsoft.com> wrote: >>>> >> >>>> >>> I would love to see a high level summary of what's in the 4.0.x >>>> branch? >>>> >>> I have not been closely keeping tab of this branch. We'll need to >>>> >>> prepare such a summary anyway - when blogging and doing a release >>>> >>> notes about it anyway. >>>> >>> >>>> >>> Thanks, >>>> >>> Nikhil >>>> >>> >>>> >>> >>>> >>> -----Original Message----- >>>> >>> From: tommy-carlos williams [mailto:tommy@devgeeks.org] >>>> >>> Sent: Thursday, June 18, 2015 4:22 PM >>>> >>> To: dev@cordova.apache.org >>>> >>> Subject: Re: [iOS] cordova-ios 4.0.x branch merge to master >>>> >>> >>>> >>> Agreed >>>> >>> >>>> >>> -- >>>> >>> tommy-carlos williams >>>> >>> >>>> >>> On 19 June 2015 at 08:53:24, Steven Gill (stevengill97@gmail.com) >>>> wrote: >>>> >>> >>>> >>> Do it! >>>> >>> >>>> >>> On Thu, Jun 18, 2015 at 3:29 PM, Shazron wrote: >>>> >>> >>>> >>> > I intend to merge the cordova-ios 4.0.x branch to master. >>>> >>> > >>>> >>> > Most of the remaining issues in >>>> >>> > >>>> https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=76 >>>> >>> > are related to the CLI or the wkwebview-engine plugin, not >>>> >>> > platform >>>> >>> issues. >>>> >>> > >>>> >>> > I'll resolve any outstanding PRs first. >>>> >>> > >>>> >>> > I still intend to implement Workspaces since I think that's >>>> >>> > important for 4.0.x and will do that in another branch. >>>> >>> > >>>> >>> > Thoughts? >>>> >>> > >>>> >>> >>>> >> >>>> >> >>>> > >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org >>>> For additional commands, e-mail: dev-help@cordova.apache.org >>>> >>> >>> >> > --001a11c2993aa63f4505194dbfce--