alcatraz / Alcatraz

Package manager for Xcode
alcatraz.io
MIT License
9.88k stars 1.15k forks source link

Bitbucket Url #466

Closed poborp closed 8 years ago

poborp commented 8 years ago

In the method "parseWebsiteTypeFromURLPath" from "ATZPackage.m" the correct url for bitbucket is "bitbucket.org", I think is better control both cases:

} else if ([URLPath rangeOfString:@"bitbucket.com"].location != NSNotFound || [URLPath rangeOfString:@"bitbucket.org"].location != NSNotFound) {

guillaumealgis commented 8 years ago

Fixed by #467. Thanks @poborp !