Skip to content

Commit 9a10152

Browse files
authored
Disabled Deprecation warning for StoreKit(Original) APIs (#1529)
1 parent b88d372 commit 9a10152

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

SDKIntegrationTestApps/iOSReleaseTest-SPM/iOSReleaseTest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements;
403403
CODE_SIGN_STYLE = Automatic;
404404
CURRENT_PROJECT_VERSION = 1;
405-
DEVELOPMENT_TEAM = 5YP4T32B58;
405+
DEVELOPMENT_TEAM = R63EM248DP;
406406
GENERATE_INFOPLIST_FILE = YES;
407407
INFOPLIST_FILE = iOSReleaseTest/Info.plist;
408408
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -431,7 +431,7 @@
431431
CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements;
432432
CODE_SIGN_STYLE = Automatic;
433433
CURRENT_PROJECT_VERSION = 1;
434-
DEVELOPMENT_TEAM = YKPTD52Z6X;
434+
DEVELOPMENT_TEAM = R63EM248DP;
435435
GENERATE_INFOPLIST_FILE = YES;
436436
INFOPLIST_FILE = iOSReleaseTest/Info.plist;
437437
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;

Sources/BranchSDK/Public/BranchEvent.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ typedef NS_ENUM(NSInteger, BranchEventAdType) {
6060

6161
#pragma mark - BranchEvent
6262

63+
64+
#pragma clang diagnostic push
65+
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
6366
@interface BranchEvent : NSObject <SKProductsRequestDelegate>
6467

6568
- (instancetype _Nonnull) initWithName:(NSString*_Nonnull)name NS_DESIGNATED_INITIALIZER;
@@ -118,6 +121,8 @@ typedef NS_ENUM(NSInteger, BranchEventAdType) {
118121

119122
@end
120123

124+
#pragma clang diagnostic pop
125+
121126
#pragma mark - BranchEventRequest
122127

123128
@interface BranchEventRequest : BNCServerRequest <NSSecureCoding>

0 commit comments

Comments
 (0)