From 4e01a29fc265951093224ee20d3dd750aef31606 Mon Sep 17 00:00:00 2001 From: Joel S Date: Fri, 5 Aug 2016 12:40:13 -0700 Subject: [PATCH 1/6] Updating major to 3 --- BeaconOSX/Base.lproj/MainMenu.xib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeaconOSX/Base.lproj/MainMenu.xib b/BeaconOSX/Base.lproj/MainMenu.xib index 84aa04d..6466b73 100644 --- a/BeaconOSX/Base.lproj/MainMenu.xib +++ b/BeaconOSX/Base.lproj/MainMenu.xib @@ -318,7 +318,7 @@ - + From 50792dd53e78276e10398faa04b624c495ed9367 Mon Sep 17 00:00:00 2001 From: Joel S Date: Fri, 5 Aug 2016 12:41:21 -0700 Subject: [PATCH 2/6] Updating default UUID --- BeaconOSX/Base.lproj/MainMenu.xib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeaconOSX/Base.lproj/MainMenu.xib b/BeaconOSX/Base.lproj/MainMenu.xib index 6466b73..ba9d116 100644 --- a/BeaconOSX/Base.lproj/MainMenu.xib +++ b/BeaconOSX/Base.lproj/MainMenu.xib @@ -309,7 +309,7 @@ - + From d6c488f65fce87a470c80be0dcfdd4caa72a4478 Mon Sep 17 00:00:00 2001 From: Joel Scaria Date: Sat, 6 Aug 2016 10:43:32 -0700 Subject: [PATCH 3/6] changing deployment targets --- BeaconOSX.xcodeproj/project.pbxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BeaconOSX.xcodeproj/project.pbxproj b/BeaconOSX.xcodeproj/project.pbxproj index a9718cd..939fa75 100644 --- a/BeaconOSX.xcodeproj/project.pbxproj +++ b/BeaconOSX.xcodeproj/project.pbxproj @@ -404,8 +404,9 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "BeaconOSX/BeaconOSX-Prefix.pch"; INFOPLIST_FILE = "BeaconOSX/BeaconOSX-Info.plist"; + MACOSX_DEPLOYMENT_TARGET = 10.11; PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx10.9; + SDKROOT = macosx10.11; WRAPPER_EXTENSION = app; }; name = Debug; @@ -418,8 +419,9 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "BeaconOSX/BeaconOSX-Prefix.pch"; INFOPLIST_FILE = "BeaconOSX/BeaconOSX-Info.plist"; + MACOSX_DEPLOYMENT_TARGET = 10.11; PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx10.9; + SDKROOT = macosx10.11; WRAPPER_EXTENSION = app; }; name = Release; From 779421935e505c9b05f868ef0060b6c2751300bd Mon Sep 17 00:00:00 2001 From: Joel Scaria Date: Thu, 25 Aug 2016 12:23:31 -0700 Subject: [PATCH 4/6] Fixing OS X dependency --- BeaconOSX/BLCAppDelegate.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BeaconOSX/BLCAppDelegate.m b/BeaconOSX/BLCAppDelegate.m index 4fa0d78..94dcb89 100644 --- a/BeaconOSX/BLCAppDelegate.m +++ b/BeaconOSX/BLCAppDelegate.m @@ -71,12 +71,12 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { NSInteger major = [[version objectAtIndex:0] integerValue]; NSInteger minor = [[version objectAtIndex:1] integerValue]; - if (major == 10 && minor != 9) { + if (major == 10 && minor < 9) { NSAlert* alert = [NSAlert alertWithMessageText:@"Unsupported OS" defaultButton:@"OK" alternateButton:nil otherButton:nil - informativeTextWithFormat:@"BeaconOSX requires OS X Mavericks!!!\n\nBeaconOSX does NOT work with versions of OS X before or after Mavericks, e.g. Yosemite"]; + informativeTextWithFormat:@"BeaconOSX requires OS X Mavericks!!!\n\nBeaconOSX does NOT work with versions of OS X before Mavericks"]; [alert beginSheetModalForWindow:self.window completionHandler:^(NSModalResponse returnCode) { exit(-1); From 39183da0d48ad6afedfb84243281294c60686c57 Mon Sep 17 00:00:00 2001 From: Joel S Date: Sun, 23 Sep 2018 20:37:39 -0700 Subject: [PATCH 5/6] changing uuid back --- BeaconOSX/Base.lproj/MainMenu.xib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeaconOSX/Base.lproj/MainMenu.xib b/BeaconOSX/Base.lproj/MainMenu.xib index ba9d116..6466b73 100644 --- a/BeaconOSX/Base.lproj/MainMenu.xib +++ b/BeaconOSX/Base.lproj/MainMenu.xib @@ -309,7 +309,7 @@ - + From 1e67c1116adb702a8184c22ac8146b3288b31ee7 Mon Sep 17 00:00:00 2001 From: Joel S Date: Sun, 23 Sep 2018 20:38:08 -0700 Subject: [PATCH 6/6] reverting changes back --- BeaconOSX/Base.lproj/MainMenu.xib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeaconOSX/Base.lproj/MainMenu.xib b/BeaconOSX/Base.lproj/MainMenu.xib index 6466b73..84aa04d 100644 --- a/BeaconOSX/Base.lproj/MainMenu.xib +++ b/BeaconOSX/Base.lproj/MainMenu.xib @@ -318,7 +318,7 @@ - +