Skip to content

Commit

Permalink
Merge pull request #756 from g-maxime/sign
Browse files Browse the repository at this point in the history
Update macOS version min to 10.13
  • Loading branch information
JeromeMartinez authored Jun 22, 2023
2 parents d86122b + 4f3967f commit 4f69491
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Project/Mac/Info-ns.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
<key>DTSDKBuild</key>
<string>10K549</string>
<key>DTSDKName</key>
<string>macosx10.10</string>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0420</string>
<key>DTXcodeBuild</key>
<string>4C199</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
<string>10.13</string>
<key>NSHumanReadableCopyright</key>
<string>(c) MediaArea.net</string>
<key>NSMainNibFile</key>
Expand Down
4 changes: 2 additions & 2 deletions Project/Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
<key>DTSDKBuild</key>
<string>10K549</string>
<key>DTSDKName</key>
<string>macosx10.10</string>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0420</string>
<key>DTXcodeBuild</key>
<string>4C199</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
<string>10.13</string>
<key>NSHumanReadableCopyright</key>
<string>(c) MediaArea.net</string>
<key>NSMainNibFile</key>
Expand Down
4 changes: 2 additions & 2 deletions Project/Qt/MediaConch.pro
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,10 @@ macx:contains(MACSTORE, yes|1) {
QMAKE_CFLAGS += -gdwarf-2
QMAKE_CXXFLAGS += -gdwarf-2
QMAKE_INFO_PLIST = ../Mac/Info.plist
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.13
} else:macx {
QMAKE_INFO_PLIST = ../Mac/Info-ns.plist
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.13
}

LIBS += -lz
Expand Down

0 comments on commit 4f69491

Please sign in to comment.