Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Apr 1, 2024
1 parent 4223325 commit 60fa8ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Darwin/HelloSkip.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Darwin/HelloSkip.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
10 changes: 5 additions & 5 deletions Sources/HelloSkip/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"stringUnit" : {
"state" : "translated",
"value" : "外観"
}
}
},
"zh-Hans" : {
"stringUnit" : {
Expand Down Expand Up @@ -52,7 +52,7 @@
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "暗黑"
"value" : ""
}
}
}
Expand Down Expand Up @@ -164,7 +164,7 @@
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "明亮"
"value" : ""
}
}
}
Expand Down Expand Up @@ -304,7 +304,7 @@
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "系统颜"
"value" : "系统"
}
}
}
Expand Down Expand Up @@ -339,4 +339,4 @@
}
},
"version" : "1.0"
}
}

0 comments on commit 60fa8ac

Please sign in to comment.