diff --git a/mediapipe/examples/ios/edgedetectiongpu/BUILD b/mediapipe/examples/ios/edgedetectiongpu/BUILD index aa5f721c1..b6e08137d 100644 --- a/mediapipe/examples/ios/edgedetectiongpu/BUILD +++ b/mediapipe/examples/ios/edgedetectiongpu/BUILD @@ -23,7 +23,7 @@ load( ios_application( name = "EdgeDetectionGpuApp", - bundle_id = "com.google.mediapipe.EdgeDetectionGpu", + bundle_id = "touchless-ui", families = [ "iphone", "ipad", diff --git a/mediapipe/examples/ios/facedetectioncpu/BUILD b/mediapipe/examples/ios/facedetectioncpu/BUILD index cd97b42d8..98d369183 100644 --- a/mediapipe/examples/ios/facedetectioncpu/BUILD +++ b/mediapipe/examples/ios/facedetectioncpu/BUILD @@ -23,7 +23,7 @@ load( ios_application( name = "FaceDetectionCpuApp", - bundle_id = "com.google.mediapipe.FaceDetectionCpu", + bundle_id = "touchless-ui", families = [ "iphone", "ipad", diff --git a/mediapipe/examples/ios/facedetectiongpu/BUILD b/mediapipe/examples/ios/facedetectiongpu/BUILD index 2e46f86b8..1c3d99a47 100644 --- a/mediapipe/examples/ios/facedetectiongpu/BUILD +++ b/mediapipe/examples/ios/facedetectiongpu/BUILD @@ -23,7 +23,7 @@ load( ios_application( name = "FaceDetectionGpuApp", - bundle_id = "com.google.mediapipe.FaceDetectionGpu", + bundle_id = "touchless-ui", families = [ "iphone", "ipad", diff --git a/mediapipe/examples/ios/handdetectiongpu/BUILD b/mediapipe/examples/ios/handdetectiongpu/BUILD index 47f1f0ed5..c86b6829e 100644 --- a/mediapipe/examples/ios/handdetectiongpu/BUILD +++ b/mediapipe/examples/ios/handdetectiongpu/BUILD @@ -23,7 +23,7 @@ load( ios_application( name = "HandDetectionGpuApp", - bundle_id = "com.google.mediapipe.HandDetectionGpu", + bundle_id = "touchless_ui", families = [ "iphone", "ipad", diff --git a/mediapipe/examples/ios/objectdetectioncpu/BUILD b/mediapipe/examples/ios/objectdetectioncpu/BUILD index 37d316c99..36c0de8b1 100644 --- a/mediapipe/examples/ios/objectdetectioncpu/BUILD +++ b/mediapipe/examples/ios/objectdetectioncpu/BUILD @@ -23,7 +23,7 @@ load( ios_application( name = "ObjectDetectionCpuApp", - bundle_id = "com.google.mediapipe.ObjectDetectionCpu", + bundle_id = "touchless-ui", families = [ "iphone", "ipad", diff --git a/mediapipe/examples/ios/objectdetectiongpu/BUILD b/mediapipe/examples/ios/objectdetectiongpu/BUILD index 307bc4a12..2581aca3a 100644 --- a/mediapipe/examples/ios/objectdetectiongpu/BUILD +++ b/mediapipe/examples/ios/objectdetectiongpu/BUILD @@ -23,7 +23,7 @@ load( ios_application( name = "ObjectDetectionGpuApp", - bundle_id = "com.google.mediapipe.ObjectDetectionGpu", + bundle_id = "touchless-ui", families = [ "iphone", "ipad",