[jira] [Commented] (CB-13394) iPhone X StatusBar rendering in landscape

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210621#comment-16210621
 ] 

ASF GitHub Bot commented on CB-13394:
-

Github user dpa99c commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/89
  
@jcesarmobile I've tested your PR changes both with iPhone X Simulator and 
non-iPhone X and it looks good.

Although it may bring back CB-10158, that's rather an edge case and, as you 
say, can be worked around.

We should get this PR merged and released ASAP. 


> iPhone X StatusBar rendering in landscape
> -
>
> Key: CB-13394
> URL: https://issues.apache.org/jira/browse/CB-13394
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-statusbar
>Affects Versions: cordova-ios 4.5.0
> Environment: iPhone X, iOS11 landscape mode
>Reporter: Dan Field
>Assignee: jcesarmobile
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When rotating the iPhone X into landscape mode, a thick bar with no status 
> indicators is rendered that covers content in the web view.  Default 
> applications on the phone hide the status bar when in landscape; this seems 
> to be the preferable solution, as the landscape statusbar shows no 
> information to the user.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13451) "pkg not defined" exception when running plugman with createpackagejson command-line

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210383#comment-16210383
 ] 

ASF GitHub Bot commented on CB-13451:
-

Github user stevengill commented on the issue:

https://github.com/apache/cordova-lib/pull/597
  
I think turning it back to `package` in plugman is the way to go. We can 
add an eslint exception for it I hope


> "pkg not defined" exception when running plugman with createpackagejson 
> command-line
> 
>
> Key: CB-13451
> URL: https://issues.apache.org/jira/browse/CB-13451
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Roland
>Priority: Minor
>
> NOTE: I am about to submit a pull request with a fix for this issue. 
> Description follows:
> A global js-lint pass on the cordova-lib codebase on the 30/8/2017 caused 
> references to the global 'package' variable in init-default.js to be renamed 
> to 'pkg', presumably because the cordova-lib source doesn't declare a global 
> variable called 'package' but _does_ declare a global variable called 'pkg' 
> (in cordova/info.js). However in this case, the 'package' variable refers to 
> the one declared in the plugman source, specifically main.js, so it should 
> have stayed as 'package'. To test the fix, run:
>   plugman createpackagejson .
> Without the fix, this will trigger the following exception: 'pkg is not 
> defined'. Having patched in the fix, running the command line should work as 
> expected, prompting the user with questions and then spitting out a 
> package.json file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13464) System Log does not work for Simulator with iOS 11

2017-10-18 Thread Suraj Pindoria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210233#comment-16210233
 ] 

Suraj Pindoria commented on CB-13464:
-

Not sure if this is an issue with Cordova, but it may just be a Simulator 
quirk. If I deploy the app from Xcode to the Simulator I am able to see the 
logs in the Xcode developer console. Also, if you use Safari remote debugging 
you can also see the logs being output there as well.

> System Log does not work for Simulator with iOS 11
> --
>
> Key: CB-13464
> URL: https://issues.apache.org/jira/browse/CB-13464
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: macOS 10.13; Xcode 9.0; cordova-ios@4.5.2
>Reporter: Radek Matěj
>Assignee: Suraj Pindoria
>Priority: Minor
>
> When running Cordova app on Simulator with iOS 11, console.log does not 
> appear in System Log.
> - it works in Safari dev tools console
> - it works when deploying to a simulator with iOS 10.3
> - the only record from the app in System Log for iOS 11 is:
> {code}
> HelloCordova[39532]: assertion failed: 17A405 15A372: libxpc.dylib + 69578 
> [D870A237-D3A7-31F5-AAD4-CE880C0C8E7B]: 0x7d
> {code}
> Steps to reproduce:
> - create and run empty Cordova project in Simulator:
> {code}
> cordova create test
> cd test
> cordova platform add ios
> cordova emulate --target="iPhone-6, 11.0" # vs cordova emulate 
> --target="iPhone-6, 10.3"
> {code}
> - open log (Debug → Open System Log...)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210231#comment-16210231
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-media-capture/pull/85

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-media-capture' for android
```

This is desirable - this change stops the plugin being installed on 
` Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210232#comment-16210232
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-geolocation/pull/96

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-geolocation' for android
```

This is desirable - this change stops the plugin being installed on 
` Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210229#comment-16210229
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-media/pull/151

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-media' for android
```

This is desirable - this change stops the plugin being installed on 
` Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210228#comment-16210228
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-file-transfer/pull/192

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-file-transfer' for android
```

This is desirable - this change stops the plugin being installed on 
` Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210227#comment-16210227
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-file/pull/220

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-file' for android
```

This is desirable - this change stops the plugin being installed on 
` Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210226#comment-16210226
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/156

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-contacts' for android
```

This is desirable - this change stops the plugin being installed on 
` Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210225#comment-16210225
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-camera/pull/293

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-camera' for android
```

This is desirable - this change stops the plugin being installed on 
` Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13458) Build issues while exporting and manual code signing even on cordova-ios 4.5.2

2017-10-18 Thread Suraj Pindoria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210207#comment-16210207
 ] 

Suraj Pindoria commented on CB-13458:
-

What is the full command you are using to try and build?

> Build issues while exporting and manual code signing even on cordova-ios 4.5.2
> --
>
> Key: CB-13458
> URL: https://issues.apache.org/jira/browse/CB-13458
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: Dennis Patzer
>Assignee: Suraj Pindoria
>Priority: Blocker
>
> After running cordova build ios with manual signing enabled in xcode 9, I get 
> the following error even after updating to cordova-ios 4.5.2 that should've 
> fixed this issue.
> 2017-10-17 21:42:50.890 xcodebuild[2005:19419] [MT] IDEDistribution: 
> -[IDEDistributionLogging
> _createLoggingBundleAtPath:]: Created bundle at path 
> '/var/folders/0g/dd1ww3615ng7n2c4ryjjncbhgn/T/My
> App_2017-10-17_21-42-50.889.xcdistributionlogs'.
> 2017-10-17 21:42:51.455 xcodebuild[2005:19419] [MT] IDEDistribution: 
> Step failed:
> : Error 
> Domain=IDEDistributionSigningAssetStepErrorDomain
> Code=0 "Locating signing assets failed." 
> UserInfo={NSLocalizedDescription=Locating signing assets failed.,
> IDEDistributionSigningAssetStepUnderlyingErrors=(
>  "Error Domain=IDEProvisioningErrorDomain Code=9 \"\"My App.app\" 
> requires a provisioning profile
> with the Push Notifications feature.\" 
> UserInfo={NSLocalizedDescription=\"My App.app\" requires a
> provisioning profile with the Push Notifications feature., 
> NSLocalizedRecoverySuggestion=Add a profile to the
> \"provisioningProfiles\" dictionary in your Export Options property 
> list.}"
> )}
> error: exportArchive: "My App.app" requires a provisioning profile 
> with the Push Notifications feature.
> Error Domain=IDEProvisioningErrorDomain Code=9 ""My App.app" requires 
> a provisioning profile with the
> Push Notifications feature." UserInfo={NSLocalizedDescription="My 
> App.app" requires a provisioning
> profile with the Push Notifications feature., 
> NSLocalizedRecoverySuggestion=Add a profile to the
> "provisioningProfiles" dictionary in your Export Options property 
> list.}
> ** EXPORT FAILED **
> Error: Error code 70 for command: xcodebuild with args: 
> -exportArchive,-archivePath,My
> 
> App.xcarchive,-exportOptionsPlist,/Users/myuser/customers/acme/my_app/app/platforms/ios/exportOptions.plist,-exportPath,/Users/myuser/customers/acme/my_app/app/platforms/ios/build/device



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13080) Remove any references to cordova-plugin-device-orientation from cordova-coho

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra reassigned CB-13080:
--

Assignee: Vishal Mishra

> Remove any references to cordova-plugin-device-orientation from cordova-coho
> 
>
> Key: CB-13080
> URL: https://issues.apache.org/jira/browse/CB-13080
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-coho, cordova-plugin-device-orientation 
> (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: plugins-next
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13080) Remove any references to cordova-plugin-device-orientation from cordova-coho

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-13080.
--
Resolution: Fixed

> Remove any references to cordova-plugin-device-orientation from cordova-coho
> 
>
> Key: CB-13080
> URL: https://issues.apache.org/jira/browse/CB-13080
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-coho, cordova-plugin-device-orientation 
> (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: plugins-next
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13083) Deprecate cordova-plugin-device-orientation on npm

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-13083.
--
Resolution: Fixed

> Deprecate cordova-plugin-device-orientation on npm
> --
>
> Key: CB-13083
> URL: https://issues.apache.org/jira/browse/CB-13083
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-device-orientation (DEPRECATED)
>Reporter: Filip Maj
>  Labels: plugins-next
>
> https://docs.npmjs.com/cli/deprecate



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13082) Do a final release of deprecated cordova-plugin-device-orientation plugin

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-13082.
--
Resolution: Fixed

> Do a final release of deprecated cordova-plugin-device-orientation plugin
> -
>
> Key: CB-13082
> URL: https://issues.apache.org/jira/browse/CB-13082
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-device-orientation (DEPRECATED)
>Reporter: Filip Maj
>  Labels: plugins-next
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13077) Deprecate cordova-plugin-device-orientation JIRA component

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-13077.
--
Resolution: Fixed

> Deprecate cordova-plugin-device-orientation JIRA component
> --
>
> Key: CB-13077
> URL: https://issues.apache.org/jira/browse/CB-13077
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-device-orientation (DEPRECATED)
>Reporter: Filip Maj
>  Labels: plugins-next
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13454) Icon 40x40@2x is not copied

2017-10-18 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13454.
---
Resolution: Fixed

> Icon 40x40@2x is not copied
> ---
>
> Key: CB-13454
> URL: https://issues.apache.org/jira/browse/CB-13454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: Thomas Brian
>Assignee: Suraj Pindoria
>
> Hi,
> The 40...@2x.png icon (80x80) is no longer copied in cordova-ios 4.5.2.
> This is a regression from version 4.5.1.
> The commit that introduced the bug is this one 
> https://github.com/apache/cordova-ios/pull/341/commits/7b7964f349276ac3f3452e2dad817dfdadca29b3
>  
> The file names in prepare.js were re-ordered but the line {dest: 
> 'icon...@2x.png', width: 80, height: 80} got deleted by mistake.
> Have a nice day,
> Thomas



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13454) Icon 40x40@2x is not copied

2017-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210094#comment-16210094
 ] 

ASF subversion and git services commented on CB-13454:
--

Commit ac2e1de177a81ffb57206328552b96bac5501434 in cordova-ios's branch 
refs/heads/master from [~surajpindoria]
[ https://gitbox.apache.org/repos/asf?p=cordova-ios.git;h=ac2e1de ]

CB-13454: (ios) re-add icon...@2x.png that was accidentally removed


> Icon 40x40@2x is not copied
> ---
>
> Key: CB-13454
> URL: https://issues.apache.org/jira/browse/CB-13454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: Thomas Brian
>Assignee: Suraj Pindoria
>
> Hi,
> The 40...@2x.png icon (80x80) is no longer copied in cordova-ios 4.5.2.
> This is a regression from version 4.5.1.
> The commit that introduced the bug is this one 
> https://github.com/apache/cordova-ios/pull/341/commits/7b7964f349276ac3f3452e2dad817dfdadca29b3
>  
> The file names in prepare.js were re-ordered but the line {dest: 
> 'icon...@2x.png', width: 80, height: 80} got deleted by mistake.
> Have a nice day,
> Thomas



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-8465) getCurrentHeading has options parameter in the code, but is not documented.

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-8465.
-
Resolution: Fixed

With the [W3C Device Orientation 
API|https://www.w3.org/TR/2016/CR-orientation-event-20160818/] now being 
supported on iOS, Android and Windows devices, this plugin is not needed any 
more. Migrating from this plugin to the [W3C Device Orientation 
API|https://www.w3.org/TR/2016/CR-orientation-event-20160818/] is explained in 
this
[PhoneGap blog 
post|https://blog.phonegap.com/migrating-from-the-cordova-device-orientation-plugin-8442b869e6cc].

> getCurrentHeading has options parameter in the code, but is not documented.
> ---
>
> Key: CB-8465
> URL: https://issues.apache.org/jira/browse/CB-8465
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-device-orientation
>Reporter: Venkata Kiran
>Priority: Trivial
>
> getCurrentHeading has options parameter in the code, but is not indicated in 
> the documentation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-9234) WP8: navigator.compass.watchHeading() fails often, if frequency is too small

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-9234.
-
Resolution: Fixed

With the [W3C Device Orientation 
API|https://www.w3.org/TR/2016/CR-orientation-event-20160818/] now being 
supported on iOS, Android and Windows devices, this plugin is not needed any 
more. Migrating from this plugin to the [W3C Device Orientation 
API|https://www.w3.org/TR/2016/CR-orientation-event-20160818/] is explained in 
this [PhoneGap blog 
post|https://blog.phonegap.com/migrating-from-the-cordova-device-orientation-plugin-8442b869e6cc].

> WP8: navigator.compass.watchHeading() fails often, if frequency is too small
> 
>
> Key: CB-9234
> URL: https://issues.apache.org/jira/browse/CB-9234
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-device-orientation
>Reporter: Markus Wagner
>
> The WP8 implementation of getHeading() checks every 100 ms, if the sensor 
> returned already data. Since watchHeading calls also getHeading, this can 
> produce the error 4 (ErrorFailedToStart). This happens quite often with a 
> frequency < 300 ms.
> Unfortunately, the default value for frequency is 100 ms.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-7785) device-orientation compass specs failing async callback timeout

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-7785.
-
Resolution: Fixed

> device-orientation compass specs failing async callback timeout
> ---
>
> Key: CB-7785
> URL: https://issues.apache.org/jira/browse/CB-7785
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-mobile-spec, cordova-windows
>Affects Versions: 3.6.3
> Environment: Visual Studio emulator and RT device
>Reporter: Angela Fowler
>Assignee: Jesse MacFadyen
>Priority: Minor
> Attachments: device-orientation-failures.png
>
>
> Failing tests are :
> compass.hardwarecheck is compass supported
> compass.spec.3 getCurrentHeading



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12011) Change color of the spinner for android 5.0+

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210071#comment-16210071
 ] 

ASF GitHub Bot commented on CB-12011:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-splashscreen/pull/116


> Change color of the spinner for android 5.0+
> 
>
> Key: CB-12011
> URL: https://issues.apache.org/jira/browse/CB-12011
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Ionic
> Environment: Android 5.0+
>Reporter: Martijn Willekens
>  Labels: android, android5.0, android6.0
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Since Android 5.0 there is a new spinner which color depends on the theme 
> that is used for the Android app. It defaults to an ugly green. This change 
> will allow the color of the spinner to be set from the config.xml.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Resolved] (CB-6069) Alignment with W3C DeviceMotion event

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra resolved CB-6069.
---
Resolution: Resolved

With the [W3C Device Orientation 
API|https://www.w3.org/TR/2016/CR-orientation-event-20160818/] now being 
supported on iOS, Android and Windows devices, this plugin is not needed any 
more. Migrating from this plugin to the [W3C Device Orientation 
API|https://www.w3.org/TR/2016/CR-orientation-event-20160818/] is explained in 
this
[PhoneGap blog 
post|https://blog.phonegap.com/migrating-from-the-cordova-device-orientation-plugin-8442b869e6cc].

> Alignment with W3C DeviceMotion event
> -
>
> Key: CB-6069
> URL: https://issues.apache.org/jira/browse/CB-6069
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-device-motion
>Reporter: Dominique Hazael-Massieux
>
> The W3C DeviceMotion event is used by most browsers nowadays to detect 
> acceleration: http://dev.w3.org/geo/api/spec-source-orientation.html
> As such, it is already pretty stable (although there are some minor fixes and 
> clarifications expected in the upcoming few months).
> It would be nice if the cordova accelerometer plugin would align with it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-8916) Huge memory consumption in iOS 8 with compass plugin when filter parameter is not specified

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-8916.
-
Resolution: Fixed

With the  [W3C Device Orientation 
API|https://www.w3.org/TR/2016/CR-orientation-event-20160818/] now being 
supported on iOS, Android and Windows devices, this plugin is not needed any 
more. Migrating from this plugin to the [W3C Device Orientation 
API|https://www.w3.org/TR/2016/CR-orientation-event-20160818/] is explained in 
this [PhoneGap blog 
post|https://blog.phonegap.com/migrating-from-the-cordova-device-orientation-plugin-8442b869e6cc].

> Huge memory consumption in iOS 8 with compass plugin when filter parameter is 
> not specified
> ---
>
> Key: CB-8916
> URL: https://issues.apache.org/jira/browse/CB-8916
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-device-orientation
>Affects Versions: 3.7.0
> Environment: Cordova iOS 3.7.0
> JQuery Mobile 1.3.2
> iOS 8
>Reporter: wei zhang
>
> Hi, I found a bug that occurs if the filter parameter is not specified. It 
> triggers a large memory consumption in the app and ultimately the app will 
> not respond to user input. 
> My function tracks the direction for a list of places, and updates the 
> heading in real time (one for each place). The code below is my function. 
> When I tested my app(built against iOS 8 SDK) on both iOS(iPhone5 iOS8) 
> emulator and iPhone 6(iOS 8.0.2), the memory consumption increased 
> significantly when the function was called. The app failed to respond after 
> about 1 minute 40 seconds, and the memory usage was around 270 mb(I was 
> monitoring in XCode). The console log Compass Count indicates that the app 
> usually dies when count reaches around 960. 
> The issue occurs when the app is built against iOS SDK 8.1. However the same 
> code runs fine in the app when it is built against iOS 7 SDK (there is no 
> noticeable increase in memory consumption). 
> Could you please look into this? Thanks
> function activateCompass(frequency, callback){
> var frequency = frequency || 100;
> console.log("frequency is " + frequency);
> var options = { frequency: frequency};
> compassHeading = navigator.compass.watchHeading(
> function compassSuccess(heading) {
> console.log('Compass Count: ' 
> + compassCounter++);
> 
> callback(heading.magneticHeading);
> },
> function compassError(compassError){
> console.log('Compass error: ' 
> + compassError.code + ' Counter is ' + compassCounter++);
> },
> options
> );



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13453) Relative path not working on ios-10.3 and higher

2017-10-18 Thread Suraj Pindoria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210077#comment-16210077
 ] 

Suraj Pindoria commented on CB-13453:
-

I just tested this and it looks like the paths *are* case sensitive. On the 
simulator it works even if the case is different but on the device it does 
matter. Can you retest this using the proper case to match your actual 
directories/files.

> Relative path not working on ios-10.3 and higher
> 
>
> Key: CB-13453
> URL: https://issues.apache.org/jira/browse/CB-13453
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: xcode 9
> iPhone running ios 10.3
>Reporter: Razi Syed
>Assignee: Suraj Pindoria
>
> I am using cordova to build an ios app. The app builds and works fine for ios 
> 9 & ios 10 and the simulator works perfectly fine also. But for ios 11, it 
> throws errors loading all the javascript files in the "scripts" folder. I 
> don't think it's because the folder name is case sensitive. The files all 
> exist. It looks like it's not able to find relative files in the Scripts 
> folder. 
> See the error screenshot below that shows in Safari debugger:
> !https://i.stack.imgur.com/OSb3S.png!
> Any ideas? I would really appreciate any help. Again, this runs perfectly 
> fine on ios 9 and ios 10, has issue only on 11.
> Here is my script includes:
> 
> 
>   
> 
> 
>  src="scripts/knockout.mapping-latest.js">
> 
> 
>  src="scripts/jquery.signalR-2.2.2.min.js">
> https://www.tasksq.com/api/signalr/hubs"; 
> type="text/javascript">
> 
> 
> 
> 
> 
>  src="scripts/knockout.validation.min.js">
>  src="scripts/bootstrap-datetimepicker.min.js">
> 
> 
> 
> 
>  data-main="Scripts/app/main">
> As you can probably tell, the script include in the root or the http one 
> works, just the ones in the script folder have the issue, so is it the way 
> they are being included?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12011) Change color of the spinner for android 5.0+

2017-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210070#comment-16210070
 ] 

ASF subversion and git services commented on CB-12011:
--

Commit 1a4b51fbc8344da00a9e2d4fdf96e6ed8958984a in 
cordova-plugin-splashscreen's branch refs/heads/master from [~MartijnW]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=1a4b51f
 ]

CB-12011: (android) added the possibility to change the spinner color on 
Android 5.0+ apps


> Change color of the spinner for android 5.0+
> 
>
> Key: CB-12011
> URL: https://issues.apache.org/jira/browse/CB-12011
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Ionic
> Environment: Android 5.0+
>Reporter: Martijn Willekens
>  Labels: android, android5.0, android6.0
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Since Android 5.0 there is a new spinner which color depends on the theme 
> that is used for the Android app. It defaults to an ugly green. This change 
> will allow the color of the spinner to be set from the config.xml.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12011) Change color of the spinner for android 5.0+

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210072#comment-16210072
 ] 

ASF GitHub Bot commented on CB-12011:
-

Github user stevengill commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/116
  
merged


> Change color of the spinner for android 5.0+
> 
>
> Key: CB-12011
> URL: https://issues.apache.org/jira/browse/CB-12011
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Ionic
> Environment: Android 5.0+
>Reporter: Martijn Willekens
>  Labels: android, android5.0, android6.0
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Since Android 5.0 there is a new spinner which color depends on the theme 
> that is used for the Android app. It defaults to an ugly green. This change 
> will allow the color of the spinner to be set from the config.xml.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-8705) Add trueHeading support for Android

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-8705.
-
Resolution: Fixed

With the [W3C Device Orientation 
API](https://www.w3.org/TR/2016/CR-orientation-event-20160818/) now being 
supported on iOS, Android and Windows devices, this plugin is not needed any 
more. Migrating from this plugin to the [W3C Device Orientation 
API](https://www.w3.org/TR/2016/CR-orientation-event-20160818/) is explained in 
this
[PhoneGap blog 
post](https://blog.phonegap.com/migrating-from-the-cordova-device-orientation-plugin-8442b869e6cc).

> Add trueHeading support for Android
> ---
>
> Key: CB-8705
> URL: https://issues.apache.org/jira/browse/CB-8705
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-device-orientation
> Environment: Android
>Reporter: Islam Morsi
>Priority: Minor
>
> Could use GeomagneticField to determine magnetic declination



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13417) Cordova-iOS Platform Release October 9, 2017

2017-10-18 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13417.
---
Resolution: Fixed

> Cordova-iOS Platform Release October 9, 2017
> 
>
> Key: CB-13417
> URL: https://issues.apache.org/jira/browse/CB-13417
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-8705) Add trueHeading support for Android

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16210017#comment-16210017
 ] 

ASF GitHub Bot commented on CB-8705:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-device-orientation/pull/19


> Add trueHeading support for Android
> ---
>
> Key: CB-8705
> URL: https://issues.apache.org/jira/browse/CB-8705
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-device-orientation
> Environment: Android
>Reporter: Islam Morsi
>Priority: Minor
>
> Could use GeomagneticField to determine magnetic declination



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13464) System Log does not work for Simulator with iOS 11

2017-10-18 Thread JIRA
Radek Matěj created CB-13464:


 Summary: System Log does not work for Simulator with iOS 11
 Key: CB-13464
 URL: https://issues.apache.org/jira/browse/CB-13464
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-ios
 Environment: macOS 10.13; Xcode 9.0; cordova-ios@4.5.2
Reporter: Radek Matěj
Assignee: Suraj Pindoria
Priority: Minor


When running Cordova app on Simulator with iOS 11, console.log does not appear 
in System Log.

- it works in Safari dev tools console
- it works when deploying to a simulator with iOS 10.3
- the only record from the app in System Log for iOS 11 is:
{code}
HelloCordova[39532]: assertion failed: 17A405 15A372: libxpc.dylib + 69578 
[D870A237-D3A7-31F5-AAD4-CE880C0C8E7B]: 0x7d
{code}

Steps to reproduce:
- create and run empty Cordova project in Simulator:
{code}
cordova create test
cd test
cordova platform add ios
cordova emulate --target="iPhone-6, 11.0" # vs cordova emulate 
--target="iPhone-6, 10.3"
{code}
- open log (Debug → Open System Log...)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13079) Update cordova-plugin-device-orientation README with deprecation status

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra reassigned CB-13079:
--

Assignee: Vishal Mishra

> Update cordova-plugin-device-orientation README with deprecation status
> ---
>
> Key: CB-13079
> URL: https://issues.apache.org/jira/browse/CB-13079
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-device-motion
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: plugins-next
>
> FYI [~macdonst] already has a PR for this up here: 
> https://github.com/apache/cordova-plugin-device-orientation/pull/36



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Resolved] (CB-13079) Update cordova-plugin-device-orientation README with deprecation status

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra resolved CB-13079.

Resolution: Resolved

> Update cordova-plugin-device-orientation README with deprecation status
> ---
>
> Key: CB-13079
> URL: https://issues.apache.org/jira/browse/CB-13079
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-device-motion
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: plugins-next
>
> FYI [~macdonst] already has a PR for this up here: 
> https://github.com/apache/cordova-plugin-device-orientation/pull/36



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Reopened] (CB-13079) Update cordova-plugin-device-orientation README with deprecation status

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra reopened CB-13079:


> Update cordova-plugin-device-orientation README with deprecation status
> ---
>
> Key: CB-13079
> URL: https://issues.apache.org/jira/browse/CB-13079
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-device-motion
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: plugins-next
>
> FYI [~macdonst] already has a PR for this up here: 
> https://github.com/apache/cordova-plugin-device-orientation/pull/36



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Resolved] (CB-13079) Update cordova-plugin-device-orientation README with deprecation status

2017-10-18 Thread Vishal Mishra (JIRA)

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

Vishal Mishra resolved CB-13079.

Resolution: Resolved

> Update cordova-plugin-device-orientation README with deprecation status
> ---
>
> Key: CB-13079
> URL: https://issues.apache.org/jira/browse/CB-13079
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-device-motion
>Reporter: Filip Maj
>  Labels: plugins-next
>
> FYI [~macdonst] already has a PR for this up here: 
> https://github.com/apache/cordova-plugin-device-orientation/pull/36



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13451) "pkg not defined" exception when running plugman with createpackagejson command-line

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209948#comment-16209948
 ] 

ASF GitHub Bot commented on CB-13451:
-

Github user OminousWater commented on the issue:

https://github.com/apache/cordova-lib/pull/597
  
OK I understand the problem better now. init-package-json (a separate npm 
module) initialises the global variable 'package' in init-package-json.js. So 
ideally init-package-json would use a different variable name, but I guess the 
maintainers of that package might not have as strict a requirement as the 
cordova-lib maintainers. I've opened a separate pull request with a compromise 
solution here: https://github.com/npm/init-package-json/pull/74, hopefully they 
will accept (or have a better solution).


> "pkg not defined" exception when running plugman with createpackagejson 
> command-line
> 
>
> Key: CB-13451
> URL: https://issues.apache.org/jira/browse/CB-13451
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Roland
>Priority: Minor
>
> NOTE: I am about to submit a pull request with a fix for this issue. 
> Description follows:
> A global js-lint pass on the cordova-lib codebase on the 30/8/2017 caused 
> references to the global 'package' variable in init-default.js to be renamed 
> to 'pkg', presumably because the cordova-lib source doesn't declare a global 
> variable called 'package' but _does_ declare a global variable called 'pkg' 
> (in cordova/info.js). However in this case, the 'package' variable refers to 
> the one declared in the plugman source, specifically main.js, so it should 
> have stayed as 'package'. To test the fix, run:
>   plugman createpackagejson .
> Without the fix, this will trigger the following exception: 'pkg is not 
> defined'. Having patched in the fix, running the command line should work as 
> expected, prompting the user with questions and then spitting out a 
> package.json file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13463) No way to prevent package.json update with cordova commands even with --nosave

2017-10-18 Thread Andrew Crites (JIRA)
Andrew Crites created CB-13463:
--

 Summary: No way to prevent package.json update with cordova 
commands even with --nosave
 Key: CB-13463
 URL: https://issues.apache.org/jira/browse/CB-13463
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-cli
Affects Versions: cordova@7.0.0
Reporter: Andrew Crites


With Cordova 7, cordova commands including {{cordova platform add}} and 
{{cordova prepare}} will copy plugin information from {{config.xml}} to 
{{package.json}}. 

According to [the saving platforms 
documentation|https://cordova.apache.org/docs/en/latest/platform_plugin_versioning_ref/],
 using {{--nosave}} should prevent updating {{package.json}} or {{config.xml}}, 
but this does not work (i.e. using {{--nosave}} still seems to update the 
{{package.json}}.

I want to avoid updating {{package.json}} specifically because there doesn't 
seem to be a way to avoid hard coding variables for plugins. An example is the 
cordova fabric plugin:

{code}
  


  
{code}

Cordova doesn't seem to provide a way for you to parameterize variables in the 
configuration. To get around this, I have {{build.config.xml}} where they are 
parameterized, and {{config.xml}} is created at install-time and not version 
controlled. However, this would be much more difficult to do with 
{{package.json}} and is practically not an option.

When running {{cordova platform add ios --nosave}} with the above plugin, 
cordova still updates {{package.json}} to include the fabric plugin with the 
hard coded variables.

* Cordova 6 question (with solution): 
https://stackoverflow.com/questions/37816035/using-environment-variables-parameterizing-config-xml
* Cordova 7 question (no solution yet) 
https://stackoverflow.com/questions/46816928/parameterize-do-not-hard-code-variables-when-building-with-cordova-7

Ideally {{--nosave}} would not update {{package.json}} as advertised. Even 
better, there should be a way to set up a cordova project so that any cordova 
commands do not save by default. This would prevent mistakes in a larger team 
and allow use of tools that wrap cordova such as ionic.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13448) css safe-area-inset-top is 20px on non-iPhone X landscape

2017-10-18 Thread Jesper van den Ende (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209931#comment-16209931
 ] 

Jesper van den Ende commented on CB-13448:
--

It seems like it's not just the safe-area-top that is affected, all four of 
them are a bit weird. Here are some screenshots: https://imgur.com/a/U4xHD
It could also very well be caused by the wonky simulator, I've found a bunch of 
other non cordova related bugs as well and the latest available iOS version for 
the simulator is currently 11.0

> css safe-area-inset-top is 20px on non-iPhone X landscape
> -
>
> Key: CB-13448
> URL: https://issues.apache.org/jira/browse/CB-13448
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios, cordova-plugin-statusbar
>Affects Versions: cordova-ios@4.5.1
> Environment: iPhone 7, iOS 11.0.3
>Reporter: Jesper van den Ende
>Assignee: Suraj Pindoria
>
> the css constant 'safe-area-inset-top' appears to be correct in the iPhone X 
> simulator.
> On other devices running on iOS 11 however, it seems to be returning 
> incorrect values.
> I'm getting 20px when holding my iPhone 7 in landscape, and 0px when holding 
> my phone in portrait.
> This seems incorrect to me since the status bar is hidden in landscape, and 
> visible in portrait. So I'd expect it to be the other way around, 20px in 
> portrait and 0px in landscape.
> In these screenshots I've created a square with css rule `top: 
> constant(safe-area-inset-top);`
> portrait:
> !https://i.imgur.com/bkweyB4.png!
> landscape:
> !https://i.imgur.com/i9VdpjD.png!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13451) "pkg not defined" exception when running plugman with createpackagejson command-line

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209893#comment-16209893
 ] 

ASF GitHub Bot commented on CB-13451:
-

Github user OminousWater commented on the issue:

https://github.com/apache/cordova-lib/pull/597
  
@zaq962 I think I have the "correct" fix now, am about to open another pull 
request.


> "pkg not defined" exception when running plugman with createpackagejson 
> command-line
> 
>
> Key: CB-13451
> URL: https://issues.apache.org/jira/browse/CB-13451
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Roland
>Priority: Minor
>
> NOTE: I am about to submit a pull request with a fix for this issue. 
> Description follows:
> A global js-lint pass on the cordova-lib codebase on the 30/8/2017 caused 
> references to the global 'package' variable in init-default.js to be renamed 
> to 'pkg', presumably because the cordova-lib source doesn't declare a global 
> variable called 'package' but _does_ declare a global variable called 'pkg' 
> (in cordova/info.js). However in this case, the 'package' variable refers to 
> the one declared in the plugman source, specifically main.js, so it should 
> have stayed as 'package'. To test the fix, run:
>   plugman createpackagejson .
> Without the fix, this will trigger the following exception: 'pkg is not 
> defined'. Having patched in the fix, running the command line should work as 
> expected, prompting the user with questions and then spitting out a 
> package.json file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13462) Video camera crashes in iOS 11

2017-10-18 Thread Stephen Dukes (JIRA)
Stephen Dukes created CB-13462:
--

 Summary: Video camera crashes in iOS 11
 Key: CB-13462
 URL: https://issues.apache.org/jira/browse/CB-13462
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-camera
Affects Versions: cordova-ios 4.5.0
 Environment: PhoneGap app on iOS 11 using cordova-plugin-camera
Reporter: Stephen Dukes


As of iOS 11 calling the video camera causes a crash.  The reason is that 
NSMicrophoneUsageDescription is now required by iOS 11 when accessing the video 
camera.  I was able to hack in the variable to fix.

Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13451) "pkg not defined" exception when running plugman with createpackagejson command-line

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209842#comment-16209842
 ] 

ASF GitHub Bot commented on CB-13451:
-

Github user OminousWater commented on the issue:

https://github.com/apache/cordova-lib/pull/597
  
@zaq962 if you apply the changes in my pull request (it's just one file) to 
your local checkout, it should work fine. The only reason it doesn't pass the 
continuous integration test is that 'package' is a reserved keyword, which 
eslint doesn't like. I've been experimenting with fixing the problem on the 
plugman side, by renaming the 'package' keyword there, which would be a better 
fix arguably. If I get that working then I'll re-open the pull request against 
the plugman source.


> "pkg not defined" exception when running plugman with createpackagejson 
> command-line
> 
>
> Key: CB-13451
> URL: https://issues.apache.org/jira/browse/CB-13451
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Roland
>Priority: Minor
>
> NOTE: I am about to submit a pull request with a fix for this issue. 
> Description follows:
> A global js-lint pass on the cordova-lib codebase on the 30/8/2017 caused 
> references to the global 'package' variable in init-default.js to be renamed 
> to 'pkg', presumably because the cordova-lib source doesn't declare a global 
> variable called 'package' but _does_ declare a global variable called 'pkg' 
> (in cordova/info.js). However in this case, the 'package' variable refers to 
> the one declared in the plugman source, specifically main.js, so it should 
> have stayed as 'package'. To test the fix, run:
>   plugman createpackagejson .
> Without the fix, this will trigger the following exception: 'pkg is not 
> defined'. Having patched in the fix, running the command line should work as 
> expected, prompting the user with questions and then spitting out a 
> package.json file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13054) Write blog post on how to transition from file-transfer to XHR2

2017-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209672#comment-16209672
 ] 

ASF subversion and git services commented on CB-13054:
--

Commit 1812550 from fil...@apache.org
[ https://svn.apache.org/r1812550 ]

CB-13054: blog post on transition from file transfer to xhr2

> Write blog post on how to transition from file-transfer to XHR2
> ---
>
> Key: CB-13054
> URL: https://issues.apache.org/jira/browse/CB-13054
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-file-transfer
>Reporter: Filip Maj
>Assignee: Filip Maj
>  Labels: plugins-next
>
> Based on XHR2 research (see linked-to JIRA issue), write up a blog post!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13457) cordova build ios --release --device fails for packageType 'app-store'

2017-10-18 Thread Felix Schauerte (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209666#comment-16209666
 ] 

Felix Schauerte commented on CB-13457:
--

Sorry. I cannot reproduce it anymore. Even if I delete the cordova project and 
create it completly from scratch.
I guess, after the specific PROV-PROFILE was used in an archive process 
successfully for the first time the problem disapears.
I will now try to create a new PROV-Profile for a random new APP-ID to check if 
my guess is correct. I will come back to you tomorow with the results.
Thxs for your support up to this point.


> cordova build ios --release --device fails for packageType 'app-store'
> --
>
> Key: CB-13457
> URL: https://issues.apache.org/jira/browse/CB-13457
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: {code}
> Mac OS  Sierra (10.12.6)
> Xcode 9
> Cordova CLI 7.1.0
> cordova-ios:
> cordova-ios@4.5.2
> or https://github.com/jrryhrtn/cordova-ios.git
> or https://github.com/apache/cordova-ios.git
> {code}
>Reporter: Felix Schauerte
>Assignee: Suraj Pindoria
>
> build.json:
> {code}
> "release": {
>   "codeSignIdentity": "iPhone Distribution",
>   "developmentTeam": "OUR-TEAM-ID",
>   "packageType": "app-store",
>   "provisioningProfile": "VALID NAME OF A PROV-PROFILE",
>   "buildFlag": [
> "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",
> "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO",
> "LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\""
>   ]
> }
> {code}
> When using  packageType=enterprise and a corresponding provisioningProfile 
> the release is finished successfully as expected, but with 
> packageType=app-store we receive the following messages:
> {code}
> [cordova] Entitlements:
>   [cordova]
>   [cordova] {
>   [cordova] "application-identifier" = "OUR-TEAM-ID.BUNDLE-ID";
>   [cordova] "beta-reports-active" = 1;
>   [cordova] "com.apple.developer.team-identifier" = OUR-TEAM-ID;
>   [cordova] "get-task-allow" = 0;
>   [cordova] }
>   [cordova]
>   [cordova]
>   [cordova] builtin-productPackagingUtility -entitlements -format xml -o 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>   [cordova]
>   [cordova] CodeSign 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] cd 
> /Users/schauerte/tatakoto/dev/schauerte/cleverdox/build/fis.productive/local/ios/platforms/ios
>   [cordova] export 
> CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
>   [cordova] export 
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/Users/schauerte/shared/ant-1.9.2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin"
>   [cordova]
>   [cordova] Signing Identity: "iPhone Distribution: FINSTRAL SPA 
> (OUR-TEAM-ID)"
>   [cordova] Provisioning Profile: "FINSTRAL (AppStore)"
>   [cordova]   (PROV-PROFILE-UID)
>   [cordova]
>   [cordova] /usr/bin/codesign --force --sign 
> 70F84903046CDD6B734A987E4CB044FE5E18C5EA --entitlements 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>  --timestamp=none 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app:
>  unknown error -1=
>   [cordova] Command /usr/bin/codesign failed with exit code 1
>   [cordova]
>   [cordova] ** ARCHIVE FAILED **
>   [cordova]
>   [cordova]
>   [cordova] The following build commands failed:
>   [cordova] CodeSign 
> 

[jira] [Commented] (CB-13451) "pkg not defined" exception when running plugman with createpackagejson command-line

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209663#comment-16209663
 ] 

ASF GitHub Bot commented on CB-13451:
-

Github user zaq962 commented on the issue:

https://github.com/apache/cordova-lib/pull/597
  
how can i resove it, I have the same problem


> "pkg not defined" exception when running plugman with createpackagejson 
> command-line
> 
>
> Key: CB-13451
> URL: https://issues.apache.org/jira/browse/CB-13451
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Roland
>Priority: Minor
>
> NOTE: I am about to submit a pull request with a fix for this issue. 
> Description follows:
> A global js-lint pass on the cordova-lib codebase on the 30/8/2017 caused 
> references to the global 'package' variable in init-default.js to be renamed 
> to 'pkg', presumably because the cordova-lib source doesn't declare a global 
> variable called 'package' but _does_ declare a global variable called 'pkg' 
> (in cordova/info.js). However in this case, the 'package' variable refers to 
> the one declared in the plugman source, specifically main.js, so it should 
> have stayed as 'package'. To test the fix, run:
>   plugman createpackagejson .
> Without the fix, this will trigger the following exception: 'pkg is not 
> defined'. Having patched in the fix, running the command line should work as 
> expected, prompting the user with questions and then spitting out a 
> package.json file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13123) plugin add should use cordovaDependency instead of plugin.xml engine tag

2017-10-18 Thread Audrey So (JIRA)

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

Audrey So reassigned CB-13123:
--

Assignee: Audrey So

> plugin add should use cordovaDependency instead of plugin.xml engine tag
> 
>
> Key: CB-13123
> URL: https://issues.apache.org/jira/browse/CB-13123
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-lib
>Reporter: Steve Gill
>Assignee: Audrey So
>  Labels: tools-next
> Fix For: cordova@8
>
>
> We have been planning on switching from plugin.xml engine tag to 
> cordovaDependencies element in package.json when it comes to resolving 
> project dependencies during plugin add. 
> I suggest we update the code to use cordovaDependencies. Maybe we fallback on 
> plugin.xml engine element until we do a major cordova release where we drop 
> engine element fully.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209632#comment-16209632
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/155

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-contacts' for android
```

This is desirable - this change stops the plugin being installed on 
` Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209634#comment-16209634
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-file/pull/219

CB-13294 Remove cordova-plugin-compat and include cordova-android dep…

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-file' for android
```

This is desirable - this change stops the plugin being installed on 
` Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209649#comment-16209649
 ] 

ASF GitHub Bot commented on CB-13294:
-

Github user kelvindart closed the pull request at:

https://github.com/apache/cordova-plugin-camera/pull/292


> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209648#comment-16209648
 ] 

ASF GitHub Bot commented on CB-13294:
-

Github user kelvindart closed the pull request at:

https://github.com/apache/cordova-plugin-contacts/pull/155


> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209643#comment-16209643
 ] 

ASF GitHub Bot commented on CB-13294:
-

Github user kelvindart closed the pull request at:

https://github.com/apache/cordova-plugin-media-capture/pull/84


> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209647#comment-16209647
 ] 

ASF GitHub Bot commented on CB-13294:
-

Github user kelvindart closed the pull request at:

https://github.com/apache/cordova-plugin-file/pull/219


> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209646#comment-16209646
 ] 

ASF GitHub Bot commented on CB-13294:
-

Github user kelvindart closed the pull request at:

https://github.com/apache/cordova-plugin-file-transfer/pull/191


> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209645#comment-16209645
 ] 

ASF GitHub Bot commented on CB-13294:
-

Github user kelvindart closed the pull request at:

https://github.com/apache/cordova-plugin-geolocation/pull/95


> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209644#comment-16209644
 ] 

ASF GitHub Bot commented on CB-13294:
-

Github user kelvindart closed the pull request at:

https://github.com/apache/cordova-plugin-media/pull/150


> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209642#comment-16209642
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-media-capture/pull/84

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-media-capture' for android
```

This is desirable - this change stops the plugin being installed on 
`
Date:   2017-10-18T15:53:25Z

CB-13294 Remove cordova-plugin-compat and include cordova-android dependency




> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209641#comment-16209641
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-media/pull/150

CB-13294 Remove cordova-plugin-compat and include cordova-android dep…

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-media' for android
```

This is desirable - this change stops the plugin being installed on 
`
Date:   2017-10-18T15:52:44Z

CB-13294 Remove cordova-plugin-compat and include cordova-android dependency




> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209640#comment-16209640
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-geolocation/pull/95

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-geolocation' for android
```

This is desirable - this change stops the plugin being installed on 
`
Date:   2017-10-18T15:52:17Z

CB-13294 Remove cordova-plugin-compat and include cordova-android dependency




> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209638#comment-16209638
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-file-transfer/pull/191

CB-13294 Remove cordova-plugin-compat

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-file-transfer' for android
```

This is desirable - this change stops the plugin being installed on 
`
Date:   2017-10-18T15:47:44Z

CB-13294 Remove cordova-plugin-compat and include cordova-android dependency




> Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209629#comment-16209629
 ] 

ASF GitHub Bot commented on CB-13294:
-

GitHub user kelvindart opened a pull request:

https://github.com/apache/cordova-plugin-camera/pull/292

CB-13294 Remove cordova-plugin-compat and include cordova-android dep…

### Platforms affected
cordova-android@6.3.0

### What does this PR do?
Removes the dependency on cordova-plugin-compat, and includes checks for 
min platform version.

### What testing has been done on this change?
Testing 1:
- Add local plugin to project containing cordova-android@6.3.0
- Verify plugin installs, and app runs.

Testing 2:
- Add local plugin to project containing cordova-android@6.2.3
- Verify plugin does not install.
- Console log as follows:

```
Plugin doesn't support this project's cordova-android version. 
cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-camera' for android
```

This is desirable - this change stops the plugin being installed on 
` Plugins Release Sept 17, 2017
> -
>
> Key: CB-13294
> URL: https://issues.apache.org/jira/browse/CB-13294
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Releasing console, compat, device-motion and device-orientation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13395) Add tests to cordova-common to test config and increase code coverage

2017-10-18 Thread Audrey So (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209607#comment-16209607
 ] 

Audrey So commented on CB-13395:


Tests have been merged in with this PR/issue : 
https://issues.apache.org/jira/browse/CB-11244

> Add tests to cordova-common to test config and increase code coverage
> -
>
> Key: CB-13395
> URL: https://issues.apache.org/jira/browse/CB-13395
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Affects Versions: 7.0.0
>Reporter: Audrey So
>Assignee: Audrey So
>  Labels: test
>
> Add tests to cordova-common to test config and increase code coverage



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13395) Add tests to cordova-common to test config and increase code coverage

2017-10-18 Thread Audrey So (JIRA)

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

Audrey So updated CB-13395:
---
Description: Add tests to cordova-common to test config and increase code 
coverage (ConfigFile)  (was: Add tests to cordova-common to test config and 
increase code coverage)

> Add tests to cordova-common to test config and increase code coverage
> -
>
> Key: CB-13395
> URL: https://issues.apache.org/jira/browse/CB-13395
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Affects Versions: 7.0.0
>Reporter: Audrey So
>Assignee: Audrey So
>  Labels: test
>
> Add tests to cordova-common to test config and increase code coverage 
> (ConfigFile)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Resolved] (CB-13395) Add tests to cordova-common to test config and increase code coverage

2017-10-18 Thread Audrey So (JIRA)

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

Audrey So resolved CB-13395.

Resolution: Fixed

> Add tests to cordova-common to test config and increase code coverage
> -
>
> Key: CB-13395
> URL: https://issues.apache.org/jira/browse/CB-13395
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Affects Versions: 7.0.0
>Reporter: Audrey So
>Assignee: Audrey So
>  Labels: test
>
> Add tests to cordova-common to test config and increase code coverage



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13457) cordova build ios --release --device fails for packageType 'app-store'

2017-10-18 Thread Felix Schauerte (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209571#comment-16209571
 ] 

Felix Schauerte commented on CB-13457:
--

New finding:
It works perfect on the first run if i add "--buildConfig build.json" to the 
command. 
Seems like that argument switches the behaviour somewhere in the archive 
process.

> cordova build ios --release --device fails for packageType 'app-store'
> --
>
> Key: CB-13457
> URL: https://issues.apache.org/jira/browse/CB-13457
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: {code}
> Mac OS  Sierra (10.12.6)
> Xcode 9
> Cordova CLI 7.1.0
> cordova-ios:
> cordova-ios@4.5.2
> or https://github.com/jrryhrtn/cordova-ios.git
> or https://github.com/apache/cordova-ios.git
> {code}
>Reporter: Felix Schauerte
>Assignee: Suraj Pindoria
>
> build.json:
> {code}
> "release": {
>   "codeSignIdentity": "iPhone Distribution",
>   "developmentTeam": "OUR-TEAM-ID",
>   "packageType": "app-store",
>   "provisioningProfile": "VALID NAME OF A PROV-PROFILE",
>   "buildFlag": [
> "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",
> "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO",
> "LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\""
>   ]
> }
> {code}
> When using  packageType=enterprise and a corresponding provisioningProfile 
> the release is finished successfully as expected, but with 
> packageType=app-store we receive the following messages:
> {code}
> [cordova] Entitlements:
>   [cordova]
>   [cordova] {
>   [cordova] "application-identifier" = "OUR-TEAM-ID.BUNDLE-ID";
>   [cordova] "beta-reports-active" = 1;
>   [cordova] "com.apple.developer.team-identifier" = OUR-TEAM-ID;
>   [cordova] "get-task-allow" = 0;
>   [cordova] }
>   [cordova]
>   [cordova]
>   [cordova] builtin-productPackagingUtility -entitlements -format xml -o 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>   [cordova]
>   [cordova] CodeSign 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] cd 
> /Users/schauerte/tatakoto/dev/schauerte/cleverdox/build/fis.productive/local/ios/platforms/ios
>   [cordova] export 
> CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
>   [cordova] export 
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/Users/schauerte/shared/ant-1.9.2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin"
>   [cordova]
>   [cordova] Signing Identity: "iPhone Distribution: FINSTRAL SPA 
> (OUR-TEAM-ID)"
>   [cordova] Provisioning Profile: "FINSTRAL (AppStore)"
>   [cordova]   (PROV-PROFILE-UID)
>   [cordova]
>   [cordova] /usr/bin/codesign --force --sign 
> 70F84903046CDD6B734A987E4CB044FE5E18C5EA --entitlements 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>  --timestamp=none 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app:
>  unknown error -1=
>   [cordova] Command /usr/bin/codesign failed with exit code 1
>   [cordova]
>   [cordova] ** ARCHIVE FAILED **
>   [cordova]
>   [cordova]
>   [cordova] The following build commands failed:
>   [cordova] CodeSign 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] (1 failure)
>   [cordova] Error: Error code 65 for command: xcodebuild with args: 
> 

[jira] [Commented] (CB-13457) cordova build ios --release --device fails for packageType 'app-store'

2017-10-18 Thread Jan Piotrowski (Sujan) (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209554#comment-16209554
 ] 

Jan Piotrowski (Sujan) commented on CB-13457:
-

Can you diff the .xcodeproj file before and aftert opening in Xcode? (between 
steps 2 and 5)

> cordova build ios --release --device fails for packageType 'app-store'
> --
>
> Key: CB-13457
> URL: https://issues.apache.org/jira/browse/CB-13457
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: {code}
> Mac OS  Sierra (10.12.6)
> Xcode 9
> Cordova CLI 7.1.0
> cordova-ios:
> cordova-ios@4.5.2
> or https://github.com/jrryhrtn/cordova-ios.git
> or https://github.com/apache/cordova-ios.git
> {code}
>Reporter: Felix Schauerte
>Assignee: Suraj Pindoria
>
> build.json:
> {code}
> "release": {
>   "codeSignIdentity": "iPhone Distribution",
>   "developmentTeam": "OUR-TEAM-ID",
>   "packageType": "app-store",
>   "provisioningProfile": "VALID NAME OF A PROV-PROFILE",
>   "buildFlag": [
> "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",
> "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO",
> "LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\""
>   ]
> }
> {code}
> When using  packageType=enterprise and a corresponding provisioningProfile 
> the release is finished successfully as expected, but with 
> packageType=app-store we receive the following messages:
> {code}
> [cordova] Entitlements:
>   [cordova]
>   [cordova] {
>   [cordova] "application-identifier" = "OUR-TEAM-ID.BUNDLE-ID";
>   [cordova] "beta-reports-active" = 1;
>   [cordova] "com.apple.developer.team-identifier" = OUR-TEAM-ID;
>   [cordova] "get-task-allow" = 0;
>   [cordova] }
>   [cordova]
>   [cordova]
>   [cordova] builtin-productPackagingUtility -entitlements -format xml -o 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>   [cordova]
>   [cordova] CodeSign 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] cd 
> /Users/schauerte/tatakoto/dev/schauerte/cleverdox/build/fis.productive/local/ios/platforms/ios
>   [cordova] export 
> CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
>   [cordova] export 
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/Users/schauerte/shared/ant-1.9.2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin"
>   [cordova]
>   [cordova] Signing Identity: "iPhone Distribution: FINSTRAL SPA 
> (OUR-TEAM-ID)"
>   [cordova] Provisioning Profile: "FINSTRAL (AppStore)"
>   [cordova]   (PROV-PROFILE-UID)
>   [cordova]
>   [cordova] /usr/bin/codesign --force --sign 
> 70F84903046CDD6B734A987E4CB044FE5E18C5EA --entitlements 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>  --timestamp=none 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app:
>  unknown error -1=
>   [cordova] Command /usr/bin/codesign failed with exit code 1
>   [cordova]
>   [cordova] ** ARCHIVE FAILED **
>   [cordova]
>   [cordova]
>   [cordova] The following build commands failed:
>   [cordova] CodeSign 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] (1 failure)
>   [cordova] Error: Error code 65 for command: xcodebuild with args: 
> 

[jira] [Created] (CB-13461) Remove dependency for cordova-plugin-compat

2017-10-18 Thread Kelvin Dart (JIRA)
Kelvin Dart created CB-13461:


 Summary: Remove dependency for cordova-plugin-compat
 Key: CB-13461
 URL: https://issues.apache.org/jira/browse/CB-13461
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-plugins
Reporter: Kelvin Dart
Priority: Minor


Created to reference in a PR. Based on recent changes to cordova-android@6.3.0, 
cordova-plugin-compat is no longer required.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13054) Write blog post on how to transition from file-transfer to XHR2

2017-10-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209526#comment-16209526
 ] 

ASF subversion and git services commented on CB-13054:
--

Commit 252a5f5ad8eb4870001ea1ca343cf5f190a44e88 in cordova-docs's branch 
refs/heads/master from filmaj
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=252a5f5 ]

CB-13054: blog post on how to move off of file-transfer plugin and on to new 
XHR features and binary types.


> Write blog post on how to transition from file-transfer to XHR2
> ---
>
> Key: CB-13054
> URL: https://issues.apache.org/jira/browse/CB-13054
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-file-transfer
>Reporter: Filip Maj
>Assignee: Filip Maj
>  Labels: plugins-next
>
> Based on XHR2 research (see linked-to JIRA issue), write up a blog post!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13054) Write blog post on how to transition from file-transfer to XHR2

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209527#comment-16209527
 ] 

ASF GitHub Bot commented on CB-13054:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/746


> Write blog post on how to transition from file-transfer to XHR2
> ---
>
> Key: CB-13054
> URL: https://issues.apache.org/jira/browse/CB-13054
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-file-transfer
>Reporter: Filip Maj
>Assignee: Filip Maj
>  Labels: plugins-next
>
> Based on XHR2 research (see linked-to JIRA issue), write up a blog post!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-13457) cordova build ios --release --device fails for packageType 'app-store'

2017-10-18 Thread Felix Schauerte (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209517#comment-16209517
 ] 

Felix Schauerte edited comment on CB-13457 at 10/18/17 3:19 PM:


see https://github.com/apache/cordova-ios/pull/338#issuecomment-337622799

looks like after a first successfull build all follow ups complete without 
problems.

Steps:
- Create cordova project, add plattform, edit build.json, etc.
- cordova build ios --release --device --> FAIL
- Open the project in xcode, manually create IPA via Product/Archive 
 - Manually change something in the project (e.g. in config.xml)
- cordova build ios --release --device --> SUCCESS





was (Author: schaue...@sitewaerts.de):
see https://github.com/apache/cordova-ios/pull/338#issuecomment-337622799

looks like after a first successfull build all follow ups complete without 
problems.

Steps:
- Create cordova project, add plattform, etc.
- cordova build ios --release --device --> FAIL
- Open the project in xcode, manually create IPA via Product/Archive 
 - Manually change something in the project (e.g. in config.xml)
- cordova build ios --release --device --> SUCCESS




> cordova build ios --release --device fails for packageType 'app-store'
> --
>
> Key: CB-13457
> URL: https://issues.apache.org/jira/browse/CB-13457
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: {code}
> Mac OS  Sierra (10.12.6)
> Xcode 9
> Cordova CLI 7.1.0
> cordova-ios:
> cordova-ios@4.5.2
> or https://github.com/jrryhrtn/cordova-ios.git
> or https://github.com/apache/cordova-ios.git
> {code}
>Reporter: Felix Schauerte
>Assignee: Suraj Pindoria
>
> build.json:
> {code}
> "release": {
>   "codeSignIdentity": "iPhone Distribution",
>   "developmentTeam": "OUR-TEAM-ID",
>   "packageType": "app-store",
>   "provisioningProfile": "VALID NAME OF A PROV-PROFILE",
>   "buildFlag": [
> "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",
> "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO",
> "LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\""
>   ]
> }
> {code}
> When using  packageType=enterprise and a corresponding provisioningProfile 
> the release is finished successfully as expected, but with 
> packageType=app-store we receive the following messages:
> {code}
> [cordova] Entitlements:
>   [cordova]
>   [cordova] {
>   [cordova] "application-identifier" = "OUR-TEAM-ID.BUNDLE-ID";
>   [cordova] "beta-reports-active" = 1;
>   [cordova] "com.apple.developer.team-identifier" = OUR-TEAM-ID;
>   [cordova] "get-task-allow" = 0;
>   [cordova] }
>   [cordova]
>   [cordova]
>   [cordova] builtin-productPackagingUtility -entitlements -format xml -o 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>   [cordova]
>   [cordova] CodeSign 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] cd 
> /Users/schauerte/tatakoto/dev/schauerte/cleverdox/build/fis.productive/local/ios/platforms/ios
>   [cordova] export 
> CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
>   [cordova] export 
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/Users/schauerte/shared/ant-1.9.2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin"
>   [cordova]
>   [cordova] Signing Identity: "iPhone Distribution: FINSTRAL SPA 
> (OUR-TEAM-ID)"
>   [cordova] Provisioning Profile: "FINSTRAL (AppStore)"
>   [cordova]   (PROV-PROFILE-UID)
>   [cordova]
>   [cordova] /usr/bin/codesign --force --sign 
> 70F84903046CDD6B734A987E4CB044FE5E18C5EA --entitlements 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>  --timestamp=none 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] 
> 

[jira] [Commented] (CB-13460) Apply Android style to the splash screen.

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209520#comment-16209520
 ] 

ASF GitHub Bot commented on CB-13460:
-

Github user pdyraga commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/137
  
Some tests failed but it looks like some test environment issue rather than 
a problem with the code here.


> Apply Android style to the splash screen.
> -
>
> Key: CB-13460
> URL: https://issues.apache.org/jira/browse/CB-13460
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-splashscreen
>Reporter: Piotr Dyraga
>
> This improvement aims at making the splash screen dialog use the 
> `SplashScreenStyle`, if defined. If not, it plugin should fall back to the 
> default style (backward compatibility).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13457) cordova build ios --release --device fails for packageType 'app-store'

2017-10-18 Thread Felix Schauerte (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209517#comment-16209517
 ] 

Felix Schauerte commented on CB-13457:
--

see https://github.com/apache/cordova-ios/pull/338#issuecomment-337622799

looks like after a first successfull build all follow ups complete without 
problems.

Steps:
- Create cordova project, add plattform, etc.
- cordova build ios --release --device --> FAIL
- Open the project in xcode, manually create IPA via Product/Archive 
 - Manually change something in the project (e.g. in config.xml)
- cordova build ios --release --device --> SUCCESS




> cordova build ios --release --device fails for packageType 'app-store'
> --
>
> Key: CB-13457
> URL: https://issues.apache.org/jira/browse/CB-13457
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: {code}
> Mac OS  Sierra (10.12.6)
> Xcode 9
> Cordova CLI 7.1.0
> cordova-ios:
> cordova-ios@4.5.2
> or https://github.com/jrryhrtn/cordova-ios.git
> or https://github.com/apache/cordova-ios.git
> {code}
>Reporter: Felix Schauerte
>Assignee: Suraj Pindoria
>
> build.json:
> {code}
> "release": {
>   "codeSignIdentity": "iPhone Distribution",
>   "developmentTeam": "OUR-TEAM-ID",
>   "packageType": "app-store",
>   "provisioningProfile": "VALID NAME OF A PROV-PROFILE",
>   "buildFlag": [
> "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",
> "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO",
> "LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\""
>   ]
> }
> {code}
> When using  packageType=enterprise and a corresponding provisioningProfile 
> the release is finished successfully as expected, but with 
> packageType=app-store we receive the following messages:
> {code}
> [cordova] Entitlements:
>   [cordova]
>   [cordova] {
>   [cordova] "application-identifier" = "OUR-TEAM-ID.BUNDLE-ID";
>   [cordova] "beta-reports-active" = 1;
>   [cordova] "com.apple.developer.team-identifier" = OUR-TEAM-ID;
>   [cordova] "get-task-allow" = 0;
>   [cordova] }
>   [cordova]
>   [cordova]
>   [cordova] builtin-productPackagingUtility -entitlements -format xml -o 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>   [cordova]
>   [cordova] CodeSign 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] cd 
> /Users/schauerte/tatakoto/dev/schauerte/cleverdox/build/fis.productive/local/ios/platforms/ios
>   [cordova] export 
> CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
>   [cordova] export 
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/Users/schauerte/shared/ant-1.9.2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin"
>   [cordova]
>   [cordova] Signing Identity: "iPhone Distribution: FINSTRAL SPA 
> (OUR-TEAM-ID)"
>   [cordova] Provisioning Profile: "FINSTRAL (AppStore)"
>   [cordova]   (PROV-PROFILE-UID)
>   [cordova]
>   [cordova] /usr/bin/codesign --force --sign 
> 70F84903046CDD6B734A987E4CB044FE5E18C5EA --entitlements 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>  --timestamp=none 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app:
>  unknown error -1=
>   [cordova] Command /usr/bin/codesign failed with exit code 1
>   [cordova]
>   [cordova] ** ARCHIVE FAILED **
>   [cordova]
>   [cordova]
>   [cordova] The following build commands failed:
>   [cordova] CodeSign 
> 

[jira] [Updated] (CB-13457) cordova build ios --release --device fails for packageType 'app-store'

2017-10-18 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13457:

Environment: 
{code}
Mac OS  Sierra (10.12.6)
Xcode 9
Cordova CLI 7.1.0
cordova-ios:
cordova-ios@4.5.2
or https://github.com/jrryhrtn/cordova-ios.git
or https://github.com/apache/cordova-ios.git
{code}

  was:
Mac OS  Sierra (10.12.6)
Xcode 9
Cordova CLI 7.1.0
cordova-ios:
cordova-ios@4.5.2
or https://github.com/jrryhrtn/cordova-ios.git
or https://github.com/apache/cordova-ios.git


> cordova build ios --release --device fails for packageType 'app-store'
> --
>
> Key: CB-13457
> URL: https://issues.apache.org/jira/browse/CB-13457
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: {code}
> Mac OS  Sierra (10.12.6)
> Xcode 9
> Cordova CLI 7.1.0
> cordova-ios:
> cordova-ios@4.5.2
> or https://github.com/jrryhrtn/cordova-ios.git
> or https://github.com/apache/cordova-ios.git
> {code}
>Reporter: Felix Schauerte
>Assignee: Suraj Pindoria
>
> build.json:
> {code}
> "release": {
>   "codeSignIdentity": "iPhone Distribution",
>   "developmentTeam": "OUR-TEAM-ID",
>   "packageType": "app-store",
>   "provisioningProfile": "VALID NAME OF A PROV-PROFILE",
>   "buildFlag": [
> "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",
> "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO",
> "LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\""
>   ]
> }
> {code}
> When using  packageType=enterprise and a corresponding provisioningProfile 
> the release is finished successfully as expected, but with 
> packageType=app-store we receive the following messages:
> {code}
> [cordova] Entitlements:
>   [cordova]
>   [cordova] {
>   [cordova] "application-identifier" = "OUR-TEAM-ID.BUNDLE-ID";
>   [cordova] "beta-reports-active" = 1;
>   [cordova] "com.apple.developer.team-identifier" = OUR-TEAM-ID;
>   [cordova] "get-task-allow" = 0;
>   [cordova] }
>   [cordova]
>   [cordova]
>   [cordova] builtin-productPackagingUtility -entitlements -format xml -o 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>   [cordova]
>   [cordova] CodeSign 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] cd 
> /Users/schauerte/tatakoto/dev/schauerte/cleverdox/build/fis.productive/local/ios/platforms/ios
>   [cordova] export 
> CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
>   [cordova] export 
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/Users/schauerte/shared/ant-1.9.2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin"
>   [cordova]
>   [cordova] Signing Identity: "iPhone Distribution: FINSTRAL SPA 
> (OUR-TEAM-ID)"
>   [cordova] Provisioning Profile: "FINSTRAL (AppStore)"
>   [cordova]   (PROV-PROFILE-UID)
>   [cordova]
>   [cordova] /usr/bin/codesign --force --sign 
> 70F84903046CDD6B734A987E4CB044FE5E18C5EA --entitlements 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
>  --timestamp=none 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app:
>  unknown error -1=
>   [cordova] Command /usr/bin/codesign failed with exit code 1
>   [cordova]
>   [cordova] ** ARCHIVE FAILED **
>   [cordova]
>   [cordova]
>   [cordova] The following build commands failed:
>   [cordova] CodeSign 
> /Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
>   [cordova] (1 failure)

[jira] [Updated] (CB-13457) cordova build ios --release --device fails for packageType 'app-store'

2017-10-18 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13457:

Description: 
build.json:

{code}
"release": {
  "codeSignIdentity": "iPhone Distribution",
  "developmentTeam": "OUR-TEAM-ID",
  "packageType": "app-store",
  "provisioningProfile": "VALID NAME OF A PROV-PROFILE",
  "buildFlag": [
"EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO",
"LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\""
  ]
}
{code}

When using  packageType=enterprise and a corresponding provisioningProfile the 
release is finished successfully as expected, but with packageType=app-store we 
receive the following messages:

{code}
[cordova] Entitlements:
  [cordova]
  [cordova] {
  [cordova] "application-identifier" = "OUR-TEAM-ID.BUNDLE-ID";
  [cordova] "beta-reports-active" = 1;
  [cordova] "com.apple.developer.team-identifier" = OUR-TEAM-ID;
  [cordova] "get-task-allow" = 0;
  [cordova] }
  [cordova]
  [cordova]
  [cordova] builtin-productPackagingUtility -entitlements -format xml -o 
/Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
  [cordova]
  [cordova] CodeSign 
/Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
  [cordova] cd 
/Users/schauerte/tatakoto/dev/schauerte/cleverdox/build/fis.productive/local/ios/platforms/ios
  [cordova] export 
CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
  [cordova] export 
PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/Users/schauerte/shared/ant-1.9.2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin"
  [cordova]
  [cordova] Signing Identity: "iPhone Distribution: FINSTRAL SPA 
(OUR-TEAM-ID)"
  [cordova] Provisioning Profile: "FINSTRAL (AppStore)"
  [cordova]   (PROV-PROFILE-UID)
  [cordova]
  [cordova] /usr/bin/codesign --force --sign 
70F84903046CDD6B734A987E4CB044FE5E18C5EA --entitlements 
/Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/IntermediateBuildFilesPath/FINSTRAL.build/Release-iphoneos/FINSTRAL.build/FINSTRAL.app.xcent
 --timestamp=none 
/Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
  [cordova] 
/Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app:
 unknown error -1=
  [cordova] Command /usr/bin/codesign failed with exit code 1
  [cordova]
  [cordova] ** ARCHIVE FAILED **
  [cordova]
  [cordova]
  [cordova] The following build commands failed:
  [cordova] CodeSign 
/Users/schauerte/Library/Developer/Xcode/DerivedData/FINSTRAL-bsnohhydgksblzfcqjeuvibucnhv/Build/Intermediates.noindex/ArchiveIntermediates/FINSTRAL/InstallationBuildProductsLocation/Applications/FINSTRAL.app
  [cordova] (1 failure)
  [cordova] Error: Error code 65 for command: xcodebuild with args: 
-xcconfig,/Users/schauerte/tatakoto/dev/schauerte/cleverdox/build/fis.productive/local/ios/platforms/ios/cordova/build-release.xcconfig,-workspace,FINSTRAL.xcworkspace,-scheme,FINSTRAL,-configuration,Release,-destination,generic/platform=iOS,-archivePath,FINSTRAL.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/schauerte/tatakoto/dev/schauerte/cleverdox/build/fis.productive/local/ios/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/schauerte/tatakoto/dev/schauerte/cleverdox/build/fis.productive/local/ios/platforms/ios/build/sharedpch,EMBEDDED_CONTENT_CONTAINS_SWIFT
 = YES,ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO,LD_RUNPATH_SEARCH_PATHS = 
"@executable_path/Frameworks"
{code}
This happens during Archiving and before Exporting.
As the messages say, the PROV-PROFILE etc. are resolved correctly. All 
certificates are locally available in the login keychain. All profiles are 
downloaded by xcode 9.

there are no outdated/old certificates or profiles on the mac system. we 
deleted even old private keys.

We tried the same setup with different TEAM-IDS (and their corresponding 
PROV-PROFILES). The 

[jira] [Commented] (CB-13460) Apply Android style to the splash screen.

2017-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16208926#comment-16208926
 ] 

ASF GitHub Bot commented on CB-13460:
-

GitHub user pdyraga opened a pull request:

https://github.com/apache/cordova-plugin-splashscreen/pull/137

CB-13460: Apply Android style to the splash screen

This change makes the splash screen dialog use the `SplashScreenStyle`, if 
defined.
If not, it falls back to the default style.

Using Android style is a way more robust than adding configurable 
status/navigation color properties.

Examples:
In the `config.xml`:
```

```

In the `my-android-theme.xml`:
```



true
true


```


![image](https://user-images.githubusercontent.com/4712360/31705508-f67debcc-b3e5-11e7-980c-78cf34c0ca76.png)
```



@android:color/holo_green_light
@android:color/holo_green_light


```


![image](https://user-images.githubusercontent.com/4712360/31705544-1b3f50fe-b3e6-11e7-9440-2cf7cd003fdb.png)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/pdyraga/cordova-plugin-splashscreen master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-splashscreen/pull/137.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #137


commit 143b63eda15f11a3de1a198dc63f84e09ed2e4e8
Author: Piotr Dyraga 
Date:   2017-10-18T06:40:33Z

Apply an Android Style to the splash screen

Cordova 6.4.0 adds `edit-config` support to `config.xml`. This lets to 
easily define custom Android styles.
This change makes the splash screen dialog use the `SplashScreenStyle`, if 
defined.
If not, it falls back to the default style.




> Apply Android style to the splash screen.
> -
>
> Key: CB-13460
> URL: https://issues.apache.org/jira/browse/CB-13460
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-splashscreen
>Reporter: Piotr Dyraga
>
> This improvement aims at making the splash screen dialog use the 
> `SplashScreenStyle`, if defined. If not, it plugin should fall back to the 
> default style (backward compatibility).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13460) Apply Android style to the splash screen.

2017-10-18 Thread Piotr Dyraga (JIRA)

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

Piotr Dyraga updated CB-13460:
--
Description: This improvement aims at making the splash screen dialog use 
the `SplashScreenStyle`, if defined. If not, it plugin should fall back to the 
default style (backward compatibility).  (was: Cordova 6.4.0 adds `edit-config` 
support to `config.xml`. This lets to easily define custom Android styles.

This improvement aims at making the splash screen dialog use the 
`SplashScreenStyle`, if defined. If not, it plugin should fall back to the 
default style (backward compatibility).)

> Apply Android style to the splash screen.
> -
>
> Key: CB-13460
> URL: https://issues.apache.org/jira/browse/CB-13460
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-splashscreen
>Reporter: Piotr Dyraga
>
> This improvement aims at making the splash screen dialog use the 
> `SplashScreenStyle`, if defined. If not, it plugin should fall back to the 
> default style (backward compatibility).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13460) Apply Android style to the splash screen.

2017-10-18 Thread Piotr Dyraga (JIRA)
Piotr Dyraga created CB-13460:
-

 Summary: Apply Android style to the splash screen.
 Key: CB-13460
 URL: https://issues.apache.org/jira/browse/CB-13460
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-plugin-splashscreen
Reporter: Piotr Dyraga


Cordova 6.4.0 adds `edit-config` support to `config.xml`. This lets to easily 
define custom Android styles.

This improvement aims at making the splash screen dialog use the 
`SplashScreenStyle`, if defined. If not, it plugin should fall back to the 
default style (backward compatibility).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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