Tag a release after iOS 26 support (SPM still on v2.0.1) · Issue #27 · getsentry/Reaper-iOS · GitHub
Skip to content

Tag a release after iOS 26 support (SPM still on v2.0.1) #27

Description

@AmanDhillonCS

Summary

We integrate Reaper via Swift Package Manager using exact version v2.0.1. On iOS 26 (Xcode 26), EMGReaper’s startWithHandler: path returns early because only majors 15–18 are allowed, so no observers are registered and the handler never runs.

Current main

main already extends the supported majors to include 26 (see Sources/Reaper/EMGReaper.mm on main). So the runtime fix exists, but there is no tagged release after that change, which forces consumers to depend on main or a raw revision.

Request

Please tag and release a new version (e.g. v2.0.2) that includes the iOS 26 support from main, so SPM users can pin with from: "2.0.2" / exact version instead of a branch.

Why this matters

We need reproducible, reviewable dependency pins in CI and production pipelines; floating on main is risky for us.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions