diff --git a/kageprefs/KgeRootListController.m b/kageprefs/KgeRootListController.m index fb64b84..007d9ec 100644 --- a/kageprefs/KgeRootListController.m +++ b/kageprefs/KgeRootListController.m @@ -29,7 +29,7 @@ url = [NSURL URLWithString:@"https://mobile.twitter.com/Ra1nPix"]; } - [[UIApplication sharedApplication] openURL:url]; + [[UIApplication sharedApplication] openURL:url options:@{} completionHandler:nil]; } -(void)saveTapped { diff --git a/kageprefs/Resources/.DS_Store b/kageprefs/Resources/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/kageprefs/Resources/.DS_Store differ diff --git a/kageprefs/Resources/twitter@2x.png b/kageprefs/Resources/twitter@2x.png new file mode 100644 index 0000000..82ca525 Binary files /dev/null and b/kageprefs/Resources/twitter@2x.png differ