Skip to content

Commit f0e5748

Browse files
authored
Update socketio version (#84)
* Update socketio version * Add iOS 17 beta disclaimer
1 parent 0d8ffc3 commit f0e5748

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,8 @@ To run the example project, clone this repository, change directory to `metamask
196196
You will need to have MetaMask Mobile wallet installed on your target i.e physical device or simulator, so you can either have it installed from the [App Store](https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202), or clone and compile MetaMask Mobile wallet from [source](https://github.com/MetaMask/metamask-mobile) and build to your target device.
197197

198198
## Requirements
199-
This SDK has an iOS minimum version requirement of 14.0. You need your app to have an iOS minimum deployment of no less than 14.0.
199+
### iOS
200+
This SDK has an iOS minimum version requirement of 14.0. You need your app to have an iOS minimum deployment of no less than 14.0. We have not tested the SDK on beta versions of iOS 17 yet, it is possible that compatibility issues may be experienced therefore we advise against running it on iOS 17 for best results.
201+
202+
### Xcode
203+
This SDK has been tested on up to version Xcode 14.3. Some compatibility issues may exist with beta versions of Xcode 15, therefore we advise against using Xcode 15 for best results.

metamask-ios-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ The iOS MetaMask SDK enables native iOS apps to interact with the Ethereum block
1919
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
2020

2121
s.vendored_frameworks = 'Sources/metamask-ios-sdk/Frameworks/Ecies.xcframework'
22-
s.dependency 'Socket.IO-Client-Swift', '~> 16.0.1'
22+
s.dependency 'Socket.IO-Client-Swift', '~> 16.1.0'
2323
end

0 commit comments

Comments
 (0)