Commit 81550a3 1 parent d95c4b2 commit 81550a3 Copy full SHA for 81550a3
File tree 8 files changed +13
-7
lines changed
AVPlayerItemHomeOutput.xcodeproj
8 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'AVPlayerItemHomeOutput'
3
- s . version = '0.1.2 '
3
+ s . version = '0.1.3 '
4
4
s . summary = 'Coordinate the output of content associated with your HomeKit lightbulbs. #Ambilight'
5
5
6
6
s . homepage = 'https://github.com/alexruperez/AVPlayerItemHomeOutput'
7
7
s . license = { :type => 'MIT' , :file => 'LICENSE' }
8
8
s . authors = { 'Alex Rupérez' => 'contact@alexruperez.com' }
9
9
s . source = { :git => 'https://github.com/alexruperez/AVPlayerItemHomeOutput.git' , :tag => s . version . to_s }
10
10
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 '
12
12
13
13
s . ios . deployment_target = '8.0'
14
14
s . tvos . deployment_target = '10.0'
Original file line number Diff line number Diff line change 843
843
DEBUG_INFORMATION_FORMAT = dwarf;
844
844
DEFINES_MODULE = YES;
845
845
DYLIB_COMPATIBILITY_VERSION = 0.1.0;
846
- DYLIB_CURRENT_VERSION = 0.1.2 ;
846
+ DYLIB_CURRENT_VERSION = 0.1.3 ;
847
847
DYLIB_INSTALL_NAME_BASE = "@rpath";
848
848
ENABLE_STRICT_OBJC_MSGSEND = YES;
849
849
ENABLE_TESTABILITY = YES;
932
932
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
933
933
DEFINES_MODULE = YES;
934
934
DYLIB_COMPATIBILITY_VERSION = 0.1.0;
935
- DYLIB_CURRENT_VERSION = 0.1.2 ;
935
+ DYLIB_CURRENT_VERSION = 0.1.3 ;
936
936
DYLIB_INSTALL_NAME_BASE = "@rpath";
937
937
ENABLE_NS_ASSERTIONS = NO;
938
938
ENABLE_STRICT_OBJC_MSGSEND = YES;
Original file line number Diff line number Diff line change
1
+ # Release 0.1.3
2
+
3
+ - [x] Added logo.
4
+
1
5
# Release 0.1.2
2
6
3
7
# Release 0.1.1
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.1.2 </string >
18
+ <string >0.1.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHomeKitUsageDescription </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.1.2 </string >
18
+ <string >0.1.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >LSRequiresIPhoneOS </key >
Original file line number Diff line number Diff line change 9
9
[ ![ Build Status] ( https://travis-ci.org/alexruperez/AVPlayerItemHomeOutput.svg?branch=master )] ( https://travis-ci.org/alexruperez/AVPlayerItemHomeOutput )
10
10
[ ![ Code Coverage] ( https://codecov.io/gh/alexruperez/AVPlayerItemHomeOutput/branch/master/graph/badge.svg )] ( https://codecov.io/gh/alexruperez/AVPlayerItemHomeOutput )
11
11
12
+ ![ * AVPlayerItemHomeOutput* ] ( https://raw.githubusercontent.com/alexruperez/AVPlayerItemHomeOutput/master/AVPlayerItemHomeOutput.jpg )
13
+
12
14
The * AVPlayerItemHomeOutput* lets you coordinate the output of content associated with your [ * HomeKit* ] ( https://www.apple.com/shop/accessories/all-accessories/homekit ) lightbulbs.
13
15
14
16
In other words, becomes [ * #Ambilight* ] ( https://en.wikipedia.org/wiki/Ambilight ) . 😀
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.1.2 </string >
18
+ <string >0.1.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments