Skip to content

Commit 6d311d3

Browse files
author
VishwaiOSDev
committed
feat: removed API Service for better readability
1 parent 1ded1ce commit 6d311d3

6 files changed

Lines changed: 24 additions & 326 deletions

File tree

Loadify.xcodeproj/project.pbxproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
88B1CFAA2826BCA5007B19B4 /* DownloaderViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88B1CFA92826BCA5007B19B4 /* DownloaderViewModel.swift */; };
5353
88B1CFAC2826C2D7007B19B4 /* VideoDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88B1CFAB2826C2D7007B19B4 /* VideoDetails.swift */; };
5454
88B3FD6B299A95F400112490 /* LoggerKit in Frameworks */ = {isa = PBXBuildFile; productRef = 88B3FD6A299A95F400112490 /* LoggerKit */; };
55-
88CD83B82827D77B00F520C0 /* ApiService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88CD83B72827D77B00F520C0 /* ApiService.swift */; };
5655
88D9D1E628C39EED00D6EB79 /* FontInter in Frameworks */ = {isa = PBXBuildFile; productRef = 88D9D1E528C39EED00D6EB79 /* FontInter */; };
5756
88D9D1E828C39EED00D6EB79 /* FontKit in Frameworks */ = {isa = PBXBuildFile; productRef = 88D9D1E728C39EED00D6EB79 /* FontKit */; };
5857
88DB2C342856F2820065BBF9 /* MockApiService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB2C332856F2820065BBF9 /* MockApiService.swift */; };
@@ -124,7 +123,6 @@
124123
88B1CFA92826BCA5007B19B4 /* DownloaderViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloaderViewModel.swift; sourceTree = "<group>"; };
125124
88B1CFAB2826C2D7007B19B4 /* VideoDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoDetails.swift; sourceTree = "<group>"; };
126125
88B9E1FC292A18E700232C0D /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
127-
88CD83B72827D77B00F520C0 /* ApiService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApiService.swift; sourceTree = "<group>"; };
128126
88DB2C332856F2820065BBF9 /* MockApiService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockApiService.swift; sourceTree = "<group>"; };
129127
88DB2C352856F2BB0065BBF9 /* Mockable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Mockable.swift; sourceTree = "<group>"; };
130128
88DB2C372856F7820065BBF9 /* VideoDetailsResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = VideoDetailsResponse.json; sourceTree = "<group>"; };
@@ -373,7 +371,6 @@
373371
88B1CFAD2826C41D007B19B4 /* Services */ = {
374372
isa = PBXGroup;
375373
children = (
376-
88CD83B72827D77B00F520C0 /* ApiService.swift */,
377374
88AFF4A428521F1300D00040 /* FileService.swift */,
378375
88AFF4A22851E7B900D00040 /* PhotosService.swift */,
379376
884BDAF32AB14C6D00A4828B /* ImageLoaderService.swift */,
@@ -584,7 +581,6 @@
584581
884BDB022AB14CF500A4828B /* AlertView.swift in Sources */,
585582
884BDB1A2AB14EB400A4828B /* Task+Extension.swift in Sources */,
586583
884BDAEE2AB14B8200A4828B /* UIDevice+Extension.swift in Sources */,
587-
88CD83B82827D77B00F520C0 /* ApiService.swift in Sources */,
588584
88B1CFAA2826BCA5007B19B4 /* DownloaderViewModel.swift in Sources */,
589585
884BDB162AB14E0000A4828B /* View+Extension.swift in Sources */,
590586
889714F82932618200D8B1B7 /* DownloadStatus.swift in Sources */,
@@ -773,7 +769,7 @@
773769
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
774770
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
775771
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
776-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
772+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
777773
LD_RUNPATH_SEARCH_PATHS = (
778774
"$(inherited)",
779775
"@executable_path/Frameworks",
@@ -806,7 +802,7 @@
806802
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
807803
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
808804
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
809-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
805+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
810806
LD_RUNPATH_SEARCH_PATHS = (
811807
"$(inherited)",
812808
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)