Skip to content

Commit

Permalink
Adding watchOS support with CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed Jun 21, 2019
1 parent 5e86354 commit e3eecd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# Changelog

## Master
* Removed obsolete expecta matchers for tests
* Adding tvOS support
* Adding watchOS support (CocoaPods only)
* Updating CocoaLumberjack for 3.x support
* CGFloat precision for MR_colorFromString()
* MagicalRecord class is no longer an NSObject
* Removed obsolete expecta matchers for tests

## Version 2.3.2

This release fixes an issue where the OS X framework was being built with instrumentation data, and included in the binary builds posted to GitHub. It contains no other fixes over MagicalRecord v2.3.1.


## Version 2.3.1

- CocoaPods users who want to use:
- Shorthand method aliases should add `pod 'MagicalRecord/ShorthandMethodAliases'` to their Podfile, and run `pod update`
- CocoaLumberjack should add `pod 'MagicalRecord/CocoaLumberjack'` to their Podfile, and run `pod update`
Expand All @@ -23,7 +21,6 @@ This release fixes an issue where the OS X framework was being built with instru
- Added error logging when the passed value for `relatedByAttribute` is invalid during a relationship import
- Added more lightweight generics and nullability annotations


## Version 2.3
* Dynamic framework targets are provided for both OS X 10.8+ and iOS 8.0+
* Logging is enabled by default, change the logging level using `+[MagicalRecord setLoggingLevel: MagicalRecordLogLevelOff];`[see the documentation in the wiki](https://github.com/magicalpanda/MagicalRecord/wiki/Logging)
Expand Down
1 change: 1 addition & 0 deletions MagicalRecord.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.8'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

s.subspec 'Core' do |sp|
sp.framework = 'CoreData'
Expand Down

0 comments on commit e3eecd5

Please sign in to comment.