hivewallet / BitcoinKit

Cocoa framework for creating Bitcoin wallet apps (UNMAINTAINED)
MIT License
84 stars 26 forks source link

Rename to "bitcoinkit.framework" #6

Closed hivewallet closed 10 years ago

hivewallet commented 11 years ago

Lowercase project name for consistency

jonasschnelli commented 11 years ago

hmm... i would recommend to stick to the OSX quasi-standard which is camel case starting with uppercase. Also most third party frameworks also starts with uppercase letter (check the famous https://github.com/andymatuschak/Sparkle)

check a partial dir dump of /System/Library/Frameworks Accelerate.framework IOSurface.framework Accounts.framework ImageCaptureCore.framework AddressBook.framework ImageIO.framework AppKit.framework InputMethodKit.framework AppKitScripting.framework InstallerPlugins.framework AppleScriptKit.framework InstantMessage.framework

hivewallet commented 11 years ago

I only mean the project name on GitHub, but if that's also the trend for GitHub project names, then let's go with that.

jonasschnelli commented 11 years ago

A sure. That another story :-)...

mackuba commented 11 years ago

I think GitHub project names are also usually capitalized in case of Cocoa frameworks/libs, see https://github.com/search?l=Objective-C&q=framework&source=cc&type=Repositories.