Anyone knows where i can find a Bundle Identifier??
need to make some icons map,but don't know how to name them
1. Navigate to /private/var/mobile/Applications and locate the folder for the app whose icon you want to change. If you are using iFile then you can set it to show you the app name as well as the 32 character Alphanumeric Identifer. If you're using an FTP program (WinSCP/Filezilla etc) you will only see the 32 character Alphanumeric Identifer so you will have to check each folder manually or use Find and search for the app name.
2. Once you have located the app folder, open it and you should see another folder ending .app, this is the contents of the application. Open this folder and locate Info.plist. Some .plist files can be read by notepad others cant. iFile can read them natively. If you cannot read the .plist then you need a third party reader such as Plist Editor.
3. Open the .plist file and look for the following:
<key>CFBundleIdentifier</key>
<string>com.something.something</string>
This string is the Bundle Identifier.
<key>CFBundleIconFile(s)</key>
<string>Icon114.png</string>
<string>Icon72.png</string>
<string>Icon57.png</string>
This string is the Icon Filename