Skip to content

Commit

Permalink
feat(nettop-line) compatible with the macOS 13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
foamzou committed Oct 29, 2022
1 parent 4f543c0 commit 4294f61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

/.idea
8 changes: 4 additions & 4 deletions ITrafficMonitorForMac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
CODE_SIGN_ENTITLEMENTS = ITrafficMonitorForMac/ITrafficMonitorForMac.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_ASSET_PATHS = "\"ITrafficMonitorForMac/Preview Content\"";
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = ITrafficMonitorForMac/Info.plist;
Expand All @@ -364,7 +364,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.1.4;
MARKETING_VERSION = 0.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.foamzou.ITrafficMonitorForMac;
PRODUCT_NAME = ITraffic;
SWIFT_VERSION = 5.0;
Expand All @@ -379,7 +379,7 @@
CODE_SIGN_ENTITLEMENTS = ITrafficMonitorForMac/ITrafficMonitorForMac.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_ASSET_PATHS = "\"ITrafficMonitorForMac/Preview Content\"";
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = ITrafficMonitorForMac/Info.plist;
Expand All @@ -388,7 +388,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.1.4;
MARKETING_VERSION = 0.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.foamzou.ITrafficMonitorForMac;
PRODUCT_NAME = ITraffic;
SWIFT_VERSION = 5.0;
Expand Down
Binary file modified ITrafficMonitorForMac/dependence-resource/nettop-line
Binary file not shown.

0 comments on commit 4294f61

Please sign in to comment.