Skip to content

Commit dd39416

Browse files
Snapshot:v14.1.0
1 parent cf1d50c commit dd39416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/customize-ios-endpoints.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ if [ ! -f $instabug_plist ]; then
1313
exit 1
1414
fi
1515

16-
for dir in examples/default/ios/Pods/Instabug/Instabug.xcframework/ios-*/
16+
for dir in examples/default/ios/Pods/Instabug/InstabugSDK.xcframework/ios-*/
1717
do
1818
echo "Replacing Config.plist in $dir"
1919

20-
config_path=$dir/Instabug.framework/InstabugResources.bundle/Config.plist
20+
config_path=$dir/InstabugSDK.framework/InstabugResources.bundle/Config.plist
2121

2222
if [ ! -f $config_path ]; then
2323
echo "Config.plist not found in $dir"

0 commit comments

Comments
 (0)