-
Notifications
You must be signed in to change notification settings - Fork 10
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
Separate PurchasesHybridCommonUI
#672
Conversation
fb59df4
to
ea8e9de
Compare
PurchasesHybridCommonUI
PurchasesHybridCommonUI
PurchasesHybridCommon.podspec
Outdated
@@ -17,7 +17,6 @@ Pod::Spec.new do |s| | |||
s.framework = 'SwiftUI' | |||
|
|||
s.dependency 'RevenueCat', '4.32.0' | |||
s.dependency 'RevenueCatUI', '4.32.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the core performance improvement.
|
||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } | ||
|
||
s.source_files = ['ios/PurchasesHybridCommon/PurchasesHybridCommonUI/**/*.{h,m,swift}'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do wonder if it would be better to separate into 2 separate folders inside the ios
folder, so the separation is clearer... I'm ok with this though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, let me clean this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually ios/PurchasesHybridCommon
is where the Xcode project is, and since PurchasesHybridCommonUI
is still part of the same project (just a different target), it makes sense that it's inside.
84a9d98
to
a321df2
Compare
49c2cf1
to
d23ea2b
Compare
d23ea2b
to
76a9eac
Compare
**This is an automatic release.** ### Breaking Changes * Separate `PurchasesHybridCommonUI` (#672) via NachoSoto (@NachoSoto) ### Other Changes * `CircleCI`: don't skip major bumps (#679) via NachoSoto (@NachoSoto) --------- Co-authored-by: NachoSoto <ignaciosoto90@gmail.com>
Depends on RevenueCat/purchases-hybrid-common#672 See also RevenueCat/purchases-flutter#943 --------- Co-authored-by: RevenueCat CI <dev+ci@revenuecat.com>
Fixes RevenueCat/purchases-flutter#963. This is likely there from before #672.
Fixes RevenueCat/purchases-flutter#963. This is likely there from before #672.
For RevenueCat/purchases-flutter#939.