-
Notifications
You must be signed in to change notification settings - Fork 932
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<installer-gui-script minSpecVersion="2"> | ||
<pkg-ref id="com.cloudfoundry.cli"> | ||
<bundle-version> | ||
<bundle CFBundleShortVersionString="6.6" CFBundleVersion="1510" SourceVersion="1510000000000000" BuildVersion="1" id="com.cloudfoundry.cli" path="Cloud Foundry CLI.app"/> | ||
</bundle-version> | ||
</pkg-ref> | ||
<product id="com.cloudfoundry.cli" version="6.6"/> | ||
<title>Cloud Foundry CLI</title> | ||
<options customize="never" require-scripts="false" hostArchitectures="x86_64"/> | ||
<volume-check> | ||
<allowed-os-versions> | ||
<os-version min="10.7"/> | ||
</allowed-os-versions> | ||
</volume-check> | ||
<choices-outline> | ||
<line choice="default"> | ||
<line choice="com.cloudfoundry.cli"/> | ||
</line> | ||
</choices-outline> | ||
<choice id="default" title="Cloud Foundry CLI" versStr="6.6"/> | ||
<choice id="com.cloudfoundry.cli" title="Cloud Foundry CLI" visible="false"> | ||
<pkg-ref id="com.cloudfoundry.cli"/> | ||
</choice> | ||
<pkg-ref id="com.cloudfoundry.cli" version="6.6.0" installKBytes="15000" onConclusion="none">#com.cloudfoundry.cli.pkg</pkg-ref> | ||
</installer-gui-script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<pkg-info overwrite-permissions="true" relocatable="false" identifier="com.pivotal.cloudfoundry.pkg" postinstall-action="none" version="0" format-version="2" generator-version="InstallCmds-319 (12F37)" auth="root"> | ||
<payload numberOfFiles="9" installKBytes="14019"/> | ||
<bundle-version/> | ||
<upgrade-bundle/> | ||
<update-bundle/> | ||
<atomic-update-bundle/> | ||
<strict-identifier/> | ||
<relocate/> | ||
</pkg-info> |