Skip to content

Commit

Permalink
Fix for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
nsinenian committed Jan 19, 2016
1 parent 1a41d2b commit 4f1afbe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Distribution/package.sh
Expand Up @@ -41,9 +41,6 @@ UNINSTALLER_DIST_XML="Resources/Uninstaller.xml"
# Requirements
REQUIREMENTS_PATH="Resources/Requirements.plist"

# Developer certificate for signing
$DEVELOPER_CERT=""

# Relelase build of all three components
xcodebuild -workspace ../iSCSIInitiator.xcodeproj/project.xcworkspace \
-scheme iSCSIInitiator -configuration release BUILD_DIR=$XCODE_RELEASE_BUILD_DIR
Expand Down Expand Up @@ -75,15 +72,11 @@ pkgbuild --nopayload \
productbuild --distribution $INSTALLER_DIST_XML \
--package-path $TMP_PACKAGE_DIR \
--product $REQUIREMENTS_PATH \
--sign $DEVELOPER_CERT \
--timestamp \
$INSTALLER_PATH

productbuild --distribution $UNINSTALLER_DIST_XML \
--package-path $TMP_PACKAGE_DIR \
--product $REQUIREMENTS_PATH \
--sign $DEVELOPER_CERT \
--timestamp \
$UNINSTALLER_PATH

# Cleanup temporary packages, leaving final pacakges for DMG
Expand Down

0 comments on commit 4f1afbe

Please sign in to comment.