Parcourir la source

fix openURL deprication and use higher resolution twitter icon

tags/v1.0.0
Viggo Lekdorf il y a 4 ans
Parent
révision
13716b081f
3 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      kageprefs/KgeRootListController.m
  2. BIN
      kageprefs/Resources/.DS_Store
  3. BIN
      kageprefs/Resources/twitter@2x.png

+ 1
- 1
kageprefs/KgeRootListController.m Voir le fichier

@@ -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 {

BIN
kageprefs/Resources/.DS_Store Voir le fichier


BIN
kageprefs/Resources/twitter@2x.png Voir le fichier

Before After
Width: 64  |  Height: 64  |  Size: 1.5KB

Chargement…
Annuler
Enregistrer