[
https://issues.apache.org/jira/browse/CB-13782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile updated CB-13782:
------------------------------
Priority: Major (was: Minor)
> 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: [email protected]
> Reporter: Adriano Di Giovanni
> Priority: Major
>
> 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: [email protected]
For additional commands, e-mail: [email protected]