Skip to content

Commit

Permalink
exclude example files from libarary
Browse files Browse the repository at this point in the history
  • Loading branch information
Efraim Budusan committed Feb 16, 2021
1 parent ee7123a commit a8e0148
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -21,6 +21,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "TTParallaxOnboarding",
dependencies: [])
dependencies: [],
exclude: ["TTParallaxOnboardingExample", "Resources"])
]
)

0 comments on commit a8e0148

Please sign in to comment.