Καλημέρα σε όλους. Προσπαθώ να αντικαταστήσω το native icon του Yahoo mail app που δεν περιλαμβάνεται στο θέμα μου με ένα custom δικό μου, και δεν μπορώ να βρω στο σωστό folder name στον bundles, όπως και τα σωστά icon filenames. Το Appinfo Tweak δεν λειτουργεί, οπότε πήγα στην διαδρομή var/mobile/Containers/Bundle/ Application/ Βρήκα το Yahoo mail , άνοιξα τον .app, βρήκα και άνοιξα το info.plst και είδα αυτά:
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>13F34</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Yahoo Mail</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeName</key>
<string>All Files</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Aerogram</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Aerogram App Icon60x60</string>
</array>
</dict>
</dict>
<key>CFBundleIcons~ipad</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Aerogram App Icon60x60</string>
<string>Aerogram App Icon76x76</string>
</array>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>com.yahoo.Aerogram</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Yahoo Mail</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.2.11</string>
<key>CFBundleSignature</key>
<string>
?</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>None</string>
<key>CFBundleURLName</key>
<string>com.yahoo.mobile.asdk.Aerogram</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ymail-asdk</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.yahoo.Aerogram</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ymail</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>3.6.15</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12B411</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformVersion</key>
<string>8.1</string>
<key>DTSDKBuild</key>
<string>12B411</string>
<key>DTSDKName</key>
<string>iphoneos8.1</string>
<key>DTXcode</key>
<string>0610</string>
<key>DTXcodeBuild</key>
<string>6A1052d</string>
<key>HRNewsFeedSpaceIdKey</key>
<dict>
<key>ipad</key>
<string>980770806</string>
<key>iphone</key>
<string>980770806</string>
</dict>
<key>KillswitchString</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>7.0</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
</array>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UILaunchImages~ipad</key>
<array>
Δοκίμασα τις red highlighted ονομασίες για folder & icon file names αντίστοιχα αλλά τίποτα. Ακόμα και σαν ξεχωριστό θέμα στο winterbord δοκίμασα αλλά τίποτα.
Μήπως μου ξεφεύγει κάτι;