Skip to content

Commit 9096be5

Browse files
authored
[Merge] #178 - 사진 상세보기 스크롤 목록 필터링
2 parents cb2fbf7 + 40655a2 commit 9096be5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Neki-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@
317317
ENABLE_PREVIEWS = YES;
318318
GENERATE_INFOPLIST_FILE = YES;
319319
INFOPLIST_FILE = "Neki-iOS/Info.plist";
320+
INFOPLIST_KEY_CFBundleDisplayName = "Neki-Dev";
320321
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
321322
INFOPLIST_KEY_NSCameraUsageDescription = "$(CAMERA_USAGE_DESCRIPTION)";
322323
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "$(LOCATION_USAGE_DESCRIPTION)";
@@ -368,6 +369,7 @@
368369
ENABLE_PREVIEWS = YES;
369370
GENERATE_INFOPLIST_FILE = YES;
370371
INFOPLIST_FILE = "Neki-iOS/Info.plist";
372+
INFOPLIST_KEY_CFBundleDisplayName = Neki;
371373
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
372374
INFOPLIST_KEY_NSCameraUsageDescription = "$(CAMERA_USAGE_DESCRIPTION)";
373375
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "$(LOCATION_USAGE_DESCRIPTION)";

Neki-iOS/Features/Archive/Sources/Presentation/Sources/Coordinator/ArchiveCoordinator.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct ArchiveCoordinator {
119119
if !albumDetailState.isSelectionMode {
120120
state.path.append(.detail(
121121
ArchivePhotoDetailFeature.State(
122-
photos: state.root.photos,
122+
photos: albumDetailState.photos,
123123
currentItemID: item.id,
124124
folderId: albumDetailState.album.id
125125
)
@@ -133,7 +133,7 @@ struct ArchiveCoordinator {
133133
if !albumDetailState.isSelectionMode {
134134
state.path.append(.detail(
135135
ArchivePhotoDetailFeature.State(
136-
photos: state.root.photos,
136+
photos: albumDetailState.photos,
137137
currentItemID: item.id,
138138
folderId: albumDetailState.album.id
139139
)

0 commit comments

Comments
 (0)