Skip to content

Commit

Permalink
Update to v1.11.0
Browse files Browse the repository at this point in the history
Had to fix import to build. Also had to disable Deployment Location
due to a cycle dependency issue around "Build/Intermediates.noindex".
  • Loading branch information
dado3212 committed Aug 20, 2024
1 parent acde1e2 commit f9dcd3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Binary file modified build/spaces-renamer.zip
Binary file not shown.
12 changes: 6 additions & 6 deletions spaces-renamer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
arm64e,
);
COMBINE_HIDPI_IMAGES = YES;
DEPLOYMENT_LOCATION = YES;
DEPLOYMENT_LOCATION = NO;
DSTROOT = /;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
Expand All @@ -337,7 +337,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
INFOPLIST_FILE = "$(SRCROOT)/spaces-renamer/Info.plist";
INSTALL_PATH = "/Library/Application Support/MacEnhance/Plugins";
MARKETING_VERSION = 1.10.1;
MARKETING_VERSION = 1.11.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.alexbeals.spaces-renamer";
PRODUCT_NAME = "spaces-renamer";
WRAPPER_EXTENSION = bundle;
Expand All @@ -354,13 +354,13 @@
);
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_LOCATION = YES;
DEPLOYMENT_LOCATION = NO;
DSTROOT = /;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
INFOPLIST_FILE = "$(SRCROOT)/spaces-renamer/Info.plist";
INSTALL_PATH = "/Library/Application Support/MacEnhance/Plugins";
MARKETING_VERSION = 1.10.1;
MARKETING_VERSION = 1.11.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.alexbeals.spaces-renamer";
PRODUCT_NAME = "spaces-renamer";
WRAPPER_EXTENSION = bundle;
Expand Down Expand Up @@ -474,7 +474,7 @@
INFOPLIST_FILE = SpacesRenamer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.10.1;
MARKETING_VERSION = 1.11.0;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.alexbeals.SpacesRenamer;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -526,7 +526,7 @@
INFOPLIST_FILE = SpacesRenamer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.10.1;
MARKETING_VERSION = 1.11.0;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.alexbeals.SpacesRenamer;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
1 change: 1 addition & 0 deletions spaces-renamer/spacesRenamer.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

@import Foundation;
@import CoreText;
#import "ZKSwizzle.h"
#import <QuartzCore/QuartzCore.h>

Expand Down

0 comments on commit f9dcd3c

Please sign in to comment.