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.6.2 '
3+ s . version = '3.6.3 '
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 @@ -191,7 +191,7 @@ public class AWSAppSyncHTTPNetworkTransport: AWSNetworkTransport {
191191 request. httpMethod = " POST "
192192 request. setValue ( NSDate ( ) . aws_stringValue ( AWSDateISO8601DateFormat2) , forHTTPHeaderField: " X-Amz-Date " )
193193 request. setValue ( " application/json " , forHTTPHeaderField: " Content-Type " )
194- request. setValue ( " aws-sdk-ios/3.6.2 AppSyncClient " , forHTTPHeaderField: " User-Agent " )
194+ request. setValue ( " aws-sdk-ios/3.6.3 AppSyncClient " , forHTTPHeaderField: " User-Agent " )
195195 addDeviceId ( request: & request)
196196 }
197197
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.6.2 </string >
18+ <string >3.6.3 </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 @@ -45,7 +45,7 @@ The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and p
45451 . Add the following line to your Podfile:
4646
4747 ``` ruby
48- pod ' AWSAppSync' , ' ~> 3.6.2 '
48+ pod ' AWSAppSync' , ' ~> 3.6.3 '
4949 ```
5050
5151 Example:
@@ -59,7 +59,7 @@ The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and p
5959 use_frameworks!
6060
6161 # Pods for EventsApp
62- pod 'AWSAppSync', '~> 3.6.2 '
62+ pod 'AWSAppSync', '~> 3.6.3 '
6363 end
6464 ` ` `
6565
You can’t perform that action at this time.
0 commit comments