Skip to content

Commit

Permalink
Remove FBSDKTVOSKit
Browse files Browse the repository at this point in the history
Summary: FBSDKTVOSKit was previously deprecated. This commit removes it completely.

Reviewed By: samodom

Differential Revision: D40688750

fbshipit-source-id: 2c981ce6bff126c0781d027d5dfa7cc7649312e3
  • Loading branch information
jawwad authored and facebook-github-bot committed Oct 25, 2022
1 parent 8b97c8f commit 98b0b91
Show file tree
Hide file tree
Showing 79 changed files with 4 additions and 4,830 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ - (instancetype)initWithFeatureChecker:(id<FBSDKFeatureChecking>)featureChecker
frameworks = @[@"FBSDKCoreKit",
@"FBSDKLoginKit",
@"FBSDKShareKit",
@"FBSDKGamingServicesKit",
@"FBSDKTVOSKit"];
@"FBSDKGamingServicesKit"];
_featureChecker = featureChecker;
_graphRequestFactory = graphRequestFactory;
_settings = settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class LibAnalyzerTests: XCTestCase {

func testGetMethodsTableFromPrefixesAndFrameworks() {
let prefixes = ["FBSDK", "_FBSDK"]
let frameworks = ["FBSDKCoreKit", "FBSDKLoginKit", "FBSDKShareKit", "FBSDKTVOSKit"]
let frameworks = ["FBSDKCoreKit", "FBSDKLoginKit", "FBSDKShareKit"]
let result = LibAnalyzer.getMethodsTable(prefixes, frameworks: frameworks)
XCTAssertFalse(result.isEmpty, "Should find at least one method declared in the provided frameworks")
}
Expand Down
58 changes: 0 additions & 58 deletions FBSDKTVOSKit.podspec

This file was deleted.

17 changes: 0 additions & 17 deletions FBSDKTVOSKit/Configurations/FBSDKTVOSKit-Dynamic.xcconfig

This file was deleted.

17 changes: 0 additions & 17 deletions FBSDKTVOSKit/Configurations/FBSDKTVOSKit-Static.xcconfig

This file was deleted.

16 changes: 0 additions & 16 deletions FBSDKTVOSKit/Configurations/FBSDKTVOSKitTests.xcconfig

This file was deleted.

1 change: 0 additions & 1 deletion FBSDKTVOSKit/Configurations/Shared

This file was deleted.

Loading

0 comments on commit 98b0b91

Please sign in to comment.