Peter Easdown
Peter Easdown
This is related to the issue #2 that you closed already. It turns out that the problem was not iPad specific; rather it is a problem with the subclassing of...
Having integrated the common code into a project in which I need to transmit binary data via NSData objects, the data is all being thrown away as the framework is...
I've opened the project in Xcode 7 or 7.1, and attempted to build the iOS app (I'd like to see the framework functioning before I try integrating it). I am...
I've tried to implement this in my own subclass of StandardXMLAttributesResolver, however we don't seem to have enough access to the information required. Originally, I was going to implement it...
These changes were primarily to facilitate Shared iPad support. I've also set the synchronize to happen more often because the delay was too great (IMO).
I've not updated the demo projects, but this new code is working fine for me.
Parse Issue Group .../GCMMultiplayer.h:103:165: Expected ':' .../GCMMultiplayer.m:9:9: In file included from .../GCMMultiplayer.m:9: User-Defined Issue Group .../GCMMultiplayer.m:187:6: GCMMultiplayer::sendMatchData not implemented ARC Semantic Issue Group .../GCMMultiplayer.m:66:37: No visible @interface for 'NSViewController' declares...
lines 39-40 are the only things I changed. The rest is whitespace that Xcode did. Needed to add these extern definitions for completeness and to allow me to upgrade a...
This pull request isn't my last set of changes for this, but I thought it was about time I shared what I've done so far. I've been away from my...