|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | C63EE56F1BBA07ED008F46BB /* MGSwipeTableCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C63EE56E1BBA07ED008F46BB /* MGSwipeTableCell.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
11 |
| - C63EE5761BBA07ED008F46BB /* MGSwipeTableCell.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C63EE56B1BBA07ED008F46BB /* MGSwipeTableCell.framework */; settings = {ASSET_TAGS = (); }; }; |
12 |
| - C63EE57B1BBA07ED008F46BB /* MGSwipeTableCellTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C63EE57A1BBA07ED008F46BB /* MGSwipeTableCellTests.m */; }; |
13 | 11 | C63EE5881BBA083B008F46BB /* MGSwipeButton.h in Headers */ = {isa = PBXBuildFile; fileRef = C63EE5851BBA083B008F46BB /* MGSwipeButton.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
14 |
| - C63EE5891BBA083B008F46BB /* MGSwipeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = C63EE5861BBA083B008F46BB /* MGSwipeButton.m */; settings = {ASSET_TAGS = (); }; }; |
15 |
| - C63EE58A1BBA083B008F46BB /* MGSwipeTableCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C63EE5871BBA083B008F46BB /* MGSwipeTableCell.m */; settings = {ASSET_TAGS = (); }; }; |
| 12 | + C63EE5891BBA083B008F46BB /* MGSwipeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = C63EE5861BBA083B008F46BB /* MGSwipeButton.m */; }; |
| 13 | + C63EE58A1BBA083B008F46BB /* MGSwipeTableCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C63EE5871BBA083B008F46BB /* MGSwipeTableCell.m */; }; |
16 | 14 | /* End PBXBuildFile section */
|
17 | 15 |
|
18 |
| -/* Begin PBXContainerItemProxy section */ |
19 |
| - C63EE5771BBA07ED008F46BB /* PBXContainerItemProxy */ = { |
20 |
| - isa = PBXContainerItemProxy; |
21 |
| - containerPortal = C63EE5621BBA07ED008F46BB /* Project object */; |
22 |
| - proxyType = 1; |
23 |
| - remoteGlobalIDString = C63EE56A1BBA07ED008F46BB; |
24 |
| - remoteInfo = MGSwipeTableCell; |
25 |
| - }; |
26 |
| -/* End PBXContainerItemProxy section */ |
27 |
| - |
28 | 16 | /* Begin PBXFileReference section */
|
29 | 17 | C63EE56B1BBA07ED008F46BB /* MGSwipeTableCell.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MGSwipeTableCell.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
30 | 18 | C63EE56E1BBA07ED008F46BB /* MGSwipeTableCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MGSwipeTableCell.h; sourceTree = "<group>"; };
|
31 | 19 | C63EE5701BBA07ED008F46BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
32 |
| - C63EE5751BBA07ED008F46BB /* MGSwipeTableCellTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MGSwipeTableCellTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 |
| - C63EE57A1BBA07ED008F46BB /* MGSwipeTableCellTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MGSwipeTableCellTests.m; sourceTree = "<group>"; }; |
34 |
| - C63EE57C1BBA07ED008F46BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
35 | 20 | C63EE5851BBA083B008F46BB /* MGSwipeButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGSwipeButton.h; sourceTree = "<group>"; };
|
36 | 21 | C63EE5861BBA083B008F46BB /* MGSwipeButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGSwipeButton.m; sourceTree = "<group>"; };
|
37 | 22 | C63EE5871BBA083B008F46BB /* MGSwipeTableCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGSwipeTableCell.m; sourceTree = "<group>"; };
|
|
45 | 30 | );
|
46 | 31 | runOnlyForDeploymentPostprocessing = 0;
|
47 | 32 | };
|
48 |
| - C63EE5721BBA07ED008F46BB /* Frameworks */ = { |
49 |
| - isa = PBXFrameworksBuildPhase; |
50 |
| - buildActionMask = 2147483647; |
51 |
| - files = ( |
52 |
| - C63EE5761BBA07ED008F46BB /* MGSwipeTableCell.framework in Frameworks */, |
53 |
| - ); |
54 |
| - runOnlyForDeploymentPostprocessing = 0; |
55 |
| - }; |
56 | 33 | /* End PBXFrameworksBuildPhase section */
|
57 | 34 |
|
58 | 35 | /* Begin PBXGroup section */
|
59 | 36 | C63EE5611BBA07ED008F46BB = {
|
60 | 37 | isa = PBXGroup;
|
61 | 38 | children = (
|
62 | 39 | C63EE56D1BBA07ED008F46BB /* MGSwipeTableCell */,
|
63 |
| - C63EE5791BBA07ED008F46BB /* MGSwipeTableCellTests */, |
64 | 40 | C63EE56C1BBA07ED008F46BB /* Products */,
|
65 | 41 | );
|
66 | 42 | sourceTree = "<group>";
|
|
69 | 45 | isa = PBXGroup;
|
70 | 46 | children = (
|
71 | 47 | C63EE56B1BBA07ED008F46BB /* MGSwipeTableCell.framework */,
|
72 |
| - C63EE5751BBA07ED008F46BB /* MGSwipeTableCellTests.xctest */, |
73 | 48 | );
|
74 | 49 | name = Products;
|
75 | 50 | sourceTree = "<group>";
|
|
86 | 61 | path = MGSwipeTableCell;
|
87 | 62 | sourceTree = "<group>";
|
88 | 63 | };
|
89 |
| - C63EE5791BBA07ED008F46BB /* MGSwipeTableCellTests */ = { |
90 |
| - isa = PBXGroup; |
91 |
| - children = ( |
92 |
| - C63EE57A1BBA07ED008F46BB /* MGSwipeTableCellTests.m */, |
93 |
| - C63EE57C1BBA07ED008F46BB /* Info.plist */, |
94 |
| - ); |
95 |
| - path = MGSwipeTableCellTests; |
96 |
| - sourceTree = "<group>"; |
97 |
| - }; |
98 | 64 | /* End PBXGroup section */
|
99 | 65 |
|
100 | 66 | /* Begin PBXHeadersBuildPhase section */
|
|
128 | 94 | productReference = C63EE56B1BBA07ED008F46BB /* MGSwipeTableCell.framework */;
|
129 | 95 | productType = "com.apple.product-type.framework";
|
130 | 96 | };
|
131 |
| - C63EE5741BBA07ED008F46BB /* MGSwipeTableCellTests */ = { |
132 |
| - isa = PBXNativeTarget; |
133 |
| - buildConfigurationList = C63EE5821BBA07ED008F46BB /* Build configuration list for PBXNativeTarget "MGSwipeTableCellTests" */; |
134 |
| - buildPhases = ( |
135 |
| - C63EE5711BBA07ED008F46BB /* Sources */, |
136 |
| - C63EE5721BBA07ED008F46BB /* Frameworks */, |
137 |
| - C63EE5731BBA07ED008F46BB /* Resources */, |
138 |
| - ); |
139 |
| - buildRules = ( |
140 |
| - ); |
141 |
| - dependencies = ( |
142 |
| - C63EE5781BBA07ED008F46BB /* PBXTargetDependency */, |
143 |
| - ); |
144 |
| - name = MGSwipeTableCellTests; |
145 |
| - productName = MGSwipeTableCellTests; |
146 |
| - productReference = C63EE5751BBA07ED008F46BB /* MGSwipeTableCellTests.xctest */; |
147 |
| - productType = "com.apple.product-type.bundle.unit-test"; |
148 |
| - }; |
149 | 97 | /* End PBXNativeTarget section */
|
150 | 98 |
|
151 | 99 | /* Begin PBXProject section */
|
|
158 | 106 | C63EE56A1BBA07ED008F46BB = {
|
159 | 107 | CreatedOnToolsVersion = 7.0;
|
160 | 108 | };
|
161 |
| - C63EE5741BBA07ED008F46BB = { |
162 |
| - CreatedOnToolsVersion = 7.0; |
163 |
| - }; |
164 | 109 | };
|
165 | 110 | };
|
166 | 111 | buildConfigurationList = C63EE5651BBA07ED008F46BB /* Build configuration list for PBXProject "MGSwipeTableCell" */;
|
|
176 | 121 | projectRoot = "";
|
177 | 122 | targets = (
|
178 | 123 | C63EE56A1BBA07ED008F46BB /* MGSwipeTableCell */,
|
179 |
| - C63EE5741BBA07ED008F46BB /* MGSwipeTableCellTests */, |
180 | 124 | );
|
181 | 125 | };
|
182 | 126 | /* End PBXProject section */
|
|
189 | 133 | );
|
190 | 134 | runOnlyForDeploymentPostprocessing = 0;
|
191 | 135 | };
|
192 |
| - C63EE5731BBA07ED008F46BB /* Resources */ = { |
193 |
| - isa = PBXResourcesBuildPhase; |
194 |
| - buildActionMask = 2147483647; |
195 |
| - files = ( |
196 |
| - ); |
197 |
| - runOnlyForDeploymentPostprocessing = 0; |
198 |
| - }; |
199 | 136 | /* End PBXResourcesBuildPhase section */
|
200 | 137 |
|
201 | 138 | /* Begin PBXSourcesBuildPhase section */
|
|
208 | 145 | );
|
209 | 146 | runOnlyForDeploymentPostprocessing = 0;
|
210 | 147 | };
|
211 |
| - C63EE5711BBA07ED008F46BB /* Sources */ = { |
212 |
| - isa = PBXSourcesBuildPhase; |
213 |
| - buildActionMask = 2147483647; |
214 |
| - files = ( |
215 |
| - C63EE57B1BBA07ED008F46BB /* MGSwipeTableCellTests.m in Sources */, |
216 |
| - ); |
217 |
| - runOnlyForDeploymentPostprocessing = 0; |
218 |
| - }; |
219 | 148 | /* End PBXSourcesBuildPhase section */
|
220 | 149 |
|
221 |
| -/* Begin PBXTargetDependency section */ |
222 |
| - C63EE5781BBA07ED008F46BB /* PBXTargetDependency */ = { |
223 |
| - isa = PBXTargetDependency; |
224 |
| - target = C63EE56A1BBA07ED008F46BB /* MGSwipeTableCell */; |
225 |
| - targetProxy = C63EE5771BBA07ED008F46BB /* PBXContainerItemProxy */; |
226 |
| - }; |
227 |
| -/* End PBXTargetDependency section */ |
228 |
| - |
229 | 150 | /* Begin XCBuildConfiguration section */
|
230 | 151 | C63EE57D1BBA07ED008F46BB /* Debug */ = {
|
231 | 152 | isa = XCBuildConfiguration;
|
|
324 | 245 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
325 | 246 | INFOPLIST_FILE = MGSwipeTableCell/Info.plist;
|
326 | 247 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
| 248 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
327 | 249 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
328 | 250 | PRODUCT_BUNDLE_IDENTIFIER = com.mortimergoro.MGSwipeTableCell;
|
329 | 251 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
340 | 262 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
341 | 263 | INFOPLIST_FILE = MGSwipeTableCell/Info.plist;
|
342 | 264 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
| 265 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
343 | 266 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
344 | 267 | PRODUCT_BUNDLE_IDENTIFIER = com.mortimergoro.MGSwipeTableCell;
|
345 | 268 | PRODUCT_NAME = "$(TARGET_NAME)";
|
346 | 269 | SKIP_INSTALL = YES;
|
347 | 270 | };
|
348 | 271 | name = Release;
|
349 | 272 | };
|
350 |
| - C63EE5831BBA07ED008F46BB /* Debug */ = { |
351 |
| - isa = XCBuildConfiguration; |
352 |
| - buildSettings = { |
353 |
| - INFOPLIST_FILE = MGSwipeTableCellTests/Info.plist; |
354 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
355 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.mortimergoro.MGSwipeTableCellTests; |
356 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
357 |
| - }; |
358 |
| - name = Debug; |
359 |
| - }; |
360 |
| - C63EE5841BBA07ED008F46BB /* Release */ = { |
361 |
| - isa = XCBuildConfiguration; |
362 |
| - buildSettings = { |
363 |
| - INFOPLIST_FILE = MGSwipeTableCellTests/Info.plist; |
364 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
365 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.mortimergoro.MGSwipeTableCellTests; |
366 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
367 |
| - }; |
368 |
| - name = Release; |
369 |
| - }; |
370 | 273 | /* End XCBuildConfiguration section */
|
371 | 274 |
|
372 | 275 | /* Begin XCConfigurationList section */
|
|
388 | 291 | defaultConfigurationIsVisible = 0;
|
389 | 292 | defaultConfigurationName = Release;
|
390 | 293 | };
|
391 |
| - C63EE5821BBA07ED008F46BB /* Build configuration list for PBXNativeTarget "MGSwipeTableCellTests" */ = { |
392 |
| - isa = XCConfigurationList; |
393 |
| - buildConfigurations = ( |
394 |
| - C63EE5831BBA07ED008F46BB /* Debug */, |
395 |
| - C63EE5841BBA07ED008F46BB /* Release */, |
396 |
| - ); |
397 |
| - defaultConfigurationIsVisible = 0; |
398 |
| - defaultConfigurationName = Release; |
399 |
| - }; |
400 | 294 | /* End XCConfigurationList section */
|
401 | 295 | };
|
402 | 296 | rootObject = C63EE5621BBA07ED008F46BB /* Project object */;
|
|
0 commit comments