Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Create LokiRSSFeedParser
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsandriesse committed Aug 27, 2019
1 parent 9807706 commit 95f519e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Pods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,8 @@
B7DEF6DF959273B40C644ED414BF237C /* ge_msub.c in Sources */ = {isa = PBXBuildFile; fileRef = EB735B2F5C52E80B8A42DD5E7C0D6E1C /* ge_msub.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
B7E72C95394151D46A52BBAEE30EC654 /* TSDatabaseSecondaryIndexes.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9906C084969B5651F9FC66098C1B63 /* TSDatabaseSecondaryIndexes.m */; settings = {COMPILER_FLAGS = "-fcxx-modules -w -Xanalyzer -analyzer-disable-all-checks"; }; };
B7FC56FC7C142A79E9BBC17F080CDD7F /* SPK-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = CC71D140B010C8C1EFEAA4B7E68C414C /* SPK-Bridging-Header.h */; settings = {ATTRIBUTES = (Public, ); }; };
B82584992314E32C001B41CB /* LokiRSSFeedAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82584972314E2E5001B41CB /* LokiRSSFeedAPI.swift */; };
B825849C2314E52D001B41CB /* LokiRSSFeedParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B825849A2314E364001B41CB /* LokiRSSFeedParser.swift */; };
B82714D6E9CC8E49E69B8CF7A03BA7EA /* curve_sigs.h in Headers */ = {isa = PBXBuildFile; fileRef = AAA1FAB12F879444950F34FE61BFCC94 /* curve_sigs.h */; settings = {ATTRIBUTES = (Project, ); }; };
B828EE521CA671F6DBDC2C83F7C33103 /* AES-CBC.h in Headers */ = {isa = PBXBuildFile; fileRef = 98FBD33B18C8C4A94492D9CCEECC81AF /* AES-CBC.h */; settings = {ATTRIBUTES = (Public, ); }; };
B83C2C0CBFCDB4493BD3BE1773C0E45A /* SAMKeychain-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BDA154889FC6D289DD3F2FA9040419DA /* SAMKeychain-dummy.m */; };
Expand Down Expand Up @@ -3610,6 +3612,8 @@
B806F15167A7F8C42EDF93A9A3BAD877 /* Pods-SignalMessaging.app store release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SignalMessaging.app store release.xcconfig"; sourceTree = "<group>"; };
B82425108A82B58263EF899F12902469 /* YapDatabaseManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YapDatabaseManager.m; path = YapDatabase/Internal/YapDatabaseManager.m; sourceTree = "<group>"; };
B82584942314C2A9001B41CB /* LokiGroupChat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LokiGroupChat.swift; sourceTree = "<group>"; };
B82584972314E2E5001B41CB /* LokiRSSFeedAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LokiRSSFeedAPI.swift; sourceTree = "<group>"; };
B825849A2314E364001B41CB /* LokiRSSFeedParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LokiRSSFeedParser.swift; sourceTree = "<group>"; };
B84D9D91487D7BEF475426E15F528663 /* Pods-Signal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Signal-dummy.m"; sourceTree = "<group>"; };
B8788B3D78DF0B5CA7681E418D6540C9 /* OWSMessageServiceParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OWSMessageServiceParams.h; sourceTree = "<group>"; };
B878FC8F7E44A8507F6C6D40CBFB294E /* hang.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = hang.m; path = Sources/hang.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -5459,6 +5463,8 @@
504F8F479C1CD1306CE7F58D0AB4753F /* LokiGroupMessage.swift */,
98E6715555FF9CCF587E4E1536B9D2E5 /* LokiMessage.swift */,
730F9F3A72CF00CE557380A07F776FF5 /* LokiP2PAPI.swift */,
B82584972314E2E5001B41CB /* LokiRSSFeedAPI.swift */,
B825849A2314E364001B41CB /* LokiRSSFeedParser.swift */,
5C56D21FD45D3F6B6EDD05EDB89D04E4 /* SignalMessage.swift */,
);
path = API;
Expand Down Expand Up @@ -10094,6 +10100,7 @@
2334A52B7EB95BA3887E8DD6509C029A /* OWSVerificationStateChangeMessage.m in Sources */,
C969BF9991161A03309DA901D0F0C761 /* OWSVerificationStateSyncMessage.m in Sources */,
DC0262547328FD341AF5E84891140245 /* OWSWebSocket.m in Sources */,
B82584992314E32C001B41CB /* LokiRSSFeedAPI.swift in Sources */,
61792797C90AF93D51DE058C91C9B0DF /* ParamParser.swift in Sources */,
6C5974772CBB985C6B97B6122870836C /* PhoneNumber.m in Sources */,
D241792B69786CB8CE5546AE8CD951F7 /* PhoneNumberUtil.m in Sources */,
Expand Down Expand Up @@ -10154,6 +10161,7 @@
9BB9E6A3AABA0F008AB3807CD6E205E3 /* TSMessage.m in Sources */,
F26B05141372B0DE095F0B8E83167818 /* TSNetworkManager.m in Sources */,
CC4FE6BE42C94BC60565F4A5E4279E59 /* TSOutgoingMessage.m in Sources */,
B825849C2314E52D001B41CB /* LokiRSSFeedParser.swift in Sources */,
B1A33BB3C808E17B145027F844D250BB /* TSPreKeyManager.m in Sources */,
365BA6335CC1DC193CA63F782716A492 /* TSQuotedMessage.m in Sources */,
6AAAC2D26C1BDD81091DF4F76E6D900F /* TSRequest.m in Sources */,
Expand Down

0 comments on commit 95f519e

Please sign in to comment.