Skip to content

Commit

Permalink
pointed api to external url
Browse files Browse the repository at this point in the history
  • Loading branch information
matsimitsu committed Jan 22, 2011
1 parent 1715677 commit 244cd3c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Classes/BroadcastDate.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ @implementation BroadcastDate

+ (void)initialize {
[self setDelegate:self];
[self setBaseURL:[NSURL URLWithString:@"http://localhost:3000"]];
[self setBaseURL:[NSURL URLWithString:@"http://itrakt.matsimitsu.com"]];
}

- (id)initWithDictionary:(NSDictionary *)dict {
Expand Down
6 changes: 3 additions & 3 deletions iTrakt.xcodeproj/robertbeekman.mode1v3
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
<key>_historyCapacity</key>
<integer>0</integer>
<key>bookmark</key>
<string>24D0AFB512EB2DDC00BF2C8E</string>
<string>24D0AFD412EB383A00BF2C8E</string>
<key>history</key>
<array>
<string>24D0AF7312EB2A5500BF2C8E</string>
Expand Down Expand Up @@ -528,9 +528,9 @@
<key>WindowOrderList</key>
<array>
<string>1CD10A99069EF8BA00B06720</string>
<string>/Users/robertbeekman/Sites/apps/iTrakt/iTrakt.xcodeproj</string>
<string>2448DC9E12E9DFA900AC422E</string>
<string>1C78EAAD065D492600B07095</string>
<string>/Users/robertbeekman/Sites/apps/iTrakt/iTrakt.xcodeproj</string>
</array>
<key>WindowString</key>
<string>458 249 1261 854 0 0 1920 1178 </string>
Expand All @@ -554,7 +554,7 @@
<key>PBXProjectModuleGUID</key>
<string>1CD0528F0623707200166675</string>
<key>PBXProjectModuleLabel</key>
<string>BroadcastDate.m</string>
<string>Episode.m</string>
<key>StatusBarVisibility</key>
<true/>
</dict>
Expand Down
15 changes: 13 additions & 2 deletions iTrakt.xcodeproj/robertbeekman.pbxuser
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
2484C6AD12E9F568000D3871 /* BroadcastDate.m */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {992, 650}}";
sepNavSelRange = "{1424, 0}";
sepNavVisRange = "{0, 1218}";
sepNavSelRange = "{1431, 0}";
sepNavVisRange = "{0, 1225}";
sepNavWindowFrame = "{{15, 291}, {1479, 882}}";
};
};
Expand Down Expand Up @@ -227,6 +227,16 @@
vrLen = 1218;
vrLoc = 0;
};
24D0AFD412EB383A00BF2C8E /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = 2484C6AD12E9F568000D3871 /* BroadcastDate.m */;
name = "BroadcastDate.m: 51";
rLen = 0;
rLoc = 1431;
rType = 0;
vrLen = 1225;
vrLoc = 0;
};
29B97313FDCFA39411CA2CEA /* Project object */ = {
activeBuildConfigurationName = Debug;
activeExecutable = 24D0AF6D12EB2A3700BF2C8E /* iTrakt */;
Expand Down Expand Up @@ -279,6 +289,7 @@
24D0AFAD12EB2D5B00BF2C8E /* PBXTextBookmark */ = 24D0AFAD12EB2D5B00BF2C8E /* PBXTextBookmark */;
24D0AFAE12EB2D5C00BF2C8E /* PBXTextBookmark */ = 24D0AFAE12EB2D5C00BF2C8E /* PBXTextBookmark */;
24D0AFB512EB2DDC00BF2C8E /* PBXTextBookmark */ = 24D0AFB512EB2DDC00BF2C8E /* PBXTextBookmark */;
24D0AFD412EB383A00BF2C8E /* PBXTextBookmark */ = 24D0AFD412EB383A00BF2C8E /* PBXTextBookmark */;
};
sourceControlManager = 24D0AF7812EB2A5500BF2C8E /* Source Control */;
userBuildSettings = {
Expand Down

0 comments on commit 244cd3c

Please sign in to comment.