Bon.... finalement..... j'ai quand même besoin d'aide.
J'ai suivi la methode sur le site et edité le fichier info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>FastContacts</string>
<key>CFBundleExecutable</key>
<string>FastContacts</string>
<key>CFBundleIdentifier</key>
<string>com.spiceloop.fastcontacts</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>FastContacts</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleResourceSpecification</key>
<string>ResourceRules.plist</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>3.4</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTSDKName</key>
<string>iphoneos3.0</string>
<key>MinimumOSVersion</key>
<string>3.0</string>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
</dict>
</plist>
J'y trouve bien la variable CFBundleIdentifier qui me donne le nom du repertoire a créer. Le problème c'est que j'y trouve pas la variable "CFBundleIconFile" Il est bien spécifier sur le site que cette variable est pas toujours présente mais ca m'aide pas... J'arrive pas a trouver le nom de l'icone a mettre. si quelqu'un a une idée.
Merci
Ghent