initial support for carthage

This commit is contained in:
David Hart
2016-12-26 17:16:57 +01:00
parent cd78291de5
commit f2d4d96d35
21 changed files with 760 additions and 434 deletions

View File

@@ -45,8 +45,8 @@ apple_library(
apple_test(
name = 'YogaKitTests',
compiler_flags = COMPILER_FLAGS,
info_plist = 'Tests/Info.plist',
srcs = glob(['Tests/**/*.m']),
info_plist = 'YogaKitTests/Info.plist',
srcs = glob(['YogaKitTests/**/*.m']),
frameworks = [
'$SDKROOT/System/Library/Frameworks/CoreGraphics.framework',
'$PLATFORM_DIR/Developer/Library/Frameworks/XCTest.framework',