Add UIKit and SwiftUI AVPlayer examples - #3
Open
rohit-fastpix wants to merge 1 commit into
Open
Conversation
Rename example/ to Examples/UIKit, point it at the local package, and add a SwiftUI example.
rohit-fastpix
requested review from
FastPix-dev,
ashutoshkhainar33-star and
nehadereddy
August 25, 2026 13:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FastPix Video Data AVPlayer SDK — Examples PR
Changes
What Changed
Files Modified
example/→Examples/UIKit/— existing UIKit example moved and repointedat the SDK as a local Swift package (
../..); removed hardcoded signingteam so it builds on a bare Simulator
Examples/SwiftUI/— new SwiftUI (VideoPlayer) example (iOS 16+)Examples/README.md,Examples/UIKit/README.md,Examples/SwiftUI/README.md.gitignoreSummary
Brief description of changes:
Reorganizes the existing UIKit example into
Examples/UIKit/and adds a newSwiftUI example under
Examples/SwiftUI/, so the repo demonstrates the AVPlayerdata SDK in both UI paradigms. Both projects reference the SDK as a local Swift
package, so they build against this checkout with no network fetch, and both were
verified building and running on the iOS Simulator. Adds a short top-level
Examples/README.mdplus a per-project README for each, and a.gitignoreforXcode/SwiftPM artifacts. No changes to the SDK source or the main README.
Code Examples
Testing
Review Checklist
Ready for review!