Skip to content

Commit

Permalink
Adding cleaning steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ygini committed Apr 12, 2023
1 parent 6644a80 commit 2a823a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/BuildAndPackage.command
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ xcrun stapler staple "${RELEASE_LOCATION}/Hello-IT-${MARKETING_VERSION}-${CONFIG

echo "####### Cleaning temporary files"

cd "${PROJECT_DIR}"
xcodebuild clean

rm -rf "${PKG_ROOT}"
rm -rf "${BUILT_PRODUCTS_DIR}"

Expand Down

0 comments on commit 2a823a1

Please sign in to comment.