amplitude / analytics-connector-ios

Analytics connector library for seamless integration between Amplitude Analytics and Experiment SDKs
MIT License
1 stars 13 forks source link

fix: don't include build path in zipped artifact #6

Closed crleona closed 3 weeks ago

crleona commented 3 weeks ago

Summary

Currently the zip file includes the .build/artifacts path, this change correctly puts the xcframework at the root of the zip file. Also, this adds support for macos catalyst, which Analytics-Swift supports.

successful release dry run: https://github.com/amplitude/analytics-connector-ios/actions/runs/11584167224

Checklist