Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
amirthytejeshwar-sc authored Apr 26, 2022
1 parent 215a863 commit a3399da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ let package = Package(
publicHeadersPath: "include",
cSettings: [
.headerSearchPath("../"),
]
],
cLanguageStandard: .c99,
cxxLanguageStandard: CXXLanguageStandard.gnucxx14
),
.target(
name: "CropViewController",
dependencies: ["TOCropViewController"],
path: "Swift/CropViewController/",
path: "Swift/CropViewController",
exclude:["Info.plist"],
sources: ["CropViewController.swift"],
sources: [""],
publicHeadersPath: ""
)
]
Expand Down

0 comments on commit a3399da

Please sign in to comment.