You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the problems are easy to solve, but the cppcodec dependency will not compile in Xcode 4, so an alternative will be needed. Perhaps use Base64 routines from the Mac toolkit (eg NSData)?
The text was updated successfully, but these errors were encountered:
I don't know if this would be better or worse than NSData, but I think MacOS provides a base64 program which could be a subprocess. A little nastier, but maybe quicker to integrate? I have no idea.
I'd kinda prefer something in CoreFoundation or similar rather than NSData (as that doesn't require using a .mm file), but I think both are probably preferable to a subprocess.
Most of the problems are easy to solve, but the cppcodec dependency will not compile in Xcode 4, so an alternative will be needed. Perhaps use Base64 routines from the Mac toolkit (eg
NSData
)?The text was updated successfully, but these errors were encountered: