Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Update runtime to latest SHA.
Browse files Browse the repository at this point in the history
Summary:
Runtime now requires all plans conform to NSCopying. This did not require any changes in this library because CAAnimation already conforms to NSCopying.

Also increased warning strictness.

Reviewers: O4 Material Motion Apple platform reviewers, O2 Material Motion, markwei

Reviewed By: O4 Material Motion Apple platform reviewers, O2 Material Motion, markwei

Tags: #material_motion

Differential Revision: http://codereview.cc/D1612
  • Loading branch information
Jeff Verkoeyen committed Sep 16, 2016
1 parent 32afdc4 commit 9e97c78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ abstract_target 'MaterialMotionCoreAnimationFamily' do
installer.pods_project.targets.each do |target|
target.build_configurations.each do |configuration|
configuration.build_settings['SWIFT_VERSION'] = "3.0"
if target.name.start_with?("Material")
configuration.build_settings['WARNING_CFLAGS'] ="$(inherited) -Wall -Wcast-align -Wconversion -Werror -Wextra -Wimplicit-atomic-properties -Wmissing-prototypes -Wno-error=deprecated -Wno-error=deprecated-implementations -Wno-sign-conversion -Wno-unused-parameter -Woverlength-strings -Wshadow -Wstrict-selector-match -Wundeclared-selector -Wunreachable-code"
end
end
end
end
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
MaterialMotionRuntime:
:commit: e002e18e8878f67ca5ae17ee0ce8a05357254bc4
:commit: f31cbc6d9b78576e85410b82942a25a53a4e5f6e
:git: https://github.com/material-motion/material-motion-runtime-objc.git

SPEC CHECKSUMS:
MaterialMotionCoreAnimationFamily: 363b6b0343e46950478ab5487a38445cf966de57
MaterialMotionRuntime: 142f75ce2cf2682458aa9631541b8644b653ef34

PODFILE CHECKSUM: cbc66909b4f6fa2b61d6bb4ec5bd4ee73becdf43
PODFILE CHECKSUM: 94030ee238c2efeb443b51e02663689c8f840c4f

COCOAPODS: 1.0.1

0 comments on commit 9e97c78

Please sign in to comment.