Skip to content

Commit

Permalink
Merge pull request #150 from phu-idnow/update/v7.8.0
Browse files Browse the repository at this point in the history
Update/v7.8.0
  • Loading branch information
souheib93 authored Apr 2, 2024
2 parents 417e327 + 57b2f03 commit fcef52d
Show file tree
Hide file tree
Showing 24 changed files with 4,062 additions and 54 deletions.
1 change: 0 additions & 1 deletion examples/IDnow/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
target 'IDnow' do
use_frameworks!
pod 'IDnowSDK', '7.8.0'
pod 'libPhoneNumber-iOS', :git => 'https://github.com/iziz/libPhoneNumber-iOS.git'
end
22 changes: 5 additions & 17 deletions examples/IDnow/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
PODS:
- IDnowSDK (7.3.0)
- libPhoneNumber-iOS (1.0.4)
- IDnowSDK (7.8.0)

DEPENDENCIES:
- IDnowSDK (= 7.3.0)
- libPhoneNumber-iOS (from `https://github.com/iziz/libPhoneNumber-iOS.git`)
- IDnowSDK (= 7.8.0)

SPEC REPOS:
trunk:
- IDnowSDK

EXTERNAL SOURCES:
libPhoneNumber-iOS:
:git: https://github.com/iziz/libPhoneNumber-iOS.git

CHECKOUT OPTIONS:
libPhoneNumber-iOS:
:commit: 8327e0d626b59b01f04c5016f5ae85f99dfcb98e
:git: https://github.com/iziz/libPhoneNumber-iOS.git

SPEC CHECKSUMS:
IDnowSDK: 2d60791b260d37503d154c7de7091d69964ce34c
libPhoneNumber-iOS: 17715d691e3db21af61243557f455d04b082cd02
IDnowSDK: 6d3af54280a4d7100a31041c56e864147c3163cf

PODFILE CHECKSUM: 5175ca549dce08348873ae2b2edc2f79e7322f26
PODFILE CHECKSUM: d2314114c28993dd7b9d8e97ca50feb5373777bb

COCOAPODS: 1.12.1
COCOAPODS: 1.14.3
14 changes: 9 additions & 5 deletions idnow_vi.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,35 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>idnow_vi.framework/idnow_vi</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>idnow_vi.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>idnow_vi.framework/idnow_vi</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>idnow_vi.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Loading

0 comments on commit fcef52d

Please sign in to comment.