Skip to content

Commit a61f0ab

Browse files
committed
add web services folder
1 parent 45e04d4 commit a61f0ab

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

AnimalsApp/AnimalsApp.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
A463D05D2858F64B00929A3C /* FavoritesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D05B2858F64B00929A3C /* FavoritesViewController.swift */; };
2727
A463D05E2858F64B00929A3C /* FavoritesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D05C2858F64B00929A3C /* FavoritesViewController.xib */; };
2828
A463D06228590D0300929A3C /* Images.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D06128590D0300929A3C /* Images.swift */; };
29+
A463D069285A1A5A00929A3C /* WebServices.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D068285A1A5A00929A3C /* WebServices.swift */; };
2930
/* End PBXBuildFile section */
3031

3132
/* Begin PBXContainerItemProxy section */
@@ -75,6 +76,7 @@
7576
A463D05B2858F64B00929A3C /* FavoritesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesViewController.swift; sourceTree = "<group>"; };
7677
A463D05C2858F64B00929A3C /* FavoritesViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FavoritesViewController.xib; sourceTree = "<group>"; };
7778
A463D06128590D0300929A3C /* Images.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Images.swift; sourceTree = "<group>"; };
79+
A463D068285A1A5A00929A3C /* WebServices.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebServices.swift; sourceTree = "<group>"; };
7880
/* End PBXFileReference section */
7981

8082
/* Begin PBXFrameworksBuildPhase section */
@@ -143,6 +145,7 @@
143145
A463D0152858EBBB00929A3C /* AnimalsApp */ = {
144146
isa = PBXGroup;
145147
children = (
148+
A463D067285A1A4300929A3C /* Services */,
146149
A463D06028590CB700929A3C /* DesignSystem */,
147150
A463D05F2858F66B00929A3C /* Views */,
148151
A463D0162858EBBB00929A3C /* AppDelegate.swift */,
@@ -226,6 +229,14 @@
226229
path = DesignSystem;
227230
sourceTree = "<group>";
228231
};
232+
A463D067285A1A4300929A3C /* Services */ = {
233+
isa = PBXGroup;
234+
children = (
235+
A463D068285A1A5A00929A3C /* WebServices.swift */,
236+
);
237+
path = Services;
238+
sourceTree = "<group>";
239+
};
229240
A9C6C33CA0A11D6B033AAEA1 /* Frameworks */ = {
230241
isa = PBXGroup;
231242
children = (
@@ -484,6 +495,7 @@
484495
A463D0172858EBBB00929A3C /* AppDelegate.swift in Sources */,
485496
A463D04B2858F39000929A3C /* MainTabBarController.swift in Sources */,
486497
A463D05D2858F64B00929A3C /* FavoritesViewController.swift in Sources */,
498+
A463D069285A1A5A00929A3C /* WebServices.swift in Sources */,
487499
A463D0532858F60C00929A3C /* HomeViewController.swift in Sources */,
488500
);
489501
runOnlyForDeploymentPostprocessing = 0;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//
2+
// WebServices.swift
3+
// AnimalsApp
4+
//
5+
// Created by Laura Pinheiro Marson on 15/06/22.
6+
//
7+
8+
import Foundation
9+
import Alamofire

0 commit comments

Comments
 (0)