Sebastian Hagedorn

Results 21 comments of Sebastian Hagedorn

It seems that the runtime checks for `edgesForExtendedLayout` are redundant, given that https://github.com/KrauseFx/TSMessages/pull/237/commits/9c5502835665f754c340216f285e45df5b13e47e removes support for iOS 5/6 entirely, and iOS 7 support `edgesForExtendedLayout`.

As of Xcode 4.5, armv6 is no longer supported. It probably works in Xcode because the project/target settings have been updated to build armv7 and possibly armv7s, but you won't...

> Should these be removed in favor of just disabling all at the top and re-enabling it at the bottom? I wondered if `swiftlint:enable: all` would actually enable _all_ linter...

Maybe it just failed to write the user defaults. "Don't ask again" should be discouraged anyway.

I just found this thread and would like to leave a +1. While I don't feel it's an absolute necessity (we also wrote our own abstractions to make working with...

We also miss this ability – not just for the environment. _Some_ way to re-initialize/re-configure the SDK without forcing an app relaunch would be appreciated.

Seems like we completely missed this/assumed it wasn't there. That behaviour sounds exactly like what we want. Thanks for pointing it out and providing extra context πŸ™πŸ»

There is another issue in Swift 6. Instead of generating: ``` private static func tr(…_ args: CVarArg...…) -> String { … ``` …it needs to be: ``` private static func...

Oh, I may have missed that – happy to hear if anyone has a reference to that. Given it's a very minor change in the template, it probably doesn't hurt...

Now I'm actually unsure about this πŸ˜„ It seems the [package](https://github.com/SwiftGen/SwiftGen/blob/stable/Package.swift#L1) requires Swift 5.6, but SwiftGen [itself](https://github.com/SwiftGen/SwiftGen/blob/stable/.swift-version) is still on Swift 5.2. That said, `Sendable` which is being added [here](https://github.com/SwiftGen/SwiftGen/pull/1119)...