Gabriel Reimers

@gabriel_r
0 Followers
25 Following
6 Posts

iOS and Mac app developer.
Co-founder of Coding Friends.

I like Swift, PHP Laravel and linguistics.

Coding FriendsStudio for Mac and iOS apps: https://coding-friends.com
WokabularyFlash card app for language learning:https://wokabulary.com
MacaronsChat roulette for Slack: https://macarons-roulette.app
@helge Awesome! I always wanted something like that. I often wondered if certain apps were native. (Especially when they had weird UX)
#LunchBreakFOSS Following the smallest app, a little fun #SwiftUI #macOS app: 5 GUIs. You drop an app on it and it’ll tell you what technologies the app uses. Like say Catalyst, Electron or SwiftUI. It is free and open source, PR’s are as usual welcome! E.g. some people say it is crashing on Ventura? Though it worked when I gave it a run on my setup.
(Fun fact: the delays when it "calculates" the tech are completely fake for the "experience" 😬)
https://apps.apple.com/us/app/id1534164621
https://github.com/ZeeZide/5GUIs
‎5 GUIs

‎Simply drop a Mac application on 5 GUIs main window, and it'll start detecting the GUI frameworks the application uses.

Mac App Store
I read everywhere that migrating between #mastodon instances is "easy". So I wanted to give it a try. I created another account on ohai.social and wanted to import my profile there.
But I don't get how it works.
When I export my profile here, I get a tar.gz archive. In the import section however, I am supposed to import individual lists as CSV. There is no option for a full import.
Am I missing something, or is migration just more complicated than what everybody says?
Eben zur Erde gefunkt: „Selfie“ des Orion-Raumschiffs mit Mond und Erde.
@mattiem 🤦‍♂️ Yes, it was private, sorry. I've changed it. Please try again.

You don't need external logging frameworks for #iOS and #mac
apps.
The built-in OSLog system is super easy to use and provides exceptional performance.
Apple provides extensive documentation: https://developer.apple.com/documentation/os/logging/generating_log_messages_from_your_code

There is also a #WWDC2020 video: https://developer.apple.com/videos/play/wwdc2020/10168/

And when I talked about this at Cocoaheads Berlin, I created a sample project that also shows how to export logs from user devices:
https://github.com/greimers/Landmarks-with-Logging

#swift #development

Generating Log Messages from Your Code | Apple Developer Documentation

Record useful debugging and analysis information, and include dynamic content in your messages.

Apple Developer Documentation