+ Reply
Results 1 to 6 of 6
  1. #1
    Green Apple bensen's Avatar
    Join Date
    Nov 2007
    Posts
    89
    Thanks
    5
    Thanked 10 Times in 6 Posts

    Default Creating installer.app Source & Applist

    Hi guys!

    i found the guide Creating A Source For Installer.App

    now ive created an app and i created a source. HOW can i add the app into the source-app-list?

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    	<key>bundleIdentifier</key>
    	<string>I DONT KNOW WHAT TO INSERT HERE</string>
    	<key>name</key>
    	<string>move4iphone</string>
    	<key>version</key>
    	<string>1.0</string>
    	<key>size</key>
    	<string>586010</string>
    	<key>location</key>
    	<string>http://www.bc-art.com/iphone/m4v4iphone.zip</string>
    	<key>url</key>
    	<string>http://www.bc-art.com/iphone/</string>
    	<key>description</key>
    	<string>Watch .m4v-Movies through MobileFinder</string>
    	<key>scripts</key>
    	<dict>
    		<key>install</key>
    		<array>
    			<array>
    				<string>CopyPath</string>
    				<string>m4v4iphone</string>
    				<string>/Applications/mov4iphone.app</string>
    			</array>
    			<array>
    				<string>Notice</string>
    				<string>brought to you by BC ART Consulting GMBH - All Digital Company</string>
    			</array>
    		</array>
    		<key>uninstall</key>
    		<array>
    
    			<array>
    				<string>RemovePath</string>
    				<string>/Applications/m4v4iphone.app</string>
    			</array>
    			<array>
    				<string>Notice</string>
    				<string>brought to you by BC ART Consulting GMBH - All Digital Company</string>
    			</array>
    		</array>
    	</dict>
    </dict>
    </plist>
    i changed the directory for the moment but in MY current code there is the correct dir to the file and the page etc...

    <key>bundleIdentifier</key>

    what do i have to insert at bundleIdentifier?

  2. #2
    What's Jailbreak?
    Join Date
    May 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    I need help with this too!

  3. #3
    Owner / Founder - ModMyi
    aka poetic_folly
    Kyle Matthews's Avatar
    Join Date
    May 2007
    Location
    Tampa, Florida, United States
    Posts
    8,144
    Thanks
    497
    Thanked 4,462 Times in 1,102 Posts

    bundleIdentifer is exactly that - an identifier that is unique for each package. If it is your own package, you can simply name it com.yoursite.yourpackage. If it is an app someone made, they will have a bundleIdentifier in the info.plist inside the app.

    You are also missing the date tag (check unixtimestamp.com) and the hash tag. To find the hash in OS X, open Terminal and plug in
    md5 -q /path/to/yourpackage.zip
    .


    ↑ ↑ ↓ ↓ ← → ← → B A [select] [start] Kyle Matthews

  4. #4
    What's Jailbreak?
    Join Date
    Dec 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Downloadproblem

    hi i have some problems. i have two repos one with my handpicked favs and one for my owen crations... but i've got some errors installing my summerbord theme. after many hours i've fix some of the errors but now the ist only one left.

    the install crashes but in the theme folter from smb is a file called like the them an in smb it is available, but it cant be used. the installer unzips the file but the folder with the icons will not be create so ill think that the zipfile must be create fith some commends but i have no idea how to...

  5. #5
    My iPhone is a Part of Me desepticon's Avatar
    Join Date
    Feb 2008
    Location
    USA
    Posts
    964
    Thanks
    27
    Thanked 102 Times in 97 Posts

    for hand-picked favs, the easiest way is to use iappcat.com.
    -----------------------------------------------------------
    My brother was eaten by wolves on the NJ Turnpike.

  6. #6
    What's Jailbreak?
    Join Date
    Dec 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    i know but the problem is my owen smb pack i use it on my iphones but i can only install it via ssh. i cant install it over my source. the code in that xml file is correct, ill chacked it six times and two other people too. the other two have ther owen repos and thy say that my code is correct. ill chack the repos from them and thy have the same codestructure like the mmi-source too. One of them had added for some tests my zipfile. its the same proplem so i know that the error must be com from the zipping... but i dont know why...

    ill use winrar to zip it...
    in a new test ill used winzip and its the same problem... ill testet it today with an smb theme from the bigboss source the zip over my code an server works so it must be the zipping...
    Last edited by cabal-2140; 06-23-2008 at 12:19 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts