Made a small update but received a new warning when uploading binary to App Store connect:
ITMS-90901: Missing full-screen support for the latest iPad mini display. The PitLogic.app bundle includes UIRequiresFullScreen=YES in the Info.plist or supports only a subset of UISupportedInterfaceOrientations, and is built with the 14.5 SDK. To take advantage of the full screen size, recompile with Xcode 13 and the SDK for iPadOS 15 or later.
I am wondering if this means the hosted macbuilder needs an SDK update or if indeed I inadvertently added something to my code that triggered the warning. I thought my only change was layout related in designer as I started using
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
in a layout script. Maybe that call triggered a UI library call that is different?
			
			ITMS-90901: Missing full-screen support for the latest iPad mini display. The PitLogic.app bundle includes UIRequiresFullScreen=YES in the Info.plist or supports only a subset of UISupportedInterfaceOrientations, and is built with the 14.5 SDK. To take advantage of the full screen size, recompile with Xcode 13 and the SDK for iPadOS 15 or later.
I am wondering if this means the hosted macbuilder needs an SDK update or if indeed I inadvertently added something to my code that triggered the warning. I thought my only change was layout related in designer as I started using
			
				Layout Script:
			
		
		
		If ActivitySize >= 5 then
 .
 .
Else
 .
 .
End If
	in a layout script. Maybe that call triggered a UI library call that is different?