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 77 <key >CFBundleExecutable </key >
88 <string >$(PRODUCT_NAME) </string >
99 <key >CFBundleGetInfoString </key >
10- <string >$(PRODUCT_NAME) (c) 2024 Ravbug </string >
10+ <string >$(PRODUCT_NAME) (c) 2019-2025 Ravbug </string >
1111 <key >CFBundleIconFile </key >
1212 <string >wxmac.icns </string >
1313 <key >CFBundleIdentifier </key >
2222 <string >it </string >
2323 </array >
2424 <key >CFBundleLongVersionString </key >
25- <string >(c) 2019-2024 Ravbug </string >
25+ <string >(c) 2019-2025 Ravbug </string >
2626 <key >CFBundleName </key >
2727 <string >$(PRODUCT_NAME) </string >
2828 <key >CFBundlePackageType </key >
2929 <string >APPL </string >
3030 <key >CFBundleShortVersionString </key >
31- <string >1.58 </string >
31+ <string >1.59 </string >
3232 <key >CFBundleSignature </key >
3333 <string >UNHn </string >
3434 <key >CFBundleVersion </key >
3535 <string >$(CURRENT_PROJECT_VERSION) </string >
3636 <key >LSApplicationCategoryType </key >
3737 <string >public.app-category.developer-tools </string >
3838 <key >NSHumanReadableCopyright </key >
39- <string >Copyright 2024 Ravbug </string >
39+ <string >Copyright 2019-2025 Ravbug </string >
4040 <key >NSPrincipalClass </key >
4141 <string >wxNSApplication </string >
4242</dict >
Original file line number Diff line number Diff line change 1414static constexpr std::string_view projectsFile = " projects.txt" ;
1515static constexpr std::string_view editorPathsFile = " editorPaths.txt" ;
1616static constexpr std::string_view templatePrefix = " com.unity.template" ;
17- static constexpr std::string_view AppVersion = " v1.58 " ;
17+ static constexpr std::string_view AppVersion = " v1.59 " ;
1818
1919struct wxListCtrl ;
2020struct wxWindow ;
You can’t perform that action at this time.
0 commit comments