name: MiniPlayer options: bundleIdPrefix: com.miniplayer deploymentTargets: iOS: "17.0" macOS: "14.0" xcodeVersion: "15.0" generateEmptyDirectories: true groupSortPosition: top targets: MiniPlayer: type: application platform: [iOS, macOS] sources: - path: Sources settings: base: PRODUCT_BUNDLE_IDENTIFIER: com.miniplayer.app PRODUCT_NAME: MiniPlayer MARKETING_VERSION: "1.0.0" CURRENT_PROJECT_VERSION: 1 DEVELOPMENT_TEAM: "" INFOPLIST_KEY_UILaunchScreen_Generation: YES INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight" INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight" INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.entertainment" INFOPLIST_KEY_CFBundleDisplayName: "MiniPlayer" INFOPLIST_KEY_NSHumanReadableCopyright: "Copyright 2024. All rights reserved." GENERATE_INFOPLIST_FILE: YES SWIFT_VERSION: "5.9" SWIFT_EMIT_LOC_STRINGS: YES ASSETCATALOG_COMPILER_APPICON_NAME: "AppIcon" ENABLE_HARDENED_RUNTIME: YES