Partage
  • Partager sur Facebook
  • Partager sur Twitter

Problème d'icone avec x-code

    5 mars 2019 à 12:32:16

    Bonjour je réalise actuellement une application avec cordova et donc x-code. Celle-ci fonctionne bien j'ai juste un problème d'icone que je n'arrive pas a régler...

    Quand je fait simuler l'application sur mon mac l'application se lance normalement sauf que celle-ci garde l'icone de cordova de base dans le dock cf l'image ci-dessous. 

    Comme vous pouvez le voir j'ai pourtant modifier le images.xcassets mais l'icone de cordova reste.... Si vous avez une idée ? mon config.xml au cas ou :

    <?xml version='1.0' encoding='utf-8'?>
    <widget id="test.test.test" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
        <name>Surveillance Serveur</name>
        <description>
            test
        </description>
        <author email="test" href="test">
            test
        </author>
        <content src="index.html" />
        <platform name="osx">
            <icon height="16" src="res/icons/icon-16x16.png" width="16" />
            <icon height="32" src="res/icons/icon-32x32.png" width="32" />
            <icon height="64" src="res/icons/icon-64x64.png" width="64" />
            <icon height="128" src="res/icons/icon-128x128.png" width="128" />
            <icon height="256" src="res/icons/icon-256x256.png" width="256" />
            <icon height="512" src="res/icons/icon-512x512.png" width="512" />
                </platform>
        <plugin name="cordova-plugin-whitelist" spec="1" />
        <access origin="*" />
        <allow-intent href="http://*/*" />
        <allow-intent href="https://*/*" />
        <allow-intent href="tel:*" />
        <allow-intent href="sms:*" />
        <allow-intent href="mailto:*" />
        <allow-intent href="geo:*" />
        <platform name="android">
            <allow-intent href="market:*" />
        </platform>
        <engine name="osx" spec="^4.0.2" />
    </widget>

    merci

    • Partager sur Facebook
    • Partager sur Twitter

    Problème d'icone avec x-code

    × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
    × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
    • Editeur
    • Markdown