Skip to content

Commit

Permalink
Update for release of version 5.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
arvkmr committed Sep 28, 2022
1 parent f5068f1 commit 1ccce12
Show file tree
Hide file tree
Showing 37 changed files with 880 additions and 1,372 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- v5.1.7
- Add Bug fix in caching.

- v5.1.6
- Add canLike(), canSkip() support for candian stations.

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.1.6"
s.version = "5.1.7"
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
18 changes: 9 additions & 9 deletions FeedMedia.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@
<string>simulator</string>
</dict>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-maccatalyst</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>FeedMedia.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>DebugSymbolsPath</key>
Expand Down Expand Up @@ -69,21 +70,20 @@
<string>simulator</string>
</dict>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>FeedMedia.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Loading

0 comments on commit 1ccce12

Please sign in to comment.