Skip to content

Commit

Permalink
Ensuring Minimum Deployment Target compatibility with iOS 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed May 3, 2021
1 parent 38739b0 commit b637d6f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Demo/FilestackDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0900;
LastUpgradeCheck = 1240;
LastUpgradeCheck = 1250;
ORGANIZATIONNAME = Filestack;
TargetAttributes = {
454054801F98A69A00C12B2F = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
LastUpgradeVersion = "1250"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Filestack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |spec|
spec.swift_versions = [4.2, 5.2]

spec.dependency 'FilestackSDK', '~> 2.6'
spec.dependency 'ZIPFoundation', '~> 0.9'
spec.dependency 'ZIPFoundation', '0.9.11'
end
2 changes: 1 addition & 1 deletion Filestack.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0900;
LastUpgradeCheck = 1240;
LastUpgradeCheck = 1250;
ORGANIZATIONNAME = Filestack;
TargetAttributes = {
457084FE1F975C6C00991340 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
LastUpgradeVersion = "1250"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Photos
import UIKit

protocol PhotoPickerControllerDelegate: class {
protocol PhotoPickerControllerDelegate: AnyObject {
func photoPickerControllerDidCancel(controller: UINavigationController)
func photoPicker(controller: UINavigationController, didSelectAssets assets: [PHAsset])
}
Expand Down

0 comments on commit b637d6f

Please sign in to comment.