Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2D004200C50 for ; Sat, 8 Apr 2017 19:11:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2B781160B93; Sat, 8 Apr 2017 17:11:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6A7E4160B83 for ; Sat, 8 Apr 2017 19:11:01 +0200 (CEST) Received: (qmail 67978 invoked by uid 500); 8 Apr 2017 17:10:59 -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 67966 invoked by uid 99); 8 Apr 2017 17:10:59 -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; Sat, 08 Apr 2017 17:10:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7AFEBE00C5; Sat, 8 Apr 2017 17:10:59 +0000 (UTC) From: bhariharan To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-ios issue #299: CB-11233 - Support installing frameworks into "Embed... Content-Type: text/plain Message-Id: <20170408171059.7AFEBE00C5@git1-us-west.apache.org> Date: Sat, 8 Apr 2017 17:10:59 +0000 (UTC) archived-at: Sat, 08 Apr 2017 17:11:02 -0000 Github user bhariharan commented on the issue: https://github.com/apache/cordova-ios/pull/299 @shazron You could try my plugin from [here](https://github.com/bhariharan/SalesforceMobileSDK-CordovaPlugin/tree/ios_framework). `cordova plugin add https://github.com/bhariharan/SalesforceMobileSDK-CordovaPlugin#ios_framework` See how I add the framework plugins [here](https://github.com/bhariharan/SalesforceMobileSDK-CordovaPlugin/blob/ios_framework/plugin.xml#L93). You'll need to tweak those lines to add the `embed` attribute. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org