Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
);
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",

);
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -480,7 +480,7 @@
);
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",

);
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -507,7 +507,7 @@
);
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",

);
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
.package(path: "../../../google_mlkit_commons/ios/google_mlkit_commons"),
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_barcode_scanning/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitBarcodeScanningPlugin
ios:
pluginClass: GoogleMlKitBarcodeScanningPlugin
swiftPackage:
path: ios/google_mlkit_barcode_scanning

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
],
dependencies: [
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_commons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ flutter:
pluginClass: GoogleMlKitCommonsPlugin
ios:
pluginClass: GoogleMlKitCommonsPlugin
swiftPackage:
path: ios/google_mlkit_commons

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/google_mlkit_digital_ink_recognition/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitDigitalInkRecognitionPlugin
ios:
pluginClass: GoogleMlKitDigitalInkRecognitionPlugin
swiftPackage:
path: ios/google_mlkit_digital_ink_recognition
2 changes: 2 additions & 0 deletions packages/google_mlkit_document_scanner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ flutter:
pluginClass: GoogleMlKitDocumentScannerPlugin
ios:
pluginClass: GoogleMlKitDocumentScannerPlugin
swiftPackage:
path: ios/google_mlkit_document_scanner

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/google_mlkit_entity_extraction/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitEntityExtractionPlugin
ios:
pluginClass: GoogleMlKitEntityExtractionPlugin
swiftPackage:
path: ios/google_mlkit_entity_extraction
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
.package(path: "../../../google_mlkit_commons/ios/google_mlkit_commons"),
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_face_detection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitFaceDetectionPlugin
ios:
pluginClass: GoogleMlKitFaceDetectionPlugin
swiftPackage:
path: ios/google_mlkit_face_detection

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/google_mlkit_face_mesh_detection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitFaceMeshDetectionPlugin
ios:
pluginClass: GoogleMlKitFaceMeshDetectionPlugin
swiftPackage:
path: ios/google_mlkit_face_mesh_detection
2 changes: 2 additions & 0 deletions packages/google_mlkit_genai_image_description/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitGenaiImageDescriptionPlugin
ios:
pluginClass: GoogleMlKitGenaiImageDescriptionPlugin
swiftPackage:
path: ios/google_mlkit_genai_image_description
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["google_mlkit_genai_prompt"])
],
dependencies: [

],
targets: [
.target(
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_genai_prompt/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitGenaiPromptPlugin
ios:
pluginClass: GoogleMlKitGenaiPromptPlugin
swiftPackage:
path: ios/google_mlkit_genai_prompt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["google_mlkit_genai_proofreading"])
],
dependencies: [

],
targets: [
.target(
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_genai_proofreading/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitGenaiProofreadingPlugin
ios:
pluginClass: GoogleMlKitGenaiProofreadingPlugin
swiftPackage:
path: ios/google_mlkit_genai_proofreading
2 changes: 2 additions & 0 deletions packages/google_mlkit_genai_rewriting/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitGenaiRewritingPlugin
ios:
pluginClass: GoogleMlKitGenaiRewritingPlugin
swiftPackage:
path: ios/google_mlkit_genai_rewriting
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["google_mlkit_genai_speech_recognition"])
],
dependencies: [

],
targets: [
.target(
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_genai_speech_recognition/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitGenaiSpeechRecognitionPlugin
ios:
pluginClass: GoogleMlKitGenaiSpeechRecognitionPlugin
swiftPackage:
path: ios/google_mlkit_genai_speech_recognition
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["google_mlkit_genai_summarization"])
],
dependencies: [

],
targets: [
.target(
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_genai_summarization/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitGenaiSummarizationPlugin
ios:
pluginClass: GoogleMlKitGenaiSummarizationPlugin
swiftPackage:
path: ios/google_mlkit_genai_summarization
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
.package(path: "../../../google_mlkit_commons/ios/google_mlkit_commons"),
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_image_labeling/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitImageLabelingPlugin
ios:
pluginClass: GoogleMlKitImageLabelingPlugin
swiftPackage:
path: ios/google_mlkit_image_labeling
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
.package(path: "../../../google_mlkit_commons/ios/google_mlkit_commons"),
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_language_id/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ flutter:
pluginClass: GoogleMlKitLanguageIdPlugin
ios:
pluginClass: GoogleMlKitLanguageIdPlugin
swiftPackage:
path: ios/google_mlkit_language_id
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
.package(path: "../../../google_mlkit_commons/ios/google_mlkit_commons"),
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_object_detection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitObjectDetectionPlugin
ios:
pluginClass: GoogleMlKitObjectDetectionPlugin
swiftPackage:
path: ios/google_mlkit_object_detection
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
.package(path: "../../../google_mlkit_commons/ios/google_mlkit_commons"),
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_pose_detection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitPoseDetectionPlugin
ios:
pluginClass: GoogleMlKitPoseDetectionPlugin
swiftPackage:
path: ios/google_mlkit_pose_detection
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
.package(path: "../../../google_mlkit_commons/ios/google_mlkit_commons"),
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_selfie_segmentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitSelfieSegmentationPlugin
ios:
pluginClass: GoogleMlKitSelfieSegmentationPlugin
swiftPackage:
path: ios/google_mlkit_selfie_segmentation
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
.package(path: "../../../google_mlkit_commons/ios/google_mlkit_commons"),
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_smart_reply/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ flutter:
pluginClass: GoogleMlKitSmartReplyPlugin
ios:
pluginClass: GoogleMlKitSmartReplyPlugin
swiftPackage:
path: ios/google_mlkit_smart_reply
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["google_mlkit_subject_segmentation"])
],
dependencies: [

],
targets: [
.target(
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_subject_segmentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitSubjectSegmentationPlugin
ios:
pluginClass: GoogleMlKitSubjectSegmentationPlugin
swiftPackage:
path: ios/google_mlkit_subject_segmentation
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
.package(path: "../../../google_mlkit_commons/ios/google_mlkit_commons"),
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_text_recognition/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ flutter:
pluginClass: GoogleMlKitTextRecognitionPlugin
ios:
pluginClass: GoogleMlKitTextRecognitionPlugin
swiftPackage:
path: ios/google_mlkit_text_recognition
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
.package(path: "../../../google_mlkit_commons/ios/google_mlkit_commons"),
.package(
url: "https://github.com/arrrrny/google-mlkit-swiftpm",
revision: "617e67690b277b7d2063c2e4f367bd0155ee79c0"
url: "https://github.com/mdata-group/google-mlkit-swiftpm",
exact: "9.0.0-simfix2"
)
],
targets: [
Expand Down
Loading