diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-18 10:25:59 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-18 10:25:59 +0200 |
| commit | 365d96fffd94a1594e890bd5ae97dca7f580728a (patch) | |
| tree | ff473cf978d14a66eaa709e0d0befd2f7ae51e69 | |
| parent | 799df98fdea385722a4ad0b341274fd36a1fd38a (diff) | |
Fix export with plugin4.1.0
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ generate_appcast: @$(sparkle_path)/bin/generate_appcast --download-url-prefix $(download_url) --account $(sparkle_account) $(build_directory) archive: prepare - @xcodebuild -project $(project_name).xcodeproj -scheme $(project_name) -configuration Release -archivePath $(build_directory)/$(project_name).xcarchive archive && xcodebuild -exportArchive -archivePath $(build_directory)/$(project_name).xcarchive -exportPath $(build_directory) -exportOptionsPlist export_options.plist + @xcodebuild -project $(project_name).xcodeproj -scheme $(project_name) -configuration Release -archivePath $(build_directory)/$(project_name).xcarchive archive && xcodebuild -exportArchive -archivePath $(build_directory)/$(project_name).xcarchive -exportPath $(build_directory) -exportOptionsPlist export_options.plist -allowProvisioningUpdates prepare: @mkdir -p $(build_directory) |