mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-04-01 09:10:08 +02:00
🔧 Bump build
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user