This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
packages/in_app_purchase/in_app_purchase
example/macos/Runner.xcodeproj Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- ## 3.0.8
1+ ## 3.0.9
22
33* Adds macOS as a supported platform.
4+
5+ ## 3.0.8
6+
47* Updates minimum Flutter version to 2.10.
58* Bumps minimum in_app_purchase_android to 0.2.3.
69
Original file line number Diff line number Diff line change 9494 BB0D94179B02A04FD98DA5BE /* Pods-Runner.release.xcconfig */,
9595 0B65A69DF81DCCDA43899BF5 /* Pods-Runner.profile.xcconfig */,
9696 );
97- name = Pods;
9897 path = Pods;
9998 sourceTree = "<group>";
10099 };
404403 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
405404 GCC_WARN_UNUSED_FUNCTION = YES;
406405 GCC_WARN_UNUSED_VARIABLE = YES;
407- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
406+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
408407 MTL_ENABLE_DEBUG_INFO = NO;
409408 SDKROOT = macosx;
410409 SWIFT_COMPILATION_MODE = wholemodule;
483482 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
484483 GCC_WARN_UNUSED_FUNCTION = YES;
485484 GCC_WARN_UNUSED_VARIABLE = YES;
486- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
485+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
487486 MTL_ENABLE_DEBUG_INFO = YES;
488487 ONLY_ACTIVE_ARCH = YES;
489488 SDKROOT = macosx;
530529 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
531530 GCC_WARN_UNUSED_FUNCTION = YES;
532531 GCC_WARN_UNUSED_VARIABLE = YES;
533- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
532+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
534533 MTL_ENABLE_DEBUG_INFO = NO;
535534 SDKROOT = macosx;
536535 SWIFT_COMPILATION_MODE = wholemodule;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase
22description : A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
33repository : https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5- version : 3.0.8
5+ version : 3.0.9
66
77environment :
88 sdk : " >=2.12.0 <3.0.0"
@@ -23,7 +23,7 @@ dependencies:
2323 sdk : flutter
2424 in_app_purchase_android : ^0.2.3
2525 in_app_purchase_platform_interface : ^1.0.0
26- in_app_purchase_storekit : ^0.3.0+1
26+ in_app_purchase_storekit : ^0.3.4
2727
2828dev_dependencies :
2929 flutter_driver :
You can’t perform that action at this time.
0 commit comments