name: SystemExtensionInstaller options: bundleIdPrefix: com.accusys deploymentTarget: macOS: "15.0" targets: SystemExtensionInstaller: type: application platform: macOS sources: - main.swift settings: base: PRODUCT_NAME: SystemExtensionInstaller PRODUCT_BUNDLE_IDENTIFIER: com.accusys.markbase.installer CODE_SIGN_ENTITLEMENTS: entitlements.plist CODE_SIGN_IDENTITY: "-" DEVELOPMENT_TEAM: "" ENABLE_HARDENED_RUNTIME: YES CODE_SIGNING_REQUIRED: YES CODE_SIGNING_ALLOWED: YES INFOPLIST_FILE: Info.plist