From ab3c8ca81232a863eaaa40145616ca51266b984d Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Sat, 5 Dec 2015 19:01:07 +0900 Subject: [PATCH] tidy up --- CoreStore.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreStore.podspec b/CoreStore.podspec index 5174ecf..cf61291 100644 --- a/CoreStore.podspec +++ b/CoreStore.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.watchos.deployment_target = "2.0" s.source_files = "CoreStore", "CoreStore/**/*.{swift}" - s.osx.exclude_files = "CoreStore/Observing/*.{swift}", "CoreStore/Internal/FetchedResultsControllerDelegate.swift", "CoreStore/Internal/NSFetchedResultsController+Convenience.swift" + s.osx.exclude_files = "CoreStore/Observing/*.{swift}", "CoreStore/Internal/FetchedResultsControllerDelegate.swift", "CoreStore/Convenience Helpers/NSFetchedResultsController+Convenience.swift" s.frameworks = "Foundation", "CoreData" s.requires_arc = true s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-D USE_FRAMEWORKS' } diff --git a/README.md b/README.md index e8ad895..91f991a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # CoreStore -[![Build Status](https://travis-ci.org/CoreStore/CoreStore.svg)](https://travis-ci.org/CoreStore/CoreStore) +[![Build Status](https://travis-ci.org/JohnEstropia/CoreStore.svg)](https://travis-ci.org/JohnEstropia/CoreStore) [![Version](https://img.shields.io/cocoapods/v/CoreStore.svg?style=flat)](http://cocoadocs.org/docsets/CoreStore) [![Platform](https://img.shields.io/cocoapods/p/CoreStore.svg?style=flat)](http://cocoadocs.org/docsets/CoreStore) [![License](https://img.shields.io/cocoapods/l/CoreStore.svg?style=flat)](https://raw.githubusercontent.com/JohnEstropia/CoreStore/master/LICENSE)