Re: Cordova iOS build how to enable DEBUG for #ifdef DEBUG in CDVDebug.h

2016-02-01 Thread Shane MacPhillamy
Thank you Shazron.

> On 2 Feb 2016, at 12:23 PM, Shazron  wrote:
> 
> I'm sure you realize this is an Xcode thing. As such, Google offers
> lots of info:
> http://stackoverflow.com/questions/1540322/xcode-setting-gcc-preprocessor-definitions-for-different-build-configurations
> 
> by default when you build it builds for the Debug config, which has
> this macro set.
> 
> If you do a `cordova build --help` you can see one of the options is
> `--debug` or `--release`.
> 
> 
> 
> On Sun, Jan 31, 2016 at 2:41 PM, Shane MacPhillamy
>  wrote:
>> I'm developing a plugin for iOS Cordova. I've created an iOS Cordova 
>> application project using the Cordova CLI tools. I would like to enable the 
>> debug macros defined in CDVDebug.h with the -DDEBUG compiler flag. Is there 
>> a way I can do this from within Xcode when I have the Cordova project open 
>> in Xcode?
>> 
>> Cheers, Shane
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 


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



Cordova iOS build how to enable DEBUG for #ifdef DEBUG in CDVDebug.h

2016-01-31 Thread Shane MacPhillamy
I'm developing a plugin for iOS Cordova. I've created an iOS Cordova 
application project using the Cordova CLI tools. I would like to enable the 
debug macros defined in CDVDebug.h with the -DDEBUG compiler flag. Is there a 
way I can do this from within Xcode when I have the Cordova project open in 
Xcode?

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



Implications of Apple iOS 9 statements on IPv6

2015-06-17 Thread Shane MacPhillamy
Hi

Apple has been reported to say in 
http://arstechnica.com/apple/2015/06/apple-to-ios-devs-ipv6-only-cell-service-is-coming-soon-get-your-apps-ready/
 

 that IPv6 support will be an iOS 9 App Store submission criteria.

What if any implications does this have on Cordova for iOS.

Cheers, Shane