Advertisement
Guest User

mpkg Distribution

a guest
Dec 9th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <installer-gui-script minSpecVersion="1">
  3. <pkg-ref id="com.mycompany.myapp.pkg">
  4. <bundle-version>
  5. <bundle CFBundleShortVersionString="1.0" CFBundleVersion="1" id="com.riverbed.Gecko.MyApp" path="MyApp.app"/>
  6. </bundle-version>
  7. </pkg-ref>
  8. <options customize="never" require-scripts="false"/>
  9. <choices-outline>
  10. <line choice="default">
  11. <line choice="com.mycompany.myapp.pkg"/>
  12. </line>
  13. </choices-outline>
  14. <choice id="default"/>
  15. <choice id="com.mycompany.myapp.pkg" visible="false">
  16. <pkg-ref id="com.mycompany.myapp.pkg"/>
  17. </choice>
  18. <pkg-ref id="com.mycompany.myapp.pkg" version="0" onConclusion="none" installKBytes="129">#MyApp.pkg</pkg-ref>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement