This repository was archived by the owner on Aug 30, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ post_install do |installer|
17
17
target . build_configurations . each do |configuration |
18
18
configuration . build_settings [ 'SWIFT_VERSION' ] = "3.0"
19
19
if target . name . start_with? ( "Motion" )
20
- configuration . build_settings [ 'WARNING_CFLAGS' ] = "$(inherited) -Wall -Wcast-align -Wconversion -Werror -Wextra -Wimplicit-atomic-properties -Wmissing-prototypes -Wno-sign-conversion -Wno-unused-parameter -Woverlength-strings -Wshadow -Wstrict-selector-match -Wundeclared-selector -Wunreachable-code"
20
+ configuration . build_settings [ 'WARNING_CFLAGS' ] = "$(inherited) -Wall -Wcast-align -Wconversion -Werror -Wextra -Wimplicit-atomic-properties -Wmissing-prototypes -Wno-sign-conversion -Wno-unused-parameter -Woverlength-strings -Wshadow -Wstrict-selector-match -Wundeclared-selector -Wunreachable-code -Wno-error=deprecated -Wno-error=deprecated-implementations "
21
21
end
22
22
end
23
23
end
Original file line number Diff line number Diff line change 2
2
- CatalogByConvention (2.2.0)
3
3
- MotionAnimator (2.1.1):
4
4
- MotionInterchange (~> 1.2)
5
- - MotionInterchange (1.2 .0)
5
+ - MotionInterchange (1.3 .0)
6
6
7
7
DEPENDENCIES:
8
8
- CatalogByConvention
@@ -15,8 +15,8 @@ EXTERNAL SOURCES:
15
15
SPEC CHECKSUMS:
16
16
CatalogByConvention: 5df5831e48b8083b18570dcb804f20fd1c90694f
17
17
MotionAnimator: f306d8ee1a6600b039345c548cb543ebaa9cdec4
18
- MotionInterchange: 499c98e7628a8a078905749734dbfedbfae54cca
18
+ MotionInterchange: 988fc0011e4b806cc33f2fb4f9566f5eeb4159e8
19
19
20
- PODFILE CHECKSUM: 3c50d819e57d8329e39f3f5677139bf93ac34b8b
20
+ PODFILE CHECKSUM: 3537bf01c11174928ac008c20fec4738722e96f3
21
21
22
22
COCOAPODS: 1.3.1
You can’t perform that action at this time.
0 commit comments