diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 09:27:03 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 09:28:56 -0500 |
| commit | 1156ab1b314b9b69e16fdc5fc9ff6eb3861b4588 (patch) | |
| tree | a2b137f9e54d5ea448303734245b709a9db2eb6e | |
| parent | 5155f632e5a6af818cb4f7524459f98c2a7ceb4d (diff) | |
| download | hutch-1156ab1b314b9b69e16fdc5fc9ff6eb3861b4588.tar.gz hutch-1156ab1b314b9b69e16fdc5fc9ff6eb3861b4588.tar.bz2 hutch-1156ab1b314b9b69e16fdc5fc9ff6eb3861b4588.zip | |
Update SonarCloud project id, contact emails, and bump to 3.8.5 (93)
- Point README badges and ROADMAP query at the krazywarez_hutch SonarCloud project
- Change user-facing contact emails to [email protected] (README, SECURITY, About screen)
- Bump MARKETING_VERSION to 3.8.5 and CURRENT_PROJECT_VERSION to 93
| -rw-r--r-- | Hutch.xcodeproj/project.pbxproj | 24 | ||||
| -rw-r--r-- | Hutch/Views/More/AboutView.swift | 2 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | ROADMAP.md | 2 | ||||
| -rw-r--r-- | SECURITY.md | 2 |
5 files changed, 18 insertions, 18 deletions
diff --git a/Hutch.xcodeproj/project.pbxproj b/Hutch.xcodeproj/project.pbxproj index 17411d0..702c075 100644 --- a/Hutch.xcodeproj/project.pbxproj +++ b/Hutch.xcodeproj/project.pbxproj @@ -593,7 +593,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Hutch/Hutch.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 91; + CURRENT_PROJECT_VERSION = 93; DEVELOPMENT_TEAM = ZCNAX3VL9D; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -610,7 +610,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.8.4; + MARKETING_VERSION = 3.8.5; PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = YES; @@ -630,7 +630,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Hutch/Hutch.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 91; + CURRENT_PROJECT_VERSION = 93; DEVELOPMENT_TEAM = ZCNAX3VL9D; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -647,7 +647,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.8.4; + MARKETING_VERSION = 3.8.5; PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = YES; @@ -710,7 +710,7 @@ APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_ENTITLEMENTS = HutchWidgetExtension/HutchWidgetExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 91; + CURRENT_PROJECT_VERSION = 93; DEVELOPMENT_TEAM = ZCNAX3VL9D; GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = HutchWidgetExtension/Info.plist; @@ -720,7 +720,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 3.8.4; + MARKETING_VERSION = 3.8.5; PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch.HutchWidgetExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -739,7 +739,7 @@ APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_ENTITLEMENTS = HutchWidgetExtension/HutchWidgetExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 91; + CURRENT_PROJECT_VERSION = 93; DEVELOPMENT_TEAM = ZCNAX3VL9D; GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = HutchWidgetExtension/Info.plist; @@ -749,7 +749,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 3.8.4; + MARKETING_VERSION = 3.8.5; PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch.HutchWidgetExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -768,7 +768,7 @@ APPLICATION_EXTENSION_API_ONLY = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 91; + CURRENT_PROJECT_VERSION = 93; DEVELOPMENT_TEAM = ZCNAX3VL9D; GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = HutchSafariExtension/Info.plist; @@ -778,7 +778,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 3.8.4; + MARKETING_VERSION = 3.8.5; PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch.HutchSafariExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -797,7 +797,7 @@ APPLICATION_EXTENSION_API_ONLY = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 91; + CURRENT_PROJECT_VERSION = 93; DEVELOPMENT_TEAM = ZCNAX3VL9D; GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = HutchSafariExtension/Info.plist; @@ -807,7 +807,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 3.8.4; + MARKETING_VERSION = 3.8.5; PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch.HutchSafariExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; diff --git a/Hutch/Views/More/AboutView.swift b/Hutch/Views/More/AboutView.swift index cc820f0..97ba9f6 100644 --- a/Hutch/Views/More/AboutView.swift +++ b/Hutch/Views/More/AboutView.swift @@ -66,7 +66,7 @@ struct AboutView: View { } Section("Support") { - Link(destination: URL(string: "mailto:[email protected]")!) { + Link(destination: URL(string: "mailto:[email protected]")!) { SwiftUI.Label("Email Support", systemImage: "envelope") } .themedRow() @@ -2,8 +2,8 @@ iOS client for SourceHut. [](https://builds.sr.ht/~ccleberg/Hutch?) -[](https://sonarcloud.io/summary/new_code?id=krz_hutch) -[](https://sonarcloud.io/summary/new_code?id=krz_hutch) +[](https://sonarcloud.io/summary/new_code?id=krazywarez_hutch) +[](https://sonarcloud.io/summary/new_code?id=krazywarez_hutch) [](https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299) @@ -96,4 +96,4 @@ This project is licensed under the GPL 3.0 or later. See [LICENSE](LICENSE). ## Contact -Questions or feedback: [email protected] +Questions or feedback: [email protected] @@ -266,7 +266,7 @@ The 3 hotspots are the part actually worth thought: then annotate. Query it with: -`https://sonarcloud.io/api/issues/search?componentKeys=krz_hutch&resolved=false` +`https://sonarcloud.io/api/issues/search?componentKeys=krazywarez_hutch&resolved=false` This was scoped as a patch on the assumption nothing executes differently — and that mostly held: the cosmetic fixes are comments, a merge, and a rename. The one diff --git a/SECURITY.md b/SECURITY.md index 000fc64..9ccdecb 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,7 @@ If you discover a security vulnerability, **do not open a public issue**. Instead: -1. **Email** your report to [[email protected]](mailto:[email protected]). +1. **Email** your report to [[email protected]](mailto:[email protected]). Include: - A detailed description of the vulnerability - Steps to reproduce |
