Skip to content

Commit

Permalink
v0.1.7 macOS distribution upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Gdalik committed Sep 4, 2024
1 parent 3cce5d6 commit 3801c65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions appveyor-macos-x64.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image: macos-bigsur
image: macos-monterey

platform: x64

init:
- chmod +x $HOME/venv3.11/bin/activate
- source $HOME/venv3.11/bin/activate
- chmod +x $HOME/venv3.12/bin/activate
- source $HOME/venv3.12/bin/activate

install:
- python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion macos_build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ app = BUNDLE(
'CFBundleIdentifier': 'org.earquiz.frequencies',
'CFBundleShortVersionString': '0.1.7',
'NSHighResolutionCapable': True,
'LSMinimumSystemVersion': '11.0.0',
'LSMinimumSystemVersion': '12.0.0',
'CFBundleDevelopmentRegion': 'en_US',
'CFBundleDocumentTypes': [{
'CFBundleTypeName': 'EarQuiz_Frequencies_Audio',
Expand Down

0 comments on commit 3801c65

Please sign in to comment.