Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thealpa committed Mar 6, 2022
1 parent 33ffc82 commit 1661ce9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
6 changes: 3 additions & 3 deletions SideButtonFixer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.7</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Alexei Baboulevitch. All rights reserved.</string>
<string>Copyright © 2022 Jan Hülsmann. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
Expand Down
26 changes: 14 additions & 12 deletions SwipeSimulator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

/* Begin PBXFileReference section */
3DC3C80227D2C7BE00727123 /* Licenses.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Licenses.txt; sourceTree = "<group>"; };
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 = "<group>"; };
4EC7C3B81EE711B400C9F725 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4EC7C3BD1EE711B400C9F725 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -114,7 +114,7 @@
children = (
4ECC16961EE54D3D0062AC72 /* swipesiml */,
4EF68AE91EE55A9500F6B0E8 /* swipesimr */,
4EC7C3B51EE711B400C9F725 /* SensibleSideButtons.app */,
4EC7C3B51EE711B400C9F725 /* SaneSideButtons.app */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -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 */,
Expand All @@ -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 */ = {
Expand Down Expand Up @@ -198,7 +198,7 @@
4ECC168E1EE54D3D0062AC72 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1220;
LastUpgradeCheck = 1320;
ORGANIZATIONNAME = "Jan Hülsmann";
TargetAttributes = {
4EC7C3B41EE711B400C9F725 = {
Expand Down Expand Up @@ -231,7 +231,7 @@
targets = (
4ECC16951EE54D3D0062AC72 /* swipesiml */,
4EF68AE01EE55A9500F6B0E8 /* swipesimr */,
4EC7C3B41EE711B400C9F725 /* SensibleSideButtons */,
4EC7C3B41EE711B400C9F725 /* SaneSideButtons */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -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 = "";
};
Expand Down Expand Up @@ -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 = "";
};
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 */,
Expand Down

0 comments on commit 1661ce9

Please sign in to comment.