From bdc6be73849209766a2c82f8963e9927be6bfbd4 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sat, 14 Nov 2020 02:19:28 +0100 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=93=9D=20Universal=20application?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PHP Monitor.xcodeproj/project.pbxproj | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PHP Monitor.xcodeproj/project.pbxproj b/PHP Monitor.xcodeproj/project.pbxproj index bda503f..c9b83e9 100644 --- a/PHP Monitor.xcodeproj/project.pbxproj +++ b/PHP Monitor.xcodeproj/project.pbxproj @@ -413,7 +413,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 2.3; + MARKETING_VERSION = 2.4; PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -437,7 +437,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 2.3; + MARKETING_VERSION = 2.4; PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/README.md b/README.md index 4d57a4e..a8f8d55 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ It's also super convenient to switch between different versions of PHP, or to fi ## 🖥 System requirements +PHP Monitor is a universal application that runs on Apple Silicon *and* Intel-based Macs. + * macOS 10.15 Catalina or higher (works on macOS 11 Big Sur) * PHP 7.4 installed with Homebrew 2.x * Laravel Valet 2.x From 03158a568c100cb94c82aa315affeae0e30099b1 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sat, 14 Nov 2020 02:19:42 +0100 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=A7=20Add=20PHP=208.0=20to=20list?= =?UTF-8?q?=20of=20detected=20PHP=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Constants.swift b/phpmon/Constants.swift index 66aa848..d618013 100644 --- a/phpmon/Constants.swift +++ b/phpmon/Constants.swift @@ -14,7 +14,7 @@ class Constants { * The PHP versions supported by this application. */ static let SupportedPhpVersions = [ - "5.6", "7.0", "7.1", "7.2", "7.3", "7.4" + "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0" ] /** From a194ecdebef43e4cd89a9b1a98ecedfe668f6a7b Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sat, 14 Nov 2020 02:20:26 +0100 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=94=A7=20Updated=20build=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PHP Monitor.xcodeproj/project.pbxproj | 4 +++- .../xcshareddata/xcschemes/PHP Monitor.xcscheme | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PHP Monitor.xcodeproj/project.pbxproj b/PHP Monitor.xcodeproj/project.pbxproj index c9b83e9..85324d7 100644 --- a/PHP Monitor.xcodeproj/project.pbxproj +++ b/PHP Monitor.xcodeproj/project.pbxproj @@ -204,7 +204,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1020; - LastUpgradeCheck = 1110; + LastUpgradeCheck = 1220; ORGANIZATIONNAME = "Nico Verbruggen"; TargetAttributes = { C41C1B3222B0097F00E7CF16 = { @@ -308,6 +308,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -369,6 +370,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; diff --git a/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor.xcscheme b/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor.xcscheme index e93bdab..8e112d7 100644 --- a/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor.xcscheme +++ b/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor.xcscheme @@ -1,6 +1,6 @@ Date: Sat, 14 Nov 2020 02:33:46 +0100 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=93=9D=20Updated=20SECURITY=20to=20re?= =?UTF-8?q?flect=20new=20support=20status?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SECURITY.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 973a548..14b2c59 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,12 +4,10 @@ The following versions of PHP Monitor are supported: -| Version | Supported | Runs on macOS | -| ------- | ------------------ | ----- | -| 2.3 | ✅ | Catalina (10.15), Big Sur (11.0) | -| 2.2 | ❌ | Catalina (10.15), Big Sur (11.0) | -| 2.1 | ❌ | Catalina (10.15), Big Sur (11.0) | -| < 2.1 | ❌ | Catalina (10.15) | +| Version | Universal | Supported | Runs on macOS | +| ------- | ------------- | ------------------ | ----- | +| 2.4 | ✅ | ✅ | Catalina (10.15), Big Sur (11.0) | +| < 2.4 | ❌ | ❌ | Catalina (10.15) | ## Reporting a Vulnerability