Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix compile issue, update binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
andylin2004 committed Oct 12, 2022
1 parent 5dcd452 commit a95fb24
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Low-Power-Mode-Toggler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@
outputFileListPaths = (
);
outputPaths = (
"$(SRCROOT)/helper/launchd.plist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -834,7 +835,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.1.1;
CURRENT_PROJECT_VERSION = 1.1.2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Low-Power-Mode-Toggler/Preview Content\"";
DEVELOPMENT_TEAM = QW3PB89WQ9;
Expand All @@ -851,7 +852,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.1.2;
PRODUCT_BUNDLE_IDENTIFIER = "com.andylin.Low-Power-Mode-Toggler";
PRODUCT_NAME = "$(TARGET_NAME)";
SHARED_DIRECTORY = Shared;
Expand All @@ -872,7 +873,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.1.1;
CURRENT_PROJECT_VERSION = 1.1.2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Low-Power-Mode-Toggler/Preview Content\"";
DEVELOPMENT_TEAM = QW3PB89WQ9;
Expand All @@ -889,7 +890,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.1.2;
PRODUCT_BUNDLE_IDENTIFIER = "com.andylin.Low-Power-Mode-Toggler";
PRODUCT_NAME = "$(TARGET_NAME)";
SHARED_DIRECTORY = Shared;
Expand Down

0 comments on commit a95fb24

Please sign in to comment.