name: RouterOSAssistant options: bundleIdPrefix: com.focus72 deploymentTarget: macOS: "14.0" settings: base: SWIFT_VERSION: "5.0" MACOSX_DEPLOYMENT_TARGET: "14.0" packages: Citadel: url: https://github.com/orlandos-nl/Citadel.git from: 0.9.0 targets: RouterOSAssistant: type: application platform: macOS sources: - path: RouterOSAssistant settings: base: PRODUCT_BUNDLE_IDENTIFIER: com.focus72.RouterOSAssistant ENABLE_HARDENED_RUNTIME: YES CODE_SIGN_STYLE: Automatic ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon dependencies: - package: Citadel info: path: RouterOSAssistant/Info.plist properties: CFBundleDisplayName: RouterOS Assistant LSApplicationCategoryType: public.app-category.utilities NSAppTransportSecurity: NSAllowsArbitraryLoads: true RouterOSAssistantTests: type: bundle.unit-test platform: macOS sources: - path: RouterOSAssistantTests settings: base: GENERATE_INFOPLIST_FILE: YES dependencies: - target: RouterOSAssistant schemes: RouterOSAssistant: build: targets: RouterOSAssistant: all run: config: Debug test: config: Debug targets: - RouterOSAssistantTests