File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4646 with :
4747 draft : true
4848 files : |
49- ./build/Release/MCAPSpotlightImporter.mdimporter
50- ./build/Release/MCAPSpotlightImporter.mdimporter.dSYM
49+ ./build/Release/MCAPSpotlightImporter.mdimporter.zip
50+ ./build/Release/MCAPSpotlightImporter.mdimporter.dSYM.zip
Original file line number Diff line number Diff line change 33 # https://developer.apple.com/documentation/xcode/building-swift-packages-or-apps-that-use-them-in-continuous-integration-workflows
44 # https://stackoverflow.com/questions/4969932/separate-build-directory-using-xcodebuild
55 xcodebuild -disableAutomaticPackageResolution -clonedSourcePackagesDirPath .swiftpm-packages -scheme MCAPSpotlightImporter SYMROOT=$(PWD ) /build -configuration Release clean build
6+ cd build/Release && zip -r MCAPSpotlightImporter.mdimporter.zip MCAPSpotlightImporter.mdimporter
7+ cd build/Release && zip -r MCAPSpotlightImporter.mdimporter.dSYM.zip MCAPSpotlightImporter.mdimporter.dSYM
68
79.PHONY : lint-ci
810lint-ci :
You can’t perform that action at this time.
0 commit comments