Skip to content

Commit fd8b42b

Browse files
authored
Merge pull request #280 from rainyl/apple-ld-flags
bump dartcvios and dartcvmacos to 4.10.0.3, opencv_core and opencv_da…
2 parents c0c1061 + cb8e47f commit fd8b42b

File tree

14 files changed

+255
-140
lines changed

14 files changed

+255
-140
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
PODS:
2+
- DartCvIOS (4.10.0.3):
3+
- DartCvIOS/calib3d (= 4.10.0.3)
4+
- DartCvIOS/contrib (= 4.10.0.3)
5+
- DartCvIOS/core (= 4.10.0.3)
6+
- DartCvIOS/features2d (= 4.10.0.3)
7+
- DartCvIOS/imgproc (= 4.10.0.3)
8+
- DartCvIOS/objdetect (= 4.10.0.3)
9+
- DartCvIOS/photo (= 4.10.0.3)
10+
- DartCvIOS/stitching (= 4.10.0.3)
11+
- DartCvIOS/video (= 4.10.0.3)
12+
- DartCvIOS/calib3d (4.10.0.3):
13+
- DartCvIOS/core
14+
- DartCvIOS/contrib (4.10.0.3):
15+
- DartCvIOS/core
16+
- DartCvIOS/core (4.10.0.3)
17+
- DartCvIOS/dnn (4.10.0.3):
18+
- DartCvIOS/core
19+
- DartCvIOS/features2d (4.10.0.3):
20+
- DartCvIOS/core
21+
- DartCvIOS/imgproc (4.10.0.3):
22+
- DartCvIOS/core
23+
- DartCvIOS/objdetect (4.10.0.3):
24+
- DartCvIOS/core
25+
- DartCvIOS/photo (4.10.0.3):
26+
- DartCvIOS/core
27+
- DartCvIOS/stitching (4.10.0.3):
28+
- DartCvIOS/core
29+
- DartCvIOS/video (4.10.0.3):
30+
- DartCvIOS/core
31+
- Flutter (1.0.0)
32+
- image_picker_ios (0.0.1):
33+
- Flutter
34+
- opencv_core (0.0.1):
35+
- DartCvIOS (= 4.10.0.3)
36+
- DartCvIOS/dnn (= 4.10.0.3)
37+
- Flutter
38+
39+
DEPENDENCIES:
40+
- Flutter (from `Flutter`)
41+
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
42+
- opencv_core (from `.symlinks/plugins/opencv_core/ios`)
43+
44+
SPEC REPOS:
45+
trunk:
46+
- DartCvIOS
47+
48+
EXTERNAL SOURCES:
49+
Flutter:
50+
:path: Flutter
51+
image_picker_ios:
52+
:path: ".symlinks/plugins/image_picker_ios/ios"
53+
opencv_core:
54+
:path: ".symlinks/plugins/opencv_core/ios"
55+
56+
SPEC CHECKSUMS:
57+
DartCvIOS: a92134352b918dd2525d2b856fc1d0fe461f7e5d
58+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
59+
image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1
60+
opencv_core: c077e770a9c7442bb28ad53e66485fc794d056ba
61+
62+
PODFILE CHECKSUM: 7be2f5f74864d463a8ad433546ed1de7e0f29aef
63+
64+
COCOAPODS: 1.16.1

packages/opencv_core/example/ios/Runner.xcodeproj/project.pbxproj

+112
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1111
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
1212
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
13+
633E5294CB86EAA77E707CD9 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8215C0F984E4BFB16777D19 /* Pods_Runner.framework */; };
14+
64D1F6C87F21DBDBB153B3DF /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A8DCE251E35F7948C12B47C /* Pods_RunnerTests.framework */; };
1315
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1416
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1517
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
@@ -42,9 +44,14 @@
4244
/* Begin PBXFileReference section */
4345
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4446
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
47+
24A2C55B15A29F7F7C5F390B /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
48+
2DE3AC7F570AB8FA2ACFB6C7 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
49+
31BF28DE7D94CA06ED5F48C8 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
4550
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
4651
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4752
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
53+
4A8DCE251E35F7948C12B47C /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
54+
658A74FF2D1FF635A047D183 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
4855
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
4956
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5057
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
@@ -55,13 +62,25 @@
5562
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5663
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5764
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
65+
B2C5A6D9E71382106DE5853B /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
66+
D490A4F0D40FBE354CA9D879 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
67+
D8215C0F984E4BFB16777D19 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5868
/* End PBXFileReference section */
5969

6070
/* Begin PBXFrameworksBuildPhase section */
71+
7E6BC748ECB5FEEF2E706ADA /* Frameworks */ = {
72+
isa = PBXFrameworksBuildPhase;
73+
buildActionMask = 2147483647;
74+
files = (
75+
64D1F6C87F21DBDBB153B3DF /* Pods_RunnerTests.framework in Frameworks */,
76+
);
77+
runOnlyForDeploymentPostprocessing = 0;
78+
};
6179
97C146EB1CF9000F007C117D /* Frameworks */ = {
6280
isa = PBXFrameworksBuildPhase;
6381
buildActionMask = 2147483647;
6482
files = (
83+
633E5294CB86EAA77E707CD9 /* Pods_Runner.framework in Frameworks */,
6584
);
6685
runOnlyForDeploymentPostprocessing = 0;
6786
};
@@ -76,6 +95,29 @@
7695
path = RunnerTests;
7796
sourceTree = "<group>";
7897
};
98+
51C3F3F02132D1334D0F9609 /* Pods */ = {
99+
isa = PBXGroup;
100+
children = (
101+
31BF28DE7D94CA06ED5F48C8 /* Pods-Runner.debug.xcconfig */,
102+
D490A4F0D40FBE354CA9D879 /* Pods-Runner.release.xcconfig */,
103+
2DE3AC7F570AB8FA2ACFB6C7 /* Pods-Runner.profile.xcconfig */,
104+
24A2C55B15A29F7F7C5F390B /* Pods-RunnerTests.debug.xcconfig */,
105+
658A74FF2D1FF635A047D183 /* Pods-RunnerTests.release.xcconfig */,
106+
B2C5A6D9E71382106DE5853B /* Pods-RunnerTests.profile.xcconfig */,
107+
);
108+
name = Pods;
109+
path = Pods;
110+
sourceTree = "<group>";
111+
};
112+
6497E16088442CAA46FF51AA /* Frameworks */ = {
113+
isa = PBXGroup;
114+
children = (
115+
D8215C0F984E4BFB16777D19 /* Pods_Runner.framework */,
116+
4A8DCE251E35F7948C12B47C /* Pods_RunnerTests.framework */,
117+
);
118+
name = Frameworks;
119+
sourceTree = "<group>";
120+
};
79121
9740EEB11CF90186004384FC /* Flutter */ = {
80122
isa = PBXGroup;
81123
children = (
@@ -94,6 +136,8 @@
94136
97C146F01CF9000F007C117D /* Runner */,
95137
97C146EF1CF9000F007C117D /* Products */,
96138
331C8082294A63A400263BE5 /* RunnerTests */,
139+
51C3F3F02132D1334D0F9609 /* Pods */,
140+
6497E16088442CAA46FF51AA /* Frameworks */,
97141
);
98142
sourceTree = "<group>";
99143
};
@@ -128,8 +172,10 @@
128172
isa = PBXNativeTarget;
129173
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
130174
buildPhases = (
175+
E1BB2CFDA2CAE5130740E912 /* [CP] Check Pods Manifest.lock */,
131176
331C807D294A63A400263BE5 /* Sources */,
132177
331C807F294A63A400263BE5 /* Resources */,
178+
7E6BC748ECB5FEEF2E706ADA /* Frameworks */,
133179
);
134180
buildRules = (
135181
);
@@ -145,12 +191,14 @@
145191
isa = PBXNativeTarget;
146192
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
147193
buildPhases = (
194+
C40D9333ABF3BCFCD7E1A34D /* [CP] Check Pods Manifest.lock */,
148195
9740EEB61CF901F6004384FC /* Run Script */,
149196
97C146EA1CF9000F007C117D /* Sources */,
150197
97C146EB1CF9000F007C117D /* Frameworks */,
151198
97C146EC1CF9000F007C117D /* Resources */,
152199
9705A1C41CF9048500538489 /* Embed Frameworks */,
153200
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
201+
4BF6C666CECC0EF843FE6775 /* [CP] Embed Pods Frameworks */,
154202
);
155203
buildRules = (
156204
);
@@ -238,6 +286,23 @@
238286
shellPath = /bin/sh;
239287
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
240288
};
289+
4BF6C666CECC0EF843FE6775 /* [CP] Embed Pods Frameworks */ = {
290+
isa = PBXShellScriptBuildPhase;
291+
buildActionMask = 2147483647;
292+
files = (
293+
);
294+
inputFileListPaths = (
295+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
296+
);
297+
name = "[CP] Embed Pods Frameworks";
298+
outputFileListPaths = (
299+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
300+
);
301+
runOnlyForDeploymentPostprocessing = 0;
302+
shellPath = /bin/sh;
303+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
304+
showEnvVarsInLog = 0;
305+
};
241306
9740EEB61CF901F6004384FC /* Run Script */ = {
242307
isa = PBXShellScriptBuildPhase;
243308
alwaysOutOfDate = 1;
@@ -253,6 +318,50 @@
253318
shellPath = /bin/sh;
254319
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
255320
};
321+
C40D9333ABF3BCFCD7E1A34D /* [CP] Check Pods Manifest.lock */ = {
322+
isa = PBXShellScriptBuildPhase;
323+
buildActionMask = 2147483647;
324+
files = (
325+
);
326+
inputFileListPaths = (
327+
);
328+
inputPaths = (
329+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
330+
"${PODS_ROOT}/Manifest.lock",
331+
);
332+
name = "[CP] Check Pods Manifest.lock";
333+
outputFileListPaths = (
334+
);
335+
outputPaths = (
336+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
337+
);
338+
runOnlyForDeploymentPostprocessing = 0;
339+
shellPath = /bin/sh;
340+
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";
341+
showEnvVarsInLog = 0;
342+
};
343+
E1BB2CFDA2CAE5130740E912 /* [CP] Check Pods Manifest.lock */ = {
344+
isa = PBXShellScriptBuildPhase;
345+
buildActionMask = 2147483647;
346+
files = (
347+
);
348+
inputFileListPaths = (
349+
);
350+
inputPaths = (
351+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
352+
"${PODS_ROOT}/Manifest.lock",
353+
);
354+
name = "[CP] Check Pods Manifest.lock";
355+
outputFileListPaths = (
356+
);
357+
outputPaths = (
358+
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
359+
);
360+
runOnlyForDeploymentPostprocessing = 0;
361+
shellPath = /bin/sh;
362+
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";
363+
showEnvVarsInLog = 0;
364+
};
256365
/* End PBXShellScriptBuildPhase section */
257366

258367
/* Begin PBXSourcesBuildPhase section */
@@ -378,6 +487,7 @@
378487
};
379488
331C8088294A63A400263BE5 /* Debug */ = {
380489
isa = XCBuildConfiguration;
490+
baseConfigurationReference = 24A2C55B15A29F7F7C5F390B /* Pods-RunnerTests.debug.xcconfig */;
381491
buildSettings = {
382492
BUNDLE_LOADER = "$(TEST_HOST)";
383493
CODE_SIGN_STYLE = Automatic;
@@ -395,6 +505,7 @@
395505
};
396506
331C8089294A63A400263BE5 /* Release */ = {
397507
isa = XCBuildConfiguration;
508+
baseConfigurationReference = 658A74FF2D1FF635A047D183 /* Pods-RunnerTests.release.xcconfig */;
398509
buildSettings = {
399510
BUNDLE_LOADER = "$(TEST_HOST)";
400511
CODE_SIGN_STYLE = Automatic;
@@ -410,6 +521,7 @@
410521
};
411522
331C808A294A63A400263BE5 /* Profile */ = {
412523
isa = XCBuildConfiguration;
524+
baseConfigurationReference = B2C5A6D9E71382106DE5853B /* Pods-RunnerTests.profile.xcconfig */;
413525
buildSettings = {
414526
BUNDLE_LOADER = "$(TEST_HOST)";
415527
CODE_SIGN_STYLE = Automatic;

packages/opencv_core/example/ios/Runner.xcworkspace/contents.xcworkspacedata

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,39 @@
11
PODS:
2-
- "DartCvMacOS (4.10.0+2)":
3-
- "DartCvMacOS/calib3d (= 4.10.0+2)"
4-
- "DartCvMacOS/contrib (= 4.10.0+2)"
5-
- "DartCvMacOS/core (= 4.10.0+2)"
6-
- "DartCvMacOS/features2d (= 4.10.0+2)"
7-
- "DartCvMacOS/imgproc (= 4.10.0+2)"
8-
- "DartCvMacOS/objdetect (= 4.10.0+2)"
9-
- "DartCvMacOS/photo (= 4.10.0+2)"
10-
- "DartCvMacOS/stitching (= 4.10.0+2)"
11-
- "DartCvMacOS/video (= 4.10.0+2)"
12-
- "DartCvMacOS/calib3d (4.10.0+2)":
2+
- DartCvMacOS (4.10.0.3):
3+
- DartCvMacOS/calib3d (= 4.10.0.3)
4+
- DartCvMacOS/contrib (= 4.10.0.3)
5+
- DartCvMacOS/core (= 4.10.0.3)
6+
- DartCvMacOS/features2d (= 4.10.0.3)
7+
- DartCvMacOS/imgproc (= 4.10.0.3)
8+
- DartCvMacOS/objdetect (= 4.10.0.3)
9+
- DartCvMacOS/photo (= 4.10.0.3)
10+
- DartCvMacOS/stitching (= 4.10.0.3)
11+
- DartCvMacOS/video (= 4.10.0.3)
12+
- DartCvMacOS/calib3d (4.10.0.3):
1313
- DartCvMacOS/core
14-
- "DartCvMacOS/contrib (4.10.0+2)":
14+
- DartCvMacOS/contrib (4.10.0.3):
1515
- DartCvMacOS/core
16-
- "DartCvMacOS/core (4.10.0+2)"
17-
- "DartCvMacOS/features2d (4.10.0+2)":
16+
- DartCvMacOS/core (4.10.0.3)
17+
- DartCvMacOS/dnn (4.10.0.3):
1818
- DartCvMacOS/core
19-
- "DartCvMacOS/imgproc (4.10.0+2)":
19+
- DartCvMacOS/features2d (4.10.0.3):
2020
- DartCvMacOS/core
21-
- "DartCvMacOS/objdetect (4.10.0+2)":
21+
- DartCvMacOS/imgproc (4.10.0.3):
2222
- DartCvMacOS/core
23-
- "DartCvMacOS/photo (4.10.0+2)":
23+
- DartCvMacOS/objdetect (4.10.0.3):
2424
- DartCvMacOS/core
25-
- "DartCvMacOS/stitching (4.10.0+2)":
25+
- DartCvMacOS/photo (4.10.0.3):
2626
- DartCvMacOS/core
27-
- "DartCvMacOS/video (4.10.0+2)":
27+
- DartCvMacOS/stitching (4.10.0.3):
28+
- DartCvMacOS/core
29+
- DartCvMacOS/video (4.10.0.3):
2830
- DartCvMacOS/core
2931
- file_selector_macos (0.0.1):
3032
- FlutterMacOS
3133
- FlutterMacOS (1.0.0)
3234
- opencv_core (0.0.1):
33-
- "DartCvMacOS (= 4.10.0+2)"
35+
- DartCvMacOS (= 4.10.0.3)
36+
- DartCvMacOS/dnn (= 4.10.0.3)
3437
- FlutterMacOS
3538

3639
DEPENDENCIES:
@@ -51,11 +54,11 @@ EXTERNAL SOURCES:
5154
:path: Flutter/ephemeral/.symlinks/plugins/opencv_core/macos
5255

5356
SPEC CHECKSUMS:
54-
DartCvMacOS: 9dfb2345a8d97cdddd49620385f9d848a05aa80a
57+
DartCvMacOS: 203fec6e3ad5ee9f4b1b83c593f2239ab3c1294f
5558
file_selector_macos: cc3858c981fe6889f364731200d6232dac1d812d
5659
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
57-
opencv_core: 3384a05cdbe7d464ac615e961c9fd882628898d2
60+
opencv_core: e34947c8ed2e43b8071add614a97de2447474582
5861

5962
PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3
6063

61-
COCOAPODS: 1.15.2
64+
COCOAPODS: 1.16.1

packages/opencv_core/images/opencv_core_size_report.svg

+2-2
Loading

0 commit comments

Comments
 (0)