Skip to content

Commit

Permalink
It's 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Jan 5, 2024
1 parent 31e50cf commit 60e8015
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CelestiaMacBridge/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (C) 2001-2022, the Celestia Development Team</string>
<string>Copyright (C) 2001-2024, the Celestia Development Team</string>
<key>NSPrincipalClass</key>
<string>CELMacBridge</string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions MobileCelestia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright (C) 2001-2023, the Celestia Development Team";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright (C) 2001-2024, the Celestia Development Team";
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
MACOSX_DEPLOYMENT_TARGET = 10.15;
ONLY_ACTIVE_ARCH = YES;
Expand All @@ -1621,7 +1621,7 @@
"-Wl,-ld_classic",
);
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 411;
SHARED_BUILD_NUMBER = 412;
SHARED_BUILD_VERSION = 1.6.4;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -1674,15 +1674,15 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright (C) 2001-2023, the Celestia Development Team";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright (C) 2001-2024, the Celestia Development Team";
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
MACOSX_DEPLOYMENT_TARGET = 10.15;
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl,-ld_classic",
);
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 411;
SHARED_BUILD_NUMBER = 412;
SHARED_BUILD_VERSION = 1.6.4;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
Expand Down
2 changes: 1 addition & 1 deletion MobileCelestia/Info-macos.plist
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright (C) 2001-2022, the Celestia Development Team</string>
<string>Copyright (C) 2001-2024, the Celestia Development Team</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Permission is needed to save screenshots to Photo Library.</string>
<key>UIApplicationSceneManifest</key>
Expand Down
2 changes: 1 addition & 1 deletion MobileCelestia/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright (C) 2001-2022, the Celestia Development Team</string>
<string>Copyright (C) 2001-2024, the Celestia Development Team</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Permission is needed to save screenshots to Photo Library.</string>
<key>UIApplicationSceneManifest</key>
Expand Down

0 comments on commit 60e8015

Please sign in to comment.