From 62b7b6ca04839ba9b0d298ddde0becb7bf70a2fc Mon Sep 17 00:00:00 2001 From: Jeff Verkoeyen Date: Tue, 15 Nov 2016 01:38:38 -0500 Subject: [PATCH] Ran yo mm-github. --- .arcconfig | 4 +- .jazzy.yaml | 10 +- .swift-version | 2 +- .travis.yml | 2 +- AUTHORS | 2 +- ...rialMotionCoreAnimationTransitions.podspec | 8 +- Podfile | 6 +- Podfile.lock | 10 +- README.md | 26 +-- .../Catalog/Catalog.xcodeproj/project.pbxproj | 154 ------------------ .../apps/Catalog/Catalog/AppDelegate.swift | 2 +- 11 files changed, 36 insertions(+), 190 deletions(-) rename MaterialMotionCoreAnimationTransitionsPlugin.podspec => MaterialMotionCoreAnimationTransitions.podspec (60%) diff --git a/.arcconfig b/.arcconfig index e00163c..a5e89d9 100644 --- a/.arcconfig +++ b/.arcconfig @@ -13,13 +13,13 @@ "arc.feature.start.default": "origin/develop", "unit.xcode": { "build": { - "workspace": "MaterialMotionCoreAnimationTransitionsPlugin.xcworkspace", + "workspace": "MaterialMotionCoreAnimationTransitions.xcworkspace", "scheme": "UnitTests", "configuration": "Debug", "destination": "platform=iOS Simulator,name=iPhone 6s" }, "coverage": { - "product": "MaterialMotionCoreAnimationTransitionsPlugin.framework/MaterialMotionCoreAnimationTransitionsPlugin" + "product": "MaterialMotionCoreAnimationTransitions.framework/MaterialMotionCoreAnimationTransitions" }, "pre-build": "pod install" } diff --git a/.jazzy.yaml b/.jazzy.yaml index a8ec7c9..77f4533 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,10 +1,10 @@ -module: MaterialMotionCoreAnimationTransitionsPlugin +module: MaterialMotionCoreAnimationTransitions module_version: 1.0.0 sdk: iphonesimulator xcodebuild_arguments: - -workspace - - MaterialMotionCoreAnimationTransitionsPlugin.xcworkspace + - MaterialMotionCoreAnimationTransitions.xcworkspace - -scheme - - MaterialMotionCoreAnimationTransitionsPlugin -github_url: https://github.com/material-motion/coreanimation-transitions-plugin-swift -github_file_prefix: https://github.com/material-motion/coreanimation-transitions-plugin-swift/tree/v1.0.0 + - MaterialMotionCoreAnimationTransitions +github_url: https://github.com/material-motion/coreanimation-transitions-swift +github_file_prefix: https://github.com/material-motion/coreanimation-transitions-swift/tree/v1.0.0 diff --git a/.swift-version b/.swift-version index f398a20..9f55b2c 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0 \ No newline at end of file +3.0 diff --git a/.travis.yml b/.travis.yml index 59abbca..0af0806 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ before_install: script: - set -o pipefail - arcanist/bin/arc unit --everything --trace - - xcodebuild build -workspace MaterialMotionCoreAnimationTransitionsPlugin.xcworkspace -scheme Catalog -sdk "iphonesimulator10.0" -destination "name=iPhone 6s,OS=10.0" ONLY_ACTIVE_ARCH=YES | xcpretty -c; + - xcodebuild build -workspace MaterialMotionCoreAnimationTransitions.xcworkspace -scheme Catalog -sdk "iphonesimulator10.0" -destination "name=iPhone 6s,OS=10.0" ONLY_ACTIVE_ARCH=YES | xcpretty -c; after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/AUTHORS b/AUTHORS index 5062109..adae954 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -# This is the list of Core Animation Transitions Material Motion Plugin authors for copyright purposes. +# This is the list of Core Animation transitions for Material Motion (Swift) authors for copyright purposes. # # This does not necessarily list everyone who has contributed code, since in # some cases, their employer may be the copyright holder. To see the full list diff --git a/MaterialMotionCoreAnimationTransitionsPlugin.podspec b/MaterialMotionCoreAnimationTransitions.podspec similarity index 60% rename from MaterialMotionCoreAnimationTransitionsPlugin.podspec rename to MaterialMotionCoreAnimationTransitions.podspec index 049906b..a22afd4 100644 --- a/MaterialMotionCoreAnimationTransitionsPlugin.podspec +++ b/MaterialMotionCoreAnimationTransitions.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| - s.name = "MaterialMotionCoreAnimationTransitionsPlugin" - s.summary = "Core Animation Transitions Material Motion Plugin" + s.name = "MaterialMotionCoreAnimationTransitions" + s.summary = "Core Animation transitions for Material Motion (Swift)" s.version = "1.0.0" s.authors = "The Material Motion Authors" s.license = "Apache 2.0" - s.homepage = "https://github.com/material-motion/coreanimation-transitions-plugin-swift" - s.source = { :git => "https://github.com/material-motion/coreanimation-transitions-plugin-swift.git", :tag => "v" + s.version.to_s } + s.homepage = "https://github.com/material-motion/coreanimation-transitions-swift" + s.source = { :git => "https://github.com/material-motion/coreanimation-transitions-swift.git", :tag => "v" + s.version.to_s } s.platform = :ios, "8.0" s.requires_arc = true diff --git a/Podfile b/Podfile index c5d4e59..9eef173 100644 --- a/Podfile +++ b/Podfile @@ -1,9 +1,9 @@ -abstract_target 'MaterialMotionCoreAnimationTransitionsPlugin' do +abstract_target 'MaterialMotionCoreAnimationTransitions' do pod 'CatalogByConvention' - pod 'MaterialMotionCoreAnimationTransitionsPlugin', :path => './' + pod 'MaterialMotionCoreAnimationTransitions', :path => './' - workspace 'MaterialMotionCoreAnimationTransitionsPlugin.xcworkspace' + workspace 'MaterialMotionCoreAnimationTransitions.xcworkspace' use_frameworks! target "Catalog" do diff --git a/Podfile.lock b/Podfile.lock index aa2badb..4c4d0c5 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,19 +1,19 @@ PODS: - CatalogByConvention (2.0.0) - - MaterialMotionCoreAnimationTransitionsPlugin (1.0.0) + - MaterialMotionCoreAnimationTransitions (1.0.0) DEPENDENCIES: - CatalogByConvention - - MaterialMotionCoreAnimationTransitionsPlugin (from `./`) + - MaterialMotionCoreAnimationTransitions (from `./`) EXTERNAL SOURCES: - MaterialMotionCoreAnimationTransitionsPlugin: + MaterialMotionCoreAnimationTransitions: :path: "./" SPEC CHECKSUMS: CatalogByConvention: be55c2263132e4f9f59299ac8a528ee8715b3275 - MaterialMotionCoreAnimationTransitionsPlugin: 91a861e84f5f548e95945b27706f83ffdfc61161 + MaterialMotionCoreAnimationTransitions: e095c48b519926e79b930c4de454a46b7b32f1eb -PODFILE CHECKSUM: 3551f8326c6828d18744f2ec867d3e470c192561 +PODFILE CHECKSUM: dd154e5de50a8ad79a8d5f184a86c6dd98773a88 COCOAPODS: 1.1.1 diff --git a/README.md b/README.md index 3ca0506..7b2abf6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Core Animation Transitions Material Motion Plugin +# Core Animation transitions for Material Motion (Swift) -[![Build Status](https://travis-ci.org/material-motion/coreanimation-transitions-plugin-swift.svg?branch=develop)](https://travis-ci.org/material-motion/coreanimation-transitions-plugin-swift) -[![codecov](https://codecov.io/gh/material-motion/coreanimation-transitions-plugin-swift/branch/develop/graph/badge.svg)](https://codecov.io/gh/material-motion/coreanimation-transitions-plugin-swift) +[![Build Status](https://travis-ci.org/material-motion/coreanimation-transitions-swift.svg?branch=develop)](https://travis-ci.org/material-motion/coreanimation-transitions-swift) +[![codecov](https://codecov.io/gh/material-motion/coreanimation-transitions-swift/branch/develop/graph/badge.svg)](https://codecov.io/gh/material-motion/coreanimation-transitions-swift) ## Installation @@ -14,9 +14,9 @@ > > gem install cocoapods -Add `MaterialMotionCoreAnimationTransitionsPlugin` to your `Podfile`: +Add `MaterialMotionCoreAnimationTransitions` to your `Podfile`: - pod 'MaterialMotionCoreAnimationTransitionsPlugin' + pod 'MaterialMotionCoreAnimationTransitions' Then run the following command: @@ -26,7 +26,7 @@ Then run the following command: Import the framework: - @import MaterialMotionCoreAnimationTransitionsPlugin; + @import MaterialMotionCoreAnimationTransitions; You will now have access to all of the APIs. @@ -35,10 +35,10 @@ You will now have access to all of the APIs. Check out a local copy of the repo to access the Catalog application by running the following commands: - git clone https://github.com/material-motion/coreanimation-transitions-plugin-swift.git - cd coreanimation-transitions-plugin-swift + git clone https://github.com/material-motion/coreanimation-transitions-swift.git + cd coreanimation-transitions-swift pod install - open MaterialMotionCoreAnimationTransitionsPlugin.xcworkspace + open MaterialMotionCoreAnimationTransitions.xcworkspace ## Guides @@ -53,11 +53,11 @@ commands: We welcome contributions! -Check out our [upcoming milestones](https://github.com/material-motion/coreanimation-transitions-plugin-swift/milestones). +Check out our [upcoming milestones](https://github.com/material-motion/coreanimation-transitions-swift/milestones). -Learn more about [our team](https://material-motion.gitbooks.io/material-motion-team/content/), -[our community](https://material-motion.gitbooks.io/material-motion-team/content/community/), and -our [contributor essentials](https://material-motion.gitbooks.io/material-motion-team/content/essentials/). +Learn more about [our team](https://material-motion.github.io/material-motion/team/), +[our community](https://material-motion.github.io/material-motion/team/community/), and +our [contributor essentials](https://material-motion.github.io/material-motion/team/essentials/). ## License diff --git a/examples/apps/Catalog/Catalog.xcodeproj/project.pbxproj b/examples/apps/Catalog/Catalog.xcodeproj/project.pbxproj index 5d51358..ec46b2e 100644 --- a/examples/apps/Catalog/Catalog.xcodeproj/project.pbxproj +++ b/examples/apps/Catalog/Catalog.xcodeproj/project.pbxproj @@ -7,13 +7,11 @@ objects = { /* Begin PBXBuildFile section */ - 5E3A4F931A9F172A5205EC60 /* Pods_MaterialMotionCoreAnimationTransitionsPlugin_Catalog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52A5548ADB0D1DCDCDC5B786 /* Pods_MaterialMotionCoreAnimationTransitionsPlugin_Catalog.framework */; }; 664A5B771DD10D320082B5DF /* TableOfContents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 664A5B761DD10D320082B5DF /* TableOfContents.swift */; }; 664A5B791DD10D520082B5DF /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 664A5B781DD10D520082B5DF /* ExampleViewController.swift */; }; 666FAA841D384A6B000363DA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666FAA831D384A6B000363DA /* AppDelegate.swift */; }; 666FAA8B1D384A6B000363DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 666FAA8A1D384A6B000363DA /* Assets.xcassets */; }; 666FAA8E1D384A6B000363DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 666FAA8C1D384A6B000363DA /* LaunchScreen.storyboard */; }; - F1905C572AA5E37A123B187D /* Pods_MaterialMotionCoreAnimationTransitionsPlugin_UnitTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 621EF23DECE15FCE1EC46B57 /* Pods_MaterialMotionCoreAnimationTransitionsPlugin_UnitTests.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -27,9 +25,6 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 4BD77ADF077C722A6E7E069B /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog.debug.xcconfig"; path = "../../../Pods/Target Support Files/Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog/Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog.debug.xcconfig"; sourceTree = ""; }; - 52A5548ADB0D1DCDCDC5B786 /* Pods_MaterialMotionCoreAnimationTransitionsPlugin_Catalog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MaterialMotionCoreAnimationTransitionsPlugin_Catalog.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 621EF23DECE15FCE1EC46B57 /* Pods_MaterialMotionCoreAnimationTransitionsPlugin_UnitTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MaterialMotionCoreAnimationTransitionsPlugin_UnitTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 664A5B761DD10D320082B5DF /* TableOfContents.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TableOfContents.swift; path = Catalog/TableOfContents.swift; sourceTree = ""; }; 664A5B781DD10D520082B5DF /* ExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = ""; }; 666FAA801D384A6B000363DA /* Catalog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Catalog.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -40,42 +35,9 @@ 666FAA941D384A6B000363DA /* UnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 666FAA9A1D384A6B000363DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../UnitTests/Info.plist; sourceTree = ""; }; 666FAAA71D384D51000363DA /* UnitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "UnitTests-Bridging-Header.h"; path = "../UnitTests/UnitTests-Bridging-Header.h"; sourceTree = ""; }; - AB7D246EDEED57C446C7ABB8 /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests.release.xcconfig"; path = "../../../Pods/Target Support Files/Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests/Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests.release.xcconfig"; sourceTree = ""; }; - D1714BC3B82347AEA6817363 /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests.debug.xcconfig"; path = "../../../Pods/Target Support Files/Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests/Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests.debug.xcconfig"; sourceTree = ""; }; - EF8AB1E582D414072D8BBB8C /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog.release.xcconfig"; path = "../../../Pods/Target Support Files/Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog/Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ -/* Begin PBXFrameworksBuildPhase section */ - 996477E0191A99B1BC9CABB3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F1905C572AA5E37A123B187D /* Pods_MaterialMotionCoreAnimationTransitionsPlugin_UnitTests.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A162D9B3DC08A6145D4E32C6 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5E3A4F931A9F172A5205EC60 /* Pods_MaterialMotionCoreAnimationTransitionsPlugin_Catalog.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - /* Begin PBXGroup section */ - 02FD2B37747A9AC42C19F2B9 /* Pods */ = { - isa = PBXGroup; - children = ( - 4BD77ADF077C722A6E7E069B /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog.debug.xcconfig */, - EF8AB1E582D414072D8BBB8C /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog.release.xcconfig */, - D1714BC3B82347AEA6817363 /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests.debug.xcconfig */, - AB7D246EDEED57C446C7ABB8 /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; 666FAA771D384A6B000363DA = { isa = PBXGroup; children = ( @@ -85,8 +47,6 @@ 666FAA971D384A6B000363DA /* tests */, 666FAA821D384A6B000363DA /* resources */, 666FAA811D384A6B000363DA /* Products */, - 02FD2B37747A9AC42C19F2B9 /* Pods */, - D600A469D94DB0804CF01209 /* Frameworks */, ); sourceTree = ""; }; @@ -153,15 +113,6 @@ name = catalog; sourceTree = ""; }; - D600A469D94DB0804CF01209 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 52A5548ADB0D1DCDCDC5B786 /* Pods_MaterialMotionCoreAnimationTransitionsPlugin_Catalog.framework */, - 621EF23DECE15FCE1EC46B57 /* Pods_MaterialMotionCoreAnimationTransitionsPlugin_UnitTests.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -169,12 +120,8 @@ isa = PBXNativeTarget; buildConfigurationList = 666FAA9D1D384A6B000363DA /* Build configuration list for PBXNativeTarget "Catalog" */; buildPhases = ( - 1BA93F2066EF50A084F67D06 /* [CP] Check Pods Manifest.lock */, 666FAA7C1D384A6B000363DA /* Sources */, 666FAA7E1D384A6B000363DA /* Resources */, - A162D9B3DC08A6145D4E32C6 /* Frameworks */, - 1838FDD79D38E139D7A9DB1D /* [CP] Embed Pods Frameworks */, - 6173EE492B6D3A5E41A8BB1B /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -189,12 +136,8 @@ isa = PBXNativeTarget; buildConfigurationList = 666FAAA01D384A6B000363DA /* Build configuration list for PBXNativeTarget "UnitTests" */; buildPhases = ( - 15B591C4855BBDE98E4BAC02 /* [CP] Check Pods Manifest.lock */, 666FAA901D384A6B000363DA /* Sources */, 666FAA921D384A6B000363DA /* Resources */, - 996477E0191A99B1BC9CABB3 /* Frameworks */, - 3EEE62DD08B17E6910CAD1D8 /* [CP] Embed Pods Frameworks */, - D623D575AAC7BF7A32BE350D /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -265,99 +208,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - 15B591C4855BBDE98E4BAC02 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 1838FDD79D38E139D7A9DB1D /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/../../../Pods/Target Support Files/Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog/Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 1BA93F2066EF50A084F67D06 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 3EEE62DD08B17E6910CAD1D8 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/../../../Pods/Target Support Files/Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests/Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 6173EE492B6D3A5E41A8BB1B /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/../../../Pods/Target Support Files/Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog/Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - D623D575AAC7BF7A32BE350D /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/../../../Pods/Target Support Files/Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests/Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 666FAA7C1D384A6B000363DA /* Sources */ = { isa = PBXSourcesBuildPhase; @@ -485,7 +335,6 @@ }; 666FAA9E1D384A6B000363DA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4BD77ADF077C722A6E7E069B /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = Catalog/Info.plist; @@ -498,7 +347,6 @@ }; 666FAA9F1D384A6B000363DA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EF8AB1E582D414072D8BBB8C /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-Catalog.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = Catalog/Info.plist; @@ -512,7 +360,6 @@ }; 666FAAA11D384A6B000363DA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D1714BC3B82347AEA6817363 /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ENABLE_MODULES = YES; @@ -529,7 +376,6 @@ }; 666FAAA21D384A6B000363DA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AB7D246EDEED57C446C7ABB8 /* Pods-MaterialMotionCoreAnimationTransitionsPlugin-UnitTests.release.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ENABLE_MODULES = YES; diff --git a/examples/apps/Catalog/Catalog/AppDelegate.swift b/examples/apps/Catalog/Catalog/AppDelegate.swift index aedd26d..df11961 100644 --- a/examples/apps/Catalog/Catalog/AppDelegate.swift +++ b/examples/apps/Catalog/Catalog/AppDelegate.swift @@ -27,7 +27,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { self.window = window let rootViewController = CBCNodeListViewController(node: CBCCreateNavigationTree()) - rootViewController.title = "Core Animation Transitions" + rootViewController.title = "Core Animation transitions for Material Motion (Swift)" window.rootViewController = UINavigationController(rootViewController: rootViewController) window.makeKeyAndVisible()