Skip to content

Commit 6fd4065

Browse files
committed
implemented SPM layout generator
1 parent 4c483f8 commit 6fd4065

File tree

149 files changed

+242
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+242
-131
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ let headersSearchPath: [CSetting] = [.headerSearchPath("."),
1111
.headerSearchPath("Layout"),
1212
.headerSearchPath("Private"),
1313
.headerSearchPath("Private/Layout"),
14-
.headerSearchPath("Private/TextExperiment/Component"),
15-
.headerSearchPath("Private/TextExperiment/String"),
16-
.headerSearchPath("Private/TextExperiment/Utility"),
14+
.headerSearchPath("TextExperiment/Component"),
15+
.headerSearchPath("TextExperiment/String"),
16+
.headerSearchPath("TextExperiment/Utility"),
1717
.headerSearchPath("TextKit"),
1818
.headerSearchPath("tvOS"),]
1919

@@ -55,7 +55,7 @@ let package = Package(
5555
targets: ["AsyncDisplayKitIGListKit"]),
5656
],
5757
dependencies: [
58-
.package(url: "https://github.com/3a4oT/PINRemoteImage.git", .branch("spmInXcode")),
58+
.package(url: "https://github.com/pinterest/PINRemoteImage.git", .branch("master")),
5959
.package(url: "https://github.com/3a4oT/IGListKit", .branch("spmBrain")),
6060
],
6161
targets: [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../Layout/ASAbsoluteLayoutElement.h
1+
/Users/provenskyy/xcodeProjects/Texture/Source/Layout/ASAbsoluteLayoutElement.h
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../Layout/ASAbsoluteLayoutSpec.h
1+
/Users/provenskyy/xcodeProjects/Texture/Source/Layout/ASAbsoluteLayoutSpec.h
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/provenskyy/xcodeProjects/Texture/Source/Details/ASAbstractLayoutController.h
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../Layout/ASAsciiArtBoxCreator.h
1+
/Users/provenskyy/xcodeProjects/Texture/Source/Layout/ASAsciiArtBoxCreator.h

Source/include/ASAssert.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Source/include/ASAvailability.h

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../Layout/ASBackgroundLayoutSpec.h
1+
/Users/provenskyy/xcodeProjects/Texture/Source/Layout/ASBackgroundLayoutSpec.h

Source/include/ASBaseDefines.h

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../Details/ASBasicImageDownloader.h
1+
/Users/provenskyy/xcodeProjects/Texture/Source/Details/ASBasicImageDownloader.h

0 commit comments

Comments
 (0)