출처 : http://www.hackint0sh.org/free-toolchain-software-126/springboard-icon-run-script-8111.htm


탈옥된 iDevice 에서 스크립트를 바탕화면(SpringBoard)에 아이콘으로 만들어 주기 위한 방법



Step 1 - Create new folder and <appname>.app
Step 2 - Right click and "Show package contents"
Step 3 - Add a 60x60 pixel icon with file name 'icon.png'
Step 4 - Add a 320x460 pixel background (user will see this while script executes) with the name 'Default.png'
Step 5 - Add an 'Info.plist', making sure to change the CFBundleExecutable string to the name of your shell script and the CFBundleIdentifier to a unique identifier. I've attached a sanitized version of my plist below

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>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>name_of_shell_script.sh</string>
	<key>CFBundleIdentifier</key>
	<string>com.unique.identifier</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>0.1.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0</string>
</dict>
</plist>
Step 6 - Add your shell script!
Step 7 - Add the <appname>.app package to the Application folder on your iPhone and restart the springboard

Posted by mahnee

블로그 이미지
온갖 자작과 공학 전반에 걸쳐 관심이 많은 ..
mahnee
Yesterday
Today
Total

달력

 « |  » 2024.5
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함