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
2
2
3
3
* Adds macOS as a supported platform.
4
+
5
+ ## 3.0.8
6
+
4
7
* Updates minimum Flutter version to 2.10.
5
8
* Bumps minimum in_app_purchase_android to 0.2.3.
6
9
Original file line number Diff line number Diff line change 94
94
BB0D94179B02A04FD98DA5BE /* Pods-Runner.release.xcconfig */,
95
95
0B65A69DF81DCCDA43899BF5 /* Pods-Runner.profile.xcconfig */,
96
96
);
97
- name = Pods;
98
97
path = Pods;
99
98
sourceTree = "<group>";
100
99
};
404
403
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
405
404
GCC_WARN_UNUSED_FUNCTION = YES;
406
405
GCC_WARN_UNUSED_VARIABLE = YES;
407
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
406
+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
408
407
MTL_ENABLE_DEBUG_INFO = NO;
409
408
SDKROOT = macosx;
410
409
SWIFT_COMPILATION_MODE = wholemodule;
483
482
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
484
483
GCC_WARN_UNUSED_FUNCTION = YES;
485
484
GCC_WARN_UNUSED_VARIABLE = YES;
486
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
485
+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
487
486
MTL_ENABLE_DEBUG_INFO = YES;
488
487
ONLY_ACTIVE_ARCH = YES;
489
488
SDKROOT = macosx;
530
529
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
531
530
GCC_WARN_UNUSED_FUNCTION = YES;
532
531
GCC_WARN_UNUSED_VARIABLE = YES;
533
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
532
+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
534
533
MTL_ENABLE_DEBUG_INFO = NO;
535
534
SDKROOT = macosx;
536
535
SWIFT_COMPILATION_MODE = wholemodule;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase
2
2
description : A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase
4
4
issue_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
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
@@ -23,7 +23,7 @@ dependencies:
23
23
sdk : flutter
24
24
in_app_purchase_android : ^0.2.3
25
25
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
27
27
28
28
dev_dependencies :
29
29
flutter_driver :
You can’t perform that action at this time.
0 commit comments