[U] enable AppsFlyer SDK swizzling on iOS
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -136,6 +136,8 @@ namespace tysdk.editor
|
||||
proj.AddFrameworkToProject(target, "WebKit.framework", false);
|
||||
//Add AdSupport Framework
|
||||
proj.AddFrameworkToProject(target, "AdSupport.framework", false);
|
||||
// AF AFSDK_SHOULD_SWIZZLE=1
|
||||
proj.AddBuildProperty(target, "GCC_PREPROCESSOR_DEFINITIONS", "$(inherited) COCOAPODS=1 AFSDK_SHOULD_SWIZZLE=1");
|
||||
}
|
||||
|
||||
private static void ProcessPlist(string root)
|
||||
|
||||
Reference in New Issue
Block a user