Files
ggbond268--mactools/Plugins/Calendar/project.yml
T
wehub-resource-sync 1d1286fadb
Build / Build and test (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:18:38 +08:00

17 lines
630 B
YAML

settings:
base:
OTHER_LDFLAGS: -framework EventKit
bundle:
postBuildScripts:
- name: Copy CalendarPluginResources
script: |
set -euo pipefail
resource_dir="$TARGET_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/CalendarPluginResources"
rm -rf "$resource_dir"
ditto "$SRCROOT/Plugins/Calendar/CalendarPluginResources" "$resource_dir"
inputFiles:
- "$(SRCROOT)/Plugins/Calendar/CalendarPluginResources/ChinaHolidayOverrides.json"
outputFiles:
- "$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/CalendarPluginResources/ChinaHolidayOverrides.json"