Skip to content

Commit ddac025

Browse files
committed
Raised deployment target to iOS 12
1 parent 4863eb9 commit ddac025

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Example/FTLinearActivityIndicator.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
259259
GCC_WARN_UNUSED_FUNCTION = YES;
260260
GCC_WARN_UNUSED_VARIABLE = YES;
261-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
261+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
262262
MTL_ENABLE_DEBUG_INFO = YES;
263263
ONLY_ACTIVE_ARCH = YES;
264264
SDKROOT = iphoneos;
@@ -309,7 +309,7 @@
309309
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
310310
GCC_WARN_UNUSED_FUNCTION = YES;
311311
GCC_WARN_UNUSED_VARIABLE = YES;
312-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
312+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
313313
MTL_ENABLE_DEBUG_INFO = NO;
314314
SDKROOT = iphoneos;
315315
SWIFT_COMPILATION_MODE = wholemodule;

FTLinearActivityIndicator.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FTLinearActivityIndicator'
3-
s.version = '1.6'
3+
s.version = '1.7'
44
s.summary = 'Add the missing network activity indicator on newer iPhones'
55

66
s.description = <<-DESC
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.source = { :git => 'https://github.com/futuretap/FTLinearActivityIndicator.git', :tag => s.version.to_s }
2020
s.social_media_url = 'https://mastodon.cloud/@ortwingentz'
2121

22-
s.ios.deployment_target = '11.0'
22+
s.ios.deployment_target = '12.0'
2323
s.swift_version = '5.0'
2424

2525
s.source_files = 'FTLinearActivityIndicator/Classes/**/*'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "FTLinearActivityIndicator",
88
platforms: [
9-
.iOS("11.0")
9+
.iOS("12.0")
1010
],
1111
products: [
1212
// Products define the executables and libraries produced by a package, and make them visible to other packages.

0 commit comments

Comments
 (0)