mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Remove debug strings
This commit is contained in:
parent
805125f320
commit
acfb318a47
6
dist/platforms/mac/steps/activate.sh
vendored
6
dist/platforms/mac/steps/activate.sh
vendored
@ -11,14 +11,10 @@ if [[ -n "$UNITY_LICENSING_SERVER" ]]; then
|
|||||||
# Custom Unity License Server
|
# Custom Unity License Server
|
||||||
#
|
#
|
||||||
echo "Adding licensing server config"
|
echo "Adding licensing server config"
|
||||||
pushd "$ACTION_FOLDER"
|
|
||||||
ls
|
|
||||||
popd
|
|
||||||
cat "$ACTION_FOLDER/unity-config/services-config.json"
|
cat "$ACTION_FOLDER/unity-config/services-config.json"
|
||||||
mkdir -p "/Library/Application Support/Unity/config/"
|
mkdir -p "/Library/Application Support/Unity/config/"
|
||||||
cp "$ACTION_FOLDER/unity-config/services-config.json" "/Library/Application Support/Unity/config/services-config.json"
|
cp "$ACTION_FOLDER/unity-config/services-config.json" "/Library/Application Support/Unity/config/services-config.json"
|
||||||
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/Frameworks/UnityLicensingClient.app/Contents/MacOS/Unity.Licensing.Client --acquire-floating > license.txt #is this accessible in a env variable?
|
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/Frameworks/UnityLicensingClient.app/Contents/MacOS/Unity.Licensing.Client --acquire-floating > license.txt
|
||||||
cat license.txt
|
|
||||||
PARSEDFILE=$(grep -oE '\".*?\"' < license.txt | tr -d '"')
|
PARSEDFILE=$(grep -oE '\".*?\"' < license.txt | tr -d '"')
|
||||||
grep -oE '\".*?\"' < license.txt
|
grep -oE '\".*?\"' < license.txt
|
||||||
export FLOATING_LICENSE
|
export FLOATING_LICENSE
|
||||||
|
21
dist/platforms/mac/steps/build.sh
vendored
21
dist/platforms/mac/steps/build.sh
vendored
@ -127,27 +127,6 @@ echo ""
|
|||||||
|
|
||||||
# Reference: https://docs.unity3d.com/2019.3/Documentation/Manual/CommandLineArguments.html
|
# Reference: https://docs.unity3d.com/2019.3/Documentation/Manual/CommandLineArguments.html
|
||||||
|
|
||||||
cat << UnityString
|
|
||||||
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \
|
|
||||||
-logFile - \
|
|
||||||
-quit \
|
|
||||||
-customBuildName "$BUILD_NAME" \
|
|
||||||
-projectPath "$UNITY_PROJECT_PATH" \
|
|
||||||
-buildTarget "$BUILD_TARGET" \
|
|
||||||
-customBuildTarget "$BUILD_TARGET" \
|
|
||||||
-customBuildPath "$CUSTOM_BUILD_PATH" \
|
|
||||||
-executeMethod "$BUILD_METHOD" \
|
|
||||||
-buildVersion "$VERSION" \
|
|
||||||
-androidVersionCode "$ANDROID_VERSION_CODE" \
|
|
||||||
-androidKeystoreName "$ANDROID_KEYSTORE_NAME" \
|
|
||||||
-androidKeystorePass "$ANDROID_KEYSTORE_PASS" \
|
|
||||||
-androidKeyaliasName "$ANDROID_KEYALIAS_NAME" \
|
|
||||||
-androidKeyaliasPass "$ANDROID_KEYALIAS_PASS" \
|
|
||||||
-androidTargetSdkVersion "$ANDROID_TARGET_SDK_VERSION" \
|
|
||||||
-androidExportType "$ANDROID_EXPORT_TYPE" \
|
|
||||||
-androidSymbolType "$ANDROID_SYMBOL_TYPE" \
|
|
||||||
$CUSTOM_PARAMETERS"
|
|
||||||
UnityString
|
|
||||||
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \
|
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \
|
||||||
-logFile - \
|
-logFile - \
|
||||||
-quit \
|
-quit \
|
||||||
|
Loading…
Reference in New Issue
Block a user