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

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

Adriano Di Giovanni created CB-13782:
----------------------------------------

             Summary: 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
    Affects Versions: cordova@7.1.0
            Reporter: Adriano Di Giovanni


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