Skip to content

Commit

Permalink
Project: fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
BLeeEZ committed May 30, 2022
1 parent b473e97 commit fc9ba59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Amperfy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
502040302202341500ED48A3 /* PlaylistParserDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5020402F2202341500ED48A3 /* PlaylistParserDelegate.swift */; };
502040342203865400ED48A3 /* PlaylistSongsParserDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502040332203865400ED48A3 /* PlaylistSongsParserDelegate.swift */; };
50223EF3264543EA007445BC /* LibrarySyncVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50223EF2264543EA007445BC /* LibrarySyncVersion.swift */; };
50253F79284614A100BCCFB2 /* DuplicateEntitiesResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50253F78284614A100BCCFB2 /* DuplicateEntitiesResolver.swift */; };
502928852656448000DA3A8F /* SupportVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502928842656448000DA3A8F /* SupportVC.swift */; };
5029288726564C6800DA3A8F /* LogData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5029288626564C6800DA3A8F /* LogData.swift */; };
5029288926564F3600DA3A8F /* JSONConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5029288826564F3600DA3A8F /* JSONConverter.swift */; };
Expand Down Expand Up @@ -464,6 +465,7 @@
5020402F2202341500ED48A3 /* PlaylistParserDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaylistParserDelegate.swift; sourceTree = "<group>"; };
502040332203865400ED48A3 /* PlaylistSongsParserDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PlaylistSongsParserDelegate.swift; sourceTree = "<group>"; };
50223EF2264543EA007445BC /* LibrarySyncVersion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibrarySyncVersion.swift; sourceTree = "<group>"; };
50253F78284614A100BCCFB2 /* DuplicateEntitiesResolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DuplicateEntitiesResolver.swift; sourceTree = "<group>"; };
502928842656448000DA3A8F /* SupportVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportVC.swift; sourceTree = "<group>"; };
5029288626564C6800DA3A8F /* LogData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogData.swift; sourceTree = "<group>"; };
5029288826564F3600DA3A8F /* JSONConverter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONConverter.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1128,6 +1130,7 @@
50FBE7DD262DD86500114278 /* BasicFetchedResultsController.swift */,
50120A2026280C9200B037B1 /* FetchedResultsControllers.swift */,
50ACAF1127B144040039913C /* SwipeActionSettings.swift */,
50253F78284614A100BCCFB2 /* DuplicateEntitiesResolver.swift */,
);
path = Storage;
sourceTree = "<group>";
Expand Down Expand Up @@ -1811,6 +1814,7 @@
50F81EE723BF6B1E00EAAC3E /* PlayerMO+CoreDataProperties.swift in Sources */,
50C16C1821E704CE00F086F0 /* AlbumsVC.swift in Sources */,
50F81EE823BF6B1E00EAAC3E /* AlbumMO+CoreDataClass.swift in Sources */,
50253F79284614A100BCCFB2 /* DuplicateEntitiesResolver.swift in Sources */,
5083862121C97A1C00C4BB32 /* SongParserDelegate.swift in Sources */,
5055AA5726835A9000096B8D /* PodcastEpisodeTableCell.swift in Sources */,
50BA930621D5715D00E5901D /* LibraryStorage.swift in Sources */,
Expand Down
1 change: 1 addition & 0 deletions AmperfyTests/Cases/Player/MusicPlayerTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class MOCK_DownloadManagerDelegate: DownloadManagerDelegate {
func prepareDownload(download: Download, context: NSManagedObjectContext) throws -> URL { throw DownloadError.urlInvalid }
func validateDownloadedData(download: Download) -> ResponseError? { return nil }
func completedDownload(download: Download, context: NSManagedObjectContext) {}
func failedDownload(download: Download, context: NSManagedObjectContext) {}
}

class MOCK_BackendApi: BackendApi {
Expand Down

0 comments on commit fc9ba59

Please sign in to comment.