Skip to content

Commit

Permalink
Remove conditionally existing files from Package.swift
Browse files Browse the repository at this point in the history
Excluding files which don't exist in a clean checkout results in warnings when
installing the package.
  • Loading branch information
tgoyne committed Jun 21, 2021
1 parent 5ad5cc0 commit 5a89100
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,11 @@ let package = Package(
"Configuration",
"Jenkinsfile.releasability",
"LICENSE",
"Package.resolved",
"Package.swift",
"README.md",
"Realm.podspec",
"Realm.xcodeproj",
"Realm/ObjectServerTests",
"Realm/RLMPlatform.h",
"Realm/RLMPlatform.h.in",
"Realm/Realm-Info.plist",
"Realm/Swift/RLMSupport.swift",
Expand All @@ -151,10 +149,8 @@ let package = Package(
"RealmSwift",
"RealmSwift.podspec",
"SUPPORT.md",
"build",
"build.sh",
"contrib",
"core",
"dependencies.list",
"docs",
"examples",
Expand Down

0 comments on commit 5a89100

Please sign in to comment.