diff --git a/Assets/Smartlook/SmartlookAnalytics/Editor/SmartlookEditor.cs b/Assets/Smartlook/SmartlookAnalytics/Editor/SmartlookEditor.cs index b3964ed..a76b87b 100644 --- a/Assets/Smartlook/SmartlookAnalytics/Editor/SmartlookEditor.cs +++ b/Assets/Smartlook/SmartlookAnalytics/Editor/SmartlookEditor.cs @@ -10,7 +10,7 @@ namespace SmartlookUnity.Editor { public partial class SmartlookEditor { - private const string FRAMEWORK_TARGET_PATH = "Frameworks/Smartlook/iOS"; // relative to build folder + private const string FRAMEWORK_TARGET_PATH = "Frameworks/Smartlook/SmartlookAnalytics/iOS"; // relative to build folder private const string FRAMEWORK_NAME = "Smartlook.framework"; [PostProcessBuild(500)] diff --git a/Smartlook.unitypackage b/Smartlook.unitypackage index 6f79a6d..ebcdf2e 100644 Binary files a/Smartlook.unitypackage and b/Smartlook.unitypackage differ