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

[in_app_purchase_storekit] migrate main plugin class to swift in preperation to storekit 2 #6561

Merged
merged 33 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
19393dd
tests passes, pre-clean up
LouiseHsu Apr 17, 2024
839394b
formatting, clean up, comments
LouiseHsu Apr 18, 2024
dfa4937
fix pod spec, licensing
LouiseHsu Apr 18, 2024
0f6bad5
Merge branch 'main' into without-pigeon
LouiseHsu Apr 18, 2024
ccdcb28
version bump, fixed some typing
LouiseHsu Apr 18, 2024
e0c1167
format
LouiseHsu Apr 24, 2024
c3d956d
fix warnings
LouiseHsu Apr 24, 2024
c8fd1ba
podspec
LouiseHsu Apr 24, 2024
3d1a1ab
podspec
LouiseHsu Apr 24, 2024
2d09254
fix macos not building?
LouiseHsu Apr 24, 2024
74c4dfb
add stubs for mac
LouiseHsu Apr 24, 2024
6c94568
fix macos tests not launcing
LouiseHsu Apr 25, 2024
1c7d79b
remove OTHER_SWIFT_FLAGS (macos tests)
LouiseHsu Apr 30, 2024
7d144c0
fix refreshReceipt test to not trigger authentication
LouiseHsu May 1, 2024
941952d
remove the worst swift flag known to man
LouiseHsu May 1, 2024
be4e742
pr comments, enforce access lvls, rewrite some tests, copyright, format
LouiseHsu May 2, 2024
6939e77
remove @objcMembers to make it a lil more granular
LouiseHsu May 2, 2024
2fa16fc
fix weird null check
LouiseHsu May 2, 2024
0628be6
Merge branch 'main' into without-pigeon
LouiseHsu May 2, 2024
74de10a
pubspec 💀
LouiseHsu May 2, 2024
b300519
pr comments
LouiseHsu May 7, 2024
b96d592
comments
LouiseHsu May 8, 2024
ed4467f
comment
LouiseHsu May 8, 2024
59c5e82
some pr comments
LouiseHsu May 9, 2024
f53c606
pr comments
LouiseHsu May 9, 2024
c1fb882
more pr comments
LouiseHsu May 10, 2024
9912039
remove extra init
LouiseHsu May 13, 2024
342c3c7
Merge branch 'main' into without-pigeon
LouiseHsu May 13, 2024
1afb1b9
comments
LouiseHsu May 13, 2024
e183f40
Merge branch 'without-pigeon' of github.com:LouiseHsu/packages into w…
LouiseHsu May 13, 2024
51c47db
comments
LouiseHsu May 13, 2024
44fbb4a
pr cmments
LouiseHsu May 14, 2024
7e48e2a
pr comments
LouiseHsu May 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,3 +1,7 @@
## 0.3.16

* Converts main plugin class to Swift

## 0.3.15

* Replaces `getCountryCode` with `countryCode`.
Expand Down

This file was deleted.

This file was deleted.