Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3771B11B99 for ; Wed, 27 Aug 2014 05:30:01 +0000 (UTC) Received: (qmail 49127 invoked by uid 500); 27 Aug 2014 05:30:01 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 49100 invoked by uid 500); 27 Aug 2014 05:30:01 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 49083 invoked by uid 99); 27 Aug 2014 05:30:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 05:30:01 +0000 Date: Wed, 27 Aug 2014 05:30:00 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-1369) CLI - add instructions and/or feature to sign an app MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-1369?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1369: --------------------------------- Component/s: CLI > CLI - add instructions and/or feature to sign an app > ---------------------------------------------------- > > Key: CB-1369 > URL: https://issues.apache.org/jira/browse/CB-1369 > Project: Apache Cordova > Issue Type: New Feature > Components: CLI, iOS > Reporter: Shazron Abdullah > Priority: Minor > > This possibly needs a cross-platform discussion (common interface), but f= or now we can provide docs on how to do this only for iOS which will help e= ase writing this feature. > Requirements for code signing: > - Distribution/Developer cert (cert + private key) > - Dist/Dev provisioning profile > - codesign tool (included in OS X) > - security tool (included in OS X) > - zip tool (included in OS X) > OR (RECOMMENDED) > we can just document xcrun. xcrun should be included in Xcode already= : > {code} > /usr/bin/xcrun -sdk iphoneos PackageApplication -v "${RELEASE_BUILDDIR}/$= {APPLICATION_NAME}.app" -o "${BUILD_HISTORY_DIR}/${APPLICATION_NAME}.ipa" -= -sign "${DEVELOPER_NAME}" --embed "${PROVISONING_PROFILE}=E2=80=9D > {code} > I don't see any reason we shouldn't just use xcrun. xcodebuild is just an= alias to xcrun, and we need xcodebuild to build the app. -- This message was sent by Atlassian JIRA (v6.2#6252)