Xcode 4 build doesn't work #490
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)?I don't know if this would be better or worse than NSData, but I think MacOS provides a
base64program 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.mmfile), but I think both are probably preferable to a subprocess.