diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..e232cd65 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,55 @@ +{ + "files.exclude": + { + "**/.DS_Store":true, + "**/.git":true, + "**/.gitmodules":true, + "**/*.booproj":true, + "**/*.pidb":true, + "**/*.suo":true, + "**/*.user":true, + "**/*.userprefs":true, + "**/*.unityproj":true, + "**/*.dll":true, + "**/*.exe":true, + "**/*.pdf":true, + "**/*.mid":true, + "**/*.midi":true, + "**/*.wav":true, + "**/*.gif":true, + "**/*.ico":true, + "**/*.jpg":true, + "**/*.jpeg":true, + "**/*.png":true, + "**/*.psd":true, + "**/*.tga":true, + "**/*.tif":true, + "**/*.tiff":true, + "**/*.3ds":true, + "**/*.3DS":true, + "**/*.fbx":true, + "**/*.FBX":true, + "**/*.lxo":true, + "**/*.LXO":true, + "**/*.ma":true, + "**/*.MA":true, + "**/*.obj":true, + "**/*.OBJ":true, + "**/*.asset":true, + "**/*.cubemap":true, + "**/*.flare":true, + "**/*.mat":true, + "**/*.meta":true, + "**/*.prefab":true, + "**/*.unity":true, + "build/":true, + "Build/":true, + "Library/":true, + "library/":true, + "obj/":true, + "Obj/":true, + "ProjectSettings/":true, + "temp/":true, + "Temp/":true + } +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fa1d99..51eace46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Versions +## v6.14.4 +* Update iOS SDK version - 6.14.4 +* Update Android SDK version - 6.14.2 + ## v6.14.3 * Update iOS SDK version - 6.14.3 * Update Android SDK version - 6.14.0 diff --git a/README.md b/README.md index f6c2b1b8..b823c4e3 100755 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ ### This plugin is built for -- Android AppsFlyer SDK v6.14.0 -- iOS AppsFlyer SDK v6.14.3 +- Android AppsFlyer SDK v6.14.2 +- iOS AppsFlyer SDK v6.14.4 --- ### AD_ID permission for Android diff --git a/appsflyer-unity-plugin-6.14.3.unitypackage b/appsflyer-unity-plugin-6.14.3.unitypackage deleted file mode 100644 index 5d150529..00000000 Binary files a/appsflyer-unity-plugin-6.14.3.unitypackage and /dev/null differ diff --git a/appsflyer-unity-plugin-6.14.4.unitypackage b/appsflyer-unity-plugin-6.14.4.unitypackage new file mode 100644 index 00000000..dfb6d40b Binary files /dev/null and b/appsflyer-unity-plugin-6.14.4.unitypackage differ diff --git a/deploy/build_unity_package.sh b/deploy/build_unity_package.sh index 6efb0799..05bb3699 100644 --- a/deploy/build_unity_package.sh +++ b/deploy/build_unity_package.sh @@ -4,7 +4,7 @@ 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.14.3.unitypackage" +PACKAGE_NAME="appsflyer-unity-plugin-6.14.4.unitypackage" mkdir -p $DEPLOY_PATH #move external dependency manager @@ -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.14.3.unitypackage" \ +&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.14.4.unitypackage" \ || echo "Failed to export package. See create_unity_core.log for more info." diff --git a/deploy/strict_mode_build_package.sh b/deploy/strict_mode_build_package.sh index ffe27c3b..9eee670c 100644 --- a/deploy/strict_mode_build_package.sh +++ b/deploy/strict_mode_build_package.sh @@ -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.14.3.unitypackage" + PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage" mkdir -p $DEPLOY_PATH #move external dependency manager @@ -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.14.3.unitypackage" \ + && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage" \ || echo "Failed to export package. See create_unity_core.log for more info." diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage deleted file mode 100644 index edf9bb8b..00000000 Binary files a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage and /dev/null differ diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage new file mode 100644 index 00000000..dc5861eb Binary files /dev/null and b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage differ