Skip to content

Commit 4608a53

Browse files
authored
Bump for release 2.2.0 (MonitorControl#476)
1 parent b07ff86 commit 4608a53

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@
757757
"$(inherited)",
758758
"@executable_path/../Frameworks",
759759
);
760-
MARKETING_VERSION = 2.1.0;
760+
MARKETING_VERSION = 2.2.0;
761761
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControl;
762762
PRODUCT_NAME = "$(TARGET_NAME)";
763763
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -769,6 +769,7 @@
769769
56754EBA1D9A4016007BCDC5 /* Release */ = {
770770
isa = XCBuildConfiguration;
771771
buildSettings = {
772+
ARCHS = x86_64;
772773
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
773774
CODE_SIGN_IDENTITY = "Mac Developer";
774775
CODE_SIGN_STYLE = Automatic;
@@ -781,7 +782,7 @@
781782
"$(inherited)",
782783
"@executable_path/../Frameworks",
783784
);
784-
MARKETING_VERSION = 2.1.0;
785+
MARKETING_VERSION = 2.2.0;
785786
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControl;
786787
PRODUCT_NAME = "$(TARGET_NAME)";
787788
PROVISIONING_PROFILE_SPECIFIER = "";

MonitorControl/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>946</string>
22+
<string>947</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>

MonitorControlHelper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>946</string>
22+
<string>947</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSBackgroundOnly</key>

0 commit comments

Comments
 (0)