Skip to content

Commit

Permalink
Fix IOS Bundle ID issue for Xcode Archive/App uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFEPM committed Nov 5, 2021
1 parent 2994e44 commit a13a722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediapipe_api/objc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ objc_library(

ios_framework(
name = "MediaPipeUnity",
bundle_id = "YOUR_BUNDLE_ID_HERE.MediaPipeUnity",
bundle_id = "YOURBUNDLEIDHERE.MediaPipeUnity",
families = [
"iphone",
"ipad",
Expand Down

0 comments on commit a13a722

Please sign in to comment.