Skip to content

Commit 7073572

Browse files
committed
Update copyright year.
1 parent fe03bd2 commit 7073572

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Application/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<key>LSMinimumSystemVersion</key>
3434
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
3535
<key>NSHumanReadableCopyright</key>
36-
<string>Developed by SBAREX (2019-2021).</string>
36+
<string>Developed by SBAREX (2019-2022).</string>
3737
<key>NSMainStoryboardFile</key>
3838
<string>Storyboard</string>
3939
<key>NSPrincipalClass</key>
@@ -42,14 +42,14 @@
4242
<true/>
4343
<key>NSSupportsSuddenTermination</key>
4444
<false/>
45+
<key>SUEnableInstallerLauncherService</key>
46+
<string></string>
4547
<key>SUFeedURL</key>
4648
<string>https://sbarex.github.io/SourceCodeSyntaxHighlight/appcast.xml</string>
4749
<key>SUPublicEDKey</key>
4850
<string>J+ikFQXeR6eaUV0jvyfZAJKeYh+9UKGJuD/kJSIXnZk=</string>
4951
<key>SUScheduledCheckInterval</key>
5052
<real>86400</real>
51-
<key>SUEnableInstallerLauncherService</key>
52-
<true/>
5353
<key>UTExportedTypeDeclarations</key>
5454
<array>
5555
<dict>

QLExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,6 @@
273273
<string>$(PRODUCT_MODULE_NAME).PreviewViewController</string>
274274
</dict>
275275
<key>NSHumanReadableCopyright</key>
276-
<string>Developed by SBAREX (2019-2021).</string>
276+
<string>Developed by SBAREX (2019-2022).</string>
277277
</dict>
278278
</plist>

SyntaxHighlightRenderXPC/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSHumanReadableCopyright</key>
24-
<string>Developed by SBAREX (2019-2021).</string>
24+
<string>Developed by SBAREX (2019-2022).</string>
2525
<key>XPCService</key>
2626
<dict>
2727
<key>ServiceType</key>

XPCService/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>
22-
<string>Developed by SBAREX (2019-2021).</string>
22+
<string>Developed by SBAREX (2019-2022).</string>
2323
<key>XPCService</key>
2424
<dict>
2525
<key>ServiceType</key>

0 commit comments

Comments
 (0)