|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 65FF17001E79D20C0083328D /* ASFHeatMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 65FF16FE1E79D20C0083328D /* ASFHeatMap.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
| 11 | + 65FF17081E79D23E0083328D /* Heatmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 65FF17061E79D23E0083328D /* Heatmap.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 12 | + 65FF17091E79D23E0083328D /* Heatmap.m in Sources */ = {isa = PBXBuildFile; fileRef = 65FF17071E79D23E0083328D /* Heatmap.m */; }; |
| 13 | + 65FF170D1E79D2880083328D /* ColorProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 65FF170B1E79D2880083328D /* ColorProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 14 | + 65FF170E1E79D2880083328D /* ColorProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 65FF170C1E79D2880083328D /* ColorProvider.m */; }; |
| 15 | + 65FF17111E79D3870083328D /* DiffColorProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 65FF170F1E79D3870083328D /* DiffColorProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 16 | + 65FF17121E79D3870083328D /* DiffColorProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 65FF17101E79D3870083328D /* DiffColorProvider.m */; }; |
| 17 | + 65FF17151E79D4260083328D /* HeatMapRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 65FF17131E79D4260083328D /* HeatMapRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 18 | + 65FF17161E79D4260083328D /* HeatMapRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 65FF17141E79D4260083328D /* HeatMapRenderer.m */; }; |
| 19 | + 65FF17191E79D51D0083328D /* DiffHeatMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 65FF17171E79D51D0083328D /* DiffHeatMap.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 20 | + 65FF171A1E79D51D0083328D /* DiffHeatMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 65FF17181E79D51D0083328D /* DiffHeatMap.m */; }; |
| 21 | + 65FF171F1E79D9DD0083328D /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65FF171E1E79D9DD0083328D /* MapKit.framework */; }; |
11 | 22 | /* End PBXBuildFile section */
|
12 | 23 |
|
13 | 24 | /* Begin PBXFileReference section */
|
14 | 25 | 65FF16FB1E79D20C0083328D /* ASFHeatMap.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ASFHeatMap.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
15 | 26 | 65FF16FE1E79D20C0083328D /* ASFHeatMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASFHeatMap.h; sourceTree = "<group>"; };
|
16 | 27 | 65FF16FF1E79D20C0083328D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 28 | + 65FF17061E79D23E0083328D /* Heatmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Heatmap.h; sourceTree = "<group>"; }; |
| 29 | + 65FF17071E79D23E0083328D /* Heatmap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Heatmap.m; sourceTree = "<group>"; }; |
| 30 | + 65FF170B1E79D2880083328D /* ColorProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ColorProvider.h; sourceTree = "<group>"; }; |
| 31 | + 65FF170C1E79D2880083328D /* ColorProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ColorProvider.m; sourceTree = "<group>"; }; |
| 32 | + 65FF170F1E79D3870083328D /* DiffColorProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiffColorProvider.h; sourceTree = "<group>"; }; |
| 33 | + 65FF17101E79D3870083328D /* DiffColorProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DiffColorProvider.m; sourceTree = "<group>"; }; |
| 34 | + 65FF17131E79D4260083328D /* HeatMapRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HeatMapRenderer.h; sourceTree = "<group>"; }; |
| 35 | + 65FF17141E79D4260083328D /* HeatMapRenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HeatMapRenderer.m; sourceTree = "<group>"; }; |
| 36 | + 65FF17171E79D51D0083328D /* DiffHeatMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiffHeatMap.h; sourceTree = "<group>"; }; |
| 37 | + 65FF17181E79D51D0083328D /* DiffHeatMap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DiffHeatMap.m; sourceTree = "<group>"; }; |
| 38 | + 65FF171E1E79D9DD0083328D /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; }; |
17 | 39 | /* End PBXFileReference section */
|
18 | 40 |
|
19 | 41 | /* Begin PBXFrameworksBuildPhase section */
|
20 | 42 | 65FF16F71E79D20C0083328D /* Frameworks */ = {
|
21 | 43 | isa = PBXFrameworksBuildPhase;
|
22 | 44 | buildActionMask = 2147483647;
|
23 | 45 | files = (
|
| 46 | + 65FF171F1E79D9DD0083328D /* MapKit.framework in Frameworks */, |
24 | 47 | );
|
25 | 48 | runOnlyForDeploymentPostprocessing = 0;
|
26 | 49 | };
|
|
32 | 55 | children = (
|
33 | 56 | 65FF16FD1E79D20C0083328D /* ASFHeatMap */,
|
34 | 57 | 65FF16FC1E79D20C0083328D /* Products */,
|
| 58 | + 65FF171D1E79D9DD0083328D /* Frameworks */, |
35 | 59 | );
|
36 | 60 | sourceTree = "<group>";
|
37 | 61 | };
|
|
46 | 70 | 65FF16FD1E79D20C0083328D /* ASFHeatMap */ = {
|
47 | 71 | isa = PBXGroup;
|
48 | 72 | children = (
|
| 73 | + 65FF170A1E79D26E0083328D /* ColorProvider */, |
49 | 74 | 65FF16FE1E79D20C0083328D /* ASFHeatMap.h */,
|
50 | 75 | 65FF16FF1E79D20C0083328D /* Info.plist */,
|
| 76 | + 65FF17061E79D23E0083328D /* Heatmap.h */, |
| 77 | + 65FF17071E79D23E0083328D /* Heatmap.m */, |
| 78 | + 65FF17131E79D4260083328D /* HeatMapRenderer.h */, |
| 79 | + 65FF17141E79D4260083328D /* HeatMapRenderer.m */, |
| 80 | + 65FF17171E79D51D0083328D /* DiffHeatMap.h */, |
| 81 | + 65FF17181E79D51D0083328D /* DiffHeatMap.m */, |
51 | 82 | );
|
52 | 83 | path = ASFHeatMap;
|
53 | 84 | sourceTree = "<group>";
|
54 | 85 | };
|
| 86 | + 65FF170A1E79D26E0083328D /* ColorProvider */ = { |
| 87 | + isa = PBXGroup; |
| 88 | + children = ( |
| 89 | + 65FF170B1E79D2880083328D /* ColorProvider.h */, |
| 90 | + 65FF170C1E79D2880083328D /* ColorProvider.m */, |
| 91 | + 65FF170F1E79D3870083328D /* DiffColorProvider.h */, |
| 92 | + 65FF17101E79D3870083328D /* DiffColorProvider.m */, |
| 93 | + ); |
| 94 | + name = ColorProvider; |
| 95 | + sourceTree = "<group>"; |
| 96 | + }; |
| 97 | + 65FF171D1E79D9DD0083328D /* Frameworks */ = { |
| 98 | + isa = PBXGroup; |
| 99 | + children = ( |
| 100 | + 65FF171E1E79D9DD0083328D /* MapKit.framework */, |
| 101 | + ); |
| 102 | + name = Frameworks; |
| 103 | + sourceTree = "<group>"; |
| 104 | + }; |
55 | 105 | /* End PBXGroup section */
|
56 | 106 |
|
57 | 107 | /* Begin PBXHeadersBuildPhase section */
|
58 | 108 | 65FF16F81E79D20C0083328D /* Headers */ = {
|
59 | 109 | isa = PBXHeadersBuildPhase;
|
60 | 110 | buildActionMask = 2147483647;
|
61 | 111 | files = (
|
| 112 | + 65FF17111E79D3870083328D /* DiffColorProvider.h in Headers */, |
62 | 113 | 65FF17001E79D20C0083328D /* ASFHeatMap.h in Headers */,
|
| 114 | + 65FF17191E79D51D0083328D /* DiffHeatMap.h in Headers */, |
| 115 | + 65FF17081E79D23E0083328D /* Heatmap.h in Headers */, |
| 116 | + 65FF170D1E79D2880083328D /* ColorProvider.h in Headers */, |
| 117 | + 65FF17151E79D4260083328D /* HeatMapRenderer.h in Headers */, |
63 | 118 | );
|
64 | 119 | runOnlyForDeploymentPostprocessing = 0;
|
65 | 120 | };
|
|
132 | 187 | isa = PBXSourcesBuildPhase;
|
133 | 188 | buildActionMask = 2147483647;
|
134 | 189 | files = (
|
| 190 | + 65FF171A1E79D51D0083328D /* DiffHeatMap.m in Sources */, |
| 191 | + 65FF170E1E79D2880083328D /* ColorProvider.m in Sources */, |
| 192 | + 65FF17091E79D23E0083328D /* Heatmap.m in Sources */, |
| 193 | + 65FF17121E79D3870083328D /* DiffColorProvider.m in Sources */, |
| 194 | + 65FF17161E79D4260083328D /* HeatMapRenderer.m in Sources */, |
135 | 195 | );
|
136 | 196 | runOnlyForDeploymentPostprocessing = 0;
|
137 | 197 | };
|
|
181 | 241 | GCC_WARN_UNUSED_VARIABLE = YES;
|
182 | 242 | IPHONEOS_DEPLOYMENT_TARGET = 10.2;
|
183 | 243 | MTL_ENABLE_DEBUG_INFO = YES;
|
184 |
| - ONLY_ACTIVE_ARCH = YES; |
| 244 | + ONLY_ACTIVE_ARCH = NO; |
185 | 245 | SDKROOT = iphoneos;
|
186 | 246 | TARGETED_DEVICE_FAMILY = "1,2";
|
187 | 247 | VERSIONING_SYSTEM = "apple-generic";
|
|
0 commit comments