File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
JSQSystemSoundPlayer.xcodeproj Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,17 @@ The changelog for `JSQSystemSoundPlayer`. Also see the [releases](https://github
44
55--------------------------------------
66
7+ 4.3.1
8+ -----
9+
10+ This release closes the [ 4.3.1 milestone] ( https://github.com/jessesquires/JSQSystemSoundPlayer/issues?utf8=✓&q=+milestone%3A4.3.1+ ) .
11+
12+ - No new features, just clean up and organization.
13+
7144.3.0
815-----
916
10- Added tvOS support :tada :
17+ Added tvOS support :tada :
1118
12194.2.0
1320-----
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'JSQSystemSoundPlayer'
3- s . version = '4.3.0 '
3+ s . version = '4.3.1 '
44 s . license = 'MIT'
55
66 s . summary = 'A fancy Obj-C wrapper for Cocoa System Sound Services'
77 s . homepage = 'https://github.com/jessesquires/JSQSystemSoundPlayer'
88 s . documentation_url = 'http://jessesquires.com/JSQSystemSoundPlayer'
99
1010 s . social_media_url = 'https://twitter.com/jesse_squires'
11- s . author = { 'Jesse Squires' => '[email protected] ' } 11+ s . author = 'Jesse Squires'
1212
1313 s . source = { :git => 'https://github.com/jessesquires/JSQSystemSoundPlayer.git' , :tag => s . version }
1414 s . source_files = 'Source/*.{h,m}'
Original file line number Diff line number Diff line change 267267 projectRoot = "";
268268 targets = (
269269 8892FA9D1AF6E4DA00F2D347 /* JSQSystemSoundPlayer-iOS */,
270- 8892FAA81AF6E4DA00F2D347 /* JSQSystemSoundPlayerTests */,
271270 884DF6621AF6E96700D97D16 /* JSQSystemSoundPlayer-OSX */,
272271 88F4692E1C0BE399001F70F4 /* JSQSystemSoundPlayer-tvOS */,
272+ 8892FAA81AF6E4DA00F2D347 /* JSQSystemSoundPlayerTests */,
273273 );
274274 };
275275/* End PBXProject section */
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >4.3.0 </string >
18+ <string >4.3.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments