Skip to content

Commit

Permalink
Update for release of version 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arvkmr committed Jun 18, 2024
1 parent 858edac commit dabf00f
Show file tree
Hide file tree
Showing 27 changed files with 6,817 additions and 6,749 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- v5.6.0
- Added new method `setStreamingFor()` for mocking different locations for testing.
- Depreciate `setMockLocation()`. This method will be removed in a future update.

- v5.5.7
- Fixed edge case that caused a song to repeat if pause&play was triggered as a new song was starting.

Expand Down
2 changes: 1 addition & 1 deletion FeedMedia.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "FeedMedia"
s.version = "5.5.7"
s.version = "5.6.0"
s.summary = "FeedMedia SDK for Internet radio streaming"
s.description = <<-DESC
Feed.fm allows you to legally add popular music to your mobile app with a Pandora-style
Expand Down
16 changes: 8 additions & 8 deletions FeedMedia.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>FeedMedia.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -19,7 +19,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
Expand All @@ -29,39 +29,39 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>FeedMedia.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>FeedMedia.framework/FeedMedia</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>FeedMedia.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>FeedMedia.framework/FeedMedia</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>FeedMedia.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -70,7 +70,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
Expand Down
Binary file modified FeedMedia.xcframework/ios-arm64/FeedMedia.framework/FeedMedia
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1442,9 +1442,19 @@ typedef NS_ENUM(NSInteger, FMMixingAudioPlayerCompletionReason) {
* Set a location to mock for testing location. Development purpose only.
* May stop working at any time, if too many requests are received with Mocked location.
* @param mockLocation US or EU(Outside US)
* @deprecated Use setStreamingFor instead
*/

+(void) setMockLocation:(MockLocation)mockLocation;
+(void) setMockLocation:(MockLocation)mockLocation DEPRECATED_MSG_ATTRIBUTE("Use setStreamingFor instead");


/**
* Set an ip address to mock for testing location. Development purpose only.
* May stop working at any time, if too many requests are received with the same address.
* @param streamingFor ip address from the relevant country
*/

+(void) setStreamingFor:(nonnull NSString *) streamingFor;



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2017 Feed Media. All rights reserved.
//

#define FEED_MEDIA_CLIENT_VERSION @"5.5.7"
#define FEED_MEDIA_CLIENT_VERSION @"5.6.0"

// All public headers

Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1442,9 +1442,19 @@ typedef NS_ENUM(NSInteger, FMMixingAudioPlayerCompletionReason) {
* Set a location to mock for testing location. Development purpose only.
* May stop working at any time, if too many requests are received with Mocked location.
* @param mockLocation US or EU(Outside US)
* @deprecated Use setStreamingFor instead
*/

+(void) setMockLocation:(MockLocation)mockLocation;
+(void) setMockLocation:(MockLocation)mockLocation DEPRECATED_MSG_ATTRIBUTE("Use setStreamingFor instead");


/**
* Set an ip address to mock for testing location. Development purpose only.
* May stop working at any time, if too many requests are received with the same address.
* @param streamingFor ip address from the relevant country
*/

+(void) setStreamingFor:(nonnull NSString *) streamingFor;



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2017 Feed Media. All rights reserved.
//

#define FEED_MEDIA_CLIENT_VERSION @"5.5.7"
#define FEED_MEDIA_CLIENT_VERSION @"5.6.0"

// All public headers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Headers/FMAudioPlayer.h</key>
<data>
u3cJVIC6bcSp8votL//RmpkXG+s=
w6LqIxzzWcJaXZtZDK1FnQ8UAwk=
</data>
<key>Headers/FMDislikeButton.h</key>
<data>
Expand Down Expand Up @@ -114,7 +114,7 @@
</data>
<key>Headers/FeedMediaCore.h</key>
<data>
dwRkXvwjH+NzU+tq43I2SnTj6K8=
KamhxytOjtoY2Y+Wu7667EHjiik=
</data>
<key>Info.plist</key>
<data>
Expand Down Expand Up @@ -145,7 +145,7 @@
<dict>
<key>hash2</key>
<data>
DdLpzW0aWSAdSb6QVvC+vXbwkdIPwWozRD8UQMKkpTw=
K/tcmX1NzweD8jc+Ed4SlXPCF3/xz2nWXpQJIGXOKag=
</data>
</dict>
<key>Headers/FMDislikeButton.h</key>
Expand Down Expand Up @@ -320,7 +320,7 @@
<dict>
<key>hash2</key>
<data>
6xq3S3uxuRLei+bnkXVQWTK0INpJANFao3I00Q0qGqE=
dvvxoi39uKgxRAF9/aD/25uy3UlTOR+VF98cVj3Zul4=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit dabf00f

Please sign in to comment.