Skip to content

Commit 3ae7a97

Browse files
authored
Include request interceptor file in build (#56)
1 parent c9f6279 commit 3ae7a97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tree Tracker.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
6CC985AB27F393630027C795 /* RetryingRequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC985AA27F393630027C795 /* RetryingRequestInterceptor.swift */; };
1011
851DAC1A262B4A9A0087E1D4 /* RecentSpecies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851DAC19262B4A9A0087E1D4 /* RecentSpecies.swift */; };
1112
851DAC1D262B4B0B0087E1D4 /* Date.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851DAC1C262B4B0B0087E1D4 /* Date.swift */; };
1213
851DAC20262C55FD0087E1D4 /* RecentSpeciesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851DAC1F262C55FD0087E1D4 /* RecentSpeciesManager.swift */; };
@@ -122,6 +123,7 @@
122123
/* End PBXContainerItemProxy section */
123124

124125
/* Begin PBXFileReference section */
126+
6CC985AA27F393630027C795 /* RetryingRequestInterceptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RetryingRequestInterceptor.swift; sourceTree = "<group>"; };
125127
851DAC19262B4A9A0087E1D4 /* RecentSpecies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecentSpecies.swift; sourceTree = "<group>"; };
126128
851DAC1C262B4B0B0087E1D4 /* Date.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Date.swift; sourceTree = "<group>"; };
127129
851DAC1F262C55FD0087E1D4 /* RecentSpeciesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecentSpeciesManager.swift; sourceTree = "<group>"; };
@@ -469,6 +471,7 @@
469471
85A0EF9025A231F2003CE744 /* Services */ = {
470472
isa = PBXGroup;
471473
children = (
474+
6CC985AA27F393630027C795 /* RetryingRequestInterceptor.swift */,
472475
853ABD7F25961EEA00144B0D /* Api.swift */,
473476
85792A7C25B0A3E100BFDA96 /* Database.swift */,
474477
857123C7263997FD008EE027 /* AlamofireApi.swift */,
@@ -719,6 +722,7 @@
719722
85B839E025B74FF50008E167 /* TextField.swift in Sources */,
720723
859F62C625C1C464005E61F7 /* AirtableSpecies.swift in Sources */,
721724
853ABD8925961F9700144B0D /* Constants.swift in Sources */,
725+
6CC985AB27F393630027C795 /* RetryingRequestInterceptor.swift in Sources */,
722726
859F62D925C2215D005E61F7 /* Site.swift in Sources */,
723727
85792A7D25B0A3E100BFDA96 /* Database.swift in Sources */,
724728
85E0E06225B35744009D8FC0 /* UIView.swift in Sources */,

0 commit comments

Comments
 (0)