freiwald.dev
📱 Developer on platforms
👨💻 Mobile Consultant @ Netlight
💛 Love talking about Swift • SwiftUI • iOS
🏡 Interested in Smart Home & KNX
🇩🇪 Living in Munich with my family 👩❤️👨👧👶
Developer of @getskydeck.app
🌐 https://freiwald.dev
188 posts
704 followers
265 following
Regular Contributor
Active Commenter
comment in response to
post
I thought it was updated with 4.6? 🫣
comment in response to
post
Some NavigationLink would be enough. I have a LogView to see the current logs. Would be cool to open these view from the Debug Menu. Otherwise I would need my own Debug View where I can navigate to my Logs or to Spices.
comment in response to
post
That’s exactly what I wanted to ask for yesterday 🙃
comment in response to
post
Interesting, normally I use callAsFunctiom for this
github.com/swiftlang/sw...
comment in response to
post
Warum? Der geht immer noch davon aus, dass er gewinnen kann..
comment in response to
post
I’ve been diving deep into IceCubesApp by @dimillian.app, and it’s an incredible open-source project worth checking out. Also, the frameworks and example apps by @pointfree.co are super helpful if you’re looking to learn something new in iOS development—highly recommend exploring their work!
comment in response to
post
HTTPie
comment in response to
post
Isn't the talk by @mikaelacaron.com missing from the schedule?
fosdem.org/2025/schedul...
comment in response to
post
Don’t trust the inline errors 🥲
comment in response to
post
I had to start reading it twice to understand that it’s not swiftlang releated 😄
comment in response to
post
I already muted the hash #100DaysOfSwiftUI for myself which helped a lot :)
So you could argue people can filter this by them self if its too annoying
comment in response to
post
I know, but I always forget how to use it 😅
comment in response to
post
shipfruitful.now ? 😄
comment in response to
post
Proxyman
Cleanshot or similar
Postman or Httpie
comment in response to
post
Und die Bauern sind schuld 😄
„Durch Pflugarbeiten wurden heute Morgen um 8:37 Uhr unsere Kabel mehrfach beschädigt.“
comment in response to
post
Liegt wohl eher an der großflächigen Störung des Netzes 😉
www.merkur.de/lokales/erdi...
comment in response to
post
I‘m using a pre-push git hook which checks if something has changed and asks to copy the new macros.json to the ci_scripts folder.
comment in response to
post
You should have received an invite ☺️
comment in response to
post
Same hope as for the last 10 years of releases 😄
comment in response to
post
I will send you a DM ☺️
comment in response to
post
I can send you a TestFlight invite for @getskydeck.app if you want ☺️
comment in response to
post
The sad thing is that people will fall for it again and again.
comment in response to
post
If you are fine with wrong data and paying 1000$ a month for the usage in the future 😄
comment in response to
post
Does is enable building iOS apps with just a Package.swift file like Swift Playground in the future?
comment in response to
post
In your json, defs contains preferences but not items.
But preferences contains items.
comment in response to
post
Isn’t the message about that „defs“ object doesn’t have any „items“ but expecting some?
comment in response to
post
The question is, what are the usual ones?
Other usual ones for me are @fatbobman.bsky.social @jordanmorgan10.bsky.social @polpielladev.bsky.social
And articles I always enjoy are by @thomasdurand.fr
comment in response to
post
Yes, same for Firefox
There is also an error in the Console, maybe a Bug for users who never used the Sandbox accounts before...
comment in response to
post
If you want to go the whole route even for public APIs 😅
comment in response to
post
This way the API key can only be read with Proxyman etc., if you don’t use certificate pinning too.
comment in response to
post
xcconfig ends in a Plist file in the end. And both are easy to read/extract from an IPA file.
I would go with in-code (could also be excluded from git)
Or using Apples On-demand resources.
This can fetch a config file on App install and you can store the information on app start in the keychain.