Skip to content

Documentation: Remove hard-coded absolute paths from XCODE_SCHEME_SETUP.md #24

@leogdion

Description

@leogdion

Problem

Examples/Bushel/XCODE_SCHEME_SETUP.md contains hard-coded absolute paths that won't work for other developers.

Proposed Solution

Replace absolute paths with:

  1. Relative paths from project root
  2. Setup instructions for users to configure their own paths
  3. Environment variable placeholders

Before:

/Users/specificuser/Documents/Projects/MistKit/Examples/Bushel

After:

$PROJECT_ROOT/Examples/Bushel

Or use relative paths:

Examples/Bushel

Impact

  • Usability: Documentation works for all developers
  • Onboarding: No confusion about paths
  • Maintenance: Paths don't break when moved

Files Affected

  • Examples/Bushel/XCODE_SCHEME_SETUP.md

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions