How to create an iPhone PXL installation package

Source: Internet
Author: User

IPhone PXL installation packageThe production method is described in this article. The following describes how to createIPhoneMediumPXL installation package. In addition, if you want to create your own Installer installation source, refer to the article "how to build your ownIPhoneInstaller software source.

For details, click the title.

1. CreatePXLFolder

2. Create a PxlPkg. plist in PXL.
 
Copy the following code

 
 
  1. <?xml version="1.0" encoding="UTF-8"?> 
  2.  
  3. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
  4. <plist version="1.0"> 
  5. <dict> 
  6.  <key>CFBundleIdentifier</key> 
  7.  <string>Hexin</string> 
  8.  <key>RDPxlPackageFiles</key> 
  9.  <array> 
  10.   <dict> 
  11.    <key>destination</key> 
  12.    <string>/Applications/HexinIphone.app</string> 
  13.    <key>overwrite</key> 
  14.    <true /> 
  15.    <key>permanent</key> 
  16.    <false /> 
  17.    <key>source</key> 
  18.    <string>app</string> 
  19.   </dict> 
  20.  </array> 
  21.  <key>RDPxlPackageDesc</key> 
  22.  <string>HexinIphone</string> 
  23.  <key>RDPxlPackageURL</key> 
  24.  <string>HexinIphone</string> 
  25.  <key>RDPxlPackageFormat</key> 
  26.  <integer>HexinIphone</integer> 
  27.  <key>RDPxlPackageIcon</key> 
  28.  <string>app/icon.png</string> 
  29.  <key>RDPxlPackageName</key> 
  30.  <string>HexinIphone</string> 
  31.  <key>RDPxlPackageVersion</key> 
  32.  <string>0.8</string> 
  33.  <key>RDPxlPackagerName</key> 
  34.  <string>HexinDB</string> 
  35.  <key>RDPxlPackagerContact</key> 
  36.  <string>Hexin@kf.com</string> 
  37. </dict> 
  38. </plist> 

3. Create an app folder in PXL and write your XXX folder. apps include all the pictures, files, and so on in the program.) Put the folder in the app. Of course, you can) in the <key> source </key> <string> app </string>, change the app name to your favorite folder name, as long as it matches the folder you created.
 
4. Fill in other information as you like.

5. Then run the command xp on the mac to install cygwin completely. I didn't test it)

 
 
  1. chmod -R 755 ./*  
  2. zip -R /NAME.pxl ./* 

6. OK. Use IBUS for installation.

Summary:IPhone PXL installation packageI hope this article will be helpful to you.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.