-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7887dde
commit 8846e2e
Showing
83 changed files
with
67,219 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
// swift-tools-version:5.7 | ||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "s2s_sdk_tvos", | ||
platforms: [ | ||
.tvOS(.v15), | ||
], | ||
products: [ | ||
.library(name: "s2s_sdk_tvos_avplayer_googleAds", targets: ["s2s_sdk_tvos_avplayer_googleAds"]), | ||
.library(name: "s2s_sdk_tvos_bitmovin", targets: ["s2s_sdk_tvos_bitmovin"]), | ||
.library(name: "s2s_sdk_tvos_agent_only", targets: ["s2s_sdk_tvos_agent_only"]) | ||
], | ||
targets: [ | ||
.target( | ||
name: "SensicAVPlayerGoogleAds", | ||
dependencies: [ | ||
.target(name: "s2s_sdk_tvos_avplayer_googleAds") | ||
], | ||
path: "Sources/s2s_sdk_tvos_avplayer_googleAds" | ||
), | ||
.target( | ||
name: "SensicBitmovin", | ||
dependencies: [ | ||
.target(name: "s2s_sdk_tvos_bitmovin") | ||
], | ||
path: "Sources/s2s_sdk_tvos_bitmovin" | ||
), | ||
.target( | ||
name: "SensicAgentOnly", | ||
dependencies: [ | ||
.target(name: "s2s_sdk_tvos_agent_only") | ||
], | ||
path: "Sources/s2s_sdk_tvos_agent_only" | ||
), | ||
.binaryTarget( | ||
name: "s2s_sdk_tvos_avplayer_googleAds", | ||
path: "./s2s_sdk_tvos_avplayer_googleAds.xcframework" | ||
), | ||
.binaryTarget( | ||
name: "s2s_sdk_tvos_bitmovin", | ||
path: "./s2s_sdk_tvos_bitmovin.xcframework" | ||
), | ||
.binaryTarget( | ||
name: "s2s_sdk_tvos_agent_only", | ||
path: "./s2s_sdk_tvos_agent_only.xcframework" | ||
), | ||
] | ||
) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
This repository is out-dated | ||
# s2s-sdk-tvos-package | ||
🚀 s2s-sdk-tvos-package | ||
|
||
Welcome to s2s-sdk-tvos-package! | ||
|
||
📦 Features | ||
|
||
|
||
|
||
|
||
Active Development: Regular updates and improvements. | ||
|
||
|
||
|
||
Support for Bitmovin player: We support 3.53.0 and newer | ||
|
||
|
||
|
||
Support for Google IMA AVPlayer: We support 4.13.0 | ||
|
||
🔗 Further Details | ||
|
||
|
||
For more information, please visit the official https://confluence-docu.gfk.com/pages/viewpage.action?pageId=19595365. | ||
|
||
|
||
The Podspec file has moved to the Cocoapods repository. For more information on how to add the SENSIC SDK, please go to: https://help.sensic.net |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// | ||
// File.swift | ||
// | ||
// | ||
// Created by Kornazov, Kristiyan (GfK) on 21.08.24. | ||
// | ||
|
||
import Foundation | ||
import s2s_sdk_tvos_agent_only |
6 changes: 6 additions & 0 deletions
6
Sources/s2s_sdk_tvos_avplayer_googleAds/SensicAVPlayerGoogleAds.swift
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// The Swift Programming Language | ||
// https://docs.swift.org/swift-book | ||
|
||
//import Sentry | ||
//import SentryPrivate | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// | ||
// File.swift | ||
// | ||
// | ||
// Created by Kornazov, Kristiyan (GfK) on 21.08.24. | ||
// | ||
|
||
import Foundation |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>AvailableLibraries</key> | ||
<array> | ||
<dict> | ||
<key>BinaryPath</key> | ||
<string>s2s_sdk_tvos_agent_only.framework/s2s_sdk_tvos_agent_only</string> | ||
<key>LibraryIdentifier</key> | ||
<string>tvos-arm64</string> | ||
<key>LibraryPath</key> | ||
<string>s2s_sdk_tvos_agent_only.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>tvos</string> | ||
</dict> | ||
<dict> | ||
<key>BinaryPath</key> | ||
<string>s2s_sdk_tvos_agent_only.framework/s2s_sdk_tvos_agent_only</string> | ||
<key>LibraryIdentifier</key> | ||
<string>tvos-arm64_x86_64-simulator</string> | ||
<key>LibraryPath</key> | ||
<string>s2s_sdk_tvos_agent_only.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
<string>x86_64</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>tvos</string> | ||
<key>SupportedPlatformVariant</key> | ||
<string>simulator</string> | ||
</dict> | ||
</array> | ||
<key>CFBundlePackageType</key> | ||
<string>XFWK</string> | ||
<key>XCFrameworkFormatVersion</key> | ||
<string>1.0</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
...agent_only.xcframework/tvos-arm64/s2s_sdk_tvos_agent_only.framework/Headers/s2s-sdk-ios.h
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#import <UIKit/UIKit.h> | ||
|
||
//! Project version number for s2s-sdk-ios. | ||
FOUNDATION_EXPORT double s2s_sdk_iosVersionNumber; | ||
|
||
//! Project version string for s2s-sdk-ios. | ||
FOUNDATION_EXPORT const unsigned char s2s_sdk_iosVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <s2s_sdk_ios/PublicHeader.h> | ||
|
Oops, something went wrong.