Skip to content

Commit

Permalink
Leftover copypasta 🍝
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkgang committed Nov 27, 2024
1 parent f5dc1ac commit 371763a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,12 @@ case "$MODE" in
-project Bitwarden.xcodeproj \
-scheme Bitwarden \
-configuration Release \
-derivedDataPath "${DERIVED_DATA_PATH}" \
-archivePath "${ARCHIVE_PATH}" \
| xcbeautify --renderer github-actions

echo "🚚 Performing Xcode archive export"
xcrun xcodebuild -exportArchive \
-archivePath "${ARCHIVE_PATH}" \
-derivedDataPath "${DERIVED_DATA_PATH}" \
-exportPath "${EXPORT_PATH}" \
-exportOptionsPlist "Configs/export_options.plist" \
| xcbeautify --renderer github-actions
Expand Down

0 comments on commit 371763a

Please sign in to comment.