Re: [PROPOSAL] 'cordova platform update' alias for rm, add in cordova-ios

2016-03-08 Thread So, Byoungro
I second that. +1 Byoungro So SSG / DPD / Mobile Computing and Compilers Intel Corporation From: Anis KADRI mailto:anis.ka...@gmail.com>> Reply-To: "dev@cordova.apache.org" mailto:dev@cordova.apache.org>> Date: Tuesday, March 8, 2016 at 2:34 PM To: "dev@cordova.apa

Re: Test Plugin on npm

2016-03-04 Thread So, Byoungro
Hi Richard, Do you know you can add the plugin from your local disk path? “cordova plugin add ” might be easier for you than publishing your test plugin on the NPM registry and test using NPM. Byoungro So SSG / DPD / Mobile Computing and Compilers Intel Corporation From: Richard Knoll mailto:ri

Re: Cannot add/find cordova-ios 4.1.0

2016-03-03 Thread So, Byoungro
Alexis, ios@5.1.1 does not exist. You can find the available versions here.https://github.com/apache/cordova-ios/releases If you need the latest Android version, do the following: cordova platform add android@5.1.1 Zarko, I have no issue with adding ios@4.1.0. You may want to check your connectio

Re: Personal Introduction: Jerroyd Moore

2016-03-02 Thread So, Byoungro
Welcome on board, Jerroyd. Byoungro So SSG / DPD / Mobile Computing and Compilers Intel Corporation On 3/2/16, 2:03 PM, "Carlos Santana" wrote: >Welcome Jerroyd ! > > >On Wed, Mar 2, 2016 at 4:56 PM Jerroyd Moore wrote: > >> Hello Apache Cordova! >> >> I am a member of the HTML5 Tools

RE: Ask for advice about 'cordova build' command

2016-02-24 Thread So, Byoungro
After-build hook is a reasonable solution, Qiang. You may want to check if the source directory "D: \cordovaWorkSpace\MyApp\platforms\android\build\outputs\apk\android-debug.apk". It seems there is a space between "D:" and "\". Another possible cause would be the permission issue on the target d

RE: Why do we copy cordova-js-src/ to runtime www/?

2015-12-16 Thread So, Byoungro
Hi Carlos, The purpose of copying cordova-js-src is to support cordova.js for browserify. It would be redundant if --browserify option is not used. I can change the code to not copy cordova-js-src dir into platform_www by checking the option. Byoungro So SSG / DPD / Mobile Computing and Compile

Re: [VOTE] cordova-plugin-inappbrowser 1.1.1 release

2015-12-13 Thread So, Byoungro
I vote +1, too. Hi Shazron, Thanks for fixing the bug I reported so quickly. Now, the mobile spec runs well. Please update the README.md document issue as I mentioned in another email thread, when you have a chance. Great work!! Thanks. Byoungro So SSG / DPD / Mobile Computing and Compilers Int

RE: Purpose of pre_package hook for windows

2015-12-11 Thread So, Byoungro
'pre_package' doesn't emitted by platform, so we need to emit it manually (right before 'after_prepare' - to keep the order of hooks unchanged) 3. Move bomify from prepare to build in Windows PlatformApi, so www sources will be not-yet-bomified in 'pre_package'

RE: Purpose of pre_package hook for windows

2015-12-10 Thread So, Byoungro
There are still some codes executed between pre_package and before_compile. On windows and wp8 platforms, BOM is inserted for text files. There is also the browserify code executed after the pre_package hook. So, we better double-check if we can replace pre_package with before_compile hooks. Byou

Re: Purpose of pre_package hook for windows

2015-12-09 Thread So, Byoungro
I am not 100% sure, but as I looked at the code, it seems the original intention of pre_package hook is to allow users to make any necessary changes before we do windows-specific changes (for example adding BOM \ufeff in the source codes for windows store certification). Byoungro So SSG / DPD /

RE: [DISCUSS] Dropping the -dev suffix

2015-05-13 Thread So, Byoungro
Sorry, I got the other way around. :) 4.0.0-dev is > 4.0.0. Byoungro So SSG / DPD / Mobile Computing and Compilers Intel Corporation -Original Message- From: So, Byoungro Sent: Wednesday, May 13, 2015 10:37 AM To: dev@cordova.apache.org Subject: RE: [DISCUSS] Dropping the -dev suf

RE: [DISCUSS] Dropping the -dev suffix

2015-05-13 Thread So, Byoungro
Semver should be able to understand '4.0.0-dev' as the valid version string. There could be some other requirement problems, like <=, >. For example, 4.0.0-dev is < 4.0.0. So, if the requirement is >=4.0.0, then the version string '4.0.0-dev' will fail to satisfy the requirement. Byoungro So SSG

Re: 'cordova plugin save' should also save plugin versions

2015-03-24 Thread So, Byoungro
+1 for making the shrinkwrap as the default for the ‹save. This makes sure the users will restore the same version they saved before. Byoungro So SSG / DPD / Mobile Computing and Compilers Intel Corporation On 3/24/15, 12:31 PM, "Gorkem Ercan" wrote: > >I think the problem here is shrinkwr

Introduction for Byoungro So

2015-03-15 Thread So, Byoungro
Hi, I would like to introduce myself. I have been working for Intel as a software architect for 10 years, and had worked for several research institutes (including IBM T. J. Watson) before I join Intel. I had designed and developed the SIMD support in the JavaScript W3C standardization effort.