diff --git a/SideButtonFixer/Info.plist b/SideButtonFixer/Info.plist
index f51a1d4..f6a374d 100644
--- a/SideButtonFixer/Info.plist
+++ b/SideButtonFixer/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.7
+ $(MARKETING_VERSION)
CFBundleVersion
- 5
+ $(CURRENT_PROJECT_VERSION)
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
@@ -27,7 +27,7 @@
LSUIElement
NSHumanReadableCopyright
- Copyright © 2018 Alexei Baboulevitch. All rights reserved.
+ Copyright © 2022 Jan Hülsmann. All rights reserved.
NSMainStoryboardFile
Main
NSPrincipalClass
diff --git a/SwipeSimulator.xcodeproj/project.pbxproj b/SwipeSimulator.xcodeproj/project.pbxproj
index 5addde7..e1a472d 100644
--- a/SwipeSimulator.xcodeproj/project.pbxproj
+++ b/SwipeSimulator.xcodeproj/project.pbxproj
@@ -42,7 +42,7 @@
/* Begin PBXFileReference section */
3DC3C80227D2C7BE00727123 /* Licenses.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Licenses.txt; sourceTree = ""; };
- 4EC7C3B51EE711B400C9F725 /* SensibleSideButtons.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SensibleSideButtons.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4EC7C3B51EE711B400C9F725 /* SaneSideButtons.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SaneSideButtons.app; sourceTree = BUILT_PRODUCTS_DIR; };
4EC7C3B71EE711B400C9F725 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; };
4EC7C3B81EE711B400C9F725 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; };
4EC7C3BD1EE711B400C9F725 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
@@ -114,7 +114,7 @@
children = (
4ECC16961EE54D3D0062AC72 /* swipesiml */,
4EF68AE91EE55A9500F6B0E8 /* swipesimr */,
- 4EC7C3B51EE711B400C9F725 /* SensibleSideButtons.app */,
+ 4EC7C3B51EE711B400C9F725 /* SaneSideButtons.app */,
);
name = Products;
sourceTree = "";
@@ -141,9 +141,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
- 4EC7C3B41EE711B400C9F725 /* SensibleSideButtons */ = {
+ 4EC7C3B41EE711B400C9F725 /* SaneSideButtons */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 4EC7C3C81EE711B400C9F725 /* Build configuration list for PBXNativeTarget "SensibleSideButtons" */;
+ buildConfigurationList = 4EC7C3C81EE711B400C9F725 /* Build configuration list for PBXNativeTarget "SaneSideButtons" */;
buildPhases = (
4EC7C3B11EE711B400C9F725 /* Sources */,
4EC7C3B21EE711B400C9F725 /* Frameworks */,
@@ -153,9 +153,9 @@
);
dependencies = (
);
- name = SensibleSideButtons;
+ name = SaneSideButtons;
productName = SideButtonFixer;
- productReference = 4EC7C3B51EE711B400C9F725 /* SensibleSideButtons.app */;
+ productReference = 4EC7C3B51EE711B400C9F725 /* SaneSideButtons.app */;
productType = "com.apple.product-type.application";
};
4ECC16951EE54D3D0062AC72 /* swipesiml */ = {
@@ -198,7 +198,7 @@
4ECC168E1EE54D3D0062AC72 /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 1220;
+ LastUpgradeCheck = 1320;
ORGANIZATIONNAME = "Jan Hülsmann";
TargetAttributes = {
4EC7C3B41EE711B400C9F725 = {
@@ -231,7 +231,7 @@
targets = (
4ECC16951EE54D3D0062AC72 /* swipesiml */,
4EF68AE01EE55A9500F6B0E8 /* swipesimr */,
- 4EC7C3B41EE711B400C9F725 /* SensibleSideButtons */,
+ 4EC7C3B41EE711B400C9F725 /* SaneSideButtons */,
);
};
/* End PBXProject section */
@@ -319,7 +319,8 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
- PRODUCT_BUNDLE_IDENTIFIER = "net.archagon.sensible-side-buttons";
+ MARKETING_VERSION = 1.1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.janhuelsmann.sanesidebuttons;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
};
@@ -348,7 +349,8 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
- PRODUCT_BUNDLE_IDENTIFIER = "net.archagon.sensible-side-buttons";
+ MARKETING_VERSION = 1.1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.janhuelsmann.sanesidebuttons;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
};
@@ -406,7 +408,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = NO;
+ ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
@@ -535,7 +537,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- 4EC7C3C81EE711B400C9F725 /* Build configuration list for PBXNativeTarget "SensibleSideButtons" */ = {
+ 4EC7C3C81EE711B400C9F725 /* Build configuration list for PBXNativeTarget "SaneSideButtons" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4EC7C3C61EE711B400C9F725 /* Debug */,