Skip to content

Commit

Permalink
Fix compile error - add EchoSubscriptionFetcher to WMF target
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisevener committed Aug 20, 2021
1 parent 18e8800 commit 92fe63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wikipedia.xcodeproj/project.pbxproj
Expand Up @@ -256,7 +256,7 @@
670AF19026BDE6E7005F76D0 /* EmptyViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 671F5E0A236B8CAF00111116 /* EmptyViewController.xib */; };
670AF19126BDE6E8005F76D0 /* EmptyViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 671F5E0A236B8CAF00111116 /* EmptyViewController.xib */; };
670AF19226BDE6E9005F76D0 /* EmptyViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 671F5E0A236B8CAF00111116 /* EmptyViewController.xib */; };
670AF19F26C1CA38005F76D0 /* EchoSubscriptionFetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670AF19A26C1CA38005F76D0 /* EchoSubscriptionFetcher.swift */; };
670AF1CF26CD74A6005F76D0 /* EchoSubscriptionFetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670AF19A26C1CA38005F76D0 /* EchoSubscriptionFetcher.swift */; };
670F765F22B0C10600D87545 /* FakeProgressLoading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670F765E22B0C10600D87545 /* FakeProgressLoading.swift */; };
670F766022B0C48E00D87545 /* FakeProgressLoading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670F765E22B0C10600D87545 /* FakeProgressLoading.swift */; };
670F766122B0C48F00D87545 /* FakeProgressLoading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670F765E22B0C10600D87545 /* FakeProgressLoading.swift */; };
Expand Down Expand Up @@ -11158,7 +11158,7 @@
8330531F23EF051900123141 /* NSArray+WMFMapping.m in Sources */,
006694FC265D9F2900E23AE4 /* WidgetSettings.swift in Sources */,
0E728D1D1DAEE2B50074EB4B /* WMFFeedTopReadResponse.m in Sources */,
670AF19F26C1CA38005F76D0 /* EchoSubscriptionFetcher.swift in Sources */,
670AF1CF26CD74A6005F76D0 /* EchoSubscriptionFetcher.swift in Sources */,
7A0312FF215422960095C953 /* RemoteNotificationsMarkAsReadOperation.swift in Sources */,
B0B4237A1F0211AB00D3DC4C /* WMFFeedArticlePreview+DescriptionOrSnippet.swift in Sources */,
D8FA18BC1E1BD891009675C3 /* NSFileManager+WMFGroup.m in Sources */,
Expand Down

0 comments on commit 92fe63d

Please sign in to comment.