MoneyCounterApp/project.yml
2026-04-06 01:25:41 -07:00

27 lines
864 B
YAML

name: Money Counter Helper
options:
bundleIdPrefix: ca.dallasgroot
createIntermediateGroups: true
targets:
MoneyCounter:
type: application
platform: iOS
deploymentTarget: "26.0"
sources:
- path: MoneyCounter
settings:
base:
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
SWIFT_VERSION: 5.0
MARKETING_VERSION: 1.0
CURRENT_PROJECT_VERSION: 1
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: YES
INFOPLIST_KEY_UILaunchScreen_Generation: YES
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: UIInterfaceOrientationPortrait
# Add this line to silence the orientation/multitasking warning:
INFOPLIST_KEY_UIRequiresFullScreen: YES