Fix iOS build target

This commit is contained in:
relikd
2019-09-14 13:43:37 +02:00
parent 994cbd29c2
commit ea7cc9c36f
5 changed files with 26 additions and 8 deletions

View File

@@ -42,6 +42,8 @@
return [[RSXMLData alloc] initWithData:d url:[NSURL fileURLWithPath:s]];
}
#ifdef TARGET_MAC
- (void)testOPMLExport {
RSOPMLItem *doc = [RSOPMLItem itemWithAttributes:@{OPMLTitleKey : @"Greetings from CCC",
@"dateCreated" : @"2018-12-27 23:12:04 +0100",
@@ -76,6 +78,8 @@
NSLog(@"%@", [document recursiveDescription]);
}
#endif
- (void)testNotOPML {
NSError *error;