You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## Release 7.2.21
2
+
3
+
#### 08 Sep 2026
4
+
5
+
### Brightcove Player SDK for iOS
6
+
7
+
#### Bug Fixes
8
+
9
+
* Fixes `pod 'Brightcove-Player-X/XCFramework'` installing 7.2.12 rather than the latest release. Release 7.2.13 removed the `Framework` subspec from the eight public pods and inlined the XCFramework configuration at the top level, which removed the `XCFramework` subspec name along with it. CocoaPods resolves a dependency on a subspec a version does not declare by falling back to the newest version that does, so a Podfile that spelled the subspec out explicitly kept resolving to 7.2.12 with no error at `pod install` — and, since 7.2.12 predates the CocoaPods deprecation added in 7.2.15, without the deprecation notice either. `XCFramework` is restored as an alias of the pod itself across Core, DAI, FreeWheel, GoogleCast, IMA, Omniture, Pulse and SSAI, so `pod 'Brightcove-Player-X/XCFramework'` and `pod 'Brightcove-Player-X'` install the same XCFramework. Affected projects need no Podfile change to move forward again, but dropping the subspec suffix is still recommended: the pods are deprecated in favor of the unified Swift Package at https://github.com/brightcove/brightcove-player-sdk-ios, and CocoaPods Trunk goes read-only on 02 Dec 2026.
10
+
1
11
## Release 7.2.20
2
12
3
13
#### 08 Sep 2026
@@ -89,7 +99,7 @@
89
99
90
100
#### Additions and Improvements
91
101
92
-
* Removes the legacy fat-framework distribution. The XCFramework variant has been the default since 7.0.0 and is now the only option across Core, DAI, FreeWheel, GoogleCast, IMA, Omniture, Pulse, and SSAI. Replace `pod 'Brightcove-Player-X/Framework'` with `pod 'Brightcove-Player-X'`. Projects that did not append `/Framework` to their pod names are unaffected. The `EXCLUDED_ARCHS[sdk=*simulator*] = arm64` workaround that the fat-framework variant required is no longer set, and any matching `post_install` hook in your Podfile that stripped it can be removed.
102
+
* Removes the legacy fat-framework distribution. The XCFramework variant has been the default since 7.0.0 and is now the only option across Core, DAI, FreeWheel, GoogleCast, IMA, Omniture, Pulse, and SSAI. Replace `pod 'Brightcove-Player-X/Framework'` with `pod 'Brightcove-Player-X'`. Projects that did not name a subspec in their Podfile are unaffected. (Correction: this release also dropped the `XCFramework` subspec name, which left Podfiles using `pod 'Brightcove-Player-X/XCFramework'` resolving to 7.2.12. Restored in 7.2.21.) The `EXCLUDED_ARCHS[sdk=*simulator*] = arm64` workaround that the fat-framework variant required is no longer set, and any matching `post_install` hook in your Podfile that stripped it can be removed.
Copy file name to clipboardExpand all lines: OfflinePlayback.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
# iOS App Developer's Guide to Video Downloading and Offline Playback with HLS in the Brightcove Player SDK for iOS, version 7.2.20.44
2
+
# iOS App Developer's Guide to Video Downloading and Offline Playback with HLS in the Brightcove Player SDK for iOS, version 7.2.21.45
3
3
4
4
5
5
The Brightcove Native Player SDK allows you to download and play back HLS videos, including those protected with FairPlay encryption. Downloaded videos can be played back with or without a network connection.
0 commit comments