Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
__IPHONE_11_0 moved to HockeySDKPrivate
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat Baysangurov committed Sep 13, 2017
1 parent 9cf323b commit 93776a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Classes/BITFeedbackComposeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
#import "BITImageAnnotationViewController.h"
#import "BITHockeyAttachment.h"

#ifndef __IPHONE_11_0
#define __IPHONE_11_0 110000
#endif


@interface BITFeedbackComposeViewController () <BITFeedbackUserDataDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIActionSheetDelegate, BITImageAnnotationDelegate> {
}

Expand Down
4 changes: 4 additions & 0 deletions Classes/HockeySDKPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ NSString *BITHockeyMD5(NSString *str);
#define __IPHONE_8_0 80000
#endif

#ifndef __IPHONE_11_0
#define __IPHONE_11_0 110000
#endif

#ifndef TARGET_OS_SIMULATOR

#ifdef TARGET_IPHONE_SIMULATOR
Expand Down

0 comments on commit 93776a9

Please sign in to comment.