Skip to content

Commit

Permalink
Fixed path to ios framework
Browse files Browse the repository at this point in the history
  • Loading branch information
mzatopek committed Aug 10, 2022
1 parent ad46817 commit 52787c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
Binary file modified Smartlook.unitypackage
Binary file not shown.

0 comments on commit 52787c8

Please sign in to comment.