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
fix(init): correct plugin compatibility for Xcode 26 (#81)
* fix(init): correct plugin compatibility for Xcode 26
- Rename survicate package/import from SegmentSurvicate to
SurvicateDestination (matches the 3.x package product name)
- Use `any Plugin` instead of `any DestinationPlugin` in generated
ContentView since AmplitudeSession conforms to EventPlugin
- Disable CLANG_ENABLE_EXPLICIT_MODULES in project.yml and xcodebuild
flags to work around Firebase/GoogleUtilities build failure on Xcode 26
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat(init): accept commas and all/none in plugin wizard
The plugin selection prompt now splits on commas or spaces, so
"1,3,5" and "1 3 5" both work. Typing "all" selects every plugin
and "none" deselects all.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments