Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: integrate amplitude core for experiment integration #378

Merged
merged 26 commits into from
Feb 5, 2022
Merged

Conversation

bgiori
Copy link
Collaborator

@bgiori bgiori commented Jan 11, 2022

Summary

TODO:

  • use non-alpha release version of AmplitudeCore

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?: NO

Sources/Amplitude/Amplitude.m Outdated Show resolved Hide resolved
@@ -37,6 +37,9 @@ jobs:
run: |
sudo xcode-select -switch /Applications/Xcode_12.app

- name: Carthage Bootstrap
run: carthage bootstrap --use-xcframeworks
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess iOS is not using XC frameworks now, would that be an issue?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is for AmplitiudeCore which does use XCFrameworks since each platform supports all architectures which does not work with a regular fat framework. This option tells carthage to build AmplitudeCore into an xcframework rather than just a regular framework.

Copy link
Collaborator Author

@bgiori bgiori left a comment

Choose a reason for hiding this comment

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

self reminder

Package.swift Outdated Show resolved Hide resolved
Cartfile.resolved Outdated Show resolved Hide resolved
Cartfile Outdated Show resolved Hide resolved
Amplitude.podspec Outdated Show resolved Hide resolved
@bgiori bgiori marked this pull request as ready for review January 14, 2022 17:27
Sources/Amplitude/Amplitude.m Outdated Show resolved Hide resolved
Copy link
Contributor

@justin-fiedler justin-fiedler left a comment

Choose a reason for hiding this comment

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

LGTM but check is failing.

@bgiori bgiori merged commit 26e7830 into main Feb 5, 2022
@bgiori bgiori deleted the bgiori/core branch February 5, 2022 00:00
github-actions bot pushed a commit that referenced this pull request Feb 10, 2022
# [8.8.0](v8.7.2...v8.8.0) (2022-02-10)

### Bug Fixes

* update swift package to support connector package ([#383](#383)) ([95501aa](95501aa))

### Features

* Support seamless integration with amplitude experiment SDK ([#378](#378)) ([26e7830](26e7830))
@github-actions
Copy link

🎉 This PR is included in version 8.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants