From cd25facda595b28e4cc8341e7046cf36903d30a1 Mon Sep 17 00:00:00 2001 From: Scott Goodson Date: Sun, 17 Apr 2016 21:07:35 -0700 Subject: [PATCH] [Build] Addressing some linker warnings in the test target. --- AsyncDisplayKit.xcodeproj/project.pbxproj | 3 --- AsyncDisplayKit/ASImageNode+AnimatedImage.h | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/AsyncDisplayKit.xcodeproj/project.pbxproj b/AsyncDisplayKit.xcodeproj/project.pbxproj index b1dfc5bb45..5c12f1cac3 100644 --- a/AsyncDisplayKit.xcodeproj/project.pbxproj +++ b/AsyncDisplayKit.xcodeproj/project.pbxproj @@ -2380,7 +2380,6 @@ BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ENABLE_CODE_COVERAGE = YES; FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); @@ -2411,7 +2410,6 @@ BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ENABLE_CODE_COVERAGE = YES; FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); @@ -2563,7 +2561,6 @@ BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ENABLE_CODE_COVERAGE = YES; FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); diff --git a/AsyncDisplayKit/ASImageNode+AnimatedImage.h b/AsyncDisplayKit/ASImageNode+AnimatedImage.h index 9e8126580e..ae6ee4e7c0 100644 --- a/AsyncDisplayKit/ASImageNode+AnimatedImage.h +++ b/AsyncDisplayKit/ASImageNode+AnimatedImage.h @@ -9,7 +9,7 @@ #import "ASImageNode.h" #import "ASImageProtocols.h" -@interface ASImageNode () +@interface ASImageNode (AnimatedImage) @property (atomic, assign) BOOL animatedImagePaused; @property (nullable, atomic, strong) id animatedImage; @end