diff --git a/PHP Monitor.xcodeproj/project.pbxproj b/PHP Monitor.xcodeproj/project.pbxproj index 16b31d6..0409b15 100644 --- a/PHP Monitor.xcodeproj/project.pbxproj +++ b/PHP Monitor.xcodeproj/project.pbxproj @@ -698,12 +698,12 @@ C41C1B4422B0098000E7CF16 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIconBeta; CODE_SIGN_ENTITLEMENTS = phpmon/phpmon.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 80; + CURRENT_PROJECT_VERSION = 85; DEVELOPMENT_TEAM = 8M54J5J787; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = phpmon/Info.plist; @@ -711,7 +711,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 4.0; + MARKETING_VERSION = "4.1-beta1"; PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -722,12 +722,12 @@ C41C1B4522B0098000E7CF16 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIconBeta; CODE_SIGN_ENTITLEMENTS = phpmon/phpmon.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 80; + CURRENT_PROJECT_VERSION = 85; DEVELOPMENT_TEAM = 8M54J5J787; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = phpmon/Info.plist; @@ -735,7 +735,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 4.0; + MARKETING_VERSION = "4.1-beta1"; PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/assets/beta-source.svg b/assets/beta-source.svg new file mode 100644 index 0000000..414a827 --- /dev/null +++ b/assets/beta-source.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/Contents.json b/phpmon/Assets.xcassets/AppIconBeta.appiconset/Contents.json new file mode 100644 index 0000000..64dc11e --- /dev/null +++ b/phpmon/Assets.xcassets/AppIconBeta.appiconset/Contents.json @@ -0,0 +1,68 @@ +{ + "images" : [ + { + "filename" : "icon_16x16.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "16x16" + }, + { + "filename" : "icon_16x16@2x.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "16x16" + }, + { + "filename" : "icon_32x32.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "32x32" + }, + { + "filename" : "icon_32x32@2x.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "32x32" + }, + { + "filename" : "icon_128x128.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "128x128" + }, + { + "filename" : "icon_128x128@2x.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "128x128" + }, + { + "filename" : "icon_256x256.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "256x256" + }, + { + "filename" : "icon_256x256@2x.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "256x256" + }, + { + "filename" : "icon_512x512.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "512x512" + }, + { + "filename" : "icon_512x512@2x.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "512x512" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_128x128.png b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_128x128.png new file mode 100644 index 0000000..67950a5 Binary files /dev/null and b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_128x128.png differ diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_128x128@2x.png b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_128x128@2x.png new file mode 100644 index 0000000..bca82db Binary files /dev/null and b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_128x128@2x.png differ diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_16x16.png b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_16x16.png new file mode 100644 index 0000000..f0eb45e Binary files /dev/null and b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_16x16.png differ diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_16x16@2x.png b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_16x16@2x.png new file mode 100644 index 0000000..7727960 Binary files /dev/null and b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_16x16@2x.png differ diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_256x256.png b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_256x256.png new file mode 100644 index 0000000..bca82db Binary files /dev/null and b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_256x256.png differ diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_256x256@2x.png b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_256x256@2x.png new file mode 100644 index 0000000..3c25ee2 Binary files /dev/null and b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_256x256@2x.png differ diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_32x32.png b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_32x32.png new file mode 100644 index 0000000..7727960 Binary files /dev/null and b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_32x32.png differ diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_32x32@2x.png b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_32x32@2x.png new file mode 100644 index 0000000..4708c68 Binary files /dev/null and b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_32x32@2x.png differ diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_512x512.png b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_512x512.png new file mode 100644 index 0000000..3c25ee2 Binary files /dev/null and b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_512x512.png differ diff --git a/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_512x512@2x.png b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_512x512@2x.png new file mode 100644 index 0000000..ade05f1 Binary files /dev/null and b/phpmon/Assets.xcassets/AppIconBeta.appiconset/icon_512x512@2x.png differ diff --git a/phpmon/Assets.xcassets/StatusBarIconStatic.imageset/phpmon@2x.png b/phpmon/Assets.xcassets/StatusBarIconStatic.imageset/phpmon@2x.png index 76e40b3..9defc15 100644 Binary files a/phpmon/Assets.xcassets/StatusBarIconStatic.imageset/phpmon@2x.png and b/phpmon/Assets.xcassets/StatusBarIconStatic.imageset/phpmon@2x.png differ diff --git a/phpmon/Domain/Integrations/Valet/Valet.swift b/phpmon/Domain/Integrations/Valet/Valet.swift index f16c3a0..20b9cac 100644 --- a/phpmon/Domain/Integrations/Valet/Valet.swift +++ b/phpmon/Domain/Integrations/Valet/Valet.swift @@ -27,8 +27,10 @@ class Valet { from: try! String(contentsOf: file, encoding: .utf8).data(using: .utf8)! ) + /* print("PHP Monitor should scan the following paths:") print(self.config.paths) + */ self.detectedSites = [] }