Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/code cleanup #948

Merged
merged 5 commits into from
Aug 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ target 'UpcomingMovies' do
pod 'CoreDataInfrastructure', :path => 'CoreDataInfrastructure/', :testspecs => ['CoreDataInfrastructureTests']
pod 'NetworkInfrastructure', :path => 'NetworkInfrastructure/', :testspecs => ['NetworkInfrastructureTests']
pod 'NetworkInfrastructure/TestDoubles', :path => 'NetworkInfrastructure/'

target 'UpcomingMoviesTodayExtension' do
pod 'Kingfisher'
pod 'CoreDataInfrastructure', :path => 'CoreDataInfrastructure/'
end

target 'UpcomingMoviesTests' do
inherit! :search_paths
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ SPEC CHECKSUMS:
UpcomingMoviesData: 126fe1e9a9cc7c55a9fc4761c96c6741325ace23
UpcomingMoviesDomain: e06d8a483680fd0bde165a9cb37c59a61c603676

PODFILE CHECKSUM: af5a4af4d306e60c881af7d1f6a07e7af5d0a093
PODFILE CHECKSUM: 307698ef0564c3279634f820d96c50c13ce5fdce

COCOAPODS: 1.11.3
175 changes: 0 additions & 175 deletions UpcomingMovies.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

31 changes: 0 additions & 31 deletions UpcomingMoviesTodayExtension/Info.plist

This file was deleted.

10 changes: 0 additions & 10 deletions UpcomingMoviesTodayExtension/Movies.entitlements

This file was deleted.

76 changes: 0 additions & 76 deletions UpcomingMoviesTodayExtension/TodayView.swift

This file was deleted.

70 changes: 0 additions & 70 deletions UpcomingMoviesTodayExtension/TodayViewController.swift

This file was deleted.

Loading