Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MYID Public Code
MyID iOS SDK
Commits
e5f39009
Commit
e5f39009
authored
9 months ago
by
Javohir Savriy
Browse files
Options
Download
Email Patches
Plain Diff
Update README.md
parent
e56c8c6b
master
2.4.0
2.3.9
2.3.6
2.3.5
2.3.4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-1
README.md
with
14 additions
and
1 deletion
+14
-1
README.md
View file @
e5f39009
...
@@ -22,7 +22,18 @@ The SDK supports iOS 12+. The SDK has been built on Xcode 14.1 using Swift 5.8
...
@@ -22,7 +22,18 @@ The SDK supports iOS 12+. The SDK has been built on Xcode 14.1 using Swift 5.8
### 1.2 Add the SDK dependency
### 1.2 Add the SDK dependency
#### [Manual installation](MANUAL_INSTALLATION.md)
#### Using Swift Package Manager
The SDK is available with Swift Package Manager, and you can include it in your project by adding the following package
repository URL:
##### Swift
```
swift
dependencies
:
[
.
package
(
url
:
"https://gitlab.myid.uz/myid-public-code/myid-ios-sdk.git"
,
.
branch
(
"master"
))
]
```
#### Using Cocoapods
#### Using Cocoapods
...
@@ -34,6 +45,8 @@ pod 'MyIdSDK', '~> 2.3.3'
...
@@ -34,6 +45,8 @@ pod 'MyIdSDK', '~> 2.3.3'
Run
`pod install`
to get the SDK.
Run
`pod install`
to get the SDK.
#### [Manual installation](MANUAL_INSTALLATION.md)
### 1.3 Permissions
### 1.3 Permissions
The SDK uses the device camera. You're required to have the following keys in your application's
`Info.plist`
file:
The SDK uses the device camera. You're required to have the following keys in your application's
`Info.plist`
file:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help