Files
wehub-resource-sync 1d1286fadb
Build / Build and test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:18:38 +08:00

23 lines
640 B
YAML

settings:
base:
OTHER_LDFLAGS: -framework IOKit
targets:
mactools-fan-smc-helper:
type: tool
platform: macOS
deploymentTarget: '14.0'
bundleResourcePath: SMCHelper
sources:
- path: SMCHelper/Sources
settings:
base:
PRODUCT_NAME: mactools-fan-smc-helper
PRODUCT_BUNDLE_IDENTIFIER: "$(BUNDLE_IDENTIFIER_PREFIX).mactools.plugins.fan-control.smc-helper"
GENERATE_INFOPLIST_FILE: true
SWIFT_VERSION: 6.0
MACOSX_DEPLOYMENT_TARGET: '14.0'
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: "$(DEVELOPMENT_TEAM)"
OTHER_LDFLAGS: -framework IOKit