You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Move Version.xcconfig to project root (#72)
Moved Version.xcconfig from V2er/Config/ subdirectory to project root
for better visibility and easier access.
Changes:
1. Moved V2er/Config/Version.xcconfig → Version.xcconfig
- Updated Xcode project reference (sourceTree: SOURCE_ROOT)
2. Updated all automation references:
- .github/workflows/release.yml
- fastlane/Fastfile
- fastlane/changelog_helper.rb
Benefits:
- Version file is now at top level, easier to find
- Clearer separation from app-specific code
- Consistent with common iOS project conventions
- Matches improvements made to ULPB-iOS and DaysTill projects
Note: This project already had proper version management (no hardcoded
versions in project.pbxproj), so this is purely a structural improvement.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments