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 # xcodegen regenerates this whole file from these properties (plus its own # defaults for anything unlisted) every time it runs — NOT a merge with # whatever's already on disk. Without these two explicit here, `xcodegen # generate` silently resets the app's version back to its built-in default # "1.0"/"1", discarding any release version bump (found live, 2026-09-17, # while adding a new test file triggered a regen and reverted v1.1.0 -> 1.0). CFBundleShortVersionString: "1.2.0" CFBundleVersion: "3" 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