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

Shazron Abdullah commented on CB-1091:
--------------------------------------

One gotcha is, if Xcode is running, it will NOT update the variables (Xcode 
will overwrite when it shuts down). We could detect through the command line 
and warn if Xcode is running, I suppose.

{code}
ps aux | grep -i "Xcode.app/Contents/MacOS/Xcode" | grep -v grep
{code}
                
> Installer: remove use of PackageMaker for Mountain Lion (OS X 10.8)
> -------------------------------------------------------------------
>
>                 Key: CB-1091
>                 URL: https://issues.apache.org/jira/browse/CB-1091
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 2.1.0
>
>
> This is because of GateKeeper:
> # 
> http://www.macworld.com/article/1165408/mountain_lion_hands_on_with_gatekeeper.html
> # http://en.wikipedia.org/wiki/Gatekeeper_(OS_X)
> We don't want to go into the hassle of signing a .pkg binary. 
> This is less of a Cordova concern since we ship the source, but our makefile 
> should not create a proprietary installer but just install what is needed (no 
> one reads the notices in the installer anyway!)
> Since we are already requiring devs to use the command line to create new 
> projects, requiring them to run an install script is not a problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to