Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajijapan committed Jul 28, 2021
1 parent c677f5d commit 1a99b93
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ let package = Package(
dependencies: ["Kingfisher"],
path: "Sources",
resources: [
//.process("Sources/PhotoSlider/Assets"),
.process("PhotoSlider.xcassets"),
.process("PhotoSlider.png")
]
)
]
Expand Down
10 changes: 1 addition & 9 deletions PhotoSlider.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
B012C9C726B0E70600914DF2 /* PhotoSlider */ = {
isa = PBXGroup;
children = (
DC0E41C01C317E850090AC94 /* Assets */,
B012C9C826B0EB5A00914DF2 /* PhotoSlider.xcassets */,
DC0E41C51C317E850090AC94 /* Classes */,
);
path = PhotoSlider;
Expand Down Expand Up @@ -85,14 +85,6 @@
path = Sources;
sourceTree = "<group>";
};
DC0E41C01C317E850090AC94 /* Assets */ = {
isa = PBXGroup;
children = (
B012C9C826B0EB5A00914DF2 /* PhotoSlider.xcassets */,
);
path = Assets;
sourceTree = "<group>";
};
DC0E41C51C317E850090AC94 /* Classes */ = {
isa = PBXGroup;
children = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repositoryURL": "[email protected]:nakajijapan/PhotoSlider.git",
"state": {
"branch": "use-swift-package-in-demo-app",
"revision": "31b793c8fefb084bb2712bc4f0a17d53db9e6b0f",
"revision": "c677f5de371680050cc182d715782de30cfff11f",
"version": null
}
}
Expand Down
Empty file.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 1a99b93

Please sign in to comment.