|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 0AADA0D7193E5A320063B15C /* PNChart_SwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AADA0D6193E5A320063B15C /* PNChart_SwiftTests.swift */; }; |
| 10 | + 0AADA0D7193E5A320063B15C /* PNChartSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AADA0D6193E5A320063B15C /* PNChartSwiftTests.swift */; }; |
11 | 11 | 12E6A9F11A0778DE00B087DB /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0AADA0CA193E5A320063B15C /* Images.xcassets */; };
|
12 |
| - 9C35F7B61A9515F900B293F0 /* PNChart-Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C35F7B51A9515F900B293F0 /* PNChart-Swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
13 |
| - 9C35F7B81A951C5400B293F0 /* FrameworkTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C35F7B71A951C5400B293F0 /* FrameworkTests.swift */; }; |
14 |
| - 9C35F7C31A9523DC00B293F0 /* PNChart-Swift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12E6A9CB1A0778B900B087DB /* PNChart-Swift.framework */; }; |
| 12 | + 9C35F7B61A9515F900B293F0 /* PNChartSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C35F7B51A9515F900B293F0 /* PNChartSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 13 | + 9C35F7C31A9523DC00B293F0 /* PNChartSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12E6A9CB1A0778B900B087DB /* PNChartSwift.framework */; }; |
15 | 14 | /* End PBXBuildFile section */
|
16 | 15 |
|
17 | 16 | /* Begin PBXFileReference section */
|
18 | 17 | 0A840E3519DBDE2600D4C582 /* view.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = view.swift; sourceTree = "<group>"; };
|
19 | 18 | 0AADA0C0193E5A320063B15C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
20 | 19 | 0AADA0CA193E5A320063B15C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
21 |
| - 0AADA0D0193E5A320063B15C /* PNChart-SwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "PNChart-SwiftTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 20 | + 0AADA0D0193E5A320063B15C /* PNChartSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PNChartSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
22 | 21 | 0AADA0D5193E5A320063B15C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
23 |
| - 0AADA0D6193E5A320063B15C /* PNChart_SwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PNChart_SwiftTests.swift; sourceTree = "<group>"; }; |
24 |
| - 12E6A9CB1A0778B900B087DB /* PNChart-Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "PNChart-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 22 | + 0AADA0D6193E5A320063B15C /* PNChartSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PNChartSwiftTests.swift; sourceTree = "<group>"; }; |
| 23 | + 12E6A9CB1A0778B900B087DB /* PNChartSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PNChartSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | 24 | 9C35F77E1A95150300B293F0 /* PNBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PNBar.swift; sourceTree = "<group>"; };
|
26 | 25 | 9C35F77F1A95150300B293F0 /* PNBarChart.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PNBarChart.swift; sourceTree = "<group>"; };
|
27 | 26 | 9C35F7821A95150C00B293F0 /* PNChartConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PNChartConfig.swift; sourceTree = "<group>"; };
|
|
30 | 29 | 9C35F7881A95151E00B293F0 /* PNLineChart.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PNLineChart.swift; sourceTree = "<group>"; };
|
31 | 30 | 9C35F7891A95151E00B293F0 /* PNLineChartData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PNLineChartData.swift; sourceTree = "<group>"; };
|
32 | 31 | 9C35F78D1A95152700B293F0 /* PNValue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PNValue.swift; sourceTree = "<group>"; };
|
33 |
| - 9C35F7B51A9515F900B293F0 /* PNChart-Swift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PNChart-Swift.h"; sourceTree = "<group>"; }; |
34 |
| - 9C35F7B71A951C5400B293F0 /* FrameworkTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FrameworkTests.swift; sourceTree = "<group>"; }; |
| 32 | + 9C35F7B51A9515F900B293F0 /* PNChartSwift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNChartSwift.h; sourceTree = "<group>"; }; |
35 | 33 | /* End PBXFileReference section */
|
36 | 34 |
|
37 | 35 | /* Begin PBXFrameworksBuildPhase section */
|
38 | 36 | 0AADA0CD193E5A320063B15C /* Frameworks */ = {
|
39 | 37 | isa = PBXFrameworksBuildPhase;
|
40 | 38 | buildActionMask = 2147483647;
|
41 | 39 | files = (
|
42 |
| - 9C35F7C31A9523DC00B293F0 /* PNChart-Swift.framework in Frameworks */, |
| 40 | + 9C35F7C31A9523DC00B293F0 /* PNChartSwift.framework in Frameworks */, |
43 | 41 | );
|
44 | 42 | runOnlyForDeploymentPostprocessing = 0;
|
45 | 43 | };
|
|
56 | 54 | 0AADA0B3193E5A320063B15C = {
|
57 | 55 | isa = PBXGroup;
|
58 | 56 | children = (
|
59 |
| - 0AADA0BE193E5A320063B15C /* PNChart-Swift */, |
60 |
| - 0AADA0D3193E5A320063B15C /* PNChart-SwiftTests */, |
| 57 | + 0AADA0BE193E5A320063B15C /* PNChartSwift */, |
| 58 | + 0AADA0D3193E5A320063B15C /* PNChartSwiftTests */, |
61 | 59 | 0AADA0BD193E5A320063B15C /* Products */,
|
62 | 60 | );
|
63 | 61 | sourceTree = "<group>";
|
64 | 62 | };
|
65 | 63 | 0AADA0BD193E5A320063B15C /* Products */ = {
|
66 | 64 | isa = PBXGroup;
|
67 | 65 | children = (
|
68 |
| - 0AADA0D0193E5A320063B15C /* PNChart-SwiftTests.xctest */, |
69 |
| - 12E6A9CB1A0778B900B087DB /* PNChart-Swift.framework */, |
| 66 | + 0AADA0D0193E5A320063B15C /* PNChartSwiftTests.xctest */, |
| 67 | + 12E6A9CB1A0778B900B087DB /* PNChartSwift.framework */, |
70 | 68 | );
|
71 | 69 | name = Products;
|
72 | 70 | sourceTree = "<group>";
|
73 | 71 | };
|
74 |
| - 0AADA0BE193E5A320063B15C /* PNChart-Swift */ = { |
| 72 | + 0AADA0BE193E5A320063B15C /* PNChartSwift */ = { |
75 | 73 | isa = PBXGroup;
|
76 | 74 | children = (
|
77 |
| - 9C35F7B51A9515F900B293F0 /* PNChart-Swift.h */, |
| 75 | + 9C35F7B51A9515F900B293F0 /* PNChartSwift.h */, |
78 | 76 | 9C35F77D1A95150300B293F0 /* PNBarChart */,
|
79 | 77 | 9C35F7861A95151E00B293F0 /* PNLineChart */,
|
80 | 78 | 9C35F78D1A95152700B293F0 /* PNValue.swift */,
|
|
84 | 82 | 0AADA0CA193E5A320063B15C /* Images.xcassets */,
|
85 | 83 | 0AADA0BF193E5A320063B15C /* Supporting Files */,
|
86 | 84 | );
|
| 85 | + name = PNChartSwift; |
87 | 86 | path = "PNChart-Swift";
|
88 | 87 | sourceTree = "<group>";
|
89 | 88 | };
|
|
95 | 94 | name = "Supporting Files";
|
96 | 95 | sourceTree = "<group>";
|
97 | 96 | };
|
98 |
| - 0AADA0D3193E5A320063B15C /* PNChart-SwiftTests */ = { |
| 97 | + 0AADA0D3193E5A320063B15C /* PNChartSwiftTests */ = { |
99 | 98 | isa = PBXGroup;
|
100 | 99 | children = (
|
101 |
| - 0AADA0D6193E5A320063B15C /* PNChart_SwiftTests.swift */, |
102 |
| - 9C35F7B71A951C5400B293F0 /* FrameworkTests.swift */, |
| 100 | + 0AADA0D6193E5A320063B15C /* PNChartSwiftTests.swift */, |
103 | 101 | 0AADA0D4193E5A320063B15C /* Supporting Files */,
|
104 | 102 | );
|
| 103 | + name = PNChartSwiftTests; |
105 | 104 | path = "PNChart-SwiftTests";
|
106 | 105 | sourceTree = "<group>";
|
107 | 106 | };
|
|
139 | 138 | isa = PBXHeadersBuildPhase;
|
140 | 139 | buildActionMask = 2147483647;
|
141 | 140 | files = (
|
142 |
| - 9C35F7B61A9515F900B293F0 /* PNChart-Swift.h in Headers */, |
| 141 | + 9C35F7B61A9515F900B293F0 /* PNChartSwift.h in Headers */, |
143 | 142 | );
|
144 | 143 | runOnlyForDeploymentPostprocessing = 0;
|
145 | 144 | };
|
146 | 145 | /* End PBXHeadersBuildPhase section */
|
147 | 146 |
|
148 | 147 | /* Begin PBXNativeTarget section */
|
149 |
| - 0AADA0CF193E5A320063B15C /* PNChart-SwiftTests */ = { |
| 148 | + 0AADA0CF193E5A320063B15C /* PNChartSwiftTests */ = { |
150 | 149 | isa = PBXNativeTarget;
|
151 |
| - buildConfigurationList = 0AADA0DD193E5A320063B15C /* Build configuration list for PBXNativeTarget "PNChart-SwiftTests" */; |
| 150 | + buildConfigurationList = 0AADA0DD193E5A320063B15C /* Build configuration list for PBXNativeTarget "PNChartSwiftTests" */; |
152 | 151 | buildPhases = (
|
153 | 152 | 0AADA0CC193E5A320063B15C /* Sources */,
|
154 | 153 | 0AADA0CD193E5A320063B15C /* Frameworks */,
|
|
158 | 157 | );
|
159 | 158 | dependencies = (
|
160 | 159 | );
|
161 |
| - name = "PNChart-SwiftTests"; |
| 160 | + name = PNChartSwiftTests; |
162 | 161 | productName = "PNChart-SwiftTests";
|
163 |
| - productReference = 0AADA0D0193E5A320063B15C /* PNChart-SwiftTests.xctest */; |
| 162 | + productReference = 0AADA0D0193E5A320063B15C /* PNChartSwiftTests.xctest */; |
164 | 163 | productType = "com.apple.product-type.bundle.unit-test";
|
165 | 164 | };
|
166 |
| - 12E6A9CA1A0778B900B087DB /* PNChart-Swift */ = { |
| 165 | + 12E6A9CA1A0778B900B087DB /* PNChartSwift */ = { |
167 | 166 | isa = PBXNativeTarget;
|
168 |
| - buildConfigurationList = 12E6A9E21A0778B900B087DB /* Build configuration list for PBXNativeTarget "PNChart-Swift" */; |
| 167 | + buildConfigurationList = 12E6A9E21A0778B900B087DB /* Build configuration list for PBXNativeTarget "PNChartSwift" */; |
169 | 168 | buildPhases = (
|
170 | 169 | 12E6A9C61A0778B900B087DB /* Sources */,
|
171 | 170 | 12E6A9C71A0778B900B087DB /* Frameworks */,
|
|
176 | 175 | );
|
177 | 176 | dependencies = (
|
178 | 177 | );
|
179 |
| - name = "PNChart-Swift"; |
| 178 | + name = PNChartSwift; |
180 | 179 | productName = PNChart;
|
181 |
| - productReference = 12E6A9CB1A0778B900B087DB /* PNChart-Swift.framework */; |
| 180 | + productReference = 12E6A9CB1A0778B900B087DB /* PNChartSwift.framework */; |
182 | 181 | productType = "com.apple.product-type.framework";
|
183 | 182 | };
|
184 | 183 | /* End PBXNativeTarget section */
|
|
198 | 197 | };
|
199 | 198 | };
|
200 | 199 | };
|
201 |
| - buildConfigurationList = 0AADA0B7193E5A320063B15C /* Build configuration list for PBXProject "PNChart-Swift" */; |
| 200 | + buildConfigurationList = 0AADA0B7193E5A320063B15C /* Build configuration list for PBXProject "PNChartSwift" */; |
202 | 201 | compatibilityVersion = "Xcode 3.2";
|
203 | 202 | developmentRegion = English;
|
204 | 203 | hasScannedForEncodings = 0;
|
|
210 | 209 | projectDirPath = "";
|
211 | 210 | projectRoot = "";
|
212 | 211 | targets = (
|
213 |
| - 0AADA0CF193E5A320063B15C /* PNChart-SwiftTests */, |
214 |
| - 12E6A9CA1A0778B900B087DB /* PNChart-Swift */, |
| 212 | + 0AADA0CF193E5A320063B15C /* PNChartSwiftTests */, |
| 213 | + 12E6A9CA1A0778B900B087DB /* PNChartSwift */, |
215 | 214 | );
|
216 | 215 | };
|
217 | 216 | /* End PBXProject section */
|
|
239 | 238 | isa = PBXSourcesBuildPhase;
|
240 | 239 | buildActionMask = 2147483647;
|
241 | 240 | files = (
|
242 |
| - 9C35F7B81A951C5400B293F0 /* FrameworkTests.swift in Sources */, |
243 |
| - 0AADA0D7193E5A320063B15C /* PNChart_SwiftTests.swift in Sources */, |
| 241 | + 0AADA0D7193E5A320063B15C /* PNChartSwiftTests.swift in Sources */, |
244 | 242 | );
|
245 | 243 | runOnlyForDeploymentPostprocessing = 0;
|
246 | 244 | };
|
|
345 | 343 | INFOPLIST_FILE = "PNChart-SwiftTests/Info.plist";
|
346 | 344 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
347 | 345 | METAL_ENABLE_DEBUG_INFO = YES;
|
348 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 346 | + PRODUCT_NAME = PNChartSwiftTests; |
349 | 347 | };
|
350 | 348 | name = Debug;
|
351 | 349 | };
|
|
359 | 357 | INFOPLIST_FILE = "PNChart-SwiftTests/Info.plist";
|
360 | 358 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
361 | 359 | METAL_ENABLE_DEBUG_INFO = NO;
|
362 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 360 | + PRODUCT_NAME = PNChartSwiftTests; |
363 | 361 | };
|
364 | 362 | name = Release;
|
365 | 363 | };
|
|
381 | 379 | IPHONEOS_DEPLOYMENT_TARGET = 8.1;
|
382 | 380 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
383 | 381 | MTL_ENABLE_DEBUG_INFO = YES;
|
384 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 382 | + PRODUCT_NAME = PNChartSwift; |
385 | 383 | SKIP_INSTALL = YES;
|
386 | 384 | TARGETED_DEVICE_FAMILY = "1,2";
|
387 | 385 | VERSIONING_SYSTEM = "apple-generic";
|
|
403 | 401 | IPHONEOS_DEPLOYMENT_TARGET = 8.1;
|
404 | 402 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
405 | 403 | MTL_ENABLE_DEBUG_INFO = NO;
|
406 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 404 | + PRODUCT_NAME = PNChartSwift; |
407 | 405 | SKIP_INSTALL = YES;
|
408 | 406 | TARGETED_DEVICE_FAMILY = "1,2";
|
409 | 407 | VERSIONING_SYSTEM = "apple-generic";
|
|
414 | 412 | /* End XCBuildConfiguration section */
|
415 | 413 |
|
416 | 414 | /* Begin XCConfigurationList section */
|
417 |
| - 0AADA0B7193E5A320063B15C /* Build configuration list for PBXProject "PNChart-Swift" */ = { |
| 415 | + 0AADA0B7193E5A320063B15C /* Build configuration list for PBXProject "PNChartSwift" */ = { |
418 | 416 | isa = XCConfigurationList;
|
419 | 417 | buildConfigurations = (
|
420 | 418 | 0AADA0D8193E5A320063B15C /* Debug */,
|
|
423 | 421 | defaultConfigurationIsVisible = 0;
|
424 | 422 | defaultConfigurationName = Release;
|
425 | 423 | };
|
426 |
| - 0AADA0DD193E5A320063B15C /* Build configuration list for PBXNativeTarget "PNChart-SwiftTests" */ = { |
| 424 | + 0AADA0DD193E5A320063B15C /* Build configuration list for PBXNativeTarget "PNChartSwiftTests" */ = { |
427 | 425 | isa = XCConfigurationList;
|
428 | 426 | buildConfigurations = (
|
429 | 427 | 0AADA0DE193E5A320063B15C /* Debug */,
|
|
432 | 430 | defaultConfigurationIsVisible = 0;
|
433 | 431 | defaultConfigurationName = Release;
|
434 | 432 | };
|
435 |
| - 12E6A9E21A0778B900B087DB /* Build configuration list for PBXNativeTarget "PNChart-Swift" */ = { |
| 433 | + 12E6A9E21A0778B900B087DB /* Build configuration list for PBXNativeTarget "PNChartSwift" */ = { |
436 | 434 | isa = XCConfigurationList;
|
437 | 435 | buildConfigurations = (
|
438 | 436 | 12E6A9DE1A0778B900B087DB /* Debug */,
|
|
0 commit comments