|
459 | 459 | C3C2847416585085006BA43C /* _CPTAnimationTimingFunctions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = _CPTAnimationTimingFunctions.m; sourceTree = "<group>"; }; |
460 | 460 | C3C9CB0C165DB4D500739006 /* CPTAnimationOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPTAnimationOperation.h; sourceTree = "<group>"; }; |
461 | 461 | C3C9CB0D165DB4D500739006 /* CPTAnimationOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPTAnimationOperation.m; sourceTree = "<group>"; }; |
462 | | - C3C9CB11165DB50300739006 /* CPTAnimationPeriod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = CPTAnimationPeriod.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; |
| 462 | + C3C9CB11165DB50300739006 /* CPTAnimationPeriod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = CPTAnimationPeriod.h; sourceTree = "<group>"; }; |
463 | 463 | C3C9CB12165DB50300739006 /* CPTAnimationPeriod.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = CPTAnimationPeriod.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; |
464 | 464 | C3C9CB15165DB52C00739006 /* _CPTAnimationCGFloatPeriod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _CPTAnimationCGFloatPeriod.h; sourceTree = "<group>"; }; |
465 | 465 | C3C9CB16165DB52C00739006 /* _CPTAnimationCGFloatPeriod.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = _CPTAnimationCGFloatPeriod.m; sourceTree = "<group>"; }; |
|
1624 | 1624 | INSTALL_PATH = "@loader_path/../Frameworks"; |
1625 | 1625 | MACOSX_DEPLOYMENT_TARGET = 10.6.8; |
1626 | 1626 | ONLY_ACTIVE_ARCH = YES; |
| 1627 | + OTHER_CFLAGS = ( |
| 1628 | + "-Wextra", |
| 1629 | + "-Wno-unused-parameter", |
| 1630 | + "-Wobjc-interface-ivars", |
| 1631 | + ); |
1627 | 1632 | PRODUCT_NAME = CorePlot; |
1628 | 1633 | WRAPPER_EXTENSION = framework; |
1629 | 1634 | }; |
|
1649 | 1654 | INFOPLIST_FILE = Info.plist; |
1650 | 1655 | INSTALL_PATH = "@loader_path/../Frameworks"; |
1651 | 1656 | MACOSX_DEPLOYMENT_TARGET = 10.6.8; |
| 1657 | + OTHER_CFLAGS = ( |
| 1658 | + "-Wextra", |
| 1659 | + "-Wno-unused-parameter", |
| 1660 | + "-Wobjc-interface-ivars", |
| 1661 | + ); |
1652 | 1662 | PRODUCT_NAME = CorePlot; |
1653 | 1663 | "VALID_ARCHS[sdk=*]" = "i386 x86_64"; |
1654 | 1664 | WRAPPER_EXTENSION = framework; |
|
0 commit comments