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 B4E0918E35 for ; Thu, 11 Jun 2015 20:45:47 +0000 (UTC) Received: (qmail 53877 invoked by uid 500); 11 Jun 2015 20:45:47 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 53834 invoked by uid 500); 11 Jun 2015 20:45:47 -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 53822 invoked by uid 99); 11 Jun 2015 20:45:47 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2015 20:45:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B4833C095F for ; Thu, 11 Jun 2015 20:45:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id xiH5IAke9JCq for ; Thu, 11 Jun 2015 20:45:34 +0000 (UTC) Received: from mail-oi0-f42.google.com (mail-oi0-f42.google.com [209.85.218.42]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 4F532453FE for ; Thu, 11 Jun 2015 20:45:34 +0000 (UTC) Received: by oihd6 with SMTP id d6so10219085oih.2 for ; Thu, 11 Jun 2015 13:44:43 -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=WuWWgfKhVSeaYhQeLdQ5lOAnLZKnNHBX+Mb0TtJ+FRE=; b=BkI/ZHH38WIHNFU00M/yB8ylTcDps4RiqMhl5TyNi04c54xc95Sm4ozVKPbibkuITd 0Hj48Zrj4ozJOMopC6bC14SkwOhJLsUAQHNeivWQs01A4ySZeeEV6HG6XlvBA+R7ihMm VZDGmFGVwXt7c7z9JQRaACESdbnGbre5ra4brhXYKqV+Re9BLhO/8fK95u0yMh8KEUjb oF+DzjBvtof51HErpBc0Zb/oYGHc64z8ZfFfQ3vK40vzbulKbbPV0NzcZH8I8L9xM+qj O+C/yl4LC73KQFySh4JUg3/VldAf7ndWARMqfuex43xewS8ZeSImznYQ9ajcEw6pFCjk eS8g== X-Received: by 10.202.58.215 with SMTP id h206mr8883984oia.23.1434055483437; Thu, 11 Jun 2015 13:44:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.98.193 with HTTP; Thu, 11 Jun 2015 13:44:03 -0700 (PDT) In-Reply-To: References: From: Shazron Date: Thu, 11 Jun 2015 13:44:03 -0700 Message-ID: Subject: Re: iOS signing custom rules To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a113ce002adb7790518440ff0 --001a113ce002adb7790518440ff0 Content-Type: text/plain; charset=UTF-8 It's for excluding certain files from code signing from a bundle. In Mavericks this has been removed -- all bundle files are signed, so I think that should go away. We might have a JIRA for this already. https://developer.apple.com/library/mac/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG206 On Thu, Jun 11, 2015 at 7:26 AM, Victor Sosa wrote: > Hello community. > > I'm trying to understand iOS apps signing. For this I'm looking at this > document: > > https://github.com/apache/cordova-docs/blob/master/docs/en/edge/guide/platforms/ios/tools.md > > Most of it is self-explanatory but I found "--codeSignResourceRules" kind > of confusing as it doesn't mention what they are nor there is a link to > further education (like for the other attributes). > > Do any of you have an idea, or even better, a pointer link, about what > these custom rules are? > --001a113ce002adb7790518440ff0--