[jira] [Commented] (CB-5262) Adding config entries in plugin.xml for modifying .plist file results in whitespace entries for NSMainNibFile keys leading to App crashing

2013-11-26 Thread Adam George (JIRA)

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

Adam George commented on CB-5262:
-

[~shazron] - yes does seem to be fixed in 3.2.0.  Cheers!

> Adding config entries in plugin.xml for modifying .plist file results in 
> whitespace entries for NSMainNibFile keys leading to App crashing
> --
>
> Key: CB-5262
> URL: https://issues.apache.org/jira/browse/CB-5262
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
> Environment: MacOSX
>Reporter: tex
>
> with the following in plugin.xml :
> {code:xml}
> 
> 
> 
>location
>  
> 
> 
> {code}
> we get whitespaces in the generated info.plist :
> {code:xml}
> NSMainNibFile
> 
> 
> {code}
> the app compile but crash at runtime as it looking at a non existing .nib 
> file.
> the .plist can be modified manualy, allowing correct building, but this is a 
> real major issue for automated compiling (eg: phonegap build)
> this issue seems to be related to 
> https://issues.apache.org/jira/browse/CB-4731 but is more important as it 
> lead to app crashing



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5262) Adding config entries in plugin.xml for modifying .plist file results in whitespace entries for NSMainNibFile keys leading to App crashing

2013-11-26 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5262:
--

I believe this was fixed in CB-5012? Can you confirm its the same.

> Adding config entries in plugin.xml for modifying .plist file results in 
> whitespace entries for NSMainNibFile keys leading to App crashing
> --
>
> Key: CB-5262
> URL: https://issues.apache.org/jira/browse/CB-5262
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
> Environment: MacOSX
>Reporter: tex
>
> with the following in plugin.xml :
> {code:xml}
> 
> 
> 
>location
>  
> 
> 
> {code}
> we get whitespaces in the generated info.plist :
> {code:xml}
> NSMainNibFile
> 
> 
> {code}
> the app compile but crash at runtime as it looking at a non existing .nib 
> file.
> the .plist can be modified manualy, allowing correct building, but this is a 
> real major issue for automated compiling (eg: phonegap build)
> this issue seems to be related to 
> https://issues.apache.org/jira/browse/CB-4731 but is more important as it 
> lead to app crashing



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5262) Adding config entries in plugin.xml for modifying .plist file results in whitespace entries for NSMainNibFile keys leading to App crashing

2013-11-24 Thread Adam George (JIRA)

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

Adam George commented on CB-5262:
-

Yup, having same issue. It looks like any plugin that adds new entries into the 
plist causes this issue.

Hope this gets fixed soon!

> Adding config entries in plugin.xml for modifying .plist file results in 
> whitespace entries for NSMainNibFile keys leading to App crashing
> --
>
> Key: CB-5262
> URL: https://issues.apache.org/jira/browse/CB-5262
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
> Environment: MacOSX
>Reporter: tex
>
> with the following in plugin.xml :
> {code:xml}
> 
> 
> 
>location
>  
> 
> 
> {code}
> we get whitespaces in the generated info.plist :
> {code:xml}
> NSMainNibFile
> 
> 
> {code}
> the app compile but crash at runtime as it looking at a non existing .nib 
> file.
> the .plist can be modified manualy, allowing correct building, but this is a 
> real major issue for automated compiling (eg: phonegap build)
> this issue seems to be related to 
> https://issues.apache.org/jira/browse/CB-4731 but is more important as it 
> lead to app crashing



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5262) Adding config entries in plugin.xml for modifying .plist file results in whitespace entries for NSMainNibFile keys leading to App crashing

2013-11-14 Thread Jan-Pieter van den Heuvel (JIRA)

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

Jan-Pieter van den Heuvel commented on CB-5262:
---

Fixing this bug is quite important for us at [Plot|http://www.plotprojects.com] 
since we provide a Phonegap plugin for Location Based Notifications which 
requires the location background mode. Currently our users must manually add it 
to the .plist file every time they build their app (since the .plist file gets 
overridden during each build). We might take a stab at it ourselves but need 
some guidance. Where should this be fixed in the Phonegap code base and how 
would you estimate the amount of work involved?

> Adding config entries in plugin.xml for modifying .plist file results in 
> whitespace entries for NSMainNibFile keys leading to App crashing
> --
>
> Key: CB-5262
> URL: https://issues.apache.org/jira/browse/CB-5262
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
> Environment: MacOSX
>Reporter: tex
>
> with the following in plugin.xml :
> {code:xml}
> 
> 
> 
>location
>  
> 
> 
> {code}
> we get whitespaces in the generated info.plist :
> {code:xml}
> NSMainNibFile
> 
> 
> {code}
> the app compile but crash at runtime as it looking at a non existing .nib 
> file.
> the .plist can be modified manualy, allowing correct building, but this is a 
> real major issue for automated compiling (eg: phonegap build)
> this issue seems to be related to 
> https://issues.apache.org/jira/browse/CB-4731 but is more important as it 
> lead to app crashing



--
This message was sent by Atlassian JIRA
(v6.1#6144)