Skip to content

Commit e45c477

Browse files
committed
Updated project settings
1 parent 728a472 commit e45c477

File tree

2 files changed

+31
-19
lines changed

2 files changed

+31
-19
lines changed

Charts/Charts.xcodeproj/project.pbxproj

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
5BCAA7541C7CB03900F83F3B /* AnimatedMoveViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCAA7521C7CB03900F83F3B /* AnimatedMoveViewJob.swift */; };
108108
5BCAA7561C7CB0DE00F83F3B /* AnimatedZoomViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCAA7551C7CB0DE00F83F3B /* AnimatedZoomViewJob.swift */; };
109109
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 */; };
110113
5BD4C57C1BCDBF6C00462351 /* BarChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BD4C5751BCDBF6C00462351 /* BarChartDataProvider.swift */; };
111114
5BD4C57D1BCDBF6C00462351 /* BarLineScatterCandleBubbleChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BD4C5761BCDBF6C00462351 /* BarLineScatterCandleBubbleChartDataProvider.swift */; };
112115
5BD4C57E1BCDBF6C00462351 /* BubbleChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BD4C5771BCDBF6C00462351 /* BubbleChartDataProvider.swift */; };
@@ -457,6 +460,9 @@
457460
5BCAA74F1C7CAD4C00F83F3B /* AnimatedViewPortJob.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimatedViewPortJob.swift; sourceTree = "<group>"; };
458461
5BCAA7521C7CB03900F83F3B /* AnimatedMoveViewJob.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimatedMoveViewJob.swift; sourceTree = "<group>"; };
459462
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; };
460466
5BD4C5751BCDBF6C00462351 /* BarChartDataProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BarChartDataProvider.swift; sourceTree = "<group>"; };
461467
5BD4C5761BCDBF6C00462351 /* BarLineScatterCandleBubbleChartDataProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BarLineScatterCandleBubbleChartDataProvider.swift; sourceTree = "<group>"; };
462468
5BD4C5771BCDBF6C00462351 /* BubbleChartDataProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BubbleChartDataProvider.swift; sourceTree = "<group>"; };
@@ -532,6 +538,7 @@
532538
isa = PBXFrameworksBuildPhase;
533539
buildActionMask = 2147483647;
534540
files = (
541+
5BCB60D11CFB937D00E9945E /* QuartzCore.framework in Frameworks */,
535542
65B3F6891C73C093000983D0 /* Cocoa.framework in Frameworks */,
536543
);
537544
runOnlyForDeploymentPostprocessing = 0;
@@ -540,6 +547,8 @@
540547
isa = PBXFrameworksBuildPhase;
541548
buildActionMask = 2147483647;
542549
files = (
550+
5BCB60CB1CFB936500E9945E /* QuartzCore.framework in Frameworks */,
551+
5BCB60CD1CFB936900E9945E /* UIKit.framework in Frameworks */,
543552
);
544553
runOnlyForDeploymentPostprocessing = 0;
545554
};
@@ -559,9 +568,12 @@
559568
06AEE7C31BDC427F009875AE /* Frameworks */ = {
560569
isa = PBXGroup;
561570
children = (
562-
65B3F6881C73C093000983D0 /* Cocoa.framework */,
571+
5BCB60D01CFB937D00E9945E /* QuartzCore.framework */,
572+
5BCB60CA1CFB936500E9945E /* QuartzCore.framework */,
563573
65B3F6861C73BEA7000983D0 /* QuartzCore.framework */,
574+
5BCB60CC1CFB936900E9945E /* UIKit.framework */,
564575
65B3F6841C73BE9E000983D0 /* UIKit.framework */,
576+
65B3F6881C73C093000983D0 /* Cocoa.framework */,
565577
06AEE7C11BDC4277009875AE /* FBSnapshotTestCase.framework */,
566578
);
567579
name = Frameworks;
@@ -1521,7 +1533,7 @@
15211533
CODE_SIGN_IDENTITY = "iPhone Developer";
15221534
DEFINES_MODULE = YES;
15231535
DYLIB_COMPATIBILITY_VERSION = 1;
1524-
DYLIB_CURRENT_VERSION = 1;
1536+
DYLIB_CURRENT_VERSION = 2.2.5;
15251537
DYLIB_INSTALL_NAME_BASE = "@rpath";
15261538
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
15271539
INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
@@ -1542,7 +1554,7 @@
15421554
CODE_SIGN_IDENTITY = "iPhone Distribution";
15431555
DEFINES_MODULE = YES;
15441556
DYLIB_COMPATIBILITY_VERSION = 1;
1545-
DYLIB_CURRENT_VERSION = 1;
1557+
DYLIB_CURRENT_VERSION = 2.2.5;
15461558
DYLIB_INSTALL_NAME_BASE = "@rpath";
15471559
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
15481560
INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
@@ -1561,7 +1573,7 @@
15611573
COMBINE_HIDPI_IMAGES = YES;
15621574
DEFINES_MODULE = YES;
15631575
DYLIB_COMPATIBILITY_VERSION = 1;
1564-
DYLIB_CURRENT_VERSION = 1;
1576+
DYLIB_CURRENT_VERSION = 2.2.5;
15651577
DYLIB_INSTALL_NAME_BASE = "@rpath";
15661578
FRAMEWORK_VERSION = A;
15671579
INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
@@ -1583,7 +1595,7 @@
15831595
COPY_PHASE_STRIP = NO;
15841596
DEFINES_MODULE = YES;
15851597
DYLIB_COMPATIBILITY_VERSION = 1;
1586-
DYLIB_CURRENT_VERSION = 1;
1598+
DYLIB_CURRENT_VERSION = 2.2.5;
15871599
DYLIB_INSTALL_NAME_BASE = "@rpath";
15881600
FRAMEWORK_VERSION = A;
15891601
INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
@@ -1604,7 +1616,7 @@
16041616
CLANG_ENABLE_MODULES = YES;
16051617
DEFINES_MODULE = YES;
16061618
DYLIB_COMPATIBILITY_VERSION = 1;
1607-
DYLIB_CURRENT_VERSION = 1;
1619+
DYLIB_CURRENT_VERSION = 2.2.5;
16081620
DYLIB_INSTALL_NAME_BASE = "@rpath";
16091621
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
16101622
INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
@@ -1628,7 +1640,7 @@
16281640
COPY_PHASE_STRIP = NO;
16291641
DEFINES_MODULE = YES;
16301642
DYLIB_COMPATIBILITY_VERSION = 1;
1631-
DYLIB_CURRENT_VERSION = 1;
1643+
DYLIB_CURRENT_VERSION = 2.2.5;
16321644
DYLIB_INSTALL_NAME_BASE = "@rpath";
16331645
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
16341646
INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";

ChartsRealm/ChartsRealm.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
/* Begin PBXBuildFile section */
1010
5597263B1BDABBDB00E05E59 /* ChartsRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B680D3C1A9D1AD90026A057 /* ChartsRealm.h */; settings = {ATTRIBUTES = (Public, ); }; };
11-
5B4AC1331C44684E0028D1A6 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B4AC12E1C44684E0028D1A6 /* Realm.framework */; settings = {ATTRIBUTES = (Required, ); }; };
11+
5B4AC1331C44684E0028D1A6 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B4AC12E1C44684E0028D1A6 /* Realm.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
1212
5B4AC1351C44684E0028D1A6 /* RealmSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B4AC12F1C44684E0028D1A6 /* RealmSwift.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
13-
5B4AC1381C44684E0028D1A6 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B4AC1311C44684E0028D1A6 /* Realm.framework */; settings = {ATTRIBUTES = (Required, ); }; };
13+
5B4AC1381C44684E0028D1A6 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B4AC1311C44684E0028D1A6 /* Realm.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
1414
5B4AC13A1C44684E0028D1A6 /* RealmSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B4AC1321C44684E0028D1A6 /* RealmSwift.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
1515
5B4AC1821C4C12B80028D1A6 /* RealmChartUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B4AC1811C4C12B80028D1A6 /* RealmChartUtils.swift */; };
1616
5B4AC1831C4C12B80028D1A6 /* RealmChartUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B4AC1811C4C12B80028D1A6 /* RealmChartUtils.swift */; };
@@ -73,9 +73,9 @@
7373
5BA899381CADB7F20012ED64 /* RealmRadarData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B88D8811C634EBB00B54CBD /* RealmRadarData.swift */; };
7474
5BA8993A1CADB7F20012ED64 /* Charts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B88D8B01C63502500B54CBD /* Charts.framework */; settings = {ATTRIBUTES = (Required, ); }; };
7575
5BA8993E1CADB7F20012ED64 /* ChartsRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B680D3C1A9D1AD90026A057 /* ChartsRealm.h */; settings = {ATTRIBUTES = (Public, ); }; };
76-
5BA8994C1CADB8EC0012ED64 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BA8994A1CADB8EC0012ED64 /* Realm.framework */; };
77-
5BA8994D1CADB8EC0012ED64 /* RealmSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BA8994B1CADB8EC0012ED64 /* RealmSwift.framework */; };
78-
5BF782821C840EE1003A9E91 /* Charts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B88D8B21C63502500B54CBD /* Charts.framework */; };
76+
5BA8994C1CADB8EC0012ED64 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BA8994A1CADB8EC0012ED64 /* Realm.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
77+
5BA8994D1CADB8EC0012ED64 /* RealmSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BA8994B1CADB8EC0012ED64 /* RealmSwift.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
78+
5BF782821C840EE1003A9E91 /* Charts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B88D8B21C63502500B54CBD /* Charts.framework */; settings = {ATTRIBUTES = (Required, ); }; };
7979
/* End PBXBuildFile section */
8080

8181
/* Begin PBXContainerItemProxy section */
@@ -148,9 +148,9 @@
148148
isa = PBXFrameworksBuildPhase;
149149
buildActionMask = 2147483647;
150150
files = (
151+
5BA8993A1CADB7F20012ED64 /* Charts.framework in Frameworks */,
151152
5BA8994C1CADB8EC0012ED64 /* Realm.framework in Frameworks */,
152153
5BA8994D1CADB8EC0012ED64 /* RealmSwift.framework in Frameworks */,
153-
5BA8993A1CADB7F20012ED64 /* Charts.framework in Frameworks */,
154154
);
155155
runOnlyForDeploymentPostprocessing = 0;
156156
};
@@ -581,7 +581,7 @@
581581
COMBINE_HIDPI_IMAGES = YES;
582582
DEFINES_MODULE = YES;
583583
DYLIB_COMPATIBILITY_VERSION = 1;
584-
DYLIB_CURRENT_VERSION = 1;
584+
DYLIB_CURRENT_VERSION = 2.2.5;
585585
DYLIB_INSTALL_NAME_BASE = "@rpath";
586586
FRAMEWORK_SEARCH_PATHS = (
587587
"$(inherited)",
@@ -609,7 +609,7 @@
609609
COMBINE_HIDPI_IMAGES = YES;
610610
DEFINES_MODULE = YES;
611611
DYLIB_COMPATIBILITY_VERSION = 1;
612-
DYLIB_CURRENT_VERSION = 1;
612+
DYLIB_CURRENT_VERSION = 2.2.5;
613613
DYLIB_INSTALL_NAME_BASE = "@rpath";
614614
FRAMEWORK_SEARCH_PATHS = (
615615
"$(inherited)",
@@ -721,7 +721,7 @@
721721
CLANG_ENABLE_MODULES = YES;
722722
DEFINES_MODULE = YES;
723723
DYLIB_COMPATIBILITY_VERSION = 1;
724-
DYLIB_CURRENT_VERSION = 1;
724+
DYLIB_CURRENT_VERSION = 2.2.5;
725725
DYLIB_INSTALL_NAME_BASE = "@rpath";
726726
FRAMEWORK_SEARCH_PATHS = (
727727
"$(inherited)",
@@ -746,7 +746,7 @@
746746
CLANG_ENABLE_MODULES = YES;
747747
DEFINES_MODULE = YES;
748748
DYLIB_COMPATIBILITY_VERSION = 1;
749-
DYLIB_CURRENT_VERSION = 1;
749+
DYLIB_CURRENT_VERSION = 2.2.5;
750750
DYLIB_INSTALL_NAME_BASE = "@rpath";
751751
FRAMEWORK_SEARCH_PATHS = (
752752
"$(inherited)",
@@ -770,7 +770,7 @@
770770
CLANG_ENABLE_MODULES = YES;
771771
DEFINES_MODULE = YES;
772772
DYLIB_COMPATIBILITY_VERSION = 1;
773-
DYLIB_CURRENT_VERSION = 1;
773+
DYLIB_CURRENT_VERSION = 2.2.5;
774774
DYLIB_INSTALL_NAME_BASE = "@rpath";
775775
FRAMEWORK_SEARCH_PATHS = (
776776
"$(inherited)",
@@ -798,7 +798,7 @@
798798
CLANG_ENABLE_MODULES = YES;
799799
DEFINES_MODULE = YES;
800800
DYLIB_COMPATIBILITY_VERSION = 1;
801-
DYLIB_CURRENT_VERSION = 1;
801+
DYLIB_CURRENT_VERSION = 2.2.5;
802802
DYLIB_INSTALL_NAME_BASE = "@rpath";
803803
FRAMEWORK_SEARCH_PATHS = (
804804
"$(inherited)",

0 commit comments

Comments
 (0)