This repository was archived by the owner on Jul 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'AWSAppSync'
3- s . version = '3.1.9 '
3+ s . version = '3.1.10 '
44 s . author = 'AWS'
55 s . homepage = 'http://aws.amazon.com/mobile/sdk'
66 s . license = { :type => 'Amazon Software License' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public class AWSAppSyncHTTPNetworkTransport: AWSNetworkTransport {
111111 request. httpMethod = " POST "
112112 request. setValue ( NSDate ( ) . aws_stringValue ( AWSDateISO8601DateFormat2) , forHTTPHeaderField: " X-Amz-Date " )
113113 request. setValue ( " application/json " , forHTTPHeaderField: " Content-Type " )
114- request. setValue ( " aws-sdk-ios/3.1.9 AppSyncClient " , forHTTPHeaderField: " User-Agent " )
114+ request. setValue ( " aws-sdk-ios/3.1.10 AppSyncClient " , forHTTPHeaderField: " User-Agent " )
115115 addDeviceId ( request: & request)
116116 }
117117
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.1.9 </string >
18+ <string >3.1.10 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and p
23231 . Add the following line to your Podfile:
2424
2525 ``` ruby
26- pod ' AWSAppSync' , ' ~> 3.1.9 '
26+ pod ' AWSAppSync' , ' ~> 3.1.10 '
2727 ```
2828
2929 Example:
@@ -37,7 +37,7 @@ The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and p
3737 use_frameworks!
3838
3939 # Pods for EventsApp
40- pod 'AWSAppSync', '~> 3.1.9 '
40+ pod 'AWSAppSync', '~> 3.1.10 '
4141 end
4242 ` ` `
4343
You can’t perform that action at this time.
0 commit comments