This repository was archived by the owner on Aug 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +19
-11
lines changed
examples/apps/Catalog/TransitionsCatalog.xcodeproj Expand file tree Collapse file tree 6 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 2121set -x
2222
2323BAZEL_VERSION=" 0.20.0"
24- IOS_MINIMUM_OS=" 8 .0"
24+ IOS_MINIMUM_OS=" 9 .0"
2525IOS_CPUS=" i386,x86_64"
2626
2727get_xcode_version_from_path () {
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ ios_ui_test(
6464 ":UnitTestsSwiftLib"
6565 ],
6666 test_host = "@build_bazel_rules_apple//apple/testing/default_host/ios" ,
67- minimum_os_version = "8 .0" ,
67+ minimum_os_version = "9 .0" ,
6868 timeout = "short" ,
6969 visibility = ["//visibility:private" ],
7070)
Original file line number Diff line number Diff line change 1+ # 7.0.0
2+
3+ This major release drops official support for iOS 8.
4+
5+ ## Non-source changes
6+
7+ * [ Drop support for iOS 8 (#65 )] ( https://github.com/material-motion/motion-transitioning-objc/commit/7be635014d25dead64862822df899d46fda4f248 ) (featherless)
8+
19# 6.0.0
210
311This major release upgrades the bazel dependencies and workspace. This change is breaking for anyone
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "MotionTransitioning"
33 s . summary = "Light-weight API for building UIViewController transitions."
4- s . version = "6 .0.0"
4+ s . version = "7 .0.0"
55 s . authors = "The Material Motion Authors"
66 s . license = "Apache 2.0"
77 s . homepage = "https://github.com/material-motion/transitioning-objc"
88 s . source = { :git => "https://github.com/material-motion/transitioning-objc.git" , :tag => "v" + s . version . to_s }
9- s . platform = :ios , "8 .0"
9+ s . platform = :ios , "9 .0"
1010 s . requires_arc = true
1111
1212 s . public_header_files = "src/*.h"
Original file line number Diff line number Diff line change 11PODS:
22 - CatalogByConvention (2.1.1)
3- - MotionTransitioning (5 .0.0)
3+ - MotionTransitioning (7 .0.0)
44
55DEPENDENCIES:
66 - CatalogByConvention
@@ -16,8 +16,8 @@ EXTERNAL SOURCES:
1616
1717SPEC CHECKSUMS:
1818 CatalogByConvention: c3a5319de04250a7cd4649127fcfca5fe3322a43
19- MotionTransitioning: 42968eefaeb185d70dad5d891bf1229e84c0ccc9
19+ MotionTransitioning: afdc2fb08fc6e8744dab4f160b3764c9bde59338
2020
2121PODFILE CHECKSUM: 25d5942fb7698339a03667bb46c3fbb77529b92d
2222
23- COCOAPODS: 1.5.3
23+ COCOAPODS: 1.6.0
Original file line number Diff line number Diff line change 516516 files = (
517517 );
518518 inputPaths = (
519- "${SRCROOT}/../../../Pods /Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh",
519+ "${PODS_ROOT} /Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh",
520520 "${BUILT_PRODUCTS_DIR}/MotionTransitioning/MotionTransitioning.framework",
521521 );
522522 name = "[CP] Embed Pods Frameworks";
525525 );
526526 runOnlyForDeploymentPostprocessing = 0;
527527 shellPath = /bin/sh;
528- shellScript = "\"${SRCROOT}/../../../Pods /Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh\"\n";
528+ shellScript = "\"${PODS_ROOT} /Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh\"\n";
529529 showEnvVarsInLog = 0;
530530 };
531531 DD0DE1433C97D7502DC5B756 /* [CP] Check Pods Manifest.lock */ = {
552552 files = (
553553 );
554554 inputPaths = (
555- "${SRCROOT}/../../../Pods /Target Support Files/Pods-TransitionsCatalog/Pods-TransitionsCatalog-frameworks.sh",
555+ "${PODS_ROOT} /Target Support Files/Pods-TransitionsCatalog/Pods-TransitionsCatalog-frameworks.sh",
556556 "${BUILT_PRODUCTS_DIR}/CatalogByConvention/CatalogByConvention.framework",
557557 "${BUILT_PRODUCTS_DIR}/MotionTransitioning/MotionTransitioning.framework",
558558 );
563563 );
564564 runOnlyForDeploymentPostprocessing = 0;
565565 shellPath = /bin/sh;
566- shellScript = "\"${SRCROOT}/../../../Pods /Target Support Files/Pods-TransitionsCatalog/Pods-TransitionsCatalog-frameworks.sh\"\n";
566+ shellScript = "\"${PODS_ROOT} /Target Support Files/Pods-TransitionsCatalog/Pods-TransitionsCatalog-frameworks.sh\"\n";
567567 showEnvVarsInLog = 0;
568568 };
569569/* End PBXShellScriptBuildPhase section */
You can’t perform that action at this time.
0 commit comments