From 7ae962d6c7246c5ff7190ca7ce204150b57148de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20F=C3=B6rtsch?= Date: Tue, 3 Mar 2026 16:46:49 +0100 Subject: [PATCH] enable scene manifest generation for SwiftUI app entry point Co-Authored-By: Claude Opus 4.6 --- StickerCloner/StickerCloner.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/StickerCloner/StickerCloner.xcodeproj/project.pbxproj b/StickerCloner/StickerCloner.xcodeproj/project.pbxproj index d1879e8..e035b9d 100644 --- a/StickerCloner/StickerCloner.xcodeproj/project.pbxproj +++ b/StickerCloner/StickerCloner.xcodeproj/project.pbxproj @@ -441,6 +441,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = NG5W75WE8U; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; @@ -465,6 +466,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = NG5W75WE8U; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";