Skip to content

Commit

Permalink
Update for release of version 5.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arvkmr committed Apr 11, 2024
1 parent 847e1c5 commit be551bd
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- v5.5.6
- Added Privacy Manifest for SPM.

- v5.5.5
- Added Privacy Manifest.

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.5"
s.version = "5.5.6"
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
10 changes: 5 additions & 5 deletions FeedMedia.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>FeedMedia.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -45,15 +42,18 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>FeedMedia.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
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 @@ -6,7 +6,7 @@
// Copyright © 2017 Feed Media. All rights reserved.
//

#define FEED_MEDIA_CLIENT_VERSION @"5.5.5"
#define FEED_MEDIA_CLIENT_VERSION @"5.5.6"

// All public headers

Expand Down
Binary file not shown.
Binary file not shown.
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.5"
#define FEED_MEDIA_CLIENT_VERSION @"5.5.6"

// All public headers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</data>
<key>Headers/FeedMediaCore.h</key>
<data>
REs8Rf3SUUnzcXrDk92JrcCqNWw=
y6RPoO/PKNyXjMOEorSE9BvbcN0=
</data>
<key>Info.plist</key>
<data>
Expand Down Expand Up @@ -320,7 +320,7 @@
<dict>
<key>hash2</key>
<data>
pfx6IgHtxSn0QkNg8ncNhSAyhreFnHo0mFVRt+Ufhu8=
LWDphO9fayAK6KcECIR63dbOyd3MYw3HacUAzJXnZuk=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.
Binary file modified FeedMedia.xcframework/tvos-arm64/FeedMedia.framework/FeedMedia
Binary file not shown.
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.5"
#define FEED_MEDIA_CLIENT_VERSION @"5.5.6"

// All public headers

Expand Down
Binary file not shown.
Binary file not shown.
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.5"
#define FEED_MEDIA_CLIENT_VERSION @"5.5.6"

// All public headers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</data>
<key>Headers/FeedMediaCore.h</key>
<data>
REs8Rf3SUUnzcXrDk92JrcCqNWw=
y6RPoO/PKNyXjMOEorSE9BvbcN0=
</data>
<key>Info.plist</key>
<data>
Expand Down Expand Up @@ -302,7 +302,7 @@
<dict>
<key>hash2</key>
<data>
pfx6IgHtxSn0QkNg8ncNhSAyhreFnHo0mFVRt+Ufhu8=
LWDphO9fayAK6KcECIR63dbOyd3MYw3HacUAzJXnZuk=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.

0 comments on commit be551bd

Please sign in to comment.