Aktualnie w promocji jest gra ciesząca się dużą popularnościa (ponad 700 tys. pobrań) – BLiP – polegająca na bezpiecznym przeprowadzeniu sześcianu (czyli BLiPa) przez ponad 60 poziomów. Grę […]
Second Yosemite public beta is available
Apple released the second Yosemite public beta for beta testers, following the release of the sixth Developer Preview earlier this week. Apple has also released a new version […]
Safari 7.1 beta available
Coming nearly one month after the last betas were released, Apple’s Safari 7.1 for OS X 10.9 Mavericks and Safari 6.2 for OS X 10.8 Mountain Lion again […]
Mavericks 10.9.5 build 13F18 is out
Apple today seeded Mavericks 10.9.5 build 13F18 to developers, just under a week after seeding the third OS X 10.9.5 beta, build 13F14, and more than a month […]
OS X Yosemite Developer Preview 6 available
Apple today released a new version of OS X Yosemite to developers, two weeks after releasing the fifth Developer Preview and more than two months after unveiling the […]
OS X Mavericks 10.9.5 Build 13F14 is out
Apple today seeded Mavericks 10.9.5 build 13F14 to developers, just over a week after seeding the second OS X 10.9.5 beta, build 13F12, and more than a month […]
Quick tip: Enum class for defining constants in swift
Just in case someone will find it useful: class MyClass { enum myConst: Int { case SomeValue = 1 } } and then: var aPlanet = MyClass.MyConst.SomeValue or […]
OS X Mavericks 10.9.5 Build 13F12 available
Apple today seeded Mavericks 10.9.5 build 13F12 to developers, just over a week after seeding the first OS X 10.9.5 beta, build 13F7, and more than a month […]
Quick tip: using git with multiple ssh keys
Probably you are using git. And probably a day when you will add another repo is close. But standard git behavior is to use key located at ~/.ssh/id_rsa. […]