We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4465142 commit 36d05adCopy full SHA for 36d05ad
1 file changed
scripts/build-release.sh
@@ -352,6 +352,8 @@ build_for_arch() {
352
SPM_CACHE_DIR="${HOME}/.spm-cache"
353
mkdir -p "$SPM_CACHE_DIR"
354
355
+ mkdir -p build
356
+
357
# Create archive entitlements without iCloud (Developer ID profiles don't
358
# include iCloud capability). Full entitlements are used for final codesign.
359
local archive_entitlements="build/archive-entitlements.plist"
@@ -364,7 +366,6 @@ build_for_arch() {
364
366
365
367
# Generate ExportOptions.plist
368
local export_options="build/ExportOptions-${arch}.plist"
- mkdir -p build
369
generate_export_options "$export_options"
370
371
# ── Step 1: Archive ──
0 commit comments