Skip to content

[AUTOMATIC] Release/4.24.0#2740

Merged
NachoSoto merged 3 commits into
mainfrom
release/4.24.0
Jun 30, 2023
Merged

[AUTOMATIC] Release/4.24.0#2740
NachoSoto merged 3 commits into
mainfrom
release/4.24.0

Conversation

@RCGitBot

@RCGitBot RCGitBot commented Jun 30, 2023

Copy link
Copy Markdown
Contributor

This is an automatic release.

New Features

✨ With this new API you can now create fake products for unit tests and SwiftUI previews! 🎉

Example:

let product = TestStoreProduct(
    localizedTitle: "PRO monthly",
    price: 3.99,
    localizedPriceString: "$3.99",
    productIdentifier: "com.revenuecat.product",
    productType: .autoRenewableSubscription,
    localizedDescription: "Description",
    subscriptionGroupIdentifier: "group",
    subscriptionPeriod: .init(value: 1, unit: .month)
)
let offering = Offering(
    identifier: "offering",
    serverDescription: "Main offering",
    metadata: [:],
    availablePackages: [
        .init(
            identifier: "monthly",
            packageType: .monthly,
            storeProduct: product.toStoreProduct(),
            offeringIdentifier: offering
        )
    ]
)

Dependency Updates

Other Changes

@RCGitBot RCGitBot requested a review from a team June 30, 2023 05:16
@codecov

codecov Bot commented Jun 30, 2023

Copy link
Copy Markdown

Codecov Report

Merging #2740 (4e0d23e) into main (761ca12) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2740      +/-   ##
==========================================
- Coverage   86.49%   86.49%   -0.01%     
==========================================
  Files         214      214              
  Lines       15124    15124              
==========================================
- Hits        13082    13081       -1     
- Misses       2042     2043       +1     
Impacted Files Coverage Δ
Sources/Misc/SystemInfo.swift 98.38% <100.00%> (ø)

... and 1 file with indirect coverage changes

@NachoSoto NachoSoto enabled auto-merge (squash) June 30, 2023 17:30
@NachoSoto NachoSoto merged commit 8da44f3 into main Jun 30, 2023
@NachoSoto NachoSoto deleted the release/4.24.0 branch June 30, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants