Skip to content

Move Xcode project and example under MathEditor directory#30

Merged
maitbayev merged 4 commits intomasterfrom
codex/move-matheditorexample-and-matheditor.xcodeproj
Apr 2, 2026
Merged

Move Xcode project and example under MathEditor directory#30
maitbayev merged 4 commits intomasterfrom
codex/move-matheditorexample-and-matheditor.xcodeproj

Conversation

@maitbayev
Copy link
Copy Markdown
Owner

Motivation

  • Reorganize the repository to group the Xcode project and example app under the MathEditor package directory for clearer structure and packaging.
  • Keep project layout consistent with the Swift package in MathEditor/ so related artifacts are colocated.

Description

  • Moved the top-level MathEditor.xcodeproj into MathEditor/MathEditor.xcodeproj as a path-only rename with no content edits.
  • Moved the MathEditorExample/ app folder into MathEditor/MathEditorExample/ as a path-only rename with no content edits.
  • All files were preserved exactly; changes are pure renames across the project/workspace and example resource files.
  • No source code or project file contents were modified during the move.

Testing

  • No automated test suite was executed because this change is a path-only rename that does not modify file contents.
  • Repository integrity and file presence were validated by listing and opening the moved files to confirm they exist in their new locations and are unchanged.

Codex Task

Madiyar Aitbayev added 3 commits April 2, 2026 12:00
@maitbayev maitbayev merged commit 71ba9f6 into master Apr 2, 2026
@maitbayev maitbayev deleted the codex/move-matheditorexample-and-matheditor.xcodeproj branch April 2, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant