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.4.2 '
3+ s . version = '3.4.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.4.2 AppSyncClient " , forHTTPHeaderField: " User-Agent " )
194+ request. setValue ( " aws-sdk-ios/3.4.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.4.2 </string >
18+ <string >3.4.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 @@ -35,7 +35,7 @@ The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and p
35351 . Add the following line to your Podfile:
3636
3737 ``` ruby
38- pod ' AWSAppSync' , ' ~> 3.4.2 '
38+ pod ' AWSAppSync' , ' ~> 3.4.3 '
3939 ```
4040
4141 Example:
@@ -49,7 +49,7 @@ The AWS AppSync SDK for iOS enables you to access your AWS AppSync backend and p
4949 use_frameworks!
5050
5151 # Pods for EventsApp
52- pod 'AWSAppSync', '~> 3.4.2 '
52+ pod 'AWSAppSync', '~> 3.4.3 '
5353 end
5454 ` ` `
5555
You can’t perform that action at this time.
0 commit comments