Skip to content

Commit

Permalink
Publish FBSDKTVOSKit (FacebookTV) as Swift package
Browse files Browse the repository at this point in the history
Summary: Resolve [GitHub issue #1936](#1936)

Reviewed By: jawwad

Differential Revision: D34400429

fbshipit-source-id: 253723c4dc55125d66eec2290ddde10bfed407c2
  • Loading branch information
samodom authored and facebook-github-bot committed Feb 23, 2022
1 parent df49482 commit 9e6ad18
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Sources/FacebookTV/Exports.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
* All rights reserved.
*
* This source code is licensed under the license found in the
* LICENSE file in the root directory of this source tree.
*/

#if canImport(FBSDKTVOSKit)
@_exported import FBSDKTVOSKit
#endif

0 comments on commit 9e6ad18

Please sign in to comment.