From 6f2c697abbcd34c12fa7017d3259c9ab42cdcf23 Mon Sep 17 00:00:00 2001 From: xiaoyi Date: Fri, 9 Apr 2021 18:35:23 +0800 Subject: [PATCH] fix(build): update iOS compile can't find --- Editor/TapBootstrapIOSProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/TapBootstrapIOSProcessor.cs b/Editor/TapBootstrapIOSProcessor.cs index d4418f9..54c7fdb 100644 --- a/Editor/TapBootstrapIOSProcessor.cs +++ b/Editor/TapBootstrapIOSProcessor.cs @@ -41,7 +41,7 @@ namespace TapTap.Bootstrap.Editor if (TapCommonCompile.HandlerIOSSetting(path, Application.dataPath, "TapBootstrapResource", - "com.tapsdk.bootstrap", + "com.taptap.tds.bootstrap", "Bootstrap", new[] {"TapBootstrapResource.bundle"}, target, projPath, proj))