From 468f5de023c8da38848d0d458100f69727fd4e1e Mon Sep 17 00:00:00 2001 From: iziz Date: Tue, 4 Aug 2015 03:41:37 +0900 Subject: [PATCH] Fix slather --- .slather.yml | 1 - libPhoneNumberTests/libPhoneNumberTest-Prefix.pch | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.slather.yml b/.slather.yml index 6f77c31..9200c51 100644 --- a/.slather.yml +++ b/.slather.yml @@ -1,3 +1,2 @@ -ci_service: travis_ci coverage_service: coveralls xcodeproj: libPhoneNumber.xcodeproj diff --git a/libPhoneNumberTests/libPhoneNumberTest-Prefix.pch b/libPhoneNumberTests/libPhoneNumberTest-Prefix.pch index b71b86c..497a263 100644 --- a/libPhoneNumberTests/libPhoneNumberTest-Prefix.pch +++ b/libPhoneNumberTests/libPhoneNumberTest-Prefix.pch @@ -11,6 +11,7 @@ #define LIB_PHONE_NUMBER_TEST 1 -#import "libPhoneNumber-Prefix.pch" +#import +#import #endif