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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0b14213
Initial commit of adding MacOS support.
IVLIVS-III Sep 29, 2022
889977a
Updated version and changelog.
IVLIVS-III Sep 29, 2022
587855d
Updated documentation.
IVLIVS-III Sep 29, 2022
ef56e75
Added missing license comments.
IVLIVS-III Sep 29, 2022
518e1ee
Fixed podspec lint issue.
IVLIVS-III Sep 29, 2022
1d93e23
Moved native tests to a shared location.
IVLIVS-III Sep 29, 2022
013943a
Decreased minimum macOS version from 10.15 to 10.11.
IVLIVS-III Sep 29, 2022
80f1d3e
Added RunnerTests target to macos example.
IVLIVS-III Sep 29, 2022
2425d2c
Unified macOS capitalization.
IVLIVS-III Oct 7, 2022
388b956
Deleted generated macOS icon assets.
IVLIVS-III Oct 7, 2022
e56276b
Removed empty function overrides.
IVLIVS-III Oct 7, 2022
8865423
Enabled tests for macOS.
IVLIVS-III Oct 23, 2022
60cad62
Added OCMock to RunnerTests target.
IVLIVS-III Oct 26, 2022
699a49a
Adapted tests for macOS.
IVLIVS-III Oct 26, 2022
e6d65fa
Merge branch 'flutter:main' into iap_macos/storekit
IVLIVS-III Oct 29, 2022
231089f
Reverted relative path dependencies.
IVLIVS-III Nov 11, 2022
93a8c17
Updated to a proper version bump.
IVLIVS-III Nov 11, 2022
c2a6a33
Make macOS no-op tests run only on iOS.
IVLIVS-III Nov 11, 2022
b4e810f
Replace directory symlinks with file symlinks.
IVLIVS-III Nov 11, 2022
ac2fef9
Marked iOS-only API as iOS-only.
IVLIVS-III Nov 11, 2022
8fce70c
Re-worded doc-comment.
IVLIVS-III Nov 11, 2022
5b1ec11
Formatted code.
IVLIVS-III Nov 11, 2022
6dc218c
Merge branch 'flutter:main' into iap_macos/storekit
IVLIVS-III Nov 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.4

* Adds macOS as a supported platform.

## 0.3.3

* Supports adding discount information to AppStorePurchaseParam.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# in\_app\_purchase\_storekit

The iOS implementation of [`in_app_purchase`][1].
The iOS and macOS implementation of [`in_app_purchase`][1].

## Usage

Expand Down

This file was deleted.

This file was deleted.

Loading