Skip to content

Commit

Permalink
Version 2.4.0 - Added LSMinimumSystemVersion and bumped version numbe…
Browse files Browse the repository at this point in the history
…r to 2.4.0 to make it an offical release.
  • Loading branch information
Mieze committed Feb 15, 2021
1 parent fa0b9c1 commit 39209e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RealtekRTL8111.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = "$(MODULE_VERSION)";
MODULE_NAME = com.insanelymac.RealtekRTL8111;
MODULE_VERSION = 2.4.0d8;
MODULE_VERSION = 2.4.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.insanelymac.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = RealtekRTL8111;
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down Expand Up @@ -285,7 +285,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = "$(MODULE_VERSION)";
MODULE_NAME = com.insanelymac.RealtekRTL8111;
MODULE_VERSION = 2.4.0d8;
MODULE_VERSION = 2.4.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.insanelymac.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = RealtekRTL8111;
SDKROOT = macosx;
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions RealtekRTL8111/RealtekRTL8111-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,7 @@
</dict>
<key>OSBundleRequired</key>
<string>Network-Root</string>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
</dict>
</plist>

0 comments on commit 39209e2

Please sign in to comment.