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

Commit

Permalink
bump everything to 1.1 oops
Browse files Browse the repository at this point in the history
  • Loading branch information
andylin2004 committed Jul 4, 2022
1 parent 36c737b commit 7113a45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ HELPER_TOOL_BUNDLE_IDENTIFIER = $(APP_BUNDLE_IDENTIFIER).helper

// The app's version needs to be defined at the project level so the helper tool can encode this as a code requirement
// mitigate downgrade attacks. See README for details.
APP_VERSION = 1.0.0
APP_VERSION = 1.1.0

// Setting a minimum deployment target less than 10.14.4 means the Swift 5 Runtime Support for Command Line Tools
// must be installed in order for the helper tool to run. (Alternatively the helper tool could be implemented in another
Expand Down
16 changes: 8 additions & 8 deletions Low-Power-Mode-Toggler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -638,12 +638,12 @@
isa = XCBuildConfiguration;
buildSettings = {
APP_BUNDLE_IDENTIFIER = "com.andylin.Low-Power-Mode-Toggler";
APP_VERSION = 1.0.0;
APP_VERSION = 1.1.0;
CODE_SIGN_ENTITLEMENTS = "com.andylin.Low-Power-Mode-Toggler.helper.entitlements";
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 1.1.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = QW3PB89WQ9;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -673,12 +673,12 @@
isa = XCBuildConfiguration;
buildSettings = {
APP_BUNDLE_IDENTIFIER = "com.andylin.Low-Power-Mode-Toggler";
APP_VERSION = 1.0.0;
APP_VERSION = 1.1.0;
CODE_SIGN_ENTITLEMENTS = "com.andylin.Low-Power-Mode-Toggler.helper.entitlements";
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 1.1.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = QW3PB89WQ9;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -831,7 +831,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.2;
CURRENT_PROJECT_VERSION = 1.1.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Low-Power-Mode-Toggler/Preview Content\"";
DEVELOPMENT_TEAM = QW3PB89WQ9;
Expand All @@ -847,7 +847,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.andylin.Low-Power-Mode-Toggler";
PRODUCT_NAME = "$(TARGET_NAME)";
SHARED_DIRECTORY = Shared;
Expand All @@ -868,7 +868,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.2;
CURRENT_PROJECT_VERSION = 1.1.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Low-Power-Mode-Toggler/Preview Content\"";
DEVELOPMENT_TEAM = QW3PB89WQ9;
Expand All @@ -884,7 +884,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.andylin.Low-Power-Mode-Toggler";
PRODUCT_NAME = "$(TARGET_NAME)";
SHARED_DIRECTORY = Shared;
Expand Down

0 comments on commit 7113a45

Please sign in to comment.