name: AdminKaMac options: bundleIdPrefix: com.groupeka deploymentTarget: macOS: "13.0" createIntermediateGroups: true settings: base: MARKETING_VERSION: "1.0.0" CURRENT_PROJECT_VERSION: "2" DEVELOPMENT_TEAM: "3YM54G49SN" SWIFT_VERSION: "5.0" targets: AdminKaMac: type: application platform: macOS sources: - Sources - Resources info: path: Sources/Info.plist properties: CFBundleDisplayName: Admin-Ka CFBundleShortVersionString: "1.0.0" CFBundleVersion: "2" LSMinimumSystemVersion: "13.0" NSHumanReadableCopyright: "© 2026 Simon-Pierre Boucher — Groupe KA" NSAppTransportSecurity: NSAllowsArbitraryLoads: false settings: base: PRODUCT_BUNDLE_IDENTIFIER: com.groupeka.adminkamac PRODUCT_NAME: Admin-Ka ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon ENABLE_HARDENED_RUNTIME: "YES" CODE_SIGN_STYLE: Manual CODE_SIGN_IDENTITY: "Developer ID Application" COMBINE_HIDPI_IMAGES: "YES" MACOSX_DEPLOYMENT_TARGET: "13.0" CODE_SIGN_ENTITLEMENTS: Sources/AdminKaMac.entitlements