Skip to content

Bump version to 6.5.1 and enable apple-generic versioning - #216

Merged
Kyle-Ye merged 2 commits into
mainfrom
feature/version
Feb 25, 2026
Merged

Bump version to 6.5.1 and enable apple-generic versioning#216
Kyle-Ye merged 2 commits into
mainfrom
feature/version

Conversation

@Kyle-Ye

Copy link
Copy Markdown
Member

Summary

  • Update CURRENT_PROJECT_VERSION to 6.5.1 and enable VERSIONING_SYSTEM = apple-generic in xcconfig
  • Guard manual OpenAttributeGraphVersionNumber/VersionString symbols with #if SWIFT_PACKAGE to avoid duplicate symbols when building with Xcode's auto-generated version object
  • Update version number from 6.0 to 6.5 in OAGVersion.c and compatibility tests

Test plan

  • Verify macOS/iOS CI builds pass
  • Verify compatibility tests pass with updated version expectations
  • Verify Xcode project builds without duplicate symbol errors

- Update CURRENT_PROJECT_VERSION to 6.5.1 and enable VERSIONING_SYSTEM
apple-generic in xcconfig
- Guard manual version symbols with SWIFT_PACKAGE to avoid duplicate
symbols with Xcode's auto-generated version object
- Update version number from 6.0 to 6.5 in OAGVersion.c and tests
@augmentcode

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Bumps OpenAttributeGraph build/version metadata to 6.5.1 and enables Xcode’s apple-generic versioning.
Changes: Guards manual OpenAttributeGraphVersionNumber/String behind #if SWIFT_PACKAGE and updates compatibility tests to expect version 6.5.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcodeaugmentcodeBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@codecov

codecovBot commented Feb 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.08%. Comparing base (e970392) to head (e648790).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #216 +/- ##
==========================================
+ Coverage 32.01% 32.08% +0.07% 
==========================================
Files 70 70 Lines 2596 2596 ==========================================
+ Hits 831 833 +2 + Misses 1765 1763 -2 
FlagCoverage Δ
ios32.10% <ø> (+0.07%)⬆️
macos9.95% <ø> (ø)
ubuntu0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kyle-Ye
Kyle-Ye merged commit 6c04001 into mainFeb 25, 2026
7 checks passed
@Kyle-Ye
Kyle-Ye deleted the feature/version branch February 25, 2026 19:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Kyle-Ye