Update project configuration with code signing and launch settings

- Add development team L3N5LHJD5Y to all targets in project.yml
- Add automatic code signing settings to test targets
- Fix UIRequiresFullScreen setting to false for launch storyboard compatibility
- Update Info.plist with proper launch configuration
- Ensure all targets have consistent code signing configuration
This commit is contained in:
jack
2025-07-09 19:48:26 +02:00
parent ccc09d6ce6
commit cb2a1801cd
3 changed files with 44 additions and 15 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiresFullScreen</key>
<true/>
<false/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>