Skip to content

Commit 53e168c

Browse files
author
JoniVR
committed
🎉 release 1.3
- fixed unresponsiveness at startup - updated to Swift 4.2 - updated dependencies
1 parent 7f47936 commit 53e168c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
INFOPLIST_FILE = "$(SRCROOT)/MonitorControl/Info.plist";
593593
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
594594
MACOSX_DEPLOYMENT_TARGET = 10.12;
595-
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControl;
595+
PRODUCT_BUNDLE_IDENTIFIER = me.jonivr.MonitorControl;
596596
PRODUCT_NAME = "$(TARGET_NAME)";
597597
PROVISIONING_PROFILE_SPECIFIER = "";
598598
SWIFT_OBJC_BRIDGING_HEADER = "MonitorControl/Bridging-Header.h";
@@ -612,7 +612,7 @@
612612
INFOPLIST_FILE = "$(SRCROOT)/MonitorControl/Info.plist";
613613
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
614614
MACOSX_DEPLOYMENT_TARGET = 10.12;
615-
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControl;
615+
PRODUCT_BUNDLE_IDENTIFIER = me.jonivr.MonitorControl;
616616
PRODUCT_NAME = "$(TARGET_NAME)";
617617
PROVISIONING_PROFILE_SPECIFIER = "";
618618
SWIFT_OBJC_BRIDGING_HEADER = "MonitorControl/Bridging-Header.h";
@@ -636,7 +636,7 @@
636636
INFOPLIST_FILE = MonitorControlHelper/Info.plist;
637637
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
638638
MACOSX_DEPLOYMENT_TARGET = 10.12;
639-
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControlHelper;
639+
PRODUCT_BUNDLE_IDENTIFIER = me.jonivr.MonitorControlHelper;
640640
PRODUCT_NAME = "$(TARGET_NAME)";
641641
SKIP_INSTALL = YES;
642642
SWIFT_VERSION = 4.2;
@@ -659,7 +659,7 @@
659659
INFOPLIST_FILE = MonitorControlHelper/Info.plist;
660660
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
661661
MACOSX_DEPLOYMENT_TARGET = 10.12;
662-
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControlHelper;
662+
PRODUCT_BUNDLE_IDENTIFIER = me.jonivr.MonitorControlHelper;
663663
PRODUCT_NAME = "$(TARGET_NAME)";
664664
SKIP_INSTALL = YES;
665665
SWIFT_VERSION = 4.2;

MonitorControl/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.1</string>
20+
<string>1.3</string>
2121
<key>CFBundleVersion</key>
2222
<string>45</string>
2323
<key>LSApplicationCategoryType</key>

0 commit comments

Comments
 (0)