Skip to content

Commit

Permalink
MACOSX_DEPLOYMENT_TARGET = 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Dec 31, 2023
1 parent 416a9c4 commit 619b99d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion TemplateProject/resources/TemplateProject-AAX-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>CSResourcesFileMapped</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<string>10.13.0</string>
<key>LSMultipleInstancesProhibited</key>
<string>true</string>
<key>LSPrefersCarbon</key>
Expand Down
2 changes: 1 addition & 1 deletion TemplateProject/resources/TemplateProject-AU-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<key>CSResourcesFileMapped</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<string>10.13.0</string>
<key>NSPrincipalClass</key>
<string>TemplateProject_View</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion TemplateProject/resources/TemplateProject-VST2-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
<key>CSResourcesFileMapped</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<string>10.13.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion TemplateProject/resources/TemplateProject-VST3-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
<key>CSResourcesFileMapped</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<string>10.13.0</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleVersion</key>
<string>0.0.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.12.0</string>
<string>10.13.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
2 changes: 1 addition & 1 deletion TemplateProject/resources/TemplateProject-macOS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<string>10.13.0</string>
<key>NSMainNibFile</key>
<string>TemplateProject-macOS-MainMenu</string>
<key>NSMicrophoneUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion TemplateProject/scripts/update_version-mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def main():
auv3['CFBundleName'] = config['BUNDLE_NAME']
auv3['CFBundleVersion'] = CFBundleVersion
auv3['CFBundleShortVersionString'] = CFBundleVersion
auv3['LSMinimumSystemVersion'] = "10.12.0"
auv3['LSMinimumSystemVersion'] = LSMinimumSystemVersion
auv3['CFBundlePackageType'] = "XPC!"
auv3['NSExtension'] = dict(
NSExtensionAttributes = dict(
Expand Down
2 changes: 1 addition & 1 deletion common-mac.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = NO
CLANG_ENABLE_OBJC_WEAK = YES

// the minimum OS to support
MACOSX_DEPLOYMENT_TARGET = 10.11
MACOSX_DEPLOYMENT_TARGET = 10.13

SHARED_PRECOMPS_DIR = $(TARGET_BUILD_DIR)/PCH

Expand Down

0 comments on commit 619b99d

Please sign in to comment.