spb/admin-ka-macos
Public
Swift 100%
1name: AdminKaMac2options:3 bundleIdPrefix: com.groupeka4 deploymentTarget:5 macOS: "13.0"6 createIntermediateGroups: true7settings:8 base:9 MARKETING_VERSION: "1.0.0"10 CURRENT_PROJECT_VERSION: "2"11 DEVELOPMENT_TEAM: "3YM54G49SN"12 SWIFT_VERSION: "5.0"13targets:14 AdminKaMac:15 type: application16 platform: macOS17 sources:18 - Sources19 - Resources20 info:21 path: Sources/Info.plist22 properties:23 CFBundleDisplayName: Admin-Ka24 CFBundleShortVersionString: "1.0.0"25 CFBundleVersion: "2"26 LSMinimumSystemVersion: "13.0"27 NSHumanReadableCopyright: "© 2026 Simon-Pierre Boucher — Groupe KA"28 NSAppTransportSecurity:29 NSAllowsArbitraryLoads: false30 settings:31 base:32 PRODUCT_BUNDLE_IDENTIFIER: com.groupeka.adminkamac33 PRODUCT_NAME: Admin-Ka34 ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon35 ENABLE_HARDENED_RUNTIME: "YES"36 CODE_SIGN_STYLE: Manual37 CODE_SIGN_IDENTITY: "Developer ID Application"38 COMBINE_HIDPI_IMAGES: "YES"39 MACOSX_DEPLOYMENT_TARGET: "13.0"40 CODE_SIGN_ENTITLEMENTS: Sources/AdminKaMac.entitlements41