colbyfayock / minimal.iOS.8

Minimal iOS 8 Winterboard theme
http://colbyfayock.github.io/minimal.iOS.8/
25 stars 2 forks source link

Vainglory new bundle id fix #41

Closed FirePanther closed 9 years ago

colbyfayock commented 9 years ago

@FirePanther

Can you take a look at what I commented on your pull request for Amazon DE and do the same for this? You can find Vainglory in mios_icons.jsx and jstu change the bundle ID there and make the pull request.


mios.icons.push({
    name: 'Vainglory',
    bundle_id: 'com.superevilmegacorp.vainglory.iphone',
    app_id: 'GameKindred.app',
    psd_id: 'vainglory',
    icons: {
        custom: [
            [ 'iOS6iPad', 72 ],
            [ 'iOS6iPad@2x', 114 ],
            [ 'iOS6iPadSpotlight', 50 ],
            [ 'iOS6iPadSpotlight@2x', 100 ],
            [ 'iOS7UniversalSettings', 29 ],
            [ 'iOS7UniversalSettings@2x', 58 ],
            [ 'iOS7UniversalSpotlight', 40 ],
            [ 'iOS7UniversalSpotlight@2x', 80 ],
            [ 'iOS7iPad', 76 ],
            [ 'iOS7iPad@2x', 152 ],
            [ 'iOS7iPhone@2x', 120 ]
        ]
    }
});

thanks

FirePanther commented 9 years ago

I already fixed the bundle id in the mios_icons.jsx file :)

colbyfayock commented 9 years ago

thanks :D