File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
<key >CFBundleExecutable </key >
8
8
<string >$(PRODUCT_NAME) </string >
9
9
<key >CFBundleGetInfoString </key >
10
- <string >$(PRODUCT_NAME) (c) 2019 Ravbug </string >
10
+ <string >$(PRODUCT_NAME) (c) 2022 Ravbug </string >
11
11
<key >CFBundleIconFile </key >
12
12
<string >wxmac.icns </string >
13
13
<key >CFBundleIdentifier </key >
22
22
<string >it </string >
23
23
</array >
24
24
<key >CFBundleLongVersionString </key >
25
- <string >(c) 2021 Ravbug </string >
25
+ <string >(c) 2022 Ravbug </string >
26
26
<key >CFBundleName </key >
27
27
<string >$(PRODUCT_NAME) </string >
28
28
<key >CFBundlePackageType </key >
29
29
<string >APPL </string >
30
30
<key >CFBundleShortVersionString </key >
31
- <string >1.41 </string >
31
+ <string >1.42 </string >
32
32
<key >CFBundleSignature </key >
33
33
<string >???? </string >
34
34
<key >CFBundleVersion </key >
35
35
<string >$(CURRENT_PROJECT_VERSION) </string >
36
36
<key >LSApplicationCategoryType </key >
37
37
<string >public.app-category.developer-tools </string >
38
38
<key >NSHumanReadableCopyright </key >
39
- <string >Copyright 2021 Ravbug </string >
39
+ <string >Copyright 2022 Ravbug </string >
40
40
<key >NSPrincipalClass </key >
41
41
<string >wxNSApplication </string >
42
42
</dict >
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ void MainFrameDerived::OnAbout(wxCommandEvent& event)
170
170
{
171
171
wxAboutDialogInfo aboutInfo;
172
172
aboutInfo.SetName (" Unity Hub Native" );
173
- aboutInfo.SetCopyright (" (C) Ravbug 2021 " );
173
+ aboutInfo.SetCopyright (" (C) Ravbug 2022 " );
174
174
aboutInfo.SetDescription (" Developed with wxWidgets in C++" );
175
175
#if defined __linux__
176
176
aboutInfo.SetWebSite (" https://github.com/ravbug/UnityHubNative" );
You can’t perform that action at this time.
0 commit comments