We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1d50c commit dd39416Copy full SHA for dd39416
scripts/customize-ios-endpoints.sh
@@ -13,11 +13,11 @@ if [ ! -f $instabug_plist ]; then
13
exit 1
14
fi
15
16
-for dir in examples/default/ios/Pods/Instabug/Instabug.xcframework/ios-*/
+for dir in examples/default/ios/Pods/Instabug/InstabugSDK.xcframework/ios-*/
17
do
18
echo "Replacing Config.plist in $dir"
19
20
- config_path=$dir/Instabug.framework/InstabugResources.bundle/Config.plist
+ config_path=$dir/InstabugSDK.framework/InstabugResources.bundle/Config.plist
21
22
if [ ! -f $config_path ]; then
23
echo "Config.plist not found in $dir"
0 commit comments