Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Fixed tvOS build and updated fastlane to run tvOS in PRs #79

Merged
merged 1 commit into from
Feb 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PlayerCore
2 changes: 2 additions & 0 deletions VerizonVideoPartnerSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
062E9B3E20F5097C00AF1D54 /* PlayerViewController_Clickthrough.swift in Sources */ = {isa = PBXBuildFile; fileRef = 062E9B3D20F5097C00AF1D54 /* PlayerViewController_Clickthrough.swift */; };
063988A72100C95000FE8475 /* VPAIDMessageHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 063988A62100C95000FE8475 /* VPAIDMessageHandler.swift */; };
063C8354221C568D0052C1DC /* AdEngineResponseDetectorSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = E26043F9220885B60034FC48 /* AdEngineResponseDetectorSpec.swift */; };
063C8374221D9AD00052C1DC /* AdSkipDetector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06EC86CA221467C300CB4A8E /* AdSkipDetector.swift */; };
0640B18D20C983F3007DCB3F /* VerifyBuldTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0640B18C20C983F3007DCB3F /* VerifyBuldTests.swift */; };
06419E1A20EF7433007FE2F0 /* WebviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06419E1720EF7433007FE2F0 /* WebviewViewController.swift */; };
06419E2120EF7950007FE2F0 /* VPAIDProps.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06419E2020EF7950007FE2F0 /* VPAIDProps.swift */; };
Expand Down Expand Up @@ -1869,6 +1870,7 @@
50E5ADEA1EE08A76004104D6 /* PlayerTracer.swift in Sources */,
50A11DC81D59D7E000F4A068 /* DecileDetector.swift in Sources */,
E2D64A5C2090E8F600152ADE /* VideoImpression.swift in Sources */,
063C8374221D9AD00052C1DC /* AdSkipDetector.swift in Sources */,
50A11DCA1D59D7E000F4A068 /* QuartileDetector.swift in Sources */,
061AFD7421F53BC30024BAC5 /* ContentPlaybackCycleDetector.swift in Sources */,
50A11DCB1D59D7E000F4A068 /* ApplyDecorator.swift in Sources */,
Expand Down
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ lane :build do
end

lane :build_tvos_target do
next if git_branch == 'master'
carthage(
command: 'build',
project_directory: '.',
Expand Down