You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Apple embedded] Adopt SwiftUI lifecycle for Apple embedded platforms
- Introduces a SCons builder for Swift files - Increases the minimum deployment targets to iOS 14.0, and visionOS 26.0. - Replaces manually UIWindow management by a SwiftUI instantiated app.
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
|
||||
@interface GDTAppDelegateService : NSObject <UIApplicationDelegate>
|
||||
|
||||
@property(strong, nonatomic) UIWindow *window;
|
||||
@property(strong, class, readonly, nonatomic) GDTViewController *viewController;
|
||||
@property(strong, class, nonatomic) GDTViewController *viewController;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user