Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • VLCKit VLCKit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 118
    • Issues 118
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • VLCKitVLCKit
  • Merge requests
  • !237

DRAFT: Universal VLCKit.framework for macOS, iOS, tvOS

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Ben King requested to merge king7532/VLCKit:feature/universal-framework into master Dec 14, 2022
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 11

WORK IN PROGRESS (WIP) for #671

To build:

  1. Open Xcode project
  2. Go to the "StaticLibVLC" target
    1. Go to "Build Phases"
    2. Go to "Link Binary With Libraries
    3. Click the "+" button
    4. Click "Add Other..."
    5. Click "Add Files..."
    6. In the open dialog box, find your compiled libvlc-platforom-static.a
  3. At the top of Xcode, select the "VLCKit" scheme
  4. Select the respective platform (i.e., "My Mac", "Any iOS Device", etc.) to match your libvlc-platform-static.a file
  5. Press CMD-B or press the Play button
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/universal-framework

VideoLAN code repository instance