Skip to content

Commit

Permalink
rebuild the app
Browse files Browse the repository at this point in the history
with the new dev certificate (the old one was revoked on signing in to Xcode on a new machine)
  • Loading branch information
artginzburg committed Aug 30, 2022
1 parent be5ee82 commit 925ab90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MiddleClick.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 18112021;
CURRENT_PROJECT_VERSION = 30082022;
DEVELOPMENT_TEAM = R2294BC6J8;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -232,7 +232,7 @@
INFOPLIST_FILE = "$(SRCROOT)/MiddleClick/Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 2.5;
MARKETING_VERSION = 2.5.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.rouge41.middleClick;
PRODUCT_NAME = MiddleClick;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -250,7 +250,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 18112021;
CURRENT_PROJECT_VERSION = 30082022;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = R2294BC6J8;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -263,7 +263,7 @@
INFOPLIST_FILE = "$(SRCROOT)/MiddleClick/Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 2.5;
MARKETING_VERSION = 2.5.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.rouge41.middleClick;
PRODUCT_NAME = MiddleClick;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 925ab90

Please sign in to comment.