ソースを参照

fix openURL deprication and use higher resolution twitter icon

tags/v1.0.0
Viggo Lekdorf 4年前
コミット
13716b081f
3個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      kageprefs/KgeRootListController.m
  2. バイナリ
      kageprefs/Resources/.DS_Store
  3. バイナリ
      kageprefs/Resources/twitter@2x.png

+ 1
- 1
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 {

バイナリ
kageprefs/Resources/.DS_Store ファイルの表示


バイナリ
kageprefs/Resources/twitter@2x.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 1.5KB

読み込み中…
キャンセル
保存