Skip to content

Commit

Permalink
Merge pull request #8 from getyoti/release/DEP-124-2.0.0
Browse files Browse the repository at this point in the history
[Release] DEP-124 2.0.0
  • Loading branch information
asklausen authored Mar 18, 2020
2 parents d5c6f9b + 2564163 commit d83d234
Show file tree
Hide file tree
Showing 162 changed files with 1,564 additions and 1,178 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

75 changes: 5 additions & 70 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,70 +1,5 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control

Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/
Carthage/Build


# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
*.xcodeproj/xcuserdata
*.xcworkspace/xcuserdata
.DS_Store
.build
/Samples/Carthage/Carthage
10 changes: 10 additions & 0 deletions Installation/Carthage/YotiSDKDocument+YotiSDKZoom/Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiFoundation.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiNetwork.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiCommon.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKCommon.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKDesign.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKCore.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKDocument.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiDocumentCapture.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKZoom.json" ~> 2.0.0
github "BlinkID/blinkid-ios" "v4.7.0"
11 changes: 11 additions & 0 deletions Installation/Carthage/YotiSDKDocument+YotiSDKZoom/Input.xcfilelist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$(SRCROOT)/Carthage/Build/iOS/YotiFoundation.framework
$(SRCROOT)/Carthage/Build/iOS/YotiNetwork.framework
$(SRCROOT)/Carthage/Build/iOS/YotiCommon.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKCommon.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKDesign.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKCore.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKDocument.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKZoom.framework
$(SRCROOT)/Carthage/Build/iOS/YotiDocumentCapture.framework
$(SRCROOT)/Carthage/Build/iOS/ZoomAuthenticationHybrid.framework
$(SRCROOT)/Carthage/Checkouts/blinkid-ios/Microblink.framework
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiFoundation.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiNetwork.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiCommon.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKCommon.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKDesign.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKCore.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKDocument.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKZoom.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiDocumentCapture.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/ZoomAuthenticationHybrid.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/Microblink.framework
9 changes: 9 additions & 0 deletions Installation/Carthage/YotiSDKDocument/Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiFoundation.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiNetwork.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiCommon.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKCommon.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKDesign.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKCore.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKDocument.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiDocumentCapture.json" ~> 2.0.0
github "BlinkID/blinkid-ios" "v4.7.0"
9 changes: 9 additions & 0 deletions Installation/Carthage/YotiSDKDocument/Input.xcfilelist
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
$(SRCROOT)/Carthage/Build/iOS/YotiFoundation.framework
$(SRCROOT)/Carthage/Build/iOS/YotiNetwork.framework
$(SRCROOT)/Carthage/Build/iOS/YotiCommon.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKCommon.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKDesign.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKCore.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKDocument.framework
$(SRCROOT)/Carthage/Build/iOS/YotiDocumentCapture.framework
$(SRCROOT)/Carthage/Checkouts/blinkid-ios/Microblink.framework
9 changes: 9 additions & 0 deletions Installation/Carthage/YotiSDKDocument/Output.xcfilelist
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiFoundation.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiNetwork.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiCommon.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKCommon.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKDesign.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKCore.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKDocument.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiDocumentCapture.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/Microblink.framework
7 changes: 7 additions & 0 deletions Installation/Carthage/YotiSDKZoom/Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiFoundation.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiNetwork.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiCommon.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKCommon.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKDesign.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKCore.json" ~> 2.0.0
binary "https://raw.githubusercontent.com/getyoti/yoti-doc-scan-ios/master/Specs/Carthage/YotiSDKZoom.json" ~> 2.0.0
8 changes: 8 additions & 0 deletions Installation/Carthage/YotiSDKZoom/Input.xcfilelist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$(SRCROOT)/Carthage/Build/iOS/YotiFoundation.framework
$(SRCROOT)/Carthage/Build/iOS/YotiNetwork.framework
$(SRCROOT)/Carthage/Build/iOS/YotiCommon.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKCommon.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKDesign.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKCore.framework
$(SRCROOT)/Carthage/Build/iOS/YotiSDKZoom.framework
$(SRCROOT)/Carthage/Build/iOS/ZoomAuthenticationHybrid.framework
8 changes: 8 additions & 0 deletions Installation/Carthage/YotiSDKZoom/Output.xcfilelist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiFoundation.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiNetwork.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiCommon.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKCommon.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKDesign.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKCore.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/YotiSDKZoom.framework
$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/ZoomAuthenticationHybrid.framework
Loading

0 comments on commit d83d234

Please sign in to comment.