From 60fa8ac8770a6eaac096bdb7e92426c3d033894e Mon Sep 17 00:00:00 2001 From: marcprux Date: Mon, 1 Apr 2024 17:12:54 -0400 Subject: [PATCH] Update template --- Darwin/HelloSkip.xcconfig | 2 +- Darwin/HelloSkip.xcodeproj/project.pbxproj | 2 +- Sources/HelloSkip/Resources/Localizable.xcstrings | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Darwin/HelloSkip.xcconfig b/Darwin/HelloSkip.xcconfig index afa2830..e40385d 100644 --- a/Darwin/HelloSkip.xcconfig +++ b/Darwin/HelloSkip.xcconfig @@ -2,7 +2,7 @@ // Set the action that will be executed as part of the Xcode Run Script phase // Setting to "launch" will build and run the app in the first open Android emulator or device -// Setting to "build" will just run gradle build, but will no launc the app +// Setting to "build" will just run gradle build, but will not launch the app SKIP_ACTION = launch //SKIP_ACTION = build diff --git a/Darwin/HelloSkip.xcodeproj/project.pbxproj b/Darwin/HelloSkip.xcodeproj/project.pbxproj index 03860b4..675d49f 100644 --- a/Darwin/HelloSkip.xcodeproj/project.pbxproj +++ b/Darwin/HelloSkip.xcodeproj/project.pbxproj @@ -181,7 +181,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = "/bin/sh -e"; - shellScript = "if [ \"${SKIP_ZERO}\" != \"\" ]; then\n echo \"note: skipping skip due to SKIP_ZERO\"\n exit 0\nfi\nif [ \"${ENABLE_PREVIEWS}\" == \"YES\" ]; then\n echo \"note: skipping skip due to ENABLE_PREVIEWS\"\n exit 0\nfi\nif [ \"${ACTION}\" = \"install\" ]; then\n SKIP_ACTION=\"build\"\nelse\n SKIP_ACTION=\"${SKIP_ACTION:-launch}\"\nfi\nPATH=${BUILD_ROOT}/Debug:${BUILD_ROOT}/../../SourcePackages/artifacts/skip/skip/skip.artifactbundle/macos:${PATH}:${HOMEBREW_PREFIX:-/opt/homebrew}/bin\necho \"note: running gradle build with: $(which skip) gradle -p ${PWD}/../Android ${SKIP_ACTION:-launch}${CONFIGURATION:-Debug}\"\nskip gradle -p ../Android ${SKIP_ACTION:-launch}${CONFIGURATION:-Debug}\n"; + shellScript = "if [ \"${SKIP_ZERO}\" != \"\" ]; then\n echo \"note: skipping skip due to SKIP_ZERO\"\n exit 0\nfi\nif [ \"${ENABLE_PREVIEWS}\" == \"YES\" ]; then\n echo \"note: skipping skip due to ENABLE_PREVIEWS\"\n exit 0\nfi\nif [ \"${ACTION}\" = \"install\" ]; then\n SKIP_ACTION=\"build\"\nelse\n SKIP_ACTION=\"${SKIP_ACTION:-launch}\"\nfi\nPATH=${BUILD_ROOT}/Debug:${BUILD_ROOT}/../../SourcePackages/artifacts/skip/skip/skip.artifactbundle/macos:${PATH}:${HOMEBREW_PREFIX:-/opt/homebrew}/bin\necho \"note: running gradle build with: $(which skip) gradle -p ${PWD}/../Android ${SKIP_ACTION:-launch}${CONFIGURATION:-Debug}\"\nskip gradle -p ../Android ${SKIP_ACTION:-launch}${CONFIGURATION:-Debug}\n"; }; /* End PBXShellScriptBuildPhase section */ diff --git a/Sources/HelloSkip/Resources/Localizable.xcstrings b/Sources/HelloSkip/Resources/Localizable.xcstrings index 3dacac5..c9fc05e 100644 --- a/Sources/HelloSkip/Resources/Localizable.xcstrings +++ b/Sources/HelloSkip/Resources/Localizable.xcstrings @@ -19,7 +19,7 @@ "stringUnit" : { "state" : "translated", "value" : "外観" - } + } }, "zh-Hans" : { "stringUnit" : { @@ -52,7 +52,7 @@ "zh-Hans" : { "stringUnit" : { "state" : "translated", - "value" : "暗黑" + "value" : "暗" } } } @@ -164,7 +164,7 @@ "zh-Hans" : { "stringUnit" : { "state" : "translated", - "value" : "明亮" + "value" : "光" } } } @@ -304,7 +304,7 @@ "zh-Hans" : { "stringUnit" : { "state" : "translated", - "value" : "系统颜" + "value" : "系统" } } } @@ -339,4 +339,4 @@ } }, "version" : "1.0" -} +} \ No newline at end of file