diff --git a/.github/workflows/do_all_of_the_things.yml b/.github/workflows/do_all_of_the_things.yml index 2ca35a4..651ebf4 100644 --- a/.github/workflows/do_all_of_the_things.yml +++ b/.github/workflows/do_all_of_the_things.yml @@ -23,3 +23,9 @@ jobs: run: drstring --version - name: Run DrString run: drstring check --config-file .drstring.toml + - name: Archive Mist + run: xcodebuild -scheme Mist clean archive -configuration release -archivePath Mist + - name: Export Mist + run: xcodebuild -exportArchive -archivePath Mist.xcarchive -exportPath Export -exportOptionsPlist ExportOptions.plist + - name: Print Mist version + run: defaults read Export/Mist.app CFBundleShortVersionString diff --git a/ExportOptions.plist b/ExportOptions.plist new file mode 100644 index 0000000..3967e06 Binary files /dev/null and b/ExportOptions.plist differ