File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Socket.IO-Client-Swift.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Carthage
9191-----------------
9292Add this line to your ` Cartfile ` :
9393```
94- github "socketio/socket.io-client-swift" ~> 6.1.6 # Or latest version
94+ github "socketio/socket.io-client-swift" ~> 7.0.0 # Or latest version
9595```
9696
9797Run ` carthage update --platform ios,macosx ` .
@@ -104,7 +104,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
104104use_frameworks!
105105
106106target ' YourApp' do
107- pod ' Socket.IO-Client-Swift' , ' ~> 6.1.6 ' # Or latest version
107+ pod ' Socket.IO-Client-Swift' , ' ~> 7.0.0 ' # Or latest version
108108end
109109```
110110
@@ -133,7 +133,7 @@ CocoaSeeds
133133Add this line to your ` Seedfile ` :
134134
135135```
136- github "socketio/socket.io-client-swift", "v6.1.6 ", :files => "Source/*.swift" # Or latest version
136+ github "socketio/socket.io-client-swift", "v7.0.0 ", :files => "Source/*.swift" # Or latest version
137137```
138138
139139Run ` seed install ` .
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Socket.IO-Client-Swift"
33 s . module_name = "SocketIOClientSwift"
4- s . version = "6.1.6 "
4+ s . version = "7.0.0 "
55 s . summary = "Socket.IO-client for iOS and OS X"
66 s . description = <<-DESC
77 Socket.IO-client for iOS and OS X.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414 s . ios . deployment_target = '8.0'
1515 s . osx . deployment_target = '10.10'
1616 s . tvos . deployment_target = '9.0'
17- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v6.1.6 ' }
17+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v7.0.0 ' }
1818 s . source_files = "Source/**/*.swift"
1919 s . requires_arc = true
2020 # s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
Original file line number Diff line number Diff line change 1515 <BuildableReference
1616 BuildableIdentifier = " primary"
1717 BlueprintIdentifier = " 572EF2371B51F18A00EEBB58"
18- BuildableName = " SocketIOClientSwift .framework"
18+ BuildableName = " SocketIO .framework"
1919 BlueprintName = " SocketIO-Mac"
2020 ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
2121 </BuildableReference >
5757 <BuildableReference
5858 BuildableIdentifier = " primary"
5959 BlueprintIdentifier = " 572EF2371B51F18A00EEBB58"
60- BuildableName = " SocketIOClientSwift .framework"
60+ BuildableName = " SocketIO .framework"
6161 BlueprintName = " SocketIO-Mac"
6262 ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
6363 </BuildableReference >
7979 <BuildableReference
8080 BuildableIdentifier = " primary"
8181 BlueprintIdentifier = " 572EF2371B51F18A00EEBB58"
82- BuildableName = " SocketIOClientSwift .framework"
82+ BuildableName = " SocketIO .framework"
8383 BlueprintName = " SocketIO-Mac"
8484 ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
8585 </BuildableReference >
9797 <BuildableReference
9898 BuildableIdentifier = " primary"
9999 BlueprintIdentifier = " 572EF2371B51F18A00EEBB58"
100- BuildableName = " SocketIOClientSwift .framework"
100+ BuildableName = " SocketIO .framework"
101101 BlueprintName = " SocketIO-Mac"
102102 ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
103103 </BuildableReference >
Original file line number Diff line number Diff line change 1515 <BuildableReference
1616 BuildableIdentifier = " primary"
1717 BlueprintIdentifier = " 572EF2181B51F16C00EEBB58"
18- BuildableName = " SocketIOClientSwift .framework"
18+ BuildableName = " SocketIO .framework"
1919 BlueprintName = " SocketIO-iOS"
2020 ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
2121 </BuildableReference >
5858 <BuildableReference
5959 BuildableIdentifier = " primary"
6060 BlueprintIdentifier = " 572EF2181B51F16C00EEBB58"
61- BuildableName = " SocketIOClientSwift .framework"
61+ BuildableName = " SocketIO .framework"
6262 BlueprintName = " SocketIO-iOS"
6363 ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
6464 </BuildableReference >
8080 <BuildableReference
8181 BuildableIdentifier = " primary"
8282 BlueprintIdentifier = " 572EF2181B51F16C00EEBB58"
83- BuildableName = " SocketIOClientSwift .framework"
83+ BuildableName = " SocketIO .framework"
8484 BlueprintName = " SocketIO-iOS"
8585 ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
8686 </BuildableReference >
9898 <BuildableReference
9999 BuildableIdentifier = " primary"
100100 BlueprintIdentifier = " 572EF2181B51F16C00EEBB58"
101- BuildableName = " SocketIOClientSwift .framework"
101+ BuildableName = " SocketIO .framework"
102102 BlueprintName = " SocketIO-iOS"
103103 ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
104104 </BuildableReference >
You can’t perform that action at this time.
0 commit comments