Skip to content

Commit

Permalink
Merge pull request #1399 from BranchMetrics/SDK-2408-iOS-Missing-IDFA…
Browse files Browse the repository at this point in the history
…-Fix

Static Framework Missing IDFA Fix
  • Loading branch information
gdeluna-branch authored Jun 7, 2024
2 parents 34681fe + 145c107 commit 82a5546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BranchSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nScripts/build_static_xcframework.sh\n";
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nScripts/build_static_xcframework_noidfa.sh\n";
};
5FF9DEFA28EE805C00D62DE1 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
Expand All @@ -1544,7 +1544,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nScripts/build_static_xcframework_noidfa.sh\n";
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nScripts/build_static_xcframework.sh\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 82a5546

Please sign in to comment.