Skip to content

Commit 6d4cde7

Browse files
committed
Add DocumentDetector 15.0.0
1 parent e93625d commit 6d4cde7

22 files changed

Lines changed: 30673 additions & 15007 deletions

DocumentDetector.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'DocumentDetector'
11-
s.version = '14.0.0-xcode15.3'
11+
s.version = '15.0.0'
1212
s.summary = 'DocumentDetector'
1313
s.homepage = 'https://github.com/combateafraude/iOS'
1414
s.license = { :type => 'MIT', :file => 'document-detector/LICENSE' }
@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
2020
s.ios.deployment_target = '13.0'
2121
s.ios.vendored_frameworks = 'document-detector/DocumentDetector.xcframework'
2222

23-
s.dependency 'TensorFlowLiteSwift', '2.14.0'
23+
s.dependency 'TensorFlowLiteC', '2.14.0'
2424
s.dependency 'CafSolutions', '1.0.0'
2525
end

document-detector/DocumentDetector.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>DocumentDetector.framework/DocumentDetector</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>DocumentDetector.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>BinaryPath</key>
2623
<string>DocumentDetector.framework/DocumentDetector</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>DocumentDetector.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)