Skip to content

Commit 3a9d630

Browse files
authored
Merge pull request #11 from jalopezcar/v1.1.1
SpotifyLogin SDK v1.1.1
2 parents fd21945 + ab58c75 commit 3a9d630

23 files changed

Lines changed: 253 additions & 651 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Spotify iOS SDK v1.1.1
4+
5+
What's New:
6+
7+
- Add bundle version string in the Info.plist
8+
39
## Spotify iOS SDK v1.1.0
410

511
What's New:

Spotify-iOS-Auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'Spotify-iOS-Auth'
4-
s.version = '1.1.0'
4+
s.version = '1.1.1'
55
s.summary = 'A lightweight framework that enables your application to obtain the authentication code from the Spotify app.'
66

77
s.description = <<-DESC

SpotifyLogin.xcframework/ios-arm64/SpotifyLogin.framework/Headers/SpotifyLogin-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
3+
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
44
#ifndef SPOTIFYLOGIN_SWIFT_H
55
#define SPOTIFYLOGIN_SWIFT_H
66
#pragma clang diagnostic push
Binary file not shown.

0 commit comments

Comments
 (0)