File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
SDKIntegrationTestApps/iOSReleaseTest-SPM/iOSReleaseTest.xcodeproj Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments