diff --git a/example/ios/Podfile b/example/ios/Podfile old mode 100644 new mode 100755 index 81349de..68e3e43 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -29,9 +29,8 @@ flutter_ios_podfile_setup target 'Runner' do flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) -# because of issue https://github.com/FirebaseExtended/flutterfire/issues/4625#issuecomment-821792539 -# need custom git version until it's done - pod 'FirebaseMLVisionBarcodeModel', '0.21', :source => 'git@github.com:rozdonmobile/CocoaPodsSpecs.git' + + pod 'GoogleMLKit/BarcodeScanning', '~> 2.2.0' end post_install do |installer| diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 3af4afd..b224540 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -3,158 +3,281 @@ PODS: - Flutter - device_info (0.0.1): - Flutter - - Firebase/CoreOnly (7.3.0): - - FirebaseCore (= 7.3.0) - - Firebase/MLVision (7.3.0): - - Firebase/CoreOnly - - FirebaseMLVision (~> 7.3.0-beta) - - firebase_core (1.0.3): - - Firebase/CoreOnly (= 7.3.0) - - Flutter - - firebase_ml_vision (0.1.1): - - Firebase/MLVision (= 7.3.0) - - firebase_core + - FirebaseCore (8.10.0): + - FirebaseCoreDiagnostics (~> 8.0) + - GoogleUtilities/Environment (~> 7.6) + - GoogleUtilities/Logger (~> 7.6) + - FirebaseCoreDiagnostics (8.10.0): + - GoogleDataTransport (~> 9.1) + - GoogleUtilities/Environment (~> 7.6) + - GoogleUtilities/Logger (~> 7.6) + - nanopb (~> 2.30908.0) + - FirebaseInstallations (8.10.0): + - FirebaseCore (~> 8.0) + - GoogleUtilities/Environment (~> 7.6) + - GoogleUtilities/UserDefaults (~> 7.6) + - PromisesObjC (< 3.0, >= 1.2) + - Flutter (1.0.0) + - google_ml_kit (0.6.0): - Flutter - - FirebaseCore (7.3.0): - - FirebaseCoreDiagnostics (~> 7.0) - - GoogleUtilities/Environment (~> 7.0) - - GoogleUtilities/Logger (~> 7.0) - - FirebaseCoreDiagnostics (7.7.0): - - GoogleDataTransport (~> 8.0) - - GoogleUtilities/Environment (~> 7.0) - - GoogleUtilities/Logger (~> 7.0) - - nanopb (~> 2.30907.0) - - FirebaseInstallations (7.10.0): - - FirebaseCore (~> 7.0) - - GoogleUtilities/Environment (~> 7.0) - - GoogleUtilities/UserDefaults (~> 7.0) - - PromisesObjC (~> 1.2) - - FirebaseMLCommon (7.6.0-beta): - - FirebaseCore (~> 7.0) - - FirebaseInstallations (~> 7.0) + - GoogleMLKit/BarcodeScanning (~> 2.2.0) + - GoogleMLKit/DigitalInkRecognition (~> 2.2.0) + - GoogleMLKit/FaceDetection (~> 2.2.0) + - GoogleMLKit/ImageLabeling (~> 2.2.0) + - GoogleMLKit/ImageLabelingCustom (~> 2.2.0) + - GoogleMLKit/LanguageID (~> 2.2.0) + - GoogleMLKit/LinkFirebase (~> 2.2.0) + - GoogleMLKit/PoseDetection (~> 2.2.0) + - GoogleMLKit/PoseDetectionAccurate (~> 2.2.0) + - GoogleMLKit/TextRecognition (~> 2.2.0) + - GoogleDataTransport (9.1.2): + - GoogleUtilities/Environment (~> 7.2) + - nanopb (~> 2.30908.0) + - PromisesObjC (< 3.0, >= 1.2) + - GoogleMLKit/BarcodeScanning (2.2.0): + - GoogleMLKit/MLKitCore + - MLKitBarcodeScanning (~> 1.3.0) + - GoogleMLKit/DigitalInkRecognition (2.2.0): + - GoogleMLKit/MLKitCore + - MLKitDigitalInkRecognition (~> 1.3.0) + - GoogleMLKit/FaceDetection (2.2.0): + - GoogleMLKit/MLKitCore + - MLKitFaceDetection (~> 1.3.0) + - GoogleMLKit/ImageLabeling (2.2.0): + - GoogleMLKit/MLKitCore + - MLKitImageLabeling (~> 1.3.0) + - GoogleMLKit/ImageLabelingCustom (2.2.0): + - GoogleMLKit/MLKitCore + - MLKitImageLabelingCustom (~> 1.3.0) + - GoogleMLKit/LanguageID (2.2.0): + - GoogleMLKit/MLKitCore + - MLKitLanguageID (~> 1.3.0) + - GoogleMLKit/LinkFirebase (2.2.0): + - GoogleMLKit/MLKitCore + - MLKitLinkFirebase (~> 1.3.0) + - GoogleMLKit/MLKitCore (2.2.0): + - MLKitCommon (~> 3.0.0) + - GoogleMLKit/PoseDetection (2.2.0): + - GoogleMLKit/MLKitCore + - MLKitPoseDetection (~> 1.0.0-beta4) + - GoogleMLKit/PoseDetectionAccurate (2.2.0): + - GoogleMLKit/MLKitCore + - MLKitPoseDetectionAccurate (~> 1.0.0-beta4) + - GoogleMLKit/TextRecognition (2.2.0): + - GoogleMLKit/MLKitCore + - MLKitTextRecognition (~> 1.3.0) + - GoogleToolboxForMac/DebugUtils (2.3.2): + - GoogleToolboxForMac/Defines (= 2.3.2) + - GoogleToolboxForMac/Defines (2.3.2) + - GoogleToolboxForMac/Logger (2.3.2): + - GoogleToolboxForMac/Defines (= 2.3.2) + - "GoogleToolboxForMac/NSData+zlib (2.3.2)": + - GoogleToolboxForMac/Defines (= 2.3.2) + - "GoogleToolboxForMac/NSDictionary+URLArguments (2.3.2)": + - GoogleToolboxForMac/DebugUtils (= 2.3.2) + - GoogleToolboxForMac/Defines (= 2.3.2) + - "GoogleToolboxForMac/NSString+URLArguments (= 2.3.2)" + - "GoogleToolboxForMac/NSString+URLArguments (2.3.2)" + - GoogleToolboxForMac/StringEncoding (2.3.2): + - GoogleToolboxForMac/Defines (= 2.3.2) + - GoogleUtilities/Environment (7.6.0): + - PromisesObjC (< 3.0, >= 1.2) + - GoogleUtilities/Logger (7.6.0): + - GoogleUtilities/Environment + - GoogleUtilities/UserDefaults (7.6.0): + - GoogleUtilities/Logger + - GoogleUtilitiesComponents (1.1.0): + - GoogleUtilities/Logger + - GTMSessionFetcher/Core (1.7.0) + - MLImage (1.0.0-beta1) + - MLKitBarcodeScanning (1.3.0): + - MLKitCommon (~> 3.0) + - MLKitVision (~> 1.3) + - MLKitCommon (3.0.0): + - GoogleDataTransport (~> 9.0) - GoogleToolboxForMac/Logger (~> 2.1) - "GoogleToolboxForMac/NSData+zlib (~> 2.1)" - "GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)" - GoogleUtilities/UserDefaults (~> 7.0) + - GoogleUtilitiesComponents (~> 1.0) - GTMSessionFetcher/Core (~> 1.1) - Protobuf (~> 3.12) - - FirebaseMLVision (7.3.0-beta): - - FirebaseCore (~> 7.0) - - FirebaseMLCommon (~> 7.0-beta) - - GoogleAPIClientForREST/Core (~> 1.3) - - GoogleAPIClientForREST/Vision (~> 1.3) + - MLKitDigitalInkRecognition (1.3.0): + - MLKitCommon (~> 3.0) + - MLKitMDD (~> 1.3) + - SSZipArchive (~> 2.1) + - MLKitFaceDetection (1.3.0): + - MLKitCommon (~> 3.0) + - MLKitVision (~> 1.3) + - MLKitImageLabeling (1.3.0): + - MLKitCommon (~> 3.0) + - MLKitImageLabelingCommon (~> 1.3) + - MLKitVision (~> 1.3) + - MLKitVisionKit (~> 2.2) + - MLKitImageLabelingCommon (1.3.0): + - MLKitCommon (~> 3.0) + - MLKitVision (~> 1.3) + - MLKitImageLabelingCustom (1.3.0): + - MLKitCommon (~> 3.0) + - MLKitImageLabelingCommon (~> 1.3) + - MLKitVision (~> 1.3) + - MLKitVisionKit (~> 2.2) + - MLKitLanguageID (1.3.0): + - MLKitNaturalLanguage (~> 1.3) + - MLKitLinkFirebase (1.3.0): + - FirebaseCore (~> 8.0) + - FirebaseInstallations (~> 8.0) + - GTMSessionFetcher/Core (~> 1.1) + - MLKitCommon (~> 3.0) + - MLKitMDD (1.3.0): + - MLKitCommon (~> 3.0) + - MLKitNaturalLanguage (1.3.0): - GoogleToolboxForMac/Logger (~> 2.1) - "GoogleToolboxForMac/NSData+zlib (~> 2.1)" + - "GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)" + - GoogleToolboxForMac/StringEncoding (~> 2.1) - GTMSessionFetcher/Core (~> 1.1) + - MLKitCommon (~> 3.0) - Protobuf (~> 3.12) - - FirebaseMLVisionBarcodeModel (0.21.0): - - FirebaseMLVision (= 7.3.0-beta) - - Flutter (1.0.0) - - GoogleAPIClientForREST/Core (1.5.2): - - GTMSessionFetcher (>= 1.1.7) - - GoogleAPIClientForREST/Vision (1.5.2): - - GoogleAPIClientForREST/Core - - GTMSessionFetcher (>= 1.1.7) - - GoogleDataTransport (8.2.0): - - nanopb (~> 2.30907.0) - - GoogleToolboxForMac/DebugUtils (2.3.1): - - GoogleToolboxForMac/Defines (= 2.3.1) - - GoogleToolboxForMac/Defines (2.3.1) - - GoogleToolboxForMac/Logger (2.3.1): - - GoogleToolboxForMac/Defines (= 2.3.1) - - "GoogleToolboxForMac/NSData+zlib (2.3.1)": - - GoogleToolboxForMac/Defines (= 2.3.1) - - "GoogleToolboxForMac/NSDictionary+URLArguments (2.3.1)": - - GoogleToolboxForMac/DebugUtils (= 2.3.1) - - GoogleToolboxForMac/Defines (= 2.3.1) - - "GoogleToolboxForMac/NSString+URLArguments (= 2.3.1)" - - "GoogleToolboxForMac/NSString+URLArguments (2.3.1)" - - GoogleUtilities/Environment (7.2.2): - - PromisesObjC (~> 1.2) - - GoogleUtilities/Logger (7.2.2): - - GoogleUtilities/Environment - - GoogleUtilities/UserDefaults (7.2.2): - - GoogleUtilities/Logger - - GTMSessionFetcher (1.5.0): - - GTMSessionFetcher/Full (= 1.5.0) - - GTMSessionFetcher/Core (1.5.0) - - GTMSessionFetcher/Full (1.5.0): - - GTMSessionFetcher/Core (= 1.5.0) - - nanopb (2.30907.0): - - nanopb/decode (= 2.30907.0) - - nanopb/encode (= 2.30907.0) - - nanopb/decode (2.30907.0) - - nanopb/encode (2.30907.0) - - path_provider (0.0.1): + - MLKitObjectDetectionCommon (1.3.0): + - MLKitCommon (~> 3.0) + - MLKitVision (~> 1.3) + - MLKitPoseDetection (1.0.0-beta4): + - MLKitCommon (~> 3.0) + - MLKitPoseDetectionCommon (= 1.0.0-beta4) + - MLKitXenoCommon (= 1.0.0-beta4) + - MLKitPoseDetectionAccurate (1.0.0-beta4): + - MLKitCommon (~> 3.0) + - MLKitPoseDetectionCommon (= 1.0.0-beta4) + - MLKitXenoCommon (= 1.0.0-beta4) + - MLKitPoseDetectionCommon (1.0.0-beta4): + - MLKitCommon (~> 3.0) + - MLKitXenoCommon (= 1.0.0-beta4) + - MLKitTextRecognition (1.3.0): + - MLKitCommon (~> 3.0) + - MLKitVision (~> 1.3) + - MLKitVision (1.3.0): + - GoogleToolboxForMac/Logger (~> 2.1) + - "GoogleToolboxForMac/NSData+zlib (~> 2.1)" + - GTMSessionFetcher/Core (~> 1.1) + - MLImage (= 1.0.0-beta1) + - MLKitCommon (~> 3.0) + - Protobuf (~> 3.12) + - MLKitVisionKit (2.2.0): + - MLKitCommon (~> 3.0) + - MLKitImageLabelingCommon (~> 1.3) + - MLKitObjectDetectionCommon (~> 1.3) + - MLKitVision (~> 1.3) + - MLKitXenoCommon (1.0.0-beta4): + - MLKitCommon (~> 3.0) + - MLKitVision (~> 1.3) + - nanopb (2.30908.0): + - nanopb/decode (= 2.30908.0) + - nanopb/encode (= 2.30908.0) + - nanopb/decode (2.30908.0) + - nanopb/encode (2.30908.0) + - path_provider_ios (0.0.1): - Flutter - - PromisesObjC (1.2.12) - - Protobuf (3.14.0) + - PromisesObjC (2.0.0) + - Protobuf (3.19.1) + - SSZipArchive (2.4.2) DEPENDENCIES: - camera (from `.symlinks/plugins/camera/ios`) - device_info (from `.symlinks/plugins/device_info/ios`) - - firebase_core (from `.symlinks/plugins/firebase_core/ios`) - - firebase_ml_vision (from `.symlinks/plugins/firebase_ml_vision/ios`) - - FirebaseMLVisionBarcodeModel (= 0.21) - Flutter (from `Flutter`) - - path_provider (from `.symlinks/plugins/path_provider/ios`) + - google_ml_kit (from `.symlinks/plugins/google_ml_kit/ios`) + - GoogleMLKit/BarcodeScanning (~> 2.2.0) + - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) SPEC REPOS: - "git@github.com:rozdonmobile/CocoaPodsSpecs.git": - - FirebaseMLVisionBarcodeModel trunk: - - Firebase - FirebaseCore - FirebaseCoreDiagnostics - FirebaseInstallations - - FirebaseMLCommon - - FirebaseMLVision - - GoogleAPIClientForREST - GoogleDataTransport + - GoogleMLKit - GoogleToolboxForMac - GoogleUtilities + - GoogleUtilitiesComponents - GTMSessionFetcher + - MLImage + - MLKitBarcodeScanning + - MLKitCommon + - MLKitDigitalInkRecognition + - MLKitFaceDetection + - MLKitImageLabeling + - MLKitImageLabelingCommon + - MLKitImageLabelingCustom + - MLKitLanguageID + - MLKitLinkFirebase + - MLKitMDD + - MLKitNaturalLanguage + - MLKitObjectDetectionCommon + - MLKitPoseDetection + - MLKitPoseDetectionAccurate + - MLKitPoseDetectionCommon + - MLKitTextRecognition + - MLKitVision + - MLKitVisionKit + - MLKitXenoCommon - nanopb - PromisesObjC - Protobuf + - SSZipArchive EXTERNAL SOURCES: camera: :path: ".symlinks/plugins/camera/ios" device_info: :path: ".symlinks/plugins/device_info/ios" - firebase_core: - :path: ".symlinks/plugins/firebase_core/ios" - firebase_ml_vision: - :path: ".symlinks/plugins/firebase_ml_vision/ios" Flutter: :path: Flutter - path_provider: - :path: ".symlinks/plugins/path_provider/ios" + google_ml_kit: + :path: ".symlinks/plugins/google_ml_kit/ios" + path_provider_ios: + :path: ".symlinks/plugins/path_provider_ios/ios" SPEC CHECKSUMS: - camera: a0ca5080336f7af47b88436e5e26da3dee5568f0 + camera: 3164201dc344383e62282964016528c4f5a9ad50 device_info: d7d233b645a32c40dfdc212de5cf646ca482f175 - Firebase: 26223c695fe322633274198cb19dca8cb7e54416 - firebase_core: b5d81dfd4fb2d6f700e67de34d9a633ae325c4e9 - firebase_ml_vision: f35a919d973f32a1171d5450dd4b534a299bd6b1 - FirebaseCore: 4d3c72622ce0e2106aaa07bb4b2935ba2c370972 - FirebaseCoreDiagnostics: 179bf3831213451c8addd036aca7fcf5492ec154 - FirebaseInstallations: bf2ec8dbf36ff4c91af6b9a003d15855757680c1 - FirebaseMLCommon: cbab07a0cfa19b982819fc9e030e6f3d569c23a6 - FirebaseMLVision: f6611d6c1e1895604f9033809f8e3d328ccf697a - FirebaseMLVisionBarcodeModel: 8b24ab39ecf6dda920f5156a53fb97025679353a - Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c - GoogleAPIClientForREST: 538a8ad0014fd88b78894e77100775a6b0a4f7ed - GoogleDataTransport: 1024b1a4dfbd7a0e92cb20d7e0a6f1fb66b449a4 - GoogleToolboxForMac: 471e0c05d39506e50e6398f46fa9a12ae0efeff9 - GoogleUtilities: 31c5b01f978a70c6cff2afc6272b3f1921614b43 - GTMSessionFetcher: b3503b20a988c4e20cc189aa798fd18220133f52 - nanopb: 59221d7f958fb711001e6a449489542d92ae113e - path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c - PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97 - Protobuf: 0cde852566359049847168e51bd1c690e0f70056 + FirebaseCore: 04186597c095da37d90ff9fd3e53bc61a1ff2440 + FirebaseCoreDiagnostics: 56fb7216d87e0e6ec2feddefa9d8a392fe8b2c18 + FirebaseInstallations: 830327b45345ffc859eaa9c17bcd5ae893fd5425 + Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a + google_ml_kit: a85eefb9ea6156b27ee2fba2b71e461e7b26a4f6 + GoogleDataTransport: 629c20a4d363167143f30ea78320d5a7eb8bd940 + GoogleMLKit: 85ffdc9641d05311c76dbba5bbf93059087be12f + GoogleToolboxForMac: 8bef7c7c5cf7291c687cf5354f39f9db6399ad34 + GoogleUtilities: 684ee790a24f73ebb2d1d966e9711c203f2a4237 + GoogleUtilitiesComponents: 679b2c881db3b615a2777504623df6122dd20afe + GTMSessionFetcher: 43748f93435c2aa068b1cbe39655aaf600652e91 + MLImage: 647f3d580c10b3c9a3f6154f5d7baead60c42a0c + MLKitBarcodeScanning: 6b998bd1cfe471ae407a7f647d649494617787c0 + MLKitCommon: 6d6be0a2e9a6340aad1c1f2b9449c11dee8af70f + MLKitDigitalInkRecognition: 7913834c241b25f9dff538fa1cebe3d59afccf66 + MLKitFaceDetection: 897f007aa4eb426ef1bac7c66e5451d02ffc2e83 + MLKitImageLabeling: fc44a4f90b1cf16bcb62c043d477c052ba7539ca + MLKitImageLabelingCommon: fbe695a04fb236555e6b7e69e7def153a04324c1 + MLKitImageLabelingCustom: 83e609e6b7dd8a16dc8790ef325bab1372d1d91d + MLKitLanguageID: 3848cf59a1693e2076ba65b37da261c674f97170 + MLKitLinkFirebase: ae5bd6996d0a1a3d3e0bb4c634b594101c07d094 + MLKitMDD: 37b4fbb5fd45809e646fca676945d6a8479ae66e + MLKitNaturalLanguage: 2a0295232578461ec25bf5933e45570c3b651d27 + MLKitObjectDetectionCommon: 6abf300c61cd781ee3abc8abea8a3f8baca886dc + MLKitPoseDetection: bbc263ae4e961e83c9350abe919cff183797e687 + MLKitPoseDetectionAccurate: c87162574669a84b89fdd0279a1f0722faa99b6e + MLKitPoseDetectionCommon: 5dedea934317c80c32b5eda8ede161128e096bdc + MLKitTextRecognition: fd52b7b3cef00751c202475f5a147e9752130767 + MLKitVision: 26da299aef93291f24f5200e8372919f73abf3b5 + MLKitVisionKit: 226bac429eda1d84285409e31ce9da72606850fb + MLKitXenoCommon: bf5b3528d77cabe0d04f3c13536ba1302346e31c + nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96 + path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5 + PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58 + Protobuf: 3724efa50cb2846d7ccebc8691c574e85fd74471 + SSZipArchive: e7b4f3d9e780c2acc1764cd88fbf2de28f26e5b2 -PODFILE CHECKSUM: 1a13731d34096abdfa6c89540e481cbe7a631508 +PODFILE CHECKSUM: 3f2dbbdf0845c74c2573b286646b3bdbd130bbfd -COCOAPODS: 1.10.1 +COCOAPODS: 1.11.2 diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj old mode 100644 new mode 100755 index 7cec688..3676069 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -153,6 +153,7 @@ 97C146EC1CF9000F007C117D /* Resources */, 9705A1C41CF9048500538489 /* Embed Frameworks */, 3B06AD1E1E4923F5004D2608 /* Thin Binary */, + FB4B285760BC7286F53B1AF7 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -264,6 +265,40 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; + FB4B285760BC7286F53B1AF7 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh", + "${PODS_CONFIGURATION_BUILD_DIR}/MLKitDigitalInkRecognition/MLKitDigitalInkRecognition_resource.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/MLKitFaceDetection/GoogleMVFaceDetectorResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/MLKitImageLabeling/MLKitImageLabelingResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/MLKitObjectDetectionCommon/MLKitObjectDetectionCommonResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/MLKitPoseDetection/MLKitPoseDetectionFastResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/MLKitPoseDetectionAccurate/MLKitPoseDetectionAccurateResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/MLKitPoseDetectionCommon/MLKitPoseDetectionCommonResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/MLKitTextRecognition/GoogleMVTextDetectorResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/MLKitXenoCommon/MLKitXenoResources.bundle", + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MLKitDigitalInkRecognition_resource.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMVFaceDetectorResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MLKitImageLabelingResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MLKitObjectDetectionCommonResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MLKitPoseDetectionFastResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MLKitPoseDetectionAccurateResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MLKitPoseDetectionCommonResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMVTextDetectorResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MLKitXenoResources.bundle", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -330,6 +365,7 @@ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; + EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -401,6 +437,7 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; + EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; @@ -454,6 +491,7 @@ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; + EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; diff --git a/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100755 index 0000000..18d9810 --- /dev/null +++ b/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + +