YouTubeiOSPlayerHelper 1.0.4

dotnet add package YouTubeiOSPlayerHelper --version 1.0.4
                    
NuGet\Install-Package YouTubeiOSPlayerHelper -Version 1.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="YouTubeiOSPlayerHelper" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="YouTubeiOSPlayerHelper" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="YouTubeiOSPlayerHelper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add YouTubeiOSPlayerHelper --version 1.0.4
                    
#r "nuget: YouTubeiOSPlayerHelper, 1.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package YouTubeiOSPlayerHelper@1.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=YouTubeiOSPlayerHelper&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=YouTubeiOSPlayerHelper&version=1.0.4
                    
Install as a Cake Tool

YoutubeiOSPlayerHelperNuget

Currently uses version 1.0.4 release of the youtube-ios-player-helper

https://github.com/youtube/youtube-ios-player-helper

Updating bound youtube-ios-player-helper framework

  1. Clone the youtube-ios-player-helper repo (or download its source)
  2. Archive framework for devices
xcodebuild archive \
    -project youtube-ios-player-helper.xcodeproj \
    -scheme youtube-ios-player-helper \
    -configuration "Release" \
    -sdk "iphoneos" -arch "arm64" \
    -archivePath "build/archives/youtube-ios-player-helper-iphoneos-arm64" \
    BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
    SKIP_INSTALL=NO
  1. Archive framework for simulator
xcodebuild archive \
    -project youtube-ios-player-helper.xcodeproj \
    -scheme youtube-ios-player-helper \
    -configuration "Release" \
    -sdk "iphonesimulator" -arch "x86_64" \
    -archivePath "build/archives/youtube-ios-player-helper-iphonesimulator-x86_64" \
    BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
    SKIP_INSTALL=NO
  1. Assemble generated archives into an xcframework
xcodebuild -create-xcframework \
        -framework "build/archives/youtube-ios-player-helper-iphoneos-arm64.xcarchive/Products/Library/Frameworks/YouTubeiOSPlayerHelper.framework" \
        -framework "build/archives/youtube-ios-player-helper-iphonesimulator-x86_64.xcarchive/Products/Library/Frameworks/YouTubeiOSPlayerHelper.framework" \
        -output "build/YouTubeiOSPlayerHelper.xcframework"
  1. Copy generated YouTubeiOSPlayerHelper.xcframework to this project's root folder (replacing the older .xcframework)
Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • Xamarin.iOS 1.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.4 218 6/22/2023
1.0.0 715 9/11/2020