Skip to content

Commit

Permalink
Merge pull request #4 from SoundwaveApp/1.2.1
Browse files Browse the repository at this point in the history
Updated framework and supporting files to 1.2.1
  • Loading branch information
ClodaghML committed Aug 12, 2015
2 parents ac1f79e + 50e60b6 commit 878b15b
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

---

## [1.2.1](https://github.com/SoundwaveApp/Shine-iOS/releases/tag/1.2.1) (2015-08-12)

#### Updated

* Improved accuracy of play location tracking feature
* Improved performance when interrupted by host app state transitions


## [1.2.0](https://github.com/SoundwaveApp/Shine-iOS/releases/tag/1.2.0) (2015-08-04)

#### Updated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Shine SDK requires iOS 7.1+
Shine can be installed using [Cocoapods](http://cocoapods.org). Simple add the following to your Podfile and run `pod install`.
```bash

pod 'Shine', '~>1.2.0'
pod 'Shine', '~>1.2.1'
```

###Manual Installation###
Expand Down
Binary file modified Shine.framework/Versions/A/Resources/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
7xQFxEXK/ie2C+WXkF+6Vmo/oeo=
p4qjjRmTH06l5bJlTCtaWUcqix0=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -30,7 +30,7 @@
</data>
<key>ShineBundle.bundle/Info.plist</key>
<data>
/D+n+h16N371enDG8QoMF8Hs5a0=
iAsylR/lFtCDW5WRSEEzre3xDjk=
</data>
<key>ShineBundle.bundle/SWShineModel.momd/SWShineModel.mom</key>
<data>
Expand All @@ -42,7 +42,7 @@
</data>
<key>ShineBundle.bundle/ShineBundle</key>
<data>
2z7K+Yw7CZPvJfQf7dx3Dy1EiPk=
yA5evIUjQ25oXKy40uED4H2gE8Q=
</data>
</dict>
<key>files2</key>
Expand All @@ -69,7 +69,7 @@
</data>
<key>ShineBundle.bundle/Info.plist</key>
<data>
/D+n+h16N371enDG8QoMF8Hs5a0=
iAsylR/lFtCDW5WRSEEzre3xDjk=
</data>
<key>ShineBundle.bundle/SWShineModel.momd/SWShineModel.mom</key>
<data>
Expand All @@ -81,7 +81,7 @@
</data>
<key>ShineBundle.bundle/ShineBundle</key>
<data>
2z7K+Yw7CZPvJfQf7dx3Dy1EiPk=
yA5evIUjQ25oXKy40uED4H2gE8Q=
</data>
</dict>
<key>rules</key>
Expand Down
Binary file not shown.
Binary file modified Shine.framework/Versions/A/Shine
Binary file not shown.
2 changes: 1 addition & 1 deletion Shine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Shine"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = "The Shine iOS SDK, for integrating Shine into your iOS application."
s.homepage = "https://github.com/SoundwaveApp/Shine-iOS"
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
Expand Down

0 comments on commit 878b15b

Please sign in to comment.