|
107 | 107 | 5BCAA7541C7CB03900F83F3B /* AnimatedMoveViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCAA7521C7CB03900F83F3B /* AnimatedMoveViewJob.swift */; }; |
108 | 108 | 5BCAA7561C7CB0DE00F83F3B /* AnimatedZoomViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCAA7551C7CB0DE00F83F3B /* AnimatedZoomViewJob.swift */; }; |
109 | 109 | 5BCAA7571C7CB0DE00F83F3B /* AnimatedZoomViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCAA7551C7CB0DE00F83F3B /* AnimatedZoomViewJob.swift */; }; |
| 110 | + 5BCB60CB1CFB936500E9945E /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BCB60CA1CFB936500E9945E /* QuartzCore.framework */; }; |
| 111 | + 5BCB60CD1CFB936900E9945E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BCB60CC1CFB936900E9945E /* UIKit.framework */; }; |
| 112 | + 5BCB60D11CFB937D00E9945E /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BCB60D01CFB937D00E9945E /* QuartzCore.framework */; }; |
110 | 113 | 5BD4C57C1BCDBF6C00462351 /* BarChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BD4C5751BCDBF6C00462351 /* BarChartDataProvider.swift */; }; |
111 | 114 | 5BD4C57D1BCDBF6C00462351 /* BarLineScatterCandleBubbleChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BD4C5761BCDBF6C00462351 /* BarLineScatterCandleBubbleChartDataProvider.swift */; }; |
112 | 115 | 5BD4C57E1BCDBF6C00462351 /* BubbleChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BD4C5771BCDBF6C00462351 /* BubbleChartDataProvider.swift */; }; |
|
457 | 460 | 5BCAA74F1C7CAD4C00F83F3B /* AnimatedViewPortJob.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimatedViewPortJob.swift; sourceTree = "<group>"; }; |
458 | 461 | 5BCAA7521C7CB03900F83F3B /* AnimatedMoveViewJob.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimatedMoveViewJob.swift; sourceTree = "<group>"; }; |
459 | 462 | 5BCAA7551C7CB0DE00F83F3B /* AnimatedZoomViewJob.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimatedZoomViewJob.swift; sourceTree = "<group>"; }; |
| 463 | + 5BCB60CA1CFB936500E9945E /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.2.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; |
| 464 | + 5BCB60CC1CFB936900E9945E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; |
| 465 | + 5BCB60D01CFB937D00E9945E /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; |
460 | 466 | 5BD4C5751BCDBF6C00462351 /* BarChartDataProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BarChartDataProvider.swift; sourceTree = "<group>"; }; |
461 | 467 | 5BD4C5761BCDBF6C00462351 /* BarLineScatterCandleBubbleChartDataProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BarLineScatterCandleBubbleChartDataProvider.swift; sourceTree = "<group>"; }; |
462 | 468 | 5BD4C5771BCDBF6C00462351 /* BubbleChartDataProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BubbleChartDataProvider.swift; sourceTree = "<group>"; }; |
|
532 | 538 | isa = PBXFrameworksBuildPhase; |
533 | 539 | buildActionMask = 2147483647; |
534 | 540 | files = ( |
| 541 | + 5BCB60D11CFB937D00E9945E /* QuartzCore.framework in Frameworks */, |
535 | 542 | 65B3F6891C73C093000983D0 /* Cocoa.framework in Frameworks */, |
536 | 543 | ); |
537 | 544 | runOnlyForDeploymentPostprocessing = 0; |
|
540 | 547 | isa = PBXFrameworksBuildPhase; |
541 | 548 | buildActionMask = 2147483647; |
542 | 549 | files = ( |
| 550 | + 5BCB60CB1CFB936500E9945E /* QuartzCore.framework in Frameworks */, |
| 551 | + 5BCB60CD1CFB936900E9945E /* UIKit.framework in Frameworks */, |
543 | 552 | ); |
544 | 553 | runOnlyForDeploymentPostprocessing = 0; |
545 | 554 | }; |
|
559 | 568 | 06AEE7C31BDC427F009875AE /* Frameworks */ = { |
560 | 569 | isa = PBXGroup; |
561 | 570 | children = ( |
562 | | - 65B3F6881C73C093000983D0 /* Cocoa.framework */, |
| 571 | + 5BCB60D01CFB937D00E9945E /* QuartzCore.framework */, |
| 572 | + 5BCB60CA1CFB936500E9945E /* QuartzCore.framework */, |
563 | 573 | 65B3F6861C73BEA7000983D0 /* QuartzCore.framework */, |
| 574 | + 5BCB60CC1CFB936900E9945E /* UIKit.framework */, |
564 | 575 | 65B3F6841C73BE9E000983D0 /* UIKit.framework */, |
| 576 | + 65B3F6881C73C093000983D0 /* Cocoa.framework */, |
565 | 577 | 06AEE7C11BDC4277009875AE /* FBSnapshotTestCase.framework */, |
566 | 578 | ); |
567 | 579 | name = Frameworks; |
|
1521 | 1533 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
1522 | 1534 | DEFINES_MODULE = YES; |
1523 | 1535 | DYLIB_COMPATIBILITY_VERSION = 1; |
1524 | | - DYLIB_CURRENT_VERSION = 1; |
| 1536 | + DYLIB_CURRENT_VERSION = 2.2.5; |
1525 | 1537 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1526 | 1538 | FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1527 | 1539 | INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist"; |
|
1542 | 1554 | CODE_SIGN_IDENTITY = "iPhone Distribution"; |
1543 | 1555 | DEFINES_MODULE = YES; |
1544 | 1556 | DYLIB_COMPATIBILITY_VERSION = 1; |
1545 | | - DYLIB_CURRENT_VERSION = 1; |
| 1557 | + DYLIB_CURRENT_VERSION = 2.2.5; |
1546 | 1558 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1547 | 1559 | FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1548 | 1560 | INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist"; |
|
1561 | 1573 | COMBINE_HIDPI_IMAGES = YES; |
1562 | 1574 | DEFINES_MODULE = YES; |
1563 | 1575 | DYLIB_COMPATIBILITY_VERSION = 1; |
1564 | | - DYLIB_CURRENT_VERSION = 1; |
| 1576 | + DYLIB_CURRENT_VERSION = 2.2.5; |
1565 | 1577 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1566 | 1578 | FRAMEWORK_VERSION = A; |
1567 | 1579 | INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist"; |
|
1583 | 1595 | COPY_PHASE_STRIP = NO; |
1584 | 1596 | DEFINES_MODULE = YES; |
1585 | 1597 | DYLIB_COMPATIBILITY_VERSION = 1; |
1586 | | - DYLIB_CURRENT_VERSION = 1; |
| 1598 | + DYLIB_CURRENT_VERSION = 2.2.5; |
1587 | 1599 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1588 | 1600 | FRAMEWORK_VERSION = A; |
1589 | 1601 | INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist"; |
|
1604 | 1616 | CLANG_ENABLE_MODULES = YES; |
1605 | 1617 | DEFINES_MODULE = YES; |
1606 | 1618 | DYLIB_COMPATIBILITY_VERSION = 1; |
1607 | | - DYLIB_CURRENT_VERSION = 1; |
| 1619 | + DYLIB_CURRENT_VERSION = 2.2.5; |
1608 | 1620 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1609 | 1621 | FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1610 | 1622 | INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist"; |
|
1628 | 1640 | COPY_PHASE_STRIP = NO; |
1629 | 1641 | DEFINES_MODULE = YES; |
1630 | 1642 | DYLIB_COMPATIBILITY_VERSION = 1; |
1631 | | - DYLIB_CURRENT_VERSION = 1; |
| 1643 | + DYLIB_CURRENT_VERSION = 2.2.5; |
1632 | 1644 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1633 | 1645 | FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1634 | 1646 | INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist"; |
|
0 commit comments