1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-04-01 09:10:08 +02:00

🔧 Bump build

This commit is contained in:
2026-03-07 16:18:54 +01:00
parent 7e2b119f51
commit 6e1d548b1b
2 changed files with 6 additions and 4 deletions

View File

@@ -4328,7 +4328,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1900;
CURRENT_PROJECT_VERSION = 1905;
DEAD_CODE_STRIPPING = YES;
DEBUG = YES;
ENABLE_APP_SANDBOX = NO;
@@ -4372,7 +4372,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1900;
CURRENT_PROJECT_VERSION = 1905;
DEAD_CODE_STRIPPING = YES;
DEBUG = NO;
ENABLE_APP_SANDBOX = NO;
@@ -4554,7 +4554,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1900;
CURRENT_PROJECT_VERSION = 1905;
DEAD_CODE_STRIPPING = YES;
DEBUG = YES;
ENABLE_APP_SANDBOX = NO;
@@ -4747,7 +4747,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1900;
CURRENT_PROJECT_VERSION = 1905;
DEAD_CODE_STRIPPING = YES;
DEBUG = NO;
ENABLE_APP_SANDBOX = NO;

View File

@@ -181,6 +181,7 @@ struct MarkdownTextViewRepresentable: NSViewRepresentable {
return ranges
}
// swiftlint:disable function_parameter_count
/**
Replaces markup like `**bold**` or `*italic*` with the appropriate font,
skipping any matches that overlap with an already-processed code span.
@@ -214,6 +215,7 @@ struct MarkdownTextViewRepresentable: NSViewRepresentable {
result.replaceCharacters(in: match.range, with: replacement)
}
}
// swiftlint:enable function_parameter_count
}
// MARK: - Shared Constants