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.
paket add YouTubeiOSPlayerHelper --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
// Install YouTubeiOSPlayerHelper as a Cake Addin #addin nuget:?package=YouTubeiOSPlayerHelper&version=1.0.4 // Install YouTubeiOSPlayerHelper as a Cake Tool #tool nuget:?package=YouTubeiOSPlayerHelper&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- Clone the youtube-ios-player-helper repo (or download its source)
- 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
- 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
- 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"
- Copy generated
YouTubeiOSPlayerHelper.xcframework
to this project's root folder (replacing the older.xcframework
)
Product | Versions 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.