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

Commit 7107c17

Browse files
committed
Updated version and deployment target.
1 parent 5c824cf commit 7107c17

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

packages/in_app_purchase/in_app_purchase/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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

packages/in_app_purchase/in_app_purchase/example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
BB0D94179B02A04FD98DA5BE /* Pods-Runner.release.xcconfig */,
9595
0B65A69DF81DCCDA43899BF5 /* Pods-Runner.profile.xcconfig */,
9696
);
97-
name = Pods;
9897
path = Pods;
9998
sourceTree = "<group>";
10099
};
@@ -404,7 +403,7 @@
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;
@@ -483,7 +482,7 @@
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;
@@ -530,7 +529,7 @@
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;

packages/in_app_purchase/in_app_purchase/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: in_app_purchase
22
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
33
repository: https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase
44
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
66

77
environment:
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

2828
dev_dependencies:
2929
flutter_driver:

0 commit comments

Comments
 (0)