In 2015 apple remove hundreds of apps from Appstore. Hackers some how managed to directly infect the build system of hacked XCode and upload infected apps to Appstore. Infected XCode where also available for download over the website and many unsuspecting developer were using them. “We’ve removed the apps from… Read more »
Naming repositories is a very critical task irrespective of how insignificant it may seem. Fact is number of repositories, you have to deal with, will only grow in future and you might have to archive and revisit some. Having a clear searchable and predictable repo name will help. Points to… Read more »
Simple to use swift functions which are very useful in development and testing. 1. Generating random UIColor in Swift: Function returns random UIColor each time func randomUIColor(alpha:CGFloat!)-> UIColor { return UIColor.init(red:(CGFloat(arc4random_uniform(256))/255.0), green:CGFloat(arc4random_uniform(256))/255.0, blue: (CGFloat(arc4random_uniform(256))/255.0), alpha: alpha) } 2.Random HEX Color code in Swift 3: Function returns random 3 char Hex… Read more »
Download links for Xcode 10.1, Xcode 10, Xcode 9, Xcode 8, XCode 7, XCode 6 are given below. The list is organized in newest first and a developer account login will be required. Latest Xcode version on top BUY ME A BEER!! paypal.me/karma4all Xcode 12 12.3 12.2 12.1 12.0.1 12.0 Xcode… Read more »