Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Drop support for iOS 8 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey authored Mar 8, 2019
1 parent 1ecccf4 commit 7be6350
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -e
set -x

BAZEL_VERSION="0.20.0"
IOS_MINIMUM_OS="8.0"
IOS_MINIMUM_OS="9.0"
IOS_CPUS="i386,x86_64"

get_xcode_version_from_path() {
Expand Down
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ios_ui_test(
":UnitTestsSwiftLib"
],
test_host = "@build_bazel_rules_apple//apple/testing/default_host/ios",
minimum_os_version = "8.0",
minimum_os_version = "9.0",
timeout = "short",
visibility = ["//visibility:private"],
)
2 changes: 1 addition & 1 deletion MotionTransitioning.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = "Apache 2.0"
s.homepage = "https://github.com/material-motion/transitioning-objc"
s.source = { :git => "https://github.com/material-motion/transitioning-objc.git", :tag => "v" + s.version.to_s }
s.platform = :ios, "8.0"
s.platform = :ios, "9.0"
s.requires_arc = true

s.public_header_files = "src/*.h"
Expand Down

0 comments on commit 7be6350

Please sign in to comment.