diff --git a/.coveralls.yml b/.coveralls.yml index a948a81..9160059 100644 --- a/.coveralls.yml +++ b/.coveralls.yml @@ -1,2 +1 @@ service_name: travis-ci -repo_token: SPb33VC9m45mkoUS8YOG5kfbqTox9J29M diff --git a/.slather.yml b/.slather.yml index 9200c51..6f77c31 100644 --- a/.slather.yml +++ b/.slather.yml @@ -1,2 +1,3 @@ +ci_service: travis_ci coverage_service: coveralls xcodeproj: libPhoneNumber.xcodeproj diff --git a/libPhoneNumber.xcodeproj/project.pbxproj b/libPhoneNumber.xcodeproj/project.pbxproj index b3aca80..8d6cde5 100755 --- a/libPhoneNumber.xcodeproj/project.pbxproj +++ b/libPhoneNumber.xcodeproj/project.pbxproj @@ -609,7 +609,7 @@ "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "libPhoneNumber/libPhoneNumber-Prefix.pch"; + GCC_PREFIX_HEADER = "libPhoneNumberTests/libPhoneNumberTest-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "TESTING=1", @@ -631,7 +631,7 @@ "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "libPhoneNumber/libPhoneNumber-Prefix.pch"; + GCC_PREFIX_HEADER = "libPhoneNumberTests/libPhoneNumberTest-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "TESTING=1",