Skip to content

Commit

Permalink
[v8] Remove Promises API and dependency specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Jun 11, 2024
1 parent 349a3aa commit 6cb5bef
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 219 deletions.
1 change: 0 additions & 1 deletion GoogleUtilities.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ other Google CocoaPods. They're not intended for direct public usage.
'third_party/IsAppEncrypted/**/*.[mh]'
]
es.public_header_files = 'GoogleUtilities/Environment/Public/GoogleUtilities/*.h'
es.dependency 'PromisesObjC', '>= 1.2', '< 3.0'
es.dependency 'GoogleUtilities/Privacy'
es.frameworks = [
'Security'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

104 changes: 0 additions & 104 deletions GoogleUtilities/Tests/Unit/Environment/NSURLSession+GULPromisesTests.m

This file was deleted.

1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ let package = Package(
.target(
name: "GoogleUtilities-Environment",
dependencies: [
.product(name: "FBLPromises", package: "Promises"),
"third-party-IsAppEncrypted",
],
path: "GoogleUtilities/Environment",
Expand Down

0 comments on commit 6cb5bef

Please sign in to comment.