summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-24 21:22:27 -0400
committermatt handler <matt.handler@gmail.com>2011-04-24 21:22:27 -0400
commit88d3de337a09fcab2439b20f5cb5d76aa0fcf08a (patch)
tree768ed4629fdc10c45385056a8d49fa5af4ad97da
parent663d25e5160e97eefed1444bac0b4ac964f3368e (diff)
downloadpiccast-app-88d3de337a09fcab2439b20f5cb5d76aa0fcf08a.tar.gz
piccast-app-88d3de337a09fcab2439b20f5cb5d76aa0fcf08a.zip
stable state, things load into section dictionary and display... now need to get storage to actually work though
-rw-r--r--Classes/SectionDictionary.m5
-rw-r--r--Classes/TopicsViewController.m13
-rw-r--r--PicCast.xcodeproj/handler.mode1v321
-rw-r--r--PicCast.xcodeproj/handler.pbxuser209
4 files changed, 185 insertions, 63 deletions
diff --git a/Classes/SectionDictionary.m b/Classes/SectionDictionary.m
index 8845b2b..b183725 100644
--- a/Classes/SectionDictionary.m
+++ b/Classes/SectionDictionary.m
@@ -37,13 +37,16 @@
- (void) appendObject:(id)anObject forKey:(id)aKey {
NSMutableArray *store = [theRealDictionary objectForKey:aKey];
if (store == nil) {
+ [indexMap setObject:aKey forKey:[NSString stringWithFormat:@"%d", index]];
+ index++;
+
NSMutableArray *store = [[[NSMutableArray alloc] init] autorelease];
[store addObject:anObject];
[theRealDictionary setObject:store forKey:aKey];
}
else [store addObject:anObject];
- NSLog(@"number of rows: %d", [[theRealDictionary objectForKey:aKey] count]);
+ //NSLog(@"number of rows: %d", [[theRealDictionary objectForKey:aKey] count]);
}
- (id) objectForIndex:(NSInteger)i {
diff --git a/Classes/TopicsViewController.m b/Classes/TopicsViewController.m
index 2548bf3..9751eb2 100644
--- a/Classes/TopicsViewController.m
+++ b/Classes/TopicsViewController.m
@@ -101,13 +101,13 @@
- (NSTimeInterval) daysApart:(NSDate *)date {
//NSLog(@"datestring: %@", [Topic dateToString:date]);
- NSDate *today = [NSDate date];
-
+// NSDate *today = [NSDate date];
+// NSLog(@"today: %@", today);
// NSDateFormatter *dateFormatter = [[[NSDateFormatter alloc] init] autorelease];
// [dateFormatter setDateFormat:@"yyyy-MM-dd"];
// NSDate *published = [dateFormatter dateFromString:string];
- return [today timeIntervalSinceDate:date];
+ return [date timeIntervalSinceNow];
}
// called after parsing is finished
@@ -282,12 +282,13 @@
[mi clear];
}
+ Topic *topic = [[tableDictionary objectForIndex:[indexPath section]] objectAtIndex:[indexPath row]];
//cell.useDarkBackground = (indexPath.row % 2 == 0);
- cell.title = [[topics objectAtIndex:indexPath.row] title];
- cell.picCount = [NSString stringWithFormat:@"%@", [[topics objectAtIndex:indexPath.row] picCount]];
+ cell.title = topic.title;
+ cell.picCount = [NSString stringWithFormat:@"%@", topic.picCount];
micon.url = [NSURL URLWithString:@"http://www.acidcow.com/favicon.ico"];
- mi.url = [NSURL URLWithString:[[topics objectAtIndex:indexPath.row] iconUrl]];
+ mi.url = [NSURL URLWithString:topic.iconUrl];
mi.squareCropped = true;
[objMan manage:mi];
diff --git a/PicCast.xcodeproj/handler.mode1v3 b/PicCast.xcodeproj/handler.mode1v3
index 70c857b..ff02678 100644
--- a/PicCast.xcodeproj/handler.mode1v3
+++ b/PicCast.xcodeproj/handler.mode1v3
@@ -274,8 +274,7 @@
<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
<array>
<array>
- <integer>24</integer>
- <integer>16</integer>
+ <integer>31</integer>
<integer>4</integer>
<integer>0</integer>
</array>
@@ -318,7 +317,7 @@
<key>PBXProjectModuleGUID</key>
<string>1CE0B20306471E060097A5F4</string>
<key>PBXProjectModuleLabel</key>
- <string>SectionDictionary.m</string>
+ <string>TopicsViewController.m</string>
<key>PBXSplitModuleInNavigatorKey</key>
<dict>
<key>Split0</key>
@@ -326,11 +325,11 @@
<key>PBXProjectModuleGUID</key>
<string>1CE0B20406471E060097A5F4</string>
<key>PBXProjectModuleLabel</key>
- <string>SectionDictionary.m</string>
+ <string>TopicsViewController.m</string>
<key>_historyCapacity</key>
<integer>0</integer>
<key>bookmark</key>
- <string>4EB540071364FED6009A5AC5</string>
+ <string>4EB5402E13650417009A5AC5</string>
<key>history</key>
<array>
<string>4E68286F1359595F001EB808</string>
@@ -374,9 +373,9 @@
<string>4EB53FC71364F84B009A5AC5</string>
<string>4EB53FC81364F84B009A5AC5</string>
<string>4EB53FE81364FAEB009A5AC5</string>
- <string>4EB53FE91364FAEB009A5AC5</string>
<string>4EB540061364FED6009A5AC5</string>
- <string>4EB53FFF1364FDA0009A5AC5</string>
+ <string>4EB5402C13650417009A5AC5</string>
+ <string>4EB5402D13650417009A5AC5</string>
</array>
</dict>
<key>SplitCount</key>
@@ -574,7 +573,7 @@
<integer>5</integer>
<key>WindowOrderList</key>
<array>
- <string>4EB540081364FED6009A5AC5</string>
+ <string>4EB5402F13650417009A5AC5</string>
<string>1C530D57069F1CE1000CFCEE</string>
<string>4EB53EA21363581F009A5AC5</string>
<string>4EB53EA31363581F009A5AC5</string>
@@ -600,12 +599,14 @@
<key>Dock</key>
<array>
<dict>
+ <key>BecomeActive</key>
+ <true/>
<key>ContentConfiguration</key>
<dict>
<key>PBXProjectModuleGUID</key>
<string>1CD0528F0623707200166675</string>
<key>PBXProjectModuleLabel</key>
- <string>AcidCowFeedburnerParser.m</string>
+ <string>SectionDictionary.m</string>
<key>StatusBarVisibility</key>
<true/>
</dict>
@@ -622,8 +623,6 @@
<string>262pt</string>
</dict>
<dict>
- <key>BecomeActive</key>
- <true/>
<key>ContentConfiguration</key>
<dict>
<key>PBXProjectModuleGUID</key>
diff --git a/PicCast.xcodeproj/handler.pbxuser b/PicCast.xcodeproj/handler.pbxuser
index cc6e431..2e34404 100644
--- a/PicCast.xcodeproj/handler.pbxuser
+++ b/PicCast.xcodeproj/handler.pbxuser
@@ -233,6 +233,17 @@
4EB540011364FDA0009A5AC5 /* PBXTextBookmark */ = 4EB540011364FDA0009A5AC5 /* PBXTextBookmark */;
4EB540061364FED6009A5AC5 /* PBXTextBookmark */ = 4EB540061364FED6009A5AC5 /* PBXTextBookmark */;
4EB540071364FED6009A5AC5 /* PBXTextBookmark */ = 4EB540071364FED6009A5AC5 /* PBXTextBookmark */;
+ 4EB5401A13650225009A5AC5 /* PBXTextBookmark */ = 4EB5401A13650225009A5AC5 /* PBXTextBookmark */;
+ 4EB5401F136502E2009A5AC5 /* PBXTextBookmark */ = 4EB5401F136502E2009A5AC5 /* PBXTextBookmark */;
+ 4EB54020136502E2009A5AC5 /* XCBuildMessageTextBookmark */ = 4EB54020136502E2009A5AC5 /* XCBuildMessageTextBookmark */;
+ 4EB54021136502E2009A5AC5 /* PBXTextBookmark */ = 4EB54021136502E2009A5AC5 /* PBXTextBookmark */;
+ 4EB54022136502E2009A5AC5 /* PBXTextBookmark */ = 4EB54022136502E2009A5AC5 /* PBXTextBookmark */;
+ 4EB54025136502E7009A5AC5 /* PBXTextBookmark */ = 4EB54025136502E7009A5AC5 /* PBXTextBookmark */;
+ 4EB54026136502E7009A5AC5 /* XCBuildMessageTextBookmark */ = 4EB54026136502E7009A5AC5 /* XCBuildMessageTextBookmark */;
+ 4EB54027136502E7009A5AC5 /* PBXTextBookmark */ = 4EB54027136502E7009A5AC5 /* PBXTextBookmark */;
+ 4EB5402C13650417009A5AC5 /* PBXTextBookmark */ = 4EB5402C13650417009A5AC5 /* PBXTextBookmark */;
+ 4EB5402D13650417009A5AC5 /* PBXTextBookmark */ = 4EB5402D13650417009A5AC5 /* PBXTextBookmark */;
+ 4EB5402E13650417009A5AC5 /* PBXTextBookmark */ = 4EB5402E13650417009A5AC5 /* PBXTextBookmark */;
4EBFCB481360E786005AC5CC = 4EBFCB481360E786005AC5CC /* PBXTextBookmark */;
4EBFCB791360F428005AC5CC = 4EBFCB791360F428005AC5CC /* PBXTextBookmark */;
4EBFCBD11360FA86005AC5CC = 4EBFCBD11360FA86005AC5CC /* PBXTextBookmark */;
@@ -339,10 +350,10 @@
};
4E6827E813594115001EB808 /* TopicsViewController.m */ = {
uiCtxt = {
- sepNavFolds = "{\n c = (\n {\n l = DetailViewController;\n r = \"{6511, 24}\";\n s = 1;\n },\n {\n l = DetailViewController;\n r = \"{6562, 24}\";\n s = 1;\n },\n {\n l = \"Nib name\";\n r = \"{6612, 12}\";\n s = 1;\n }\n );\n r = \"{0, 12974}\";\n s = 0;\n}";
- sepNavIntBoundsRect = "{{0, 0}, {964, 5109}}";
- sepNavSelRange = "{3842, 0}";
- sepNavVisRange = "{3703, 813}";
+ sepNavFolds = "{\n c = (\n {\n l = DetailViewController;\n r = \"{6536, 24}\";\n s = 1;\n },\n {\n l = DetailViewController;\n r = \"{6587, 24}\";\n s = 1;\n },\n {\n l = \"Nib name\";\n r = \"{6637, 12}\";\n s = 1;\n }\n );\n r = \"{0, 13002}\";\n s = 0;\n}";
+ sepNavIntBoundsRect = "{{0, 0}, {903, 4927}}";
+ sepNavSelRange = "{9474, 0}";
+ sepNavVisRange = "{8288, 1627}";
sepNavWindowFrame = "{{15, 323}, {1196, 550}}";
};
};
@@ -574,7 +585,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 145";
rLen = 0;
- rLoc = 7322;
+ rLoc = 7347;
rType = 0;
vrLen = 1626;
vrLoc = 5222;
@@ -632,7 +643,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 182";
rLen = 0;
- rLoc = 8527;
+ rLoc = 8552;
rType = 0;
vrLen = 2091;
vrLoc = 442;
@@ -696,9 +707,9 @@
};
4EB53EE71363773B009A5AC5 /* SectionDictionary.m */ = {
uiCtxt = {
- sepNavIntBoundsRect = "{{0, 0}, {903, 806}}";
- sepNavSelRange = "{1251, 0}";
- sepNavVisRange = "{146, 1299}";
+ sepNavIntBoundsRect = "{{0, 0}, {1160, 923}}";
+ sepNavSelRange = "{568, 0}";
+ sepNavVisRange = "{401, 254}";
};
};
4EB53EF013637BF8009A5AC5 /* PBXTextBookmark */ = {
@@ -756,7 +767,7 @@
fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
name = "SectionDictionary.m: 33";
rLen = 0;
- rLoc = 1442;
+ rLoc = 1535;
rType = 0;
vrLen = 751;
vrLoc = 0;
@@ -766,7 +777,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 222";
rLen = 0;
- rLoc = 7347;
+ rLoc = 7372;
rType = 0;
vrLen = 1553;
vrLoc = 5631;
@@ -776,7 +787,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 222";
rLen = 0;
- rLoc = 7367;
+ rLoc = 7392;
rType = 0;
vrLen = 1573;
vrLoc = 5631;
@@ -846,7 +857,7 @@
fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
name = "SectionDictionary.m: 33";
rLen = 0;
- rLoc = 1439;
+ rLoc = 1532;
rType = 0;
vrLen = 847;
vrLoc = 0;
@@ -866,7 +877,7 @@
fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
name = "SectionDictionary.m: 43";
rLen = 0;
- rLoc = 1344;
+ rLoc = 1437;
rType = 0;
vrLen = 486;
vrLoc = 733;
@@ -905,7 +916,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 120";
rLen = 0;
- rLoc = 4067;
+ rLoc = 4092;
rType = 0;
vrLen = 530;
vrLoc = 3576;
@@ -932,7 +943,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 120";
rLen = 0;
- rLoc = 4067;
+ rLoc = 4092;
rType = 0;
vrLen = 530;
vrLoc = 3576;
@@ -952,7 +963,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 120";
rLen = 0;
- rLoc = 4107;
+ rLoc = 4132;
rType = 0;
vrLen = 547;
vrLoc = 2888;
@@ -1201,7 +1212,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 124";
rLen = 0;
- rLoc = 4208;
+ rLoc = 4233;
rType = 0;
vrLen = 1481;
vrLoc = 2888;
@@ -1211,7 +1222,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 127";
rLen = 0;
- rLoc = 4282;
+ rLoc = 4307;
rType = 0;
vrLen = 1574;
vrLoc = 3135;
@@ -1271,7 +1282,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 126";
rLen = 0;
- rLoc = 4182;
+ rLoc = 4207;
rType = 0;
vrLen = 1606;
vrLoc = 3135;
@@ -1281,7 +1292,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 224";
rLen = 0;
- rLoc = 7321;
+ rLoc = 7346;
rType = 0;
vrLen = 1670;
vrLoc = 5891;
@@ -1291,7 +1302,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 220";
rLen = 0;
- rLoc = 7098;
+ rLoc = 7123;
rType = 0;
vrLen = 1783;
vrLoc = 5891;
@@ -1331,7 +1342,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 220";
rLen = 0;
- rLoc = 7098;
+ rLoc = 7123;
rType = 0;
vrLen = 1783;
vrLoc = 5891;
@@ -1341,7 +1352,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 200";
rLen = 0;
- rLoc = 6231;
+ rLoc = 6256;
rType = 0;
vrLen = 1624;
vrLoc = 5414;
@@ -1371,7 +1382,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 200";
rLen = 0;
- rLoc = 6231;
+ rLoc = 6256;
rType = 0;
vrLen = 1698;
vrLoc = 5502;
@@ -1411,7 +1422,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 109";
rLen = 0;
- rLoc = 3661;
+ rLoc = 3686;
rType = 0;
vrLen = 1420;
vrLoc = 2491;
@@ -1431,7 +1442,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 118";
rLen = 0;
- rLoc = 3842;
+ rLoc = 3867;
rType = 0;
vrLen = 1545;
vrLoc = 2803;
@@ -1441,7 +1452,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 118";
rLen = 0;
- rLoc = 3842;
+ rLoc = 3867;
rType = 0;
vrLen = 1456;
vrLoc = 2874;
@@ -1451,7 +1462,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 118";
rLen = 0;
- rLoc = 3842;
+ rLoc = 3867;
rType = 0;
vrLen = 1836;
vrLoc = 8938;
@@ -1540,7 +1551,7 @@
isa = PBXTextBookmark;
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
rLen = 0;
- rLoc = 3842;
+ rLoc = 3867;
rType = 0;
};
4EB53FC61364F82F009A5AC5 /* PBXTextBookmark */ = {
@@ -1548,7 +1559,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 118";
rLen = 0;
- rLoc = 3842;
+ rLoc = 3867;
rType = 0;
vrLen = 877;
vrLoc = 3420;
@@ -1578,7 +1589,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 118";
rLen = 0;
- rLoc = 3842;
+ rLoc = 3867;
rType = 0;
vrLen = 1629;
vrLoc = 3102;
@@ -1588,7 +1599,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 129";
rLen = 0;
- rLoc = 4171;
+ rLoc = 4196;
rType = 0;
vrLen = 1552;
vrLoc = 2601;
@@ -1598,7 +1609,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 202";
rLen = 0;
- rLoc = 6172;
+ rLoc = 6197;
rType = 0;
vrLen = 1825;
vrLoc = 5817;
@@ -1608,7 +1619,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 202";
rLen = 0;
- rLoc = 6172;
+ rLoc = 6197;
rType = 0;
vrLen = 1825;
vrLoc = 5817;
@@ -1628,7 +1639,7 @@
fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
name = "SectionDictionary.m: 38";
rLen = 0;
- rLoc = 1184;
+ rLoc = 1277;
rType = 0;
vrLen = 1221;
vrLoc = 27;
@@ -1648,7 +1659,7 @@
fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
name = "SectionDictionary.m: 38";
rLen = 0;
- rLoc = 1184;
+ rLoc = 1277;
rType = 0;
vrLen = 1242;
vrLoc = 27;
@@ -1688,7 +1699,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 202";
rLen = 0;
- rLoc = 6172;
+ rLoc = 6197;
rType = 0;
vrLen = 1759;
vrLoc = 5672;
@@ -1708,7 +1719,7 @@
fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
name = "TopicsViewController.m: 202";
rLen = 0;
- rLoc = 6172;
+ rLoc = 6197;
rType = 0;
vrLen = 1904;
vrLoc = 441;
@@ -1718,7 +1729,7 @@
fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
name = "SectionDictionary.m: 38";
rLen = 0;
- rLoc = 1184;
+ rLoc = 1277;
rType = 0;
vrLen = 1221;
vrLoc = 27;
@@ -1758,7 +1769,7 @@
fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
name = "SectionDictionary.m: 36";
rLen = 0;
- rLoc = 674;
+ rLoc = 519;
rType = 0;
vrLen = 1193;
vrLoc = 235;
@@ -1768,7 +1779,7 @@
fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
name = "SectionDictionary.m: 49";
rLen = 0;
- rLoc = 1251;
+ rLoc = 1344;
rType = 0;
vrLen = 1146;
vrLoc = 234;
@@ -1808,11 +1819,119 @@
fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
name = "SectionDictionary.m: 50";
rLen = 0;
- rLoc = 1251;
+ rLoc = 1344;
rType = 0;
vrLen = 1299;
vrLoc = 146;
};
+ 4EB5401A13650225009A5AC5 /* PBXTextBookmark */ = {
+ isa = PBXTextBookmark;
+ fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
+ name = "SectionDictionary.m: 42";
+ rLen = 0;
+ rLoc = 1006;
+ rType = 0;
+ vrLen = 1353;
+ vrLoc = 278;
+ };
+ 4EB5401F136502E2009A5AC5 /* PBXTextBookmark */ = {
+ isa = PBXTextBookmark;
+ fRef = 4ECFB6D0135F5807007FAB8D /* AcidCowFeedburnerParser.m */;
+ name = "AcidCowFeedburnerParser.m: 172";
+ rLen = 0;
+ rLoc = 7849;
+ rType = 0;
+ vrLen = 967;
+ vrLoc = 7480;
+ };
+ 4EB54020136502E2009A5AC5 /* XCBuildMessageTextBookmark */ = {
+ isa = PBXTextBookmark;
+ comments = "Too few arguments to function 'exit'";
+ fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
+ fallbackIsa = XCBuildMessageTextBookmark;
+ rLen = 1;
+ rLoc = 29;
+ rType = 1;
+ };
+ 4EB54021136502E2009A5AC5 /* PBXTextBookmark */ = {
+ isa = PBXTextBookmark;
+ fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
+ name = "SectionDictionary.m: 30";
+ rLen = 0;
+ rLoc = 568;
+ rType = 0;
+ vrLen = 494;
+ vrLoc = 401;
+ };
+ 4EB54022136502E2009A5AC5 /* PBXTextBookmark */ = {
+ isa = PBXTextBookmark;
+ fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
+ name = "TopicsViewController.m: 118";
+ rLen = 0;
+ rLoc = 3867;
+ rType = 0;
+ vrLen = 891;
+ vrLoc = 3960;
+ };
+ 4EB54025136502E7009A5AC5 /* PBXTextBookmark */ = {
+ isa = PBXTextBookmark;
+ fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
+ name = "TopicsViewController.m: 105";
+ rLen = 0;
+ rLoc = 3455;
+ rType = 0;
+ vrLen = 1525;
+ vrLoc = 2472;
+ };
+ 4EB54026136502E7009A5AC5 /* XCBuildMessageTextBookmark */ = {
+ isa = PBXTextBookmark;
+ comments = "Too few arguments to function 'exit'";
+ fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
+ fallbackIsa = XCBuildMessageTextBookmark;
+ rLen = 1;
+ rLoc = 29;
+ rType = 1;
+ };
+ 4EB54027136502E7009A5AC5 /* PBXTextBookmark */ = {
+ isa = PBXTextBookmark;
+ fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
+ name = "SectionDictionary.m: 30";
+ rLen = 0;
+ rLoc = 568;
+ rType = 0;
+ vrLen = 1356;
+ vrLoc = 234;
+ };
+ 4EB5402C13650417009A5AC5 /* PBXTextBookmark */ = {
+ isa = PBXTextBookmark;
+ fRef = 4EB53EE71363773B009A5AC5 /* SectionDictionary.m */;
+ name = "SectionDictionary.m: 30";
+ rLen = 0;
+ rLoc = 568;
+ rType = 0;
+ vrLen = 1356;
+ vrLoc = 234;
+ };
+ 4EB5402D13650417009A5AC5 /* PBXTextBookmark */ = {
+ isa = PBXTextBookmark;
+ fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
+ name = "TopicsViewController.m: 285";
+ rLen = 0;
+ rLoc = 9197;
+ rType = 0;
+ vrLen = 1641;
+ vrLoc = 8003;
+ };
+ 4EB5402E13650417009A5AC5 /* PBXTextBookmark */ = {
+ isa = PBXTextBookmark;
+ fRef = 4E6827E813594115001EB808 /* TopicsViewController.m */;
+ name = "TopicsViewController.m: 291";
+ rLen = 0;
+ rLoc = 9531;
+ rType = 0;
+ vrLen = 1627;
+ vrLoc = 8345;
+ };
4EBFCB481360E786005AC5CC /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = 4EBFCB491360E786005AC5CC /* UIView.h */;
@@ -1862,9 +1981,9 @@
};
4ECFB6D0135F5807007FAB8D /* AcidCowFeedburnerParser.m */ = {
uiCtxt = {
- sepNavIntBoundsRect = "{{0, 0}, {1160, 2665}}";
+ sepNavIntBoundsRect = "{{0, 0}, {1160, 2678}}";
sepNavSelRange = "{7849, 0}";
- sepNavVisRange = "{7480, 932}";
+ sepNavVisRange = "{7480, 967}";
};
};
4ECFB6D1135F5807007FAB8D /* AcidCowFeedburnerParser.h */ = {