Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade to min deployment version to iOS 12 #586

Merged
merged 7 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AWSAppSync.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git',
:tag => s.version }
s.requires_arc = true
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '11.0'
s.swift_version = '5.5.2'

s.dependency 'AWSCore', '~> 2.34.0'
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, "9.0"
platform :ios, "11.0"

use_frameworks!
inhibit_all_warnings!
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ SPEC CHECKSUMS:
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5

PODFILE CHECKSUM: a967afb6ecd84952b4161bf70cce4e7c5ac630d8
PODFILE CHECKSUM: 504556c0c72eb4d7a45ee5f7f9d7994eb09c7fe3

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading