Please help me on these wp8 PRs

2013-11-12 Thread puc...@polyvi.com
Hi all,   

I’ve already signed the ICLA as puchen, please help me on these wp8 bug fixes,

https://github.com/apache/cordova-plugin-inappbrowser/pull/8
https://github.com/apache/cordova-plugin-console/pull/4
https://github.com/apache/cordova-plugin-media-capture/pull/4
https://github.com/apache/cordova-plugin-dialogs/pull/6

thanks  

--  
puc...@polyvi.com
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)



Completely support own engine version for our port

2014-02-27 Thread puc...@polyvi.com
We're building our cordova-based framework, but it's actually a different 
releasing cycle. For a long run, I figured out that we can't just override the 
cordova version but have to define own one. To get that, 

1. add 'MYVERSION' file in the cordova-ios/CordovaLib, similar to default 
'VERSION'
2. add 'myversion' script in bin/templates/scripts/cordova, side by side with 
'version'
3. modify 'create' script to copy in 'myversion' to target project
4. add definition in plugman/src/util/default-engines.js, sth like
'myengine': { 'platform':'*', 'scriptSrc': path.join(project_dir, 
'cordova', 'myversion') }
'myengine-ios': { 'platform':'ios', 'scriptSrc': path.join(project_dir, 
'cordova', 'myversion') }

For some own plugin, I could define plugin.xml like below






I've done some simple tests, did I understand the 'engine' element right and am 
I on the correct way? 

-- 
puc...@polyvi.com
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)