Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkollasch committed Dec 14, 2021
1 parent c2e6483 commit aa4f9ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions jitouch/Jitouch/Jitouch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.78;
CURRENT_PROJECT_VERSION = 2.79;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_POSTPROCESSING = YES;
DEVELOPMENT_TEAM = 5UQY3B3594;
Expand All @@ -334,7 +334,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Jitouch_Prefix.pch;
INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = 2.78;
MARKETING_VERSION = 2.79;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.jitouch.Jitouch;
PRODUCT_NAME = Jitouch;
Expand All @@ -353,7 +353,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2.78;
CURRENT_PROJECT_VERSION = 2.79;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_POSTPROCESSING = YES;
DEVELOPMENT_TEAM = 5UQY3B3594;
Expand All @@ -367,7 +367,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Jitouch_Prefix.pch;
INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = 2.78;
MARKETING_VERSION = 2.79;
PRODUCT_BUNDLE_IDENTIFIER = com.jitouch.Jitouch;
PRODUCT_NAME = Jitouch;
PROVISIONING_PROFILE_SPECIFIER = "Jitouch Distribution";
Expand Down
2 changes: 1 addition & 1 deletion prefpane/Base.lproj/JitouchPref.xib
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ DQ
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="340">
<rect key="frame" x="19" y="152" width="592" height="29"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Version 2.78" id="351">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Version 2.79" id="351">
<font key="font" metaFont="system"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
Expand Down
8 changes: 4 additions & 4 deletions prefpane/Jitouch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.78;
CURRENT_PROJECT_VERSION = 2.79;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_POSTPROCESSING = YES;
DEVELOPMENT_TEAM = 5UQY3B3594;
Expand All @@ -356,7 +356,7 @@
"\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/MultitouchSupport.framework\"",
"$(PROJECT_DIR)",
);
MARKETING_VERSION = 2.78;
MARKETING_VERSION = 2.79;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.jitouch.${PRODUCT_NAME:identifier}";
PRODUCT_NAME = Jitouch;
Expand All @@ -381,7 +381,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2.78;
CURRENT_PROJECT_VERSION = 2.79;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_POSTPROCESSING = YES;
DEVELOPMENT_TEAM = 5UQY3B3594;
Expand All @@ -396,7 +396,7 @@
"\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/MultitouchSupport.framework\"",
"$(PROJECT_DIR)",
);
MARKETING_VERSION = 2.78;
MARKETING_VERSION = 2.79;
PRODUCT_BUNDLE_IDENTIFIER = "com.jitouch.${PRODUCT_NAME:identifier}";
PRODUCT_NAME = Jitouch;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit aa4f9ae

Please sign in to comment.