Skip to content

Commit

Permalink
[FIX] MacOS Sequoia
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Sep 18, 2024
1 parent 7e6e112 commit d660a40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
mkdir -p ${{ github.workspace }}/deps/build_${{ inputs.arch }}
mkdir -p ${{ github.workspace }}/deps/build_${{ inputs.arch }}/PrusaSlicer_dep_${{ inputs.arch }}
brew uninstall --ignore-dependencies zstd
./build_release_macos.sh -dp -a ${{ inputs.arch }} -t 10.15
./build_release_macos.sh -dp -a ${{ inputs.arch }} -t 11.3
brew install zstd
- name: Build on Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_prusa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
if: inputs.os == 'macos-12' || inputs.os == 'macos-13' || inputs.os == 'macos-14'
working-directory: ${{ github.workspace }}
run: |
./build_release_macos.sh -s -n -a ${{inputs.arch}} -t 10.15
./build_release_macos.sh -s -n -a ${{inputs.arch}} -t 11.3
- name: Sign app and notary
if: (github.ref == 'refs/heads/boss' || startsWith(github.ref, 'refs/heads/release/')) && (inputs.os == 'macos-12' || inputs.os == 'macos-13' || inputs.os == 'macos-14')
Expand Down
2 changes: 2 additions & 0 deletions src/platform/osx/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSLocalNetworkUsageDescription</key>
<string>Allow network connectivity for PrusaSlicer to send G-codes to your printer via supported services like PrusaConnect, PrusaLink, Octoprint, or Klipper/Moonraker.</string>
<key>LSEnvironment</key>
<dict>
<key>ASAN_OPTIONS</key>
Expand Down

0 comments on commit d660a40

Please sign in to comment.