Skip to content

Commit 81550a3

Browse files
committed
Release 0.1.3
1 parent d95c4b2 commit 81550a3

File tree

8 files changed

+13
-7
lines changed

8 files changed

+13
-7
lines changed

AVPlayerItemHomeOutput.jpg

46.8 KB
Loading

AVPlayerItemHomeOutput.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'AVPlayerItemHomeOutput'
3-
s.version = '0.1.2'
3+
s.version = '0.1.3'
44
s.summary = 'Coordinate the output of content associated with your HomeKit lightbulbs. #Ambilight'
55

66
s.homepage = 'https://github.com/alexruperez/AVPlayerItemHomeOutput'
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.authors = { 'Alex Rupérez' => 'contact@alexruperez.com' }
99
s.source = { :git => 'https://github.com/alexruperez/AVPlayerItemHomeOutput.git', :tag => s.version.to_s }
1010
s.social_media_url = "https://twitter.com/alexruperez"
11-
s.screenshot = 'https://raw.githubusercontent.com/alexruperez/AVPlayerItemHomeOutput/master/AVPlayerItemHomeOutput.gif'
11+
s.screenshot = 'https://raw.githubusercontent.com/alexruperez/AVPlayerItemHomeOutput/master/AVPlayerItemHomeOutput.jpg'
1212

1313
s.ios.deployment_target = '8.0'
1414
s.tvos.deployment_target = '10.0'

AVPlayerItemHomeOutput.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@
843843
DEBUG_INFORMATION_FORMAT = dwarf;
844844
DEFINES_MODULE = YES;
845845
DYLIB_COMPATIBILITY_VERSION = 0.1.0;
846-
DYLIB_CURRENT_VERSION = 0.1.2;
846+
DYLIB_CURRENT_VERSION = 0.1.3;
847847
DYLIB_INSTALL_NAME_BASE = "@rpath";
848848
ENABLE_STRICT_OBJC_MSGSEND = YES;
849849
ENABLE_TESTABILITY = YES;
@@ -932,7 +932,7 @@
932932
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
933933
DEFINES_MODULE = YES;
934934
DYLIB_COMPATIBILITY_VERSION = 0.1.0;
935-
DYLIB_CURRENT_VERSION = 0.1.2;
935+
DYLIB_CURRENT_VERSION = 0.1.3;
936936
DYLIB_INSTALL_NAME_BASE = "@rpath";
937937
ENABLE_NS_ASSERTIONS = NO;
938938
ENABLE_STRICT_OBJC_MSGSEND = YES;

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release 0.1.3
2+
3+
- [x] Added logo.
4+
15
# Release 0.1.2
26

37
# Release 0.1.1

Core/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHomeKitUsageDescription</key>

Example/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>LSRequiresIPhoneOS</key>

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
[![Build Status](https://travis-ci.org/alexruperez/AVPlayerItemHomeOutput.svg?branch=master)](https://travis-ci.org/alexruperez/AVPlayerItemHomeOutput)
1010
[![Code Coverage](https://codecov.io/gh/alexruperez/AVPlayerItemHomeOutput/branch/master/graph/badge.svg)](https://codecov.io/gh/alexruperez/AVPlayerItemHomeOutput)
1111

12+
![*AVPlayerItemHomeOutput*](https://raw.githubusercontent.com/alexruperez/AVPlayerItemHomeOutput/master/AVPlayerItemHomeOutput.jpg)
13+
1214
The *AVPlayerItemHomeOutput* lets you coordinate the output of content associated with your [*HomeKit*](https://www.apple.com/shop/accessories/all-accessories/homekit) lightbulbs.
1315

1416
In other words, becomes [*#Ambilight*](https://en.wikipedia.org/wiki/Ambilight). 😀

tvExample/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)