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

Commit 2916911

Browse files
committed
moved to previous code
1 parent ee05f33 commit 2916911

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
534534
GCC_WARN_UNUSED_FUNCTION = YES;
535535
GCC_WARN_UNUSED_VARIABLE = YES;
536-
MACOSX_DEPLOYMENT_TARGET = 10.11;
536+
MACOSX_DEPLOYMENT_TARGET = 10.15;
537537
MTL_ENABLE_DEBUG_INFO = NO;
538538
SDKROOT = macosx;
539539
SWIFT_COMPILATION_MODE = wholemodule;
@@ -613,7 +613,7 @@
613613
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
614614
GCC_WARN_UNUSED_FUNCTION = YES;
615615
GCC_WARN_UNUSED_VARIABLE = YES;
616-
MACOSX_DEPLOYMENT_TARGET = 10.11;
616+
MACOSX_DEPLOYMENT_TARGET = 10.15;
617617
MTL_ENABLE_DEBUG_INFO = YES;
618618
ONLY_ACTIVE_ARCH = YES;
619619
SDKROOT = macosx;
@@ -660,7 +660,7 @@
660660
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
661661
GCC_WARN_UNUSED_FUNCTION = YES;
662662
GCC_WARN_UNUSED_VARIABLE = YES;
663-
MACOSX_DEPLOYMENT_TARGET = 10.11;
663+
MACOSX_DEPLOYMENT_TARGET = 10.15;
664664
MTL_ENABLE_DEBUG_INFO = NO;
665665
SDKROOT = macosx;
666666
SWIFT_COMPILATION_MODE = wholemodule;

packages/in_app_purchase/in_app_purchase_storekit/example/macos/RunnerTests/FIAPPaymentQueueDeleteTests.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
#import <OCMock/OCMock.h>
66
#import <XCTest/XCTest.h>
7-
#import <FIAObjectTranslator.h>
8-
#import <FIAPaymentQueueHandler.h>
9-
#import <Stubs.h>
7+
#import "FIAObjectTranslator.h"
8+
#import "FIAPaymentQueueHandler.h"
9+
#import "Stubs.h"
1010

1111
@import in_app_purchase_storekit;
1212

packages/in_app_purchase/in_app_purchase_storekit/example/macos/RunnerTests/InAppPurchasePluginTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#import <OCMock/OCMock.h>
66
#import <XCTest/XCTest.h>
7-
#import <FIAPaymentQueueHandler.h>
8-
#import <Stubs.h>
7+
#import "FIAPaymentQueueHandler.h"
8+
#import "Stubs.h"
99

1010
@import in_app_purchase_storekit;
1111

packages/in_app_purchase/in_app_purchase_storekit/example/macos/RunnerTests/PaymentQueueTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#import <OCMock/OCMock.h>
66
#import <XCTest/XCTest.h>
7-
#import <Stubs.h>
7+
#import "Stubs.h"
88

99
@import in_app_purchase_storekit;
1010

packages/in_app_purchase/in_app_purchase_storekit/example/macos/RunnerTests/ProductRequestHandlerTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// found in the LICENSE file.
44

55
#import <XCTest/XCTest.h>
6-
#import <Stubs.h>
6+
#import "Stubs.h"
77

88
@import in_app_purchase_storekit;
99

packages/in_app_purchase/in_app_purchase_storekit/example/macos/RunnerTests/Stubs.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#import <Stubs.h>
5+
#import "Stubs.h"
66

77
@implementation SKProductSubscriptionPeriodStub
88

packages/in_app_purchase/in_app_purchase_storekit/example/macos/RunnerTests/TranslatorTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// found in the LICENSE file.
44

55
#import <XCTest/XCTest.h>
6-
#import <Stubs.h>
6+
#import "Stubs.h"
77

88
@import in_app_purchase_storekit;
99

0 commit comments

Comments
 (0)