Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Removed `Exclude` line due to warning generated in Xcode 13 GM `Invalid Exclude ... file not found`
  • Loading branch information
lfoster0 authored Sep 17, 2021
1 parent fe52133 commit dd2254d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ let package = Package(
name: "Segment",
dependencies: [],
path: "Segment/",
exclude: ["SwiftSources"],
sources: ["Classes", "Internal"],
publicHeadersPath: "Classes",
cSettings: [
Expand Down

0 comments on commit dd2254d

Please sign in to comment.