diff --git a/SDKIntegrationTestApps/iOSReleaseTest-SPM/iOSReleaseTest.xcodeproj/project.pbxproj b/SDKIntegrationTestApps/iOSReleaseTest-SPM/iOSReleaseTest.xcodeproj/project.pbxproj index 8c485c684..265c98fdb 100644 --- a/SDKIntegrationTestApps/iOSReleaseTest-SPM/iOSReleaseTest.xcodeproj/project.pbxproj +++ b/SDKIntegrationTestApps/iOSReleaseTest-SPM/iOSReleaseTest.xcodeproj/project.pbxproj @@ -402,7 +402,7 @@ CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = 5YP4T32B58; + DEVELOPMENT_TEAM = R63EM248DP; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = iOSReleaseTest/Info.plist; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; @@ -431,7 +431,7 @@ CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = YKPTD52Z6X; + DEVELOPMENT_TEAM = R63EM248DP; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = iOSReleaseTest/Info.plist; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; diff --git a/Sources/BranchSDK/Public/BranchEvent.h b/Sources/BranchSDK/Public/BranchEvent.h index 484fb529e..1022f7599 100644 --- a/Sources/BranchSDK/Public/BranchEvent.h +++ b/Sources/BranchSDK/Public/BranchEvent.h @@ -60,6 +60,9 @@ typedef NS_ENUM(NSInteger, BranchEventAdType) { #pragma mark - BranchEvent + +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" @interface BranchEvent : NSObject - (instancetype _Nonnull) initWithName:(NSString*_Nonnull)name NS_DESIGNATED_INITIALIZER; @@ -118,6 +121,8 @@ typedef NS_ENUM(NSInteger, BranchEventAdType) { @end +#pragma clang diagnostic pop + #pragma mark - BranchEventRequest @interface BranchEventRequest : BNCServerRequest