2 posts tagged ‘Metadata’
John Geleynse Retires From Apple
John Geleynse: Being a part of Apple for 25 years has been the privilege and experience of a lifetime. […] We released the platforms and tools that helped bring incredible products to life. We inspired developers to do some of the best work of their careers. We rewrote the original Apple Human Interface Guidelines for […]
Rescuing Files From Classic Mac OS...with Swift
Jordan Rose: The biggest benefits of doing this project in Swift are very similar to what the benefits would have been for using C++, back in the 90s, but with even more safety. Take directory walking. In C, this looks something like the following: FSIterator *iter; OSStatus err = FSOpenIterator(&directory, kFSIterateFlat, &iter); if (err != […]