Skip to content

Commit 82a5546

Browse files
Merge pull request #1399 from BranchMetrics/SDK-2408-iOS-Missing-IDFA-Fix
Static Framework Missing IDFA Fix
2 parents 34681fe + 145c107 commit 82a5546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BranchSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@
15261526
);
15271527
runOnlyForDeploymentPostprocessing = 0;
15281528
shellPath = /bin/sh;
1529-
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nScripts/build_static_xcframework.sh\n";
1529+
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nScripts/build_static_xcframework_noidfa.sh\n";
15301530
};
15311531
5FF9DEFA28EE805C00D62DE1 /* ShellScript */ = {
15321532
isa = PBXShellScriptBuildPhase;
@@ -1544,7 +1544,7 @@
15441544
);
15451545
runOnlyForDeploymentPostprocessing = 0;
15461546
shellPath = /bin/sh;
1547-
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nScripts/build_static_xcframework_noidfa.sh\n";
1547+
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nScripts/build_static_xcframework.sh\n";
15481548
};
15491549
/* End PBXShellScriptBuildPhase section */
15501550

0 commit comments

Comments
 (0)