Skip to content

Commit 6a8c13c

Browse files
Setup FoundationNetworking import for linux
1 parent 30ca44a commit 6a8c13c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Sources/AbesPodcast/PublishingStep+AddPodcastEpisodePages.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import FeedKit
22
import Foundation
3+
#if canImport(FoundationNetworking)
4+
import FoundationNetworking
5+
#endif
36
import Plot
47
import Publish
58

Sources/AbesPodcast/Theme+Abes.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import Plot
22
import Publish
33
import Foundation
4+
#if canImport(FoundationNetworking)
5+
import FoundationNetworking
6+
#endif
47

58
public extension Theme {
69
static var abes: Self {

Sources/AbesPodcast/main.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import Foundation
2+
#if canImport(FoundationNetworking)
3+
import FoundationNetworking
4+
#endif
25
import Plot
36
import Publish
47

0 commit comments

Comments
 (0)