Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
94b6477
fix: SPM migration - fix Package.swift product refs, pod deintegrate,…
arrrrny Jun 9, 2026
c78f9fb
fix: set PRODUCT_BUNDLE_IDENTIFIER in Runner target
arrrrny Jun 9, 2026
2f2b90f
fix: address Copilot review comments
arrrrny Jun 10, 2026
11f53b1
fix: update podspec source_files paths, align iOS deployment target t…
arrrrny Jun 10, 2026
04a961b
fix: correct commons SPM dependency path in all Package.swift files
arrrrny Jun 10, 2026
c6ce105
fix: revert package identity back to google_mlkit_commons (SPM uses d…
arrrrny Jun 10, 2026
e742309
fix: change commons MLKit product from BarcodeScanning to ObjectDetec…
arrrrny Jun 11, 2026
74a876e
chore: untrack Package.resolved files for library packages, update gi…
arrrrny Jun 11, 2026
eabf328
Merge remote-tracking branch 'upstream/develop' into spm-fixed
arrrrny Jun 11, 2026
9699350
fix: restore mandatory package: arg with comment explaining dir-name …
arrrrny Jun 11, 2026
c67f8d8
fix: add -ObjC linker flag for ML Kit ObjC category loading in SPM
arrrrny Jun 13, 2026
2a5cbfc
fix: add -all_load alongside -ObjC as recommended by google-mlkit-swi…
arrrrny Jun 13, 2026
78029e4
fix: add language-specific MLKit text recognition SPM products
arrrrny Jun 13, 2026
31a5ecc
fix: bundle full MLKitTextRecognitionCommon dylib with model data, ad…
arrrrny Jun 13, 2026
a514d3c
fix: upgrade google-mlkit-swiftpm to 9.0.0-1, include text recognitio…
arrrrny Jun 13, 2026
15055f6
fix: re-sign MLKitTextRecognitionCommon framework after dylib replace…
arrrrny Jun 13, 2026
64d7ec1
fix: add codesign step after MLKitTextRecognitionCommon dylib swap
arrrrny Jun 13, 2026
e3e8c44
fix: use MLKitBarcodeScanning in commons to avoid MLKitVisionKit depe…
arrrrny Jun 13, 2026
7df8510
testing bundle
arrrrny Jun 26, 2026
0b38ad7
feat(spm): complete iOS SPM migration — remove all podspecs, use arrr…
arrrrny Jul 4, 2026
493edd0
Merge branch 'develop' into spm-fixed
arrrrny Jul 4, 2026
b94261d
fix: pin google-mlkit-swiftpm to exact commit revision to bypass brok…
arrrrny Jul 4, 2026
ad99da4
chore: remove unnecessary linux, macos, web, RunnerTests, SceneDelega…
arrrrny Jul 7, 2026
ea6ed42
chore: add release asset management scripts
arrrrny Jul 7, 2026
b36b3c8
correct packages resolved
arrrrny Jul 7, 2026
c494e9c
Merge branch 'feature/spm' into spm-fixed
arrrrny Jul 7, 2026
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
26 changes: 19 additions & 7 deletions packages/example/.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file should be version controlled and should not be manually edited.

version:
revision: "c23637390482d4cf9598c3ce3f2be31aa7332daf"
revision: "c9a6c484230f8b5e408ec57be1ef71dee1e77020"
channel: "stable"

project_type: app
Expand All @@ -13,14 +13,26 @@ project_type: app
migration:
platforms:
- platform: root
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
create_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
base_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
- platform: android
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
create_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
base_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
- platform: ios
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
create_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
base_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
- platform: linux
create_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
base_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
- platform: macos
create_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
base_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
- platform: web
create_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
base_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
- platform: windows
create_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
base_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020

# User provided section

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.google.ml.kit.flutter.google_ml_kit_example

import io.flutter.embedding.android.FlutterActivity

class MainActivity : FlutterActivity()
12 changes: 12 additions & 0 deletions packages/example/ios/ChineseOCRResources.bundle/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key><string>en</string>
<key>CFBundleIdentifier</key><string>org.cocoapods.ChineseOCRResources</string>
<key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
<key>CFBundleName</key><string>ChineseOCRResources</string>
<key>CFBundlePackageType</key><string>BNDL</string>
<key>CFBundleVersion</key><string>1</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading