Skip to content

Commit

Permalink
SPM define (#574)
Browse files Browse the repository at this point in the history
* carthage update.

* build!

* cleanup Package.swift

* repair Xcode build.

* update makefile

* fixed podspec after SPM related changes. PIN xcode version on CI for Carthage and SPM jobs

* fixed Xcode SPM integration

* more Xcode integration work.

* wrap spm

* use pinterest/PINCache 3.0.2

* .define("PIN_WEBP", to: "1") for SPM

* .define("USE_PINCACHE", to: "1")
  • Loading branch information
3a4oT authored Oct 7, 2020
1 parent 3587028 commit 66af9b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ let package = Package(
.headerSearchPath("AnimatedImages"),
.headerSearchPath("ImageCategories"),
.headerSearchPath("PinCache"),

.define("USE_PINCACHE", to: "1"),
.define("PIN_WEBP", to: "1"),
]),
]
)

0 comments on commit 66af9b2

Please sign in to comment.