Swiftpack.co - Swift Packages by SRGSSR

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by SRGSSR

SRGSSR/srgmediaplayer-apple 7.2.1
An advanced media player library, simple and reliable
⭐️ 153
🕓 38 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Maintenance release
38 weeks ago
### Fixes * Fix missing import (#129). --- **Full Changelog**: https://github.com/SRGSSR/srgmediaplayer-apple/compare/7.2.0...7.2.1
Maintenance release
38 weeks ago
### Improvement - Add `SRG_NSTIMEINTERVAL_IS_VALID(NSTimeInverval)` (#128). - Various CI improvements. ### Fixes - Fix `SRGTimeSlider` throwing sometime an exception (#128). - Disable flaky test (#125). --- **Full Changelog**: https://github.com/SRGSSR/srgmediaplayer-apple/compare/7.1.0...7.2.0
Maintenance release for Xcode 14
1 year ago
- The minimum deployment target has been bumped to iOS 12. - This release makes sure the project builds with Xcode 14 without any significant warning. - Restore Catalyst support with Xcode 14 (#105).
Maintenance release
1 year ago
- Remove assertions which could not always be entirely fulfilled.
Forced subtitles support
1 year ago
- When no subtitles have been explicitly enabled, forced subtitles matching the currently selected audio language are automatically displayed.
Maintenance release
1 year ago
- Fix playback rate sometimes not immediately changed when playing a DVR stream (#117). - Update layout implementation.
Playback rate
2 years ago
### New features - The controller supports the rates 0.5×, 0.75×, 1×, 1.25×, 1.5×, 2× for slow, normal or fast playback. These supported values are returned from the `supportedPlaybackRates` property and the desired rate can be set using the newly available `playbackRate` property. - Livestreams might not always support some playback speeds. The `effectivePlaybackRate` property returns the currently applied playback rate. - On iOS: - The track selection button has been transformed into a settings button from which playback speed, audio track and subtitles can be selected. - The settings button is visible at all times, not only when subtitles are available. The subtitle selection state is similarly not reflected anymore by the button itself. - The button delegate protocol provides new methods called when the user picks a playback speed, audio track or subtitles. - On tvOS: - Playback speed can be selected using a dedicated button available from `SRGMediaPlayerViewController` main user interface. - The `SRGMediaPlayerViewControllerDelegate` protocol provides a new delegate method called when the playback speed is changed (no similar methods are provided for audio or subtitle track selection for technical reasons, though). ### Improvements - Playback setting window colors have been tweaked for better readability. - Add slider dragging start and strop delegate methods to `SRGTimeSliderDelegate`. - Add support for slider increment and decrement accessibility gestures (#116). ### Fix - Fix tvOS 15 crashes when playing another media. ### Breaking changes - `SRGTracksButton` has been renamed as `SRGPlaybackSettingsButton`. - The `alwaysHidden` playback settings button property has been removed, as the button is now always visible. Simply use the `hidden` property when you need to hide the button. - The `selectedImage` playback settings button property has been removed, as there is no selected state anymore. - `SRGTracksButtonDelegate` has been renamed as `SRGPlaybackSettingsButtonDelegate`. Existing method signatures have been updated appropriately. ### Migration instructions If you were previously using `SRGTracksButton`: - Update any code or resource (storyboard, xib) explicitly referencing the `SRGTracksButton` class, replacing it with `SRGPlaybackSettingsButton`. - Update the `SRGMediaPlayerDesignables.m` file if you were using it by copying the updated file available from the `Designables` source code folder. - Replace calls to `alwaysHidden` with `hidden`. - Update your button delegate protocol implementation to `SRGPlaybackSettingsButtonDelegate`.
Maintenance release
2 years ago
- Fix crash when playing another media on tvOS 15.2 (#114).
Maintenance release
2 years ago
- Fix background video playback incorrectly paused (#113).
Picture in picture opt-in
2 years ago
- Picture in picture is now a controller opt-in, enabled with the `pictureInPictureEnabled` property. This fixes an issue appeared with iOS 14, and which could lead to picture in picture enabled unnecessarily when moving the app to the background (#111).
iOS tvOS
SRGSSR/pillarbox-apple 1.0.1
A next-generation reactive media playback ecosystem for Apple platforms.
⭐️ 41
🕓 6 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Fix performance issues
6 weeks ago
# Fixes - Fix a resource leak which could lead to performance issues over time. # What's changed * Fix resource leak in ReplaySubject by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/802 **Full Changelog**: https://github.com/SRGSSR/pillarbox-apple/compare/1.0.0...1.0.1
First official release 🎉
6 weeks ago
> [!IMPORTANT] > Letterbox will be sunset in August 2025: > - New SRG SSR products must use Pillarbox only. > - Existing SRG SSR products using Letterbox must transition to Pillarbox before this date. This is the first official release of Pillarbox for Apple platforms. Pillarbox is the modern SRG SSR media playback ecosystem, a generational leap over its predecessor Letterbox. > [!TIP] > Should you have questions, ideas, or should you need assistance, please use our [issue tracker](https://github.com/SRGSSR/pillarbox-apple/issues/new/choose) or a dedicate [discussion](https://github.com/SRGSSR/pillarbox-apple/discussions). # Features Refer to our [documentation](https://github.com/SRGSSR/pillarbox-apple/tree/1.0.0?tab=readme-ov-file#overview) for a complete feature list. > [!TIP] > Articles, tutorials and developer documentation are available right within Xcode as a documentation catalog. # Fixes and improvements If you were already integrating a pre-release version of Pillarbox, this first official release adds a few final fixes and improvements: - Fix an issue sometimes preventing metadata from being correctly displayed in the Control Center. - Update comScore and Commanders Act libraries to the most recent releases. - Improve documentation and remove unused files. - Fix missing translations. - Add privacy manifests. # What's Changed * Force comScore and Commanders Act SDKs to latest versions by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/787 * Fix Control Center metadata sometimes disappearing after item deletion by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/786 * Use version 6.11.0 to avoid archive issue by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/788 * Update CI to Xcode 15.3 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/795 * Add privacy manifest by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/789 * Add MMF support by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/792 * Update list of known issues with Control Center playback button state issue in multi-player configurations by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/793 * Update comScore SDK to version 6.12.2 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/791 * Update translations by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/790 * Clean documentation by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/794 * Improve documentation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/797 * Display library version as demo badge by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/796 * Improve test stability by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/798 * Remove unnecessary property update by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/799 **Full Changelog**: https://github.com/SRGSSR/pillarbox-apple/compare/0.11.0...1.0.0
Improved error management in playlists
7 weeks ago
This release improves support for long playlists. # Improvements - Improve error management in playlists. - Improve Control Center integration in presence of error: - Display errors in the Control Center directly. - Allow users to retry playback after a failure directly from the Control Center. - Add `actionAtItemEnd` player setting, with which the behavior when playback of an item ends can be customized. # Fixes - Resolve several analytics issues in playlists: - Fix an issue leading to Commanders Act events missing a playback position. - Fix incorrect event transitions emitted when chaining items in a playlist. - Fix incorrect event transitions emitted when moving the item currently being played. - Fix incorrect playback position reported when dynamically enabling Control Center integration during playback. # Demo improvements - Improve slider interactions. # Demo fixes - Fix missing content image. # What's changed * Fix incorrectly received tracker property updates by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/770 * Fix broken image link by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/771 * Improve demo slider by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/772 * Improve Control Center display in presence of errors by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/769 * Force simulator language and region by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/778 * Fix incorrect time position after disabling and enabling Control Center integration by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/779 * Support standard actions at item playback end by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/780 * Avoid unnecessary Commanders Act seek / play transitions by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/781 * Prepare for complete localization by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/782 * Remove CombineExt by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/783 **Full Changelog**: https://github.com/SRGSSR/pillarbox-apple/compare/0.10.0...0.11.0
Improved support for long playlists
10 weeks ago
This release improves support for long playlists. # Improved support for long playlists Prior to this version Pillarbox player was eagerly loading all items in a playlists. This was leading to unnecessary metadata retrieval (potentially including artworks) as well as potential player hangs, most notably with MP3 playlists. To solve these issues Pillarbox player now only loads two items at any given time. This still ensures that content can be preloaded in advance during normal playback, ensuring gapless playback when possible, while minimizing resource waste and avoiding performance issues. # Improvements - Display metadata in the `SystemVideoView`. - Stop playback on failed items in playlists. - Ensure all skips are non-smooth. - Optimized threads created by SRG SSR standard trackers. - Ensure common unique identifiers with Letterbox and Pillarbox versions that were running Commanders Act SDK version 4. - Provide specific analytics device information for iPad applications run on macOS. # Fixes - Make it possible to restart playback of items whose metadata delivery failed. - Avoid undesired layer animations when resizing the video view. - Fix Swift Package Index documentation generation. # Breaking changes - Rename `isRunning` as `shouldPlay`. # Demo improvements - Add long-press gesture to enable high-speed playback. - Update Pillarbox web demo link. # Demo fixes - Fix monoscopic content display in playlist demos. - Fix page views incorrectly sent during scrolling. # What's changed * Eliminate undesired layer animations by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/726 * Extend layout past the safe area by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/727 * Rename isRunning as shouldPlay by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/732 * Make all skips consistently non-smooth by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/731 * Fix replay behavior with unconsumed failed items by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/734 * Update start time example for consistency with other platforms by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/733 * Add metadata to the system player by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/735 * Avoid sending several page views to the analytics by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/737 * Avoid starting from an incorrect position in terms of analytics by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/739 * Update SwiftLint to version 0.54.0 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/741 * Fix pre-commit hook by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/742 * Document how to trust plugins in a continuous integration setup by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/740 * Avoid unnecessary thread creation by item trackers by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/743 * Fix comScore test flakiness by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/744 * Increase playback speed during a long press gesture by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/746 * Use common Commanders Act unique identifier between v4 and v5 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/752 * Support desktop as navigation device by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/751 * Update data provider to version 19.0.0 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/755 * Fix unresponsive AirPlay button by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/754 * Fix incorrect navigation title by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/758 * Fix Swift Package Index documentation generation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/759 * Update links for web player and demo by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/761 * Disable high speed gesture for monoscopic content by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/762 * Fix monoscopic support in playlists by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/763 * Remove web player link by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/765 * Improve support for long playlists by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/766 **Full Changelog**: https://github.com/SRGSSR/pillarbox-apple/compare/0.9.0...0.10.0
Monoscopic 360° video support
15 weeks ago
This release adds support for monoscopic 360° video and further improves Picture in Picture behavior. # 360° video support - Add support for monoscopic 360° videos to `VideoView`. Use the new `VideoView/viewport(_:)` modifier to enable 360° display and choose and set an orientation in space. - Orientation in space requires a quaternion. Two `SCNQuaternionRotate(_:_:_:)` and `SCNQuaternionWithAngleAndAxis(_:_:_:_:)` functions are provided to help build relevant quaternions, most notably for controlling the viewport through touch events. On iOS the `SCNQuaternionForAttitude(_:)` function makes it possible to bridge quaternions delivered by CoreMotion with SceneKit quaternions required used by Pillarbox. # Picture in Picture improvements - Improve Picture in Picture integration and overall behavior. - Introduce `PictureInPicturePersistable` that lets app locally respond to Picture in Picture life cycle events if needed. # Improvements - Add playback speed menu to the tvOS system player view layout. - Add `AVPlayerItem/seek(_:)` method to set a player item to start at a given time. - Add `Player/isRunning` property. - Improve documentation and tutorials. # Demo improvements - Greatly improve tvOS navigation user experience. - Improve Picture in Picture integration in demo examples. - Display [Pillarbox web](https://github.com/SRGSSR/pillarbox-web) demo in a web browser. This feature is not intended to be easily accessible and requires a dedicated opt-in to be enabled in app system settings first. # Fixes - Update Swift package manifest version to 5.9. # Breaking changes - Prefix all frameworks with `Pillarbox` to avoid potential naming conflicts with packages providing frameworks having the same name. - Update in-app Picture in Picture in-app integration API. The `View/enabledForInAppPictureInPictureWithCleanup(perform:)` method has been replaced with the `View/enabledForInAppPictureInPicture(persisting:)` method which, instead of executing a closure to cleanup resources associated with a player (potentially after Picture in Picture ends), ensures a `PictureInPicturePersistable` object is kept alive during Picture in Picture playback. The `PictureInPicturePersistable` protocol can be optionally used to locally respond to Picture in Picture lifef cycle events as well. - Update `VideoView` and `SystemVideoView` APIs so that optional behaviors (gravity, Picture in Picture support) are configured with modifiers instead of parameters. # What's Changed * Update Swift Package manifest to Swift 5.9 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/686 * Add tracking documentation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/685 * Add Picture in Picture tutorial by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/687 * Reoganize Player documention by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/688 * Document analytics integration by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/689 * Polish documentation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/690 * Enhance code documentation by moving some references in appropriate sections by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/691 * Polish articles by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/692 * Set the correct duration for completing tutorials by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/693 * Improve tvOS navigation by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/694 * Update cells appearance for tvOS by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/695 * Enhance cells appearance for tvOS by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/699 * Improve the display of examples on tvOS by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/701 * Document SwiftUI property wrapper usage recommendations by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/706 * Update dependencies to most recent versions by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/709 * Add monoscopic 360° video support by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/702 * Add an access to Pillarbox Web via a WebView by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/711 * Fix missing media information in iOS cells by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/712 * Animate video view display by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/713 * Rename packages to avoid potential conflicts by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/714 * Update Xcode version used for CI to to 15.2 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/715 * Fix product name conflicts by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/719 * Make player animations smoother by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/720 * Revise some documentation images by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/721 * Implementing Playback Speed Feature on tvOS by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/718 * Create a computed property to detect non-zero playback rates by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/722 * Remove superfluous selves by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/723 * Support starting playback at a given time by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/724 **Full Changelog**: https://github.com/SRGSSR/pillarbox-apple/compare/0.8.0...0.9.0
Documentation
20 weeks ago
This release adds integration documentation (articles and tutorials). ## Demo changes - Remove some test streams. ## Fixes - Hide Picture in Picture classes that were incorrectly exposed publicly. ## What's Changed * Move existing markdown documentation into documentation catalogs by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/651 * Fix methods incorrectly marked as deprecated in documentation catalogs by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/652 * Revisit Player landing documentation page by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/654 * Improve icon display in the lists by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/656 * Improve page titles by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/655 * Update source code color in the setting page for the web by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/657 * Define featured pages with associated cards by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/658 * Update markdownlint by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/659 * Document asset loading by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/662 * Improve playback documentation by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/660 * Fix flaky test by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/664 * Document system integration by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/661 * Document `ProgressTracker` by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/663 * Add asset and player item documentation extensions by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/665 * Add tutorial code sample by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/666 * Organize progress tracker APIs by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/668 * Add progress tracking tutorial by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/667 * Extract project setup to a dedicated tutorial by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/669 * Add a tutorial for basic play and pause UI by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/670 * Add visibility tracking documentation and tutorial by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/671 * Add a tutorial for basic backward and forward seek by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/672 * Add pinch to zoom tutorial by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/673 * Consolidate documentation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/674 * Add tutorial artworks by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/675 * Add Control Center tutorial by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/676 * Document state observation and layout optimization by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/677 * Remove test streams by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/678 * Add AirPlay tutorial by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/679 * Media selection documentation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/680 **Full Changelog**: https://github.com/SRGSSR/pillarbox-apple/compare/0.7.0...0.8.0
Picture in Picture support
22 weeks ago
This release introduces support for Picture in Picture. ## Picture in Picture - Added basic Picture in Picture support to `VideoView`. - Implemented basic Picture in Picture support for `SystemVideoView`. - Support advanced Picture in Picture integration. ## Miscellaneous Improvements - Added translations. - Improved visibility tracking with VoiceOver enabled. - Consolidated player publishers. - Removed all workarounds created for AirPlay. - Updated documentation. - Reduced the frequency of playback rate updates sent to analytics. - Enhanced playback speed support implementation. - Improved the demo application. - Enhanced player item tracker API and stream type transition support. - Simplified background video measurement management for comScore. ## Fixes - Corrected custom slider animation. - Addressed flaky tests. - Resolved seek bar slowness caused by media selection. - Mitigated performance issues related to media selection criteria retrieval. - Preserved media selection characteristics between selections. - Fixed media selection issues when altering the current selection programmatically. ## What's Changed * Translate packages by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/574 * Improve visibility tracking with VoiceOver enabled by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/575 * Consolidate player publishers by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/587 * Fix custom slider animation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/589 * Update Commanders Act and comScore SDKs by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/588 * Fix flaky tests by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/594 * Remove all workarounds made for AirPlay by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/591 * Fix seek bar slowness due to media selection by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/590 * Mitigate media selection criteria retrieval performance issues by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/596 * Preserve media selection characteristics between selections by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/597 * Update gems and some docs by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/592 * Fix media selection issues when altering current selection programmatically by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/600 * Minimize the frequency of playback rate updates sent to analytics by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/599 * Improve playback speed support implementation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/601 * Share current item publisher for consistency by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/602 * Display the URL cache size by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/604 * Remove superfluous observation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/608 * Make routing management global by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/621 * Add basic Picture in Picture support to `VideoView` by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/623 * Support advanced PiP integration by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/624 * Remove superfluous PiP identifier by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/625 * Implement a style to prevent redundant menus in the macOS app by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/627 * Add the support of the Picture in Picture for the system video view by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/628 * Document Picture in Picture integration by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/629 * Restore from Picture in Picture earlier by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/630 * Fix the display issue related to clearing the cache by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/633 * Support Picture in Picture in playlists by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/631 * Correct the deferred seek by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/632 * Sort BUs by alphabetical order by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/635 * Add source code access for showcases by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/634 * Fix the path for accessing the source code by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/637 * Improve setting support by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/638 * Point at matching source code version by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/640 * Add TestFlight link by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/641 * Remove UIKit-oriented APIs by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/642 * Enable new rules introduced in SwiftLint 0.53.0 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/645 * Add GitHub shortcuts by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/643 * Display SRG SSR media duration in minutes by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/644 * Remove useless imports by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/646 * Improve player item tracker API and stream type transition support by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/647 * Remove overly complicated background video measurement management for comScore by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/649 **Full Changelog**: https://github.com/SRGSSR/pillarbox-apple/compare/0.6.0...0.7.0
Audio tracks, subtitles and user consent
31 weeks ago
This release adds support for audio tracks and subtitles. # Audio tracks and subtitles - Add media selection APIs to retrieve available and selected audio tracks and subtitles or to change the current selection. - Display forced subtitles when available. - Automatically prefer tracks intended for Audio Description and SDH & CC depending on device accessibility settings. - Override media selection programmatically. - Override subtitle text style programmatically (WebVTT only). - Provide standard menu for audio tracks and subtitles. # Global analytics labels and user consent support - You can optionally provide an `AnalyticsDataSource` when starting `Analytics`. This data source can be used to deliver global labels in all comScore and Commanders Act events. - User consent can be provided in comScore and Commanders Act global labels. # Breaking changes - The `restart` and `canRestart` APIs have been renamed as `replay` and `canReplay` respectively. These APIs now always resume playback if needed. # Miscellaneous improvements - Prevent playback of content containing at least a blocked segment. - Improve automatic visibility management. - Improve SRG SSR resource resolution to prefer HLS streams when available, most notably for SWI content. - Add `playbackSpeed` binding API. - Provide playback speed selection in standard menu API. - Remove unused Diagnostics and UserInterface packages. - Remove unused Google Cast SDK dependency. # Fixes - Fix playback crashing when seeking near the end of some streams. - Always send `uptime` to Commanders Act for livestreams, no matter the offset from the live edge. - Fix player leak on tvOS. - Fix never-ending slider interactions. - Retrieve SRG SSR metadata on a device basis (vector). - Fix unplayable RTS audio content. # What's Changed * Update CI documentation for reliable git-describe results by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/497 * Generate local stream for subtitles and audio tracks by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/498 * Add support for subtitles and audio tracks by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/516 * Reduce stale bot threshold by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/517 * Retrieve media composition specific to supported vectors by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/519 * Avoid sound playing for a short while after system player UI dismissal on tvOS by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/522 * Add WWDC Keynote stream to examples by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/525 * Keep user interface visible when seeking within an audio by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/527 * Properly ensure menu item ordering by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/529 * Always send uptime for livestreams by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/531 * Replace deprecated stale bot with maintained one by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/530 * Use view modifiers where appropriate by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/532 * Show user interface when returning to the foreground while not playing by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/526 * Fix neverending custom slider interactions by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/528 * Add support for forced subtitles by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/533 * Show user interface when playback is paused by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/535 * Add SDH and CC support by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/536 * Update correctly subtitle selection by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/538 * Update advice about automatic audio rendition selection by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/539 * Enhancing the media selection options by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/544 * Update YouTubeKit by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/543 * Support subtitle appearance customization by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/545 * Improve default language ordering by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/546 * Add priority on supported streaming methods by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/547 * Reset media selection context when no item is being played by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/549 * Make efficient seeks near the end of the available range safe by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/550 * Rename restart API as replay by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/551 * Add audio tracks and subtitles analytics by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/552 * Fix media composition parsing by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/554 * Use page name instead of content title for Commanders Act by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/557 * Prevent any chapter from being played if one of its segments is blocked by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/558 * Add support for user consent by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/561 * Cleanup unused packages and dependencies by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/565 * Use Commanders Act debug source key in unit tests by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/563 * Revisit menu API by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/570 * Update for Xcode 15 and iOS / tvOS 17 support by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/569 **Full Changelog**: https://github.com/SRGSSR/pillarbox-apple/compare/0.5.1...0.6.0
Enhancements and bug fix
39 weeks ago
This update includes several enhancements and a bug fix. # Enhancements - The default Commanders Act logging is now used. - The auto-hide standard delay has been reduced from 4 to 3 seconds. - Full-screen functionality has been improved on iPad. - A `PasteButton` has been added to the Examples view to paste URLs more easily. - Player and analytics versions have been introduced. # Bug Fix - The usage of the `PhaseAnimator` has been removed to avoid freezing the UI on iOS 17 Beta 4. # What's Changed * Reduce auto-hide standard delay by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/482 * Improve full screen support on iPad by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/481 * Add YouTube auto paste by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/480 * Fix status bar incorrectly togglable for audio by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/483 * Group packages by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/487 * Avoid PhaseAnimator usage by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/488 * Use default Commanders Act logging by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/489 * Replace YouTube auto paste by a PasteButton by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/491 * Add feedback report reference to known audio duration issue for iPad apps running on macOS by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/494 * Add a player version by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/493 **Full Changelog**: https://github.com/SRGSSR/pillarbox-apple/compare/0.5.0...0.5.1
Standard SRG SSR analytics
39 weeks ago
This Pillarbox release implements standard SRG SSR streaming analytics. It also provides the necessary toolset to measure page views and events in SRG SSR applications. This release also adds support for playback speed controls and makes it possible to promote a single instance for system integration in the context of multi-instance player experiences. Analytics must still be validated but otherwise Pillarbox can be considered suitable for production. # Standard SRG SSR analytics Standard SRG SSR analytics (comScore / Mediapulse and Commanders Act / Mapp) have been added: - Introduce `Analytics` singleton to manage analytics setup as well as page view and event tracking. - Implement standard `ComScoreTracker` and `CommandersAct` stream trackers. These trackers are automatically associated with URN-based items played using `CoreBusiness` but can also be integrated with other data sources if needed. - Provide helpers for user interface tracking: - `PageViewTracking` makes it possible to associate page view analytics metadata with view controllers in UIKit contexts. - `PageViewContainerTracking` can be used to integrate custom view controllers with the page view analytics engine. Integration with standard UIKit containers (`UINavigationController`, `UITabBarController`, etc.) is provided. - Modifiers for declarative view tracking in SwiftUI contexts. - Provide helpers for event tracking. # Playback speed Playback speed support has been added to the `Player`. Applications are responsible of displaying associated controls however they like: - Add APIs to set a desired playback speed, retrieve the available speed range and the currently effective playback speed. - Implement support for livestreams, including dynamic speed adjustments for DVR. - Support playback speed in playlists. # Multi-instance support - Several instances have always been supported by Pillarbox but this release adds APIs to promote one instance for integration into the Control Center and with AirPlay. # Miscellaneous improvements - A `BufferTracker` has been introduced to to be notified about content buffering, in a way similar to `ProgressTracker`. - The `LayoutReader` view has been replaced by a `View.readLayout(into:)` modifier which is more convenient to use. - The `InteractionView` detecting any kind of user interaction has been removed. Use a combination of gesture recognizers to detect user interaction and report them to a `VisibilityTracker` instead. - Improve seek smoothness to match the native system user experience. - Add muted playback support. - Provide presentation size information, which can be used to determine the content aspect ratio and adjust the player layout accordingly. - Add overlay support to `SystemVideoView`. - Ensure proper support for Xcode 15 and iOS / iPadOS / tvOS 17 beta. - Automatically enable body counters display in Xcode previews. # Demo improvements and fixes - Improve slider appearance and behavior. - Add ability to play YouTube content for tests purposes. - Add playback speed support. - Add full-screen support to the playlist demo. - Add blurred layout example. - Add demo descriptions. - Add more sample streams. - Automatically resume playback when returning from background in selected demos. - Fix server selection. # Fixes - Rename `Environment` as `Server` to avoid frequent conflicts with SwiftUI `Environment`. - Support for iPad applications run on Silicon Macs has been restored. # What's Changed * Rename a `LayoutInfo` property by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/334 * Setup tracking by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/335 * Provide library version in analytics by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/338 * Add full screen support to the demo player by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/341 * Provide presentation size information by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/340 * Add blurred layout example by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/342 * Support page view and event tracking by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/343 * Implement streaming analytics testing tools by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/345 * Improve Circumspect file structure by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/346 * Update to Xcode 14.3 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/347 * Update Nimble to version 12 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/348 * Implement comScore stream tracking by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/352 * Implement Commanders Act stream tracking by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/354 * typo by @mbruegmann in https://github.com/SRGSSR/pillarbox-apple/pull/357 * Add automatic page view tracking support by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/358 * Fix failing local test data generation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/361 * Avoid ghost views by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/359 * Support iPad applications run on Silicon Macs by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/364 * Fix incorrectly inhibited taps on tracked views by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/366 * Add muted playback support by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/363 * Update Swiftlint to version 0.52.0 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/365 * Remove debugging helpers in release builds by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/370 * Fix incorrect volume button position in safe area by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/371 * Enable body counter debugging in Xcode previews by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/374 * Avoid conflicts with SwiftUI environment attribute by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/377 * Add playback speed support by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/394 * Fix compilation with Xcode 15 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/396 * Update analytics based on the current playback speed by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/395 * Split player implementation over several files by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/397 * Fix metadata display and remote commands on the Control Center by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/398 * Support multiple player instances by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/399 * Add Apple reference to known issues by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/402 * Add ability to disable AirPlay and Control Center integration by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/400 * Fix server selection by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/407 * Automatically resume playback when returning from background in specific demos by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/405 * Add the PresentationSize issue with AirPlay among the list of known issues by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/406 * Add a new `animation` method that take two values by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/408 * Add showcase demo descriptions by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/404 * Polish documentation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/403 * Fix broken documentation links by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/409 * Fix analytics by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/414 * Apply the speed even though the player is paused by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/415 * Fix duplicate page views by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/416 * Drive demo navigation with iOS 16 navigation API by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/421 * Avoid measuring video streaming in background by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/425 * Align analytics demo configuration with Android by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/426 * Adjust page view analytics according to Mediapulse specifications by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/427 * Automatically link against AdSupport.framework by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/428 * Add system video view overlay support by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/430 * Fix conflict with standard Commanders Act event by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/432 * Remove sentinel by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/433 * Add some Bitmovin streams by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/434 * Make the project compile again with Xcode 14 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/436 * Remove media bandwidth from CommandersAct analytics by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/449 * Remove playback rate from Commanders Act analytics by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/450 * Rename site by appSiteName for the analytics configuration by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/452 * Add sample streams by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/437 * Add loaded time ranges by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/439 * Fix slider label contrast issues by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/454 * Fix some flaky tests by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/455 * Document route picker view known issue by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/460 * Fix animation issues in custom player user interfaces by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/459 * Update readme showcase by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/461 * Provide analytics data per service by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/462 * Add a pulse animation on the slider by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/463 * Rename page view properties from title to name by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/465 * Improve seek user experience by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/466 * Fix tests running unnecessarily for 20 seconds by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/471 * Update dependencies, including Google Cast SDK 4.8.0 by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/469 * Separate buffer tracking from progress tracking by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/467 * Fix control centering by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/474 * Fix uptime implementation by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/472 * Support some YouTube streams by @waliid in https://github.com/SRGSSR/pillarbox-apple/pull/475 * Further improve seek user experience by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/476 * Fix YouTube identifier parsing by @defagos in https://github.com/SRGSSR/pillarbox-apple/pull/477 # New Contributors * @mbruegmann made their first contribution in https://github.com/SRGSSR/pillarbox-apple/pull/357 **Full Changelog**: https://github.com/SRGSSR/pillarbox-apple/compare/0.4.0...0.5.0
iOS tvOS
SRGSSR/srgletterbox-apple 9.3.0
The official SRG SSR media playback experience
⭐️ 13
🕓 13 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
User identification preservation for analytics / Kill switch removal
13 weeks ago
## Improvements - Reuse the identifier associated to a user in Commanders Act version 4 after migration to version 5. This ensures that existing users can be correctly and uniquely identified during the transition. For more information see SRG Analytics release notes for [version 9.1.0](https://github.com/SRGSSR/srganalytics-apple/releases/tag/9.1.0). - Remove the so-called _kill switch_, a mechanism which could lead to undesired playback interruptions without being actually of any use nowadays. ## What's Changed * Build and test with Xcode 15.0.1 by @pyby in https://github.com/SRGSSR/srgletterbox-apple/pull/313 * Remove kill switch by @defagos in https://github.com/SRGSSR/srgletterbox-apple/pull/314 **Full Changelog**: https://github.com/SRGSSR/srgletterbox-apple/compare/9.2.1...9.3.0
Maintenance release
28 weeks ago
This update provides some improvements regarding the skip gestures. ## What's Changed * Enhancement skip gestures handling and button Interactions by @waliid in https://github.com/SRGSSR/srgletterbox-apple/pull/310 * Modernize with Xcode 15 by @pyby in https://github.com/SRGSSR/srgletterbox-apple/pull/312 **Full Changelog**: https://github.com/SRGSSR/srgletterbox-apple/compare/9.2.0...9.2.1
Support for Commanders Act version 5
32 weeks ago
This release adds support for Commanders Act SDK version 5, required by the modern Commanders Act platform. The [associated SRG Analytics 9.0.0 release](https://github.com/SRGSSR/srganalytics-apple/releases/tag/9.0.0) introduces a few breaking API changes which need to be addressed. Please follow our client-side [migration guide](https://github.com/SRGSSR/srganalytics-apple/wiki/Migration-guides) for more information. # Improvements - Allow capturing the player in screenshots and screen recordings. ## What's Changed * Update to Commanders Act version 5 by @pyby @defagos in https://github.com/SRGSSR/srgletterbox-apple/pull/297 **Full Changelog**: https://github.com/SRGSSR/srgletterbox-apple/compare/9.1.2...9.2.0
iOS 17 and tvOS 17 compatibility
32 weeks ago
This release fixes minor issues for iOS 17. No issues were identified with tvOS 17. ## What's Changed * Fix unit test for not found media urn by @pyby in https://github.com/SRGSSR/srgletterbox-apple/pull/307 * Xcode 15 with iOS 17 and tvOS 17 by @waliid @defagos in https://github.com/SRGSSR/srgletterbox-apple/pull/300 **Full Changelog**: https://github.com/SRGSSR/srgletterbox-apple/compare/9.1.1...9.1.2
Maintenance release
35 weeks ago
The SRG Analytics library has been updated to [version 8.2.0](https://github.com/SRGSSR/srganalytics-apple/releases/tag/8.2.0). Please refer to the corresponding release notes for more information, most notably how the added global label support lets you integrate SRG Letterbox with user consent management. Disclaimer: This release is not affiliated with Porsche in any way. **Full Changelog**: https://github.com/SRGSSR/srgletterbox-apple/compare/9.1.0...9.1.1
Update image provider
38 weeks ago
### Improvements - Update image provider. Updated artwork in control center (#301). - The SRG Analytics library has been updated to [version 8.1.0](https://github.com/SRGSSR/srganalytics-apple/releases/tag/8.1.0) (#304). ### Fixes - Fix `SRGControlsView` throwing sometime an exception (#303).
Bit rate setting removal
46 weeks ago
### Breaking changes - The bit rate setting has been removed from `SRGLetterboxPlaybackSettings` as it is not supported anymore (#295).
Maintenance release
1 year ago
### Breaking changes - The SRG Data Provider library has been updated to [version 17.0.0](https://github.com/SRGSSR/srgdataprovider-apple/releases/tag/17.0.0). ### Demo application - Update Live Center section in list tab (#284).
Maintenance release
1 year ago
### Fixes - Fix font-related assertion crashes in unit tests (#286).
Maintenance release
1 year ago
### Fixes - iOS timeline view is not interactive in some cases (#274). ### Demo application - Open media from a custom url (#277). - Add SAM servers in the settings tab (#279).
iOS tvOS
SRGSSR/srglogger-apple 3.1.0
A tiny logging framework
⭐️ 5
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Maintenance release for Xcode 14
1 year ago
- The minimum deployment target has been bumped to iOS 12. - This release makes sure the project builds with Xcode 14 without any significant warning.
Maintenance release
2 years ago
This release contains minor improvements to the code and CI setup with no impact on overall behavior.
Assertion removal in release builds
3 years ago
Ensure assertions are never fired in release builds.
Swift Package Manager and Catalyst support
3 years ago
- This release introduces Swift Package Manager (SPM) support, replacing Carthage entirely. To migrate your project please follow [instructions for migrating to version 6 of our Letterbox library](https://github.com/SRGSSR/srgletterbox-apple/wiki/Migration-guides). - The library is compatible with Catalyst. - Swift packages can have several products. Our [SRG Logger Swift companion framework](https://github.com/SRGSSR/srglogger-swift-apple) is therefore again provided as part of SRG Logger directly (it was previously separated to avoid build issues depending on Swift compiler versions, but this is not required anymore). The corresponding repository will be deprecated.
Maintenance release
3 years ago
This is a companion release for the [associated Swift framework](https://github.com/SRGSSR/srglogger-swift-apple).
tvOS and watchOS compatibility
4 years ago
- The library is compatible with tvOS and watchOS. - [Semantic versioning](https://semver.org/) has been adopted. - The project has been renamed as `srglogger-apple`. - Compilation for iOS 13 and Xcode 11 without any significant warning.
Swift extraction
4 years ago
- The Swift logger companion framework has been removed. - Swift projects should now use the [Swift companion framework](https://github.com/SRGSSR/srglogger-swift-ios) instead.
Maintenance release
4 years ago
- This release fixes a few compilation warnings arising with recent Xcode versions.
Maintenance release
5 years ago
- This version does not introduce any particular change or fix.
Xcode 10 support
5 years ago
- The project can now be built with Xcode 10 and the iOS 12 SDK.
iOS watchOS tvOS
SRGSSR/GoogleCastSDK-ios-no-bluetooth 4.7.1-beta.1
Repository for GoogleCast SDK integration with SPM (no Bluetooth, iOS only)
⭐️ 2
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1 year ago
- Beta version from [beta public page](https://developers.google.com/cast/docs/ios_sender#xcframework_beta) in XCFramework format.
2 years ago
- Same build as [4.7.0-beta.2](https://github.com/SRGSSR/GoogleCastSDK-ios-no-bluetooth/releases/tag/4.7.0-beta.2) release. - Repository has with Google license. _Previous release was modified with a force push, not great for SPM cache on build devices._
2 years ago
Same build as [4.7.0-beta.1](https://github.com/SRGSSR/GoogleCastSDK-ios-no-bluetooth/releases/tag/4.7.0-beta.1) release, with an `ios-arm64` Info.plist fix.
4.7.0-beta.1
2 years ago
Beta version from [public issue tracker (comment #97)](https://issuetracker.google.com/issues/174048822#comment97) in XCFramework format.
iOS
SRGSSR/srgidentity-apple 3.3.0
The SRG signup and login framework
⭐️ 1
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Maintenance release for Xcode 14
1 year ago
- This release makes sure the project builds with Xcode 14 without any significant warning.
Maintenance release
1 year ago
- The SRG Appearance library has been updated to [version 5.1.0](https://github.com/SRGSSR/srgappearance-apple/releases/tag/5.1.0).
Maintenance release
1 year ago
- Update layout implementation.
Maintenance release
2 years ago
- Update Mantle to suppress Xcode compilation warnings.
Maintenance release
2 years ago
This release updates dependencies to avoid rare crashes on tvOS 15.
Improved iOS 15 compatibility
2 years ago
- Ensure proper readability of the account page navigation bar on iOS 15.
Font update
2 years ago
### Font update Font styles have been introduced for a more consistent appearance. ### Minimum deployment target The minimum deployment target has been bumped to iOS 12.
tvOS improvements
3 years ago
- The login button is automatically focused once the user finishes entering their information. - Previous usernames can be quickly reused and credentials can be easily supplied via the iOS Remote app. - Cancelled login attempts are notified consistently, as was the case on iOS.
tvOS login instruction layout fix
3 years ago
- Avoid login instruction message truncation on tvOS login view. - Improve tvOS integration documentation.
Fix modal transition assertions
3 years ago
Fix assertion calls when presenting a modal view controller (#9).
iOS tvOS
SRGSSR/srgdiagnostics-apple 3.1.0
A diagnostics framework
⭐️ 1
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Maintenance release for Xcode 14
1 year ago
- The minimum deployment target has been bumped to iOS 12. - This release makes sure the project builds with Xcode 14 without any significant warning.
Maintenance release
2 years ago
This release contains minor improvements to the code and CI setup with no impact on overall behavior.
Assertion removal in release builds
3 years ago
Ensure assertions are never fired in release builds.
Swift Package Manager and Catalyst support
3 years ago
- This release introduces Swift Package Manager (SPM) support, replacing Carthage entirely. To migrate your project please follow [instructions for migrating to version 6 of our Letterbox library](https://github.com/SRGSSR/srgletterbox-apple/wiki/Migration-guides). - The library is compatible with Catalyst.
Maintenance release
4 years ago
- Tolerance has been added to the interval with which reports are sent.
tvOS and watchOS compatibility
4 years ago
- The library is compatible with tvOS and watchOS. - [Semantic versioning](https://semver.org/) has been adopted. - The project has been renamed as `srgdiagnostics-apple`. - Compilation for iOS 13 and Xcode 11 without any significant warning.
Maintenance release
5 years ago
- This version does not introduce any particular change or fix.
First official release
5 years ago
- This is the first official release of SRG Diagnostics, a library for collecting diagnostic information.
iOS watchOS tvOS
SRGSSR/srguserdata-apple 3.3.1
A framework to store user data and synchronize it with an account
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Maintenance release for Xcode 14.3
1 year ago
This release updates SPM package and explains a workaround if issue occurred with Xcode 14.3 and Mac OS Ventura. - Build and test with Xcode 14.3 and Mac OS Ventura (#6, #8, #9). - For CI: disable flaky tests (#11). - Update app dependencies (#10). **Full Changelog**: https://github.com/SRGSSR/srguserdata-apple/compare/3.3.0...3.3.1
Maintenance release for Xcode 14
1 year ago
- This release updates SRG Identity to [version 3.3.0](https://github.com/SRGSSR/srgidentity-apple/releases/tag/3.3.0), compatible with Xcode 14.
Maintenance release
2 years ago
This release updates dependencies to avoid rare crashes on tvOS 15.
Maintenance release
2 years ago
This release contains minor improvements to the code and CI setup with no impact on overall behavior.
Deployment target update to iOS 12
2 years ago
The minimum deployment target has been bumped to iOS 12.
Assertion removal in release builds
3 years ago
Ensure assertions are never fired in release builds.
Swift Package Manager support
3 years ago
- This release introduces Swift Package Manager (SPM) support, replacing Carthage entirely. To migrate your project please follow [instructions for migrating to version 6 of our Letterbox library](https://github.com/SRGSSR/srgletterbox-apple/wiki/Migration-guides).
Xcode 12 compilation fix
3 years ago
Update dependencies for compilation with Xcode 12. ### About Xcode 12 support A proper iOS / tvOS 14 release will be made later. Until then, we recommend you ship your application with Xcode 11.7 if you can. The library can be compiled with Xcode 12 but has not been fully tested yet. If you still intend to use Xcode 12, note there is an [issue with Carthage](https://github.com/Carthage/Carthage/issues/3019) with a workaround available. The next official release we will deliver will support Xcode 12 and replace Carthage with SPM.
Maintenance release
3 years ago
- Fix framework tvOS archiving issue with Xcode 11.4.
Maintenance release
4 years ago
- This release updates SRG Identity to [version 2.0.2](https://github.com/SRGSSR/srgidentity-apple/releases/tag/2.0.2).
iOS tvOS
SRGSSR/srgappearance-apple 5.2.1
The appearance toolbox for SRG SSR applications
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Maintenance release
1 year ago
### Fixes - Fix font-related assertion crashes in unit tests (#12).
Restore Catalyst support
1 year ago
- Restore Catalyst support with Xcode 14 (#7). - This release makes sure the project builds with Xcode 14 without any significant warning.
Font weight fix
1 year ago
- Fix incorrect font weights on devices whose language is not English.
Global font SwiftUI modifiers
1 year ago
The SRG SwiftUI font modifiers can be applied not only to text views but to entire view hierarchies.
Font registration fixes
2 years ago
### Breaking changes - The `SRGAppearanceRegisterFont` function has been removed. Use CoreText registration functions like `CTFontManagerRegisterFontsForURL` instead. ### Fixes - tvOS 15 crashes due to unreliable font registrations have been fixed (#8).
Maintenance release
2 years ago
This release contains minor improvements to the code and CI setup with no impact on overall behavior.
Variable font, styles, metrics and colors
2 years ago
This release is a major overhaul of SRG Appearance. ## Variable font The SRG SSR font is now [variable](https://en.wikipedia.org/wiki/Variable_font) with support for arbitrary weights. Both the text and display fonts are provided. ## Styles SRG Appearance now provides several built-in styles which corresponds to fixed sizes, weights and scaling behaviors, defined both for iOS and tvOS. Your designs can benefit from using these standard styles across platforms. If your application does not want to use the standard styles we provide SRG Appearance still provides an API with which you can define your own styles. ### Remark Standard styles support XS, S, M, L, XL and XXL content sizes, but not accessibility sizes. Accessibility sizes are namely tricky to support from a layout perspective. If your application still wants to support such sizes you should define your own styles, which can support arbitrary content sizes. ## Metrics SRG Appearance provides `UIFontMetrics` matching its styles (as well as the `@SRGScaledMetric` property wrapper for SwiftUI) which allows you to scale scalar values depending on content size settings. ## Colors Several gray colors have been added. ## Swift and SwiftUI support SRG Appearance now provides improved APIs for Swift and SwiftUI. Swift code must link against `SRGAppearanceSwift` to use these APIs. ## Minimum deployment target The minimum deployment target has been bumped to iOS 12.
Assertion removal in release builds
3 years ago
Ensure assertions are never fired in release builds.
Xcode crash fix
3 years ago
This release packages resources differently to avoid Xcode crashing for some projects when attempting to run a unit test target.
Swift Package Manager and Catalyst support
3 years ago
- This release introduces Swift Package Manager (SPM) support, replacing Carthage entirely. To migrate your project please follow [instructions for migrating to version 6 of our Letterbox library](https://github.com/SRGSSR/srgletterbox-apple/wiki/Migration-guides). - The library is compatible with Catalyst. ### Breaking changes - Only custom `SRGAppearanceFontTextStyle` are now supported. System `UIFontTextStyle` styles are not supported anymore.
iOS tvOS
SRGSSR/TCServerSide-xcframework-apple 5.1.2
Repository for Tag Commander TCServerSide XCFramework binaries
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5.1.2
1 year ago
Official binaries, no IDFA, bitcode.
iOS tvOS
SRGSSR/TCSDK-xcframework-apple 4.4.1-srg5
Repository for TagCommander TCSDK XCFramework binaries
⭐️ 0
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
4.4.1-srg5
3 years ago
Custom build with no IDFA. AdSupport.framework is not implicitly linked.
4.4.1-srg4
3 years ago
Custom build with Apple Silicon simulator architecture support and debug symbols included.
4.4.1-srg4+b3
3 years ago
Release srg4+b3 with only relevant debug symbols.
4.4.1-srg4+b2
3 years ago
Release srg4+b2 with debug symbols included.
4.4.1-srg4+b1
3 years ago
Custom build with Apple Silicon simulator architecture support.
4.4.1-srg3
3 years ago
Custom build with tvOS support.
iOS tvOS
SRGSSR/srganalytics-apple 9.1.0
Covers analytics needs for SRG SSR products.
⭐️ 0
🕓 13 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
User identification preservation
13 weeks ago
## Improvements - Reuse the identifier associated to a user in Commanders Act version 4 after migration to version 5. This ensures that existing users can be correctly and uniquely identified during the transition. - Add support for mobile applications running on macOS. - Update SRG Data Provider to [version 19.0.0](https://github.com/SRGSSR/srgdataprovider-apple/releases/tag/19.0.0). ## What's Changed * Build and test with Xcode 15.0.1 by @pyby in https://github.com/SRGSSR/srganalytics-apple/pull/82 * Add support to desktop navigation device by @pyby in https://github.com/SRGSSR/srganalytics-apple/pull/83 * Use common Commanders Act unique identifier between v4 and v5 by @defagos in https://github.com/SRGSSR/srganalytics-apple/pull/85 **Full Changelog**: https://github.com/SRGSSR/srganalytics-apple/compare/9.0.2...9.1.0
Maintenance release
22 weeks ago
- The SRG Data Provider library has been updated to [version 18.1.0](https://github.com/SRGSSR/srgdataprovider-apple/releases/tag/18.1.0). --- **Full Changelog**: https://github.com/SRGSSR/srganalytics-apple/compare/9.0.1...9.0.2
Analytics SDK updates
28 weeks ago
- The `comScore` SDK has been updated to version 6.11.0. - The `TagCommander` SDK has been updated to version 5.4.1, including device `language` and `region` properties. ## What's Changed * Local tests don't need real parameters by @pyby in https://github.com/SRGSSR/srganalytics-apple/pull/78 * Update analytics SDKs by @waliid in https://github.com/SRGSSR/srganalytics-apple/pull/80 * Xcode 15 with iOS 17 and tvOS 17 by @pyby in https://github.com/SRGSSR/srganalytics-apple/pull/70 **Full Changelog**: https://github.com/SRGSSR/srganalytics-apple/compare/9.0.0...9.0.1
Support for Commanders Act version 5
32 weeks ago
This release adds support for Commanders Act SDK version 5, required by the modern Commanders Act platform. This release introduces a few breaking API changes which need to be addressed. Please follow our client-side [migration guide](https://github.com/SRGSSR/srganalytics-apple/wiki/Migration-guides) for more information. ## What's Changed * Update RSI cases for unit tests by @pyby in https://github.com/SRGSSR/srganalytics-apple/pull/77 * Update to Commanders Act version 5 by @defagos @pyby in https://github.com/SRGSSR/srganalytics-apple/pull/76 **Full Changelog**: https://github.com/SRGSSR/srganalytics-apple/compare/8.2.0...9.0.0
Support for global labels
35 weeks ago
This release adds support for global labels, both for comScore / Mediapulse as well as Tag Commander (#75). Global labels can be used to send user consent information in analytics events. To learn more please refer to our [wiki documentation](https://github.com/SRGSSR/srganalytics-apple/wiki/User-consent). ## What's Changed * Update SRG Media Player to 7.2.1 by @pyby in https://github.com/SRGSSR/srganalytics-apple/pull/73 * Modernize with Xcode 14.3 by @pyby in https://github.com/SRGSSR/srganalytics-apple/pull/74 * Add a mechanism to support global labels by @waliid in https://github.com/SRGSSR/srganalytics-apple/pull/75 ## New Contributors * @waliid made their first contribution in https://github.com/SRGSSR/srganalytics-apple/pull/75 **Full Changelog**: https://github.com/SRGSSR/srganalytics-apple/compare/8.1.0...8.2.0
Maintenance release
38 weeks ago
- The SRG Media Player library has been updated to [version 7.2.0](https://github.com/SRGSSR/srgmediaplayer-apple/releases/tag/7.2.0) (#72). - The SRG Data Provider library has been updated to [version 18.0.0](https://github.com/SRGSSR/srgdataprovider-apple/releases/tag/18.0.0) (#72). --- **Full Changelog**: https://github.com/SRGSSR/srganalytics-apple/compare/8.0.0...8.1.0
Bit rate setting removal
46 weeks ago
### Breaking changes - The bit rate setting has been removed from `SRGPlaybackSettings` as it is not supported anymore (#68).
Maintenance release
1 year ago
- The SRG Data Provider library has been updated to [version 17.0.0](https://github.com/SRGSSR/srgdataprovider-apple/releases/tag/17.0.0).
Maintenance release for Xcode 14
1 year ago
- This release makes sure the project builds with Xcode 14 without any significant warning.
Maintenance release
1 year ago
- The SRG Data Provider library has been updated to [version 16.0.0](https://github.com/SRGSSR/srgdataprovider-apple/releases/tag/16.0.0).
iOS tvOS
SRGSSR/ComScore-xcframework-apple 6.6.0
Repository for comScore XCFramework binaries
⭐️ 0
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
6.6.0
3 years ago
6.5.0
3 years ago
iOS watchOS tvOS
SRGSSR/srgcontentprotection-apple 3.1.0
Content protection for SRG SSR contents.
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Maintenance release for Xcode 14
1 year ago
- The minimum deployment target has been bumped to iOS 12. - This release makes sure the project builds with Xcode 14 without any significant warning.
Maintenance release
2 years ago
This release contains minor improvements to the code and CI setup with no impact on overall behavior.
AirPlay compatibility fix
3 years ago
- This update fixes AirPlay behavior for Akamai-tokenized streams played on old Apple TV devices.
Assertion removal in release builds
3 years ago
Ensure assertions are never fired in release builds.
Akamai support improvement on iOS 11+
3 years ago
- Compatibility with Akamai playlists has been extended for devices running iOS 11 and above.
Swift Package Manager and Catalyst support
3 years ago
- This release introduces Swift Package Manager (SPM) support, replacing Carthage entirely. To migrate your project please follow [instructions for migrating to version 6 of our Letterbox library](https://github.com/SRGSSR/srgletterbox-apple/wiki/Migration-guides). - The library is compatible with Catalyst.
Maintenance release
3 years ago
Fix framework tvOS archiving issue with Xcode 11.4.
Maintenance release
4 years ago
- Update SRG Network to [version 2.0.1](https://github.com/SRGSSR/srgnetwork-apple/releases/tag/2.0.1).
tvOS compatibility
4 years ago
- The library is compatible with tvOS. - [Semantic versioning](https://semver.org/) has been adopted. - The project has been renamed as `srgcontentprotection-apple`.
Maintenance release
4 years ago
- This version updates SRG Network to [version 1.0.3](https://github.com/SRGSSR/srgnetwork-ios/releases/tag/1.0.3).
iOS tvOS
SRGSSR/srgdataprovider-apple 19.0.2
A library to retrieve SRG SSR unified metadata
⭐️ 0
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Update image scaling service for RTS
4 weeks ago
This release updates the image scaling service used for RTS content, moving it to the common one provided by the Integration Layer. # What's changed * Fix RTS show with topics test by @pyby in https://github.com/SRGSSR/srgdataprovider-apple/pull/60 * Build and test with Xcode 15.3 by @pyby in https://github.com/SRGSSR/srgdataprovider-apple/pull/61 * Use RTS CMS image urls with Play SRG image service by @pyby in https://github.com/SRGSSR/srgdataprovider-apple/pull/51 **Full Changelog**: https://github.com/SRGSSR/srgdataprovider-apple/compare/19.0.1...19.0.2
New content page properties
8 weeks ago
This patch release simply exposes more content page information, most notably for micro content page support. ## Improvements - Add `type` and `summary` properties to `SRGContentPage`. - Add `SRGContentPageType` to describe content page types. ## What's changed * Fix RTS radio topic list unit test by @pyby in https://github.com/SRGSSR/srgdataprovider-apple/pull/59 * Additional content page properties by @pyby in https://github.com/SRGSSR/srgdataprovider-apple/pull/58 **Full Changelog**: https://github.com/SRGSSR/srgdataprovider-apple/compare/19.0.0...19.0.1
TV scheduled livestream event type support
13 weeks ago
## New features - TV scheduled livestreams can now be returned based on their event type. ## Breaking changes - The `-[SRGDataProvider tvScheduledLivestreamsForVendor:signLanguageOnly:eventType:withCompletionBlock:]` method has been updated to accept a new `eventType` parameter. ## What's Changed * Build and test with Xcode 15.0.1 by @pyby in https://github.com/SRGSSR/srgdataprovider-apple/pull/55 * Fix unit test for audio livestream by @pyby in https://github.com/SRGSSR/srgdataprovider-apple/pull/57 * Add event type parameter to tv scheduled livestreams request by @pyby in https://github.com/SRGSSR/srgdataprovider-apple/pull/56 **Full Changelog**: https://github.com/SRGSSR/srgdataprovider-apple/compare/18.1.0...19.0.0
Content pages for shows / most popular TV shows for a topic
22 weeks ago
This release adds requests to retrieve editorialized content pages for shows, as well as the most popular TV shows for a topic. --- **Full Changelog**: https://github.com/SRGSSR/srgdataprovider-apple/compare/18.0.0...18.1.0
Legacy image options removed
38 weeks ago
### Breaking changes * Remove legacy image scaling options (#44). * Program image is nullable (#49). ### Improvements * Use Play SRG image service (#44). * Various CI improvements. --- **Full Changelog**: https://github.com/SRGSSR/srgdataprovider-apple/compare/17.0.1...18.0.0
Maintenance release
1 year ago
### Improvements - Add show promotion representation (#41).
Scheduled livestreams improvements
1 year ago
### New features - Scheduled livestreams media list improvements with new query parameters (#35). ### Improvements - Swift Combine: avoid type erasure need in accumulation publishers (#40). ### Breaking changes - In Objective-C, the scheduled livestreams media list methods signature changed. - In Swift, the accumulating publishers signature changed.
Maintenance release
1 year ago
### Improvements - Update program object (#36). ### Fixes - Use default path for images service (#38).
Maintenance release for Xcode 14
1 year ago
- The minimum deployment target has been bumped to iOS 12. - This release makes sure the project builds with Xcode 14 without any significant warning. - Fix content requests with not published options.
Focal point support
1 year ago
### New features - Focal point describing the relative location of an image point of interest might be delivered in media and section metadata. ### Breaking changes - The search settings `subtitlesAvailable`, `playableAbroad` and `downloadAvailable` have been made simpler to use and are now simple boolean flags instead of numbers wrapping boolean flags. ### Improvements - `Publishers.Publish` and `Publishers.PublishAndRepeat` support optional signal publishers.
iOS watchOS tvOS
SRGSSR/srgnetwork-apple 3.1.0
A simple network library
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Maintenance release for Xcode 14
1 year ago
- The minimum deployment target has been bumped to iOS 12. - This release makes sure the project builds with Xcode 14 without any significant warning.
Maintenance release
2 years ago
This release contains minor improvements to the code and CI setup with no impact on overall behavior.
Maintenance release
3 years ago
- Remove unavailability macros.
Assertion removal in release builds
3 years ago
Ensure assertions are never fired in release builds.
Swift Package Manager and Catalyst support
3 years ago
- This release introduces Swift Package Manager (SPM) support, replacing Carthage entirely. To migrate your project please follow [instructions for migrating to version 6 of our Letterbox library](https://github.com/SRGSSR/srgletterbox-apple/wiki/Migration-guides). - The library is compatible with Catalyst.
Maintenance release
3 years ago
Fix framework tvOS / watchOS archiving issue with Xcode 11.4.
Network activity indicator fix
4 years ago
- In some cases, network activity automatic management would not reset the indicator state when no request is running. This issue been addressed.
tvOS and watchOS compatibility
4 years ago
- The library is compatible with tvOS and watchOS. - [Semantic versioning](https://semver.org/) has been adopted. - The project has been renamed as `srgnetwork-apple`. - Compilation for iOS 13 and Xcode 11 without any significant warning.
Maintenance release
4 years ago
- This version updates SRG Logger to [version 1.1](https://github.com/SRGSSR/srglogger-ios/releases/tag/1.1).
Maintenance release
4 years ago
- The value of `SRGRequestOptionBackgroundCompletionEnabled` has been fixed.
iOS watchOS tvOS
SRGSSR/TCCore-xcframework-apple 5.1.1
Repository for Tag Commander TCCore XCFramework binaries
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5.1.1
1 year ago
Official binaries, no IDFA, bitcode.
4.5.4-srg5
3 years ago
Custom build with no IDFA. AdSupport.framework is not implicitly linked.
4.5.4-srg4
3 years ago
Custom build with Apple Silicon simulator architecture support and debug symbols included.
4.5.4-srg4+b3
3 years ago
Release srg4+b3 with only relevant debug symbols.
4.5.4-srg4+b2
3 years ago
Release srg4+b2 with debug symbols included.
4.5.4-srg4+b1
3 years ago
Custom build with Apple Silicon simulator architecture support.
4.5.4-srg3
3 years ago
Custom build with tvOS support.
iOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics