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 d08cfe8 commit be5a3e5Copy full SHA for be5a3e5
.github/workflows/build.yml
@@ -110,7 +110,7 @@ jobs:
110
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $(date +'%Y%m%d%H%M%S')" "osx/Info.plist"
111
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $(date +'%Y.%m.%d')" "osx/Info.plist"
112
- name: cmake
113
- run: cmake -S . -B _build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=macos-bundle
+ run: cmake -S . -B _build -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DCMAKE_INSTALL_PREFIX=macos-bundle
114
- name: Build TreeSheets
115
run: cmake --build _build -j4
116
- name: Create bundle
0 commit comments