Skip to content

Commit

Permalink
🎨 Update version and copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed May 22, 2024
1 parent 3f1b948 commit f6d696b
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Mac/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22690"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand Down Expand Up @@ -1898,7 +1898,7 @@ CA
</textField>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="wKq-L7-eGG">
<rect key="frame" x="63" y="21" width="174" height="16"/>
<textFieldCell key="cell" selectable="YES" alignment="center" title="Copyright © 2023 Tw93" id="ad2-SL-Pni">
<textFieldCell key="cell" selectable="YES" alignment="center" title="Copyright © 2024 Tw93" id="ad2-SL-Pni">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down
4 changes: 2 additions & 2 deletions Mac/en.lproj/Main.strings
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aX0-yU-aew"; */
"aX0-yU-aew.title" = "Table View Cell";

/* Class = "NSTextFieldCell"; title = "Copyright © 2023 Tw93"; ObjectID = "ad2-SL-Pni"; */
"ad2-SL-Pni.title" = "Copyright © 2023 Tw93";
/* Class = "NSTextFieldCell"; title = "Copyright © 2024 Tw93"; ObjectID = "ad2-SL-Pni"; */
"ad2-SL-Pni.title" = "Copyright © 2024 Tw93";

/* Class = "NSMenuItem"; title = "Modification date"; ObjectID = "dCc-l5-XB2"; */
"dCc-l5-XB2.title" = "Modification date";
Expand Down
4 changes: 2 additions & 2 deletions Mac/ja.lproj/Main.strings
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@
/* Class = "NSTextFieldCell"; title = "Button Display"; ObjectID = "ZkY-LA-CH2"; */
"ZkY-LA-CH2.title" = "ボタン表示";

/* Class = "NSTextFieldCell"; title = "Copyright © 2023 Tw93"; ObjectID = "ad2-SL-Pni"; */
"ad2-SL-Pni.title" = "著作権 © 2023 Tw93";
/* Class = "NSTextFieldCell"; title = "Copyright © 2024 Tw93"; ObjectID = "ad2-SL-Pni"; */
"ad2-SL-Pni.title" = "著作権 © 2024 Tw93";

/* Class = "NSMenuItem"; title = "Consolas"; ObjectID = "b5S-Qt-NKY"; */
"b5S-Qt-NKY.title" = "Consolas";
Expand Down
4 changes: 2 additions & 2 deletions Mac/zh-Hant.lproj/Main.strings
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "A5V-Wm-if2"; */
"A5V-Wm-if2.title" = "最小化";

/* Class = "NSTextFieldCell"; title = "Copyright © 2023 Tw93"; ObjectID = "ad2-SL-Pni"; */
"ad2-SL-Pni.title" = "著作權所有 © 2023 Tw93";
/* Class = "NSTextFieldCell"; title = "Copyright © 2024 Tw93"; ObjectID = "ad2-SL-Pni"; */
"ad2-SL-Pni.title" = "著作權所有 © 2024 Tw93";

/* Class = "NSButton"; ibShadowedToolTip = "Format"; ObjectID = "Adc-zl-sqX"; */
"Adc-zl-sqX.ibShadowedToolTip" = "格式";
Expand Down
35 changes: 30 additions & 5 deletions MiaoYan.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@
6F13BB1A20FEDDF50005E120 /* Embed Frameworks */,
D7D7CD58232791810016AC15 /* CopyFiles */,
13E4466039F63073477ED5B0 /* [CP] Embed Pods Frameworks */,
C40FFDE8EDBAD3B8EA18D97B /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -563,7 +564,7 @@
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 1000;
LastUpgradeCheck = 1500;
LastUpgradeCheck = 1540;
ORGANIZATIONNAME = "MiaoYan App";
TargetAttributes = {
D7793C6E1F211C6000CA39B7 = {
Expand Down Expand Up @@ -685,6 +686,28 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
C40FFDE8EDBAD3B8EA18D97B /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-MiaoYan/Pods-MiaoYan-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/AppCenter/AppCenterAnalytics.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/AppCenter/AppCenter.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/AppCenter/AppCenterCrashes.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AppCenterAnalytics.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AppCenter.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AppCenterCrashes.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MiaoYan/Pods-MiaoYan-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -863,6 +886,7 @@
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO;
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -932,6 +956,7 @@
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO;
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -1004,7 +1029,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.14.1;
CURRENT_PROJECT_VERSION = 1.15.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 5EH69Y5X38;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
Expand All @@ -1024,7 +1049,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.14.1;
MARKETING_VERSION = 1.15.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.tw93.MiaoYan;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1048,7 +1073,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.14.1;
CURRENT_PROJECT_VERSION = 1.15.0;
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_LOCATION = NO;
DEVELOPMENT_TEAM = 5EH69Y5X38;
Expand All @@ -1069,7 +1094,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.14.1;
MARKETING_VERSION = 1.15.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.tw93.MiaoYan;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion MiaoYan.xcodeproj/xcshareddata/xcschemes/MiaoYan.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1500"
LastUpgradeVersion = "1540"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit f6d696b

Please sign in to comment.