Skip to content

Commit

Permalink
Bump to up 2.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Apr 1, 2023
1 parent a7bfb0b commit e597fa6
Show file tree
Hide file tree
Showing 73 changed files with 80 additions and 72 deletions.
16 changes: 8 additions & 8 deletions Logboard.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -631,7 +631,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SKIP_INSTALL = YES;
Expand All @@ -656,7 +656,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = watchos;
Expand Down Expand Up @@ -684,7 +684,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = watchos;
Expand Down Expand Up @@ -715,7 +715,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = macosx;
Expand Down Expand Up @@ -744,7 +744,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = macosx;
Expand All @@ -771,7 +771,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = appletvos;
Expand Down Expand Up @@ -800,7 +800,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = appletvos;
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/logboard.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"variants":[{"paths":["\/documentation\/logboard"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Logboard\/documentation\/Logboard","interfaceLanguage":"swift"},"topicSections":[{"title":"Classes","identifiers":["doc:\/\/Logboard\/documentation\/Logboard\/ConsoleAppender","doc:\/\/Logboard\/documentation\/Logboard\/LBLogger","doc:\/\/Logboard\/documentation\/Logboard\/MultiAppender","doc:\/\/Logboard\/documentation\/Logboard\/NullAppender","doc:\/\/Logboard\/documentation\/Logboard\/OSLoggerAppender","doc:\/\/Logboard\/documentation\/Logboard\/SocketAppender"]},{"title":"Protocols","identifiers":["doc:\/\/Logboard\/documentation\/Logboard\/LBLoggerAppender"]}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"Logboard","title":"Logboard","symbolKind":"module","role":"collection","modules":[{"name":"Logboard"}]},"hierarchy":{"paths":[[]]},"references":{"doc://Logboard/documentation/Logboard/LBLogger":{"role":"symbol","title":"LBLogger","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"LBLogger"}],"abstract":[{"type":"text","text":"The LBLogger class is writing string messages to the LogboardAppender."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/LBLogger","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"LBLogger"}],"url":"\/documentation\/logboard\/lblogger"},"doc://Logboard/documentation/Logboard/ConsoleAppender":{"role":"symbol","title":"ConsoleAppender","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ConsoleAppender"}],"abstract":[{"type":"text","text":"The ConsoleAppender class can output your xcode console with print function."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/ConsoleAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ConsoleAppender"}],"url":"\/documentation\/logboard\/consoleappender"},"doc://Logboard/documentation/Logboard/SocketAppender":{"role":"symbol","title":"SocketAppender","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"SocketAppender"}],"abstract":[{"type":"text","text":"The SocketAppender class writes a message to LogboardConsole service."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/SocketAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SocketAppender"}],"url":"\/documentation\/logboard\/socketappender"},"doc://Logboard/documentation/Logboard/MultiAppender":{"role":"symbol","title":"MultiAppender","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"MultiAppender"}],"abstract":[{"type":"text","text":"The MultiAppender class delegates appenders."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/MultiAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"MultiAppender"}],"url":"\/documentation\/logboard\/multiappender"},"doc://Logboard/documentation/Logboard":{"role":"collection","title":"Logboard","abstract":[],"identifier":"doc:\/\/Logboard\/documentation\/Logboard","kind":"symbol","type":"topic","url":"\/documentation\/logboard"},"doc://Logboard/documentation/Logboard/NullAppender":{"role":"symbol","title":"NullAppender","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"NullAppender"}],"abstract":[{"type":"text","text":"The NullAppender class does output no message."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/NullAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"NullAppender"}],"url":"\/documentation\/logboard\/nullappender"},"doc://Logboard/documentation/Logboard/LBLoggerAppender":{"role":"symbol","title":"LBLoggerAppender","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"LBLoggerAppender"}],"abstract":[{"type":"text","text":"An interface that manages the logging appending."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/LBLoggerAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"LBLoggerAppender"}],"url":"\/documentation\/logboard\/lbloggerappender"},"doc://Logboard/documentation/Logboard/OSLoggerAppender":{"role":"symbol","title":"OSLoggerAppender","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OSLoggerAppender"}],"abstract":[{"type":"text","text":"The OSLoggerAppender class can output your Console.app with os_log function."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/OSLoggerAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"OSLoggerAppender"}],"url":"\/documentation\/logboard\/osloggerappender"}}}
{"variants":[{"paths":["\/documentation\/logboard"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Logboard\/documentation\/Logboard","interfaceLanguage":"swift"},"topicSections":[{"title":"Classes","identifiers":["doc:\/\/Logboard\/documentation\/Logboard\/ConsoleAppender","doc:\/\/Logboard\/documentation\/Logboard\/LBLogger","doc:\/\/Logboard\/documentation\/Logboard\/MultiAppender","doc:\/\/Logboard\/documentation\/Logboard\/NullAppender","doc:\/\/Logboard\/documentation\/Logboard\/OSLoggerAppender","doc:\/\/Logboard\/documentation\/Logboard\/SocketAppender"]},{"title":"Protocols","identifiers":["doc:\/\/Logboard\/documentation\/Logboard\/LBLoggerAppender"]}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"Logboard","title":"Logboard","symbolKind":"module","role":"collection","modules":[{"name":"Logboard"}]},"hierarchy":{"paths":[[]]},"references":{"doc://Logboard/documentation/Logboard":{"role":"collection","title":"Logboard","abstract":[],"identifier":"doc:\/\/Logboard\/documentation\/Logboard","kind":"symbol","type":"topic","url":"\/documentation\/logboard"},"doc://Logboard/documentation/Logboard/ConsoleAppender":{"role":"symbol","title":"ConsoleAppender","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ConsoleAppender"}],"abstract":[{"type":"text","text":"The ConsoleAppender class can output your xcode console with print function."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/ConsoleAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ConsoleAppender"}],"url":"\/documentation\/logboard\/consoleappender"},"doc://Logboard/documentation/Logboard/SocketAppender":{"role":"symbol","title":"SocketAppender","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"SocketAppender"}],"abstract":[{"type":"text","text":"The SocketAppender class writes a message to LogboardConsole service."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/SocketAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SocketAppender"}],"url":"\/documentation\/logboard\/socketappender"},"doc://Logboard/documentation/Logboard/NullAppender":{"role":"symbol","title":"NullAppender","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"NullAppender"}],"abstract":[{"type":"text","text":"The NullAppender class does output no message."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/NullAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"NullAppender"}],"url":"\/documentation\/logboard\/nullappender"},"doc://Logboard/documentation/Logboard/MultiAppender":{"role":"symbol","title":"MultiAppender","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"MultiAppender"}],"abstract":[{"type":"text","text":"The MultiAppender class delegates appenders."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/MultiAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"MultiAppender"}],"url":"\/documentation\/logboard\/multiappender"},"doc://Logboard/documentation/Logboard/OSLoggerAppender":{"role":"symbol","title":"OSLoggerAppender","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"OSLoggerAppender"}],"abstract":[{"type":"text","text":"The OSLoggerAppender class can output your Console.app with os_log function."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/OSLoggerAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"OSLoggerAppender"}],"url":"\/documentation\/logboard\/osloggerappender"},"doc://Logboard/documentation/Logboard/LBLoggerAppender":{"role":"symbol","title":"LBLoggerAppender","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"LBLoggerAppender"}],"abstract":[{"type":"text","text":"An interface that manages the logging appending."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/LBLoggerAppender","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"LBLoggerAppender"}],"url":"\/documentation\/logboard\/lbloggerappender"},"doc://Logboard/documentation/Logboard/LBLogger":{"role":"symbol","title":"LBLogger","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"LBLogger"}],"abstract":[{"type":"text","text":"The LBLogger class is writing string messages to the LogboardAppender."}],"identifier":"doc:\/\/Logboard\/documentation\/Logboard\/LBLogger","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"LBLogger"}],"url":"\/documentation\/logboard\/lblogger"}}}
Loading

0 comments on commit e597fa6

Please sign in to comment.