Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[in_app_purchase_storekit] Add support for macOS #6517

Merged
merged 23 commits into from
Nov 30, 2022

Commits on Oct 26, 2022

  1. Initial commit of adding MacOS support.

    Heavily inspired by flutter#5854
    IVLIVS-III committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    0b14213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889977a View commit details
    Browse the repository at this point in the history
  3. Updated documentation.

    IVLIVS-III committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    587855d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef56e75 View commit details
    Browse the repository at this point in the history
  5. Fixed podspec lint issue.

    IVLIVS-III committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    518e1ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d93e23 View commit details
    Browse the repository at this point in the history
  7. Decreased minimum macOS version from 10.15 to 10.11.

    This seems wrong to me, since StoreKit is only properly supported on MacOS 10.15+.
    However, now all existing tests should pass.
    IVLIVS-III committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    013943a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80f1d3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2425d2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    388b956 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e56276b View commit details
    Browse the repository at this point in the history
  12. Enabled tests for macOS.

    IVLIVS-III committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    8865423 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60cad62 View commit details
    Browse the repository at this point in the history
  14. Adapted tests for macOS.

    IVLIVS-III committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    699a49a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    e6d65fa View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    231089f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93a8c17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2a6a33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4e810f View commit details
    Browse the repository at this point in the history
  5. Marked iOS-only API as iOS-only.

    Previously they were no-ops on macOS.
    IVLIVS-III committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ac2fef9 View commit details
    Browse the repository at this point in the history
  6. Re-worded doc-comment.

    IVLIVS-III committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    8fce70c View commit details
    Browse the repository at this point in the history
  7. Formatted code.

    IVLIVS-III committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5b1ec11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6dc218c View commit details
    Browse the repository at this point in the history