markturnip

Results 9 comments of markturnip

Sorry to bump?

But maybe I could create a PR to allow auto disabling sleep mode when the host is connected?

Does mean including private headers ```objc - (void)preventSleepWithReply:(void (^)(NSInteger error))reply { NSInteger status = IOPMSetSystemPowerSetting(kIOPMSleepDisabledKey, kCFBooleanTrue); if (reply) reply(status); } - (void)allowSleepWithReply:(void (^)(NSInteger error))reply { NSInteger status = IOPMSetSystemPowerSetting(kIOPMSleepDisabledKey, kCFBooleanFalse);...

Looks good but not clickable:

So it is - my apologies. I'll just have to enforce the markup our end for now. No stress for additional support! Thanks

ah this may well be due to the fact the response is a dictionary rather than a array!

> I found out by my self , it's good to support it when you publish a framework ... some body should waste his time to edit library . Perhaps...

Was there ever any update not this?