Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable RC for watchOS in SwiftPM #7696

Merged
merged 3 commits into from
Mar 11, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Package.swift
  • Loading branch information
ryanwilson authored Mar 11, 2021
commit 5164f457e23f526cf2b3f9674bc433510f41adc9
9 changes: 1 addition & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ let package = Package(
),
.library(
name: "FirebaseRemoteConfig",
targets: ["FirebaseRemoteConfigTarget"]
targets: ["FirebaseRemoteConfig"]
),
.library(
name: "FirebaseStorage",
Expand Down Expand Up @@ -690,13 +690,6 @@ let package = Package(
]
),

.target(
name: "FirebaseRemoteConfigTarget",
dependencies: [.target(name: "FirebaseRemoteConfig",
condition: .when(platforms: [.iOS, .tvOS, .macOS]))],
path: "SwiftPM-PlatformExclude/FirebaseRemoteConfigWrap"
),

.target(
name: "FirebaseRemoteConfig",
dependencies: [
Expand Down