From e8153e9c40f0dfe033050bd83a3e8c6341166109 Mon Sep 17 00:00:00 2001 From: kwangcheol5 Date: Fri, 19 Jul 2024 11:16:10 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20ios=20hook=EC=97=90=EC=84=9C=20CODE=5FS?= =?UTF-8?q?IGN=5FENTITLEMENTS=20=EC=84=A4=EC=A0=95=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=ED=95=98=EB=8A=94=20=20=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/afterPrepareHook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/afterPrepareHook.js b/hooks/afterPrepareHook.js index f5ccd018..38f19709 100644 --- a/hooks/afterPrepareHook.js +++ b/hooks/afterPrepareHook.js @@ -76,7 +76,7 @@ function activateUniversalLinksInAndroid(cordovaContext, pluginPreferences) { function activateUniversalLinksInIos(cordovaContext, pluginPreferences) { console.log('afterPrepareHook activateUniversalLinksInIos'); // modify xcode project preferences - iosProjectPreferences.enableAssociativeDomainsCapability(cordovaContext); + //iosProjectPreferences.enableAssociativeDomainsCapability(cordovaContext); // generate entitlements file iosProjectEntitlements.generateAssociatedDomainsEntitlements(cordovaContext, pluginPreferences);