Luki120

Results 15 comments of Luki120

@opa334 like this? ```xml SBAppUsesLocalNotifications ``` I'm not getting the stock alert

I've tried this code but there's no notification ```swift func postNotification() { let content = UNMutableNotificationContent() content.title = "Cathal" content.body = "Well done! You've completed a Pomodoro session. Starting break...

@opa334, Still no notifs with this code :/ ```swift .onAppear { timerViewModel.requestAuthorization() DispatchQueue.main.asyncAfter(deadline: .now() + 4) { timerViewModel.postNotification() } } ``` But the app ain't showing up at all in...

> `GO_EASY_ON_ME` doesn't eliminate warnings, correct? It just makes them not stop the build. Considering that clang continually adds new warnings and a lot of them call out constructs which...

Well I guess yeah, is it worth it though? There’s probably not many people making apps for < iOS 9, which is less common than tweaks, otherwise two new templates...

[Bruh](https://github.com/theos/templates/pull/24)

Yeah, I'm on the Orion branch. Here's a [live showcase](https://streamable.com/612ebn) of the behavior

This might be a Swift issue rather than a Theos one, as discussed on the Discord server, so closing due to lack of more information

I believe this is ready now that the launch images and libswift dependency issues were addressed, so I removed the draft status