Skip to content

Commit

Permalink
Preparing Release
Browse files Browse the repository at this point in the history
  • Loading branch information
andr-ggn committed Oct 16, 2023
1 parent ef85cc1 commit ad13637
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Versions

## v6.12.22
* Update EDM4U - 1.2.177
* Fix AFUnityUtils import

## v6.12.21
* Update iOS SDK version - 6.12.2

Expand Down
Binary file removed appsflyer-unity-plugin-6.12.21.unitypackage
Binary file not shown.
Binary file added appsflyer-unity-plugin-6.12.22.unitypackage
Binary file not shown.
6 changes: 3 additions & 3 deletions deploy/build_unity_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage"

DEPLOY_PATH=outputs
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
PACKAGE_NAME="appsflyer-unity-plugin-6.12.21.unitypackage"
PACKAGE_NAME="appsflyer-unity-plugin-6.12.22.unitypackage"
mkdir -p $DEPLOY_PATH

#move external dependency manager
echo "moving the external dependency manager to root"
mv external-dependency-manager-1.2.177.unitypackage ..

# Build the .unitypackage
/Applications/Unity/Hub/Editor/2021.3.11f1/Unity.app/Contents/MacOS/Unity \
/Volumes/T7Shield/Unity/2022.3.10f1/Unity.app/Contents/MacOS/Unity \
-gvh_disable \
-batchmode \
-importPackage external-dependency-manager-1.2.177.unitypackage \
Expand All @@ -23,7 +23,7 @@ mv external-dependency-manager-1.2.177.unitypackage ..
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.12.21.unitypackage" \
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.12.22.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."


Expand Down
6 changes: 3 additions & 3 deletions deploy/strict_mode_build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage. Strict Mode."

DEPLOY_PATH=outputs
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.12.21.unitypackage"
PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.12.22.unitypackage"
mkdir -p $DEPLOY_PATH

#move external dependency manager
Expand All @@ -26,7 +26,7 @@ echo "Commenting out functions. Done."


# Build the .unitypackage
/Applications/Unity/Hub/Editor/2021.3.11f1/Unity.app/Contents/MacOS/Unity \
/Volumes/T7Shield/Unity/2022.3.10f1/Unity.app/Contents/MacOS/Unity \
-gvh_disable \
-batchmode \
-importPackage external-dependency-manager-1.2.177.unitypackage \
Expand All @@ -37,7 +37,7 @@ echo "Commenting out functions. Done."
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.12.21.unitypackage" \
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.12.22.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."


Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit ad13637

Please sign in to comment.