Giter Club home page Giter Club logo

mux-stats-sdk-theoplayer-ios's Introduction

mux-stats-sdk-theoplayer-ios

Mux integration with THEOplayer's native SDK for iOS native applications.

This integration is built on top of Mux's core Objective-C library, allowing thinner wrappers for each new player.

Mux Data SDK for THEOplayer v0.8.0 is compatible with THEOplayer 5.9.1 or newer. Older Mux Data SDK for THEOplayer versions require THEOPlayer 2.76.0 or newer.

View the guide on mux.com

Installation

Swift Package Manager - Xcode

  1. In Xcode menu bar click "File" > "Swift Packages" > "Add Package Dependency..."
  2. Enter package repository URL https://github.com/muxinc/mux-stats-sdk-theoplayer-ios.git
  3. Click Next
  4. Specify the dependency "Rules", we recommened choosing the option "Up to Next Major". Note that MuxStatsTHEOplayer depends on MuxCore. The MuxCore will also be installed.

Swift Package Manager - Package.swift

Add the following to your Package.swift dependencies

.package(
      url: "https://github.com/muxinc/mux-stats-sdk-theoplayer-ios",
      .upToNextMajor(from: "0.8.0")
    ),

Cocoapods

Add this to your Podfile:

pod 'Mux-Stats-THEOplayer', '~> 0.8'

Then run pod install.

How to release

  • Bump versions in Mux-Stats-THEOplayer.podspec
  • Bump Version in XCode > Target > General
  • Bump versions Constants.swift
  • Execute update-release-frameworks.sh to make a full build
  • Github - Create a PR to check in all changed files.
  • If approved, git tag [YOUR NEW VERSION] and git push --tags
  • Github - Make a new release with the new version
  • Cocoapod - Run pod spec lint to local check pod validity
  • Cocoapod - Run pod trunk push Mux-Stats-THEOplayer.podspec
  • After the update-release-frameworks.sh build, run carthage-archive.sh.
  • Then attach the output to the release

mux-stats-sdk-theoplayer-ios's People

Contributors

dylanjha avatar andrewjl-mux avatar james-mux avatar jsanford8 avatar pkuzia avatar stephaniezuniga avatar electrachong avatar ruslansokolov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.