Skip to content

Commit

Permalink
Version 1.1 RELEASED @torresda
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblay committed Nov 24, 2013
1 parent eed985a commit f72632b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file modified KDIC/Images.xcassets/LaunchImages/[email protected]
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified KDIC/Images.xcassets/LaunchImages/[email protected]
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions KDIC/KDIC-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
Expand Down
2 changes: 1 addition & 1 deletion KDIC/ScheduleViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ - (void)getShowsWithPodcasts {
start = [temp rangeOfString:@"<a href=\""];
}
}
else NSLog(@"Error: Response Code is %d", [response statusCode]);
else NSLog(@"Error: Response Code is %ld", (long)[response statusCode]);
}
@catch (NSException *e) {
NSLog(@"Error getting image: %@", e);
Expand Down
4 changes: 2 additions & 2 deletions KDIC/ShowsPodcastsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ - (void)viewDidLoad {
temp = [temp substringFromIndex:start.location + start.length];
}
}
else NSLog(@"Error: Response Code is %d", [response statusCode]);
else NSLog(@"Error: Response Code is %ld", (long)[response statusCode]);
}
@catch (NSException *e) {
NSLog(@"Error getting image: %@", e);
Expand Down Expand Up @@ -184,7 +184,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
podcast.streamURL = temp;
}
}
else NSLog(@"Error: Response Code is %d", [response statusCode]);
else NSLog(@"Error: Response Code is %ld", (long)[response statusCode]);
}
@catch (NSException *e) {
NSLog(@"Error getting image: %@", e);
Expand Down
6 changes: 3 additions & 3 deletions Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f72632b

Please sign in to comment.