Defaults - First Run Files
===========================

This folder contains default files that get copied to the user's
UserSupport folder on first launch (Mac + Linux).

The folder structure here mirrors the UserSupport folder structure.
Files are only copied if they don't already exist (no overwriting).

UserSupport per platform:
  macOS    ~/Library/Application Support/PalaceChat/
  Linux    next to the executable (legacy; will move to ~/.local/share/PalaceChat/)
  Windows  Documents/PalaceChat/  (NOT used; Win distributes defaults via
           the installer's CopyFilesDefaultPchat step instead)

How to set up in Xojo IDE (already configured for current targets):
  Build Automation > macOS ARM 64 bit > Copy Files step (Destination = Resources)
  Build Automation > Linux           > Copy Files step (Destination = next to executable)

Required contents:
  Cyborg.txt         - Default cyborg script
  Palace Bookmarks   - Default server bookmark list
  Media/
    Sounds/
      *.wav          - Default notification sounds

Naming history:
  Folder was originally "Mac Defaults"; renamed to "Defaults" 2026-04-29
  when Linux port adopted the same first-run-copy mechanism.
