Blog
I mainly write about my professional endeavours with Swift, Objective-C, Xcode and the Apple technologies. Those take place in a corporate environment in which we design, develop and deliver apps for all major platforms (including Windows and Android) and multiple customers. Our apps are native and brandable clients for our cloud solutions targeted at hosters and telecommunication companies. My personal focus is set on native apps for macOS.
Seeing Through the Apple Signing Jungle
• 6 minute read
Signing apps can be an overwhelming topic when you don’t let Xcode handle it automatically. This is an attempt to summarize it in my own words like I would do to others in a casual setting who are not familiar with the topic yet.
Resource Strings Syntax Support for Sublime Text
• 2 minute read
I published a package which provides syntax definitions for resource string files in Sublime Text.
How to Build Unsigned macOS Apps
• 3 minute read
Sometimes you have to build a project for customers with IDs under their control but without their signing assets. This is how.
Manually Signing Embedded Swift Runtime
• 2 minute read
Sometimes the Swift runtime ends up in a built product as well and needs to be (re)signed just like the rest.