Sebastian Shanus
Sebastian Shanus
@DJBen You bring up a good point about root setup for iOS 13+ since we're now dealing with more objects (`UIScene` and `UISceneDelegate`) where we the developers don't control construction....
> I wonder if each scene's dependencies should be isolated into a Cleanse.Component that ensures access safely, and also ease the management of destroying the scene because we could just...
@chathil Yes, that's how I would build your object graph using SwiftUI's `@main` annotation. Sample project is great, would you like to add it under the `Examples/` folder?
(And @brianwang9100 )
😬 Incremental would lose a lot of its power for projects that use mostly development pods if we always regenerate those targets. The problem with taking a hash of the...
@beefon One implementation detail of incremental installation is that it'll selectively regenerate pods whose projects are missing in the sandbox. So if you know the project `DevelopmentPodA.xcodeproj` is dirtied, you...
Was in the middle of trying to add support and we found that the scnassets were unused and could be deleted. Some notes from my investigation into the tool though:...
@jmkk Does your project have `deterministic_uuids` enabled? The PR you linked should only affect projects with that option enabled. How do you reference `project` in your post-install hook? Is it...
@jmkk No update here. I haven't been able to reproduce this issue and a sample project would help a lot. If you can't get a repro project, do you mind...
@jmkk I've tried plugging your post install hook into one of our larger projects and couldn't seem to repro. A reproducible project is ideal here to get this fixed. Based...