Skip to content

Fix: properly hide ExampleIosApp from SPM navigator#3

Merged
robert-northmind merged 1 commit into
mainfrom
fix/hide-examples-from-spm-v2
Feb 16, 2026
Merged

Fix: properly hide ExampleIosApp from SPM navigator#3
robert-northmind merged 1 commit into
mainfrom
fix/hide-examples-from-spm-v2

Conversation

@robert-northmind

Copy link
Copy Markdown
Owner

Summary

  • The minimal Package.swift (no targets) from 1.1.1 wasn't enough — SPM needs a proper target definition to recognize a nested package
  • Updated Examples/ExampleIosApp/Package.swift with a real target and dependency, matching how Examples/ExampleApp/Package.swift is structured
  • Bump version to 1.1.2

Test plan

  • Add SwiftiePod 1.1.2 as an SPM dependency and verify Examples no longer appears in Xcode navigator
  • swift build passes
  • swift test passes (33 tests)

🤖 Generated with Claude Code

A minimal Package.swift with no targets wasn't enough for SPM to
recognize it as a nested package. Add a proper target definition
matching the pattern used by ExampleApp. Bump version to 1.1.2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@robert-northmind
robert-northmind merged commit 7f0f071 into main Feb 16, 2026
2 checks passed
@robert-northmind
robert-northmind deleted the fix/hide-examples-from-spm-v2 branch February 16, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant