You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2018/01/15 14:06:00 UTC

[jira] [Updated] (CB-13782) spec attribute for framework element doens't take into account preferences

     [ https://issues.apache.org/jira/browse/CB-13782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-13782:
----------------------------------
    Component/s: cordova-lib

> spec attribute for framework element doens't take into account preferences
> --------------------------------------------------------------------------
>
>                 Key: CB-13782
>                 URL: https://issues.apache.org/jira/browse/CB-13782
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-lib
>    Affects Versions: cordova@7.1.0
>            Reporter: Adriano Di Giovanni
>            Priority: Minor
>
> Please,
> consider the following snippet from plugin.xml
> {code:java}
> <platform name="ios"> <preference name="IOS_VERSION" default="> 0" /> <framework src="Google-Mobile-Ads-SDK" type="podspec" spec="$IOS_VERSION" /> </platform>
> {code}
> If I install such a plugin I get the following podfile
> {code:java}
> # DO NOT MODIFY -- auto-generated by Apache Cordova platform :ios, '8.0' target 'App' do project 'App.xcodeproj' pod 'Google-Mobile-Ads-SDK', '$IOS_VERSION' end
> {code}
> I think that, unlikely the src attribute of the framework element, it is not possible to use a preference value for the spec attribute.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org