#ifdef DEBUG return YES;#else#endif
return NO;
--
-- You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
---
You received this message because you are subscribed to the Google Groups "phonegap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phonegap+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- (void)detect:(CDVInvokedUrlCommand*)command
{
BOOL isDebug = NO;
CDVPluginResult* pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK messageAsBool:isDebug]; [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId]; } |
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
---
You received this message because you are subscribed to the Google Groups "phonegap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phonegap+unsubscribe@googlegroups.com.
...
BTW, you sent a PR against their plugin
https://github.com/Arcticus/Cordova-Plugin---Test-Flight-Detector/pulls
We're not that familiar with Github, so suspect we cocked something up. Whilst the rest of the world seems to like Github, we simply can't get on with it at all.We'll look at renaming it to something else.I think we have just deleted the PR. I hope so.ThanksRob
On Sun, Mar 12, 2017 at 10:05 PM, jcesarmobile <jcesar...@gmail.com> wrote:
Good to see that my approach worked.
Only for your information, from Xcode you can install in release mode and that should make the code not detect that it was installed from Xcode.
So maybe instead of calling it Xcode detector, call it debug detector or something like that.
BTW, you sent a PR against their plugin
https://github.com/Arcticus/Cordova-Plugin---Test-Flight-Detector/pulls
--
-- You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
---
You received this message because you are subscribed to the Google Groups "phonegap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phonegap+u...@googlegroups.com.