Assign more files to features

Make sure the implementation is only processed in all files, when the feature is actually set to build
This commit is contained in:
Andreas Linde
2015-08-07 16:53:11 +02:00
parent 6018e13739
commit 065f9e7b89
20 changed files with 111 additions and 6 deletions

View File

@@ -26,6 +26,10 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
#import "HockeySDK.h"
#if HOCKEYSDK_FEATURE_FEEDBACK
#import "BITImageAnnotationViewController.h"
#import "BITImageAnnotation.h"
#import "BITRectangleImageAnnotation.h"
@@ -414,3 +418,5 @@ typedef NS_ENUM(NSInteger, BITImageAnnotationViewControllerInteractionMode) {
return [self.editingControls selectedSegmentIndex] != UISegmentedControlNoSegment;
}
@end
#endif