Skip to content

Commit f5e0c48

Browse files
committed
Fix carthage deployment target
1 parent 18de14d commit f5e0c48

File tree

3 files changed

+4
-173
lines changed

3 files changed

+4
-173
lines changed

MGSwipeTableCell.xcodeproj/project.pbxproj

+4-110
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,15 @@
88

99
/* Begin PBXBuildFile section */
1010
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 */; };
1311
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 */; };
1614
/* End PBXBuildFile section */
1715

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-
2816
/* Begin PBXFileReference section */
2917
C63EE56B1BBA07ED008F46BB /* MGSwipeTableCell.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MGSwipeTableCell.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3018
C63EE56E1BBA07ED008F46BB /* MGSwipeTableCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MGSwipeTableCell.h; sourceTree = "<group>"; };
3119
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>"; };
3520
C63EE5851BBA083B008F46BB /* MGSwipeButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGSwipeButton.h; sourceTree = "<group>"; };
3621
C63EE5861BBA083B008F46BB /* MGSwipeButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGSwipeButton.m; sourceTree = "<group>"; };
3722
C63EE5871BBA083B008F46BB /* MGSwipeTableCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGSwipeTableCell.m; sourceTree = "<group>"; };
@@ -45,22 +30,13 @@
4530
);
4631
runOnlyForDeploymentPostprocessing = 0;
4732
};
48-
C63EE5721BBA07ED008F46BB /* Frameworks */ = {
49-
isa = PBXFrameworksBuildPhase;
50-
buildActionMask = 2147483647;
51-
files = (
52-
C63EE5761BBA07ED008F46BB /* MGSwipeTableCell.framework in Frameworks */,
53-
);
54-
runOnlyForDeploymentPostprocessing = 0;
55-
};
5633
/* End PBXFrameworksBuildPhase section */
5734

5835
/* Begin PBXGroup section */
5936
C63EE5611BBA07ED008F46BB = {
6037
isa = PBXGroup;
6138
children = (
6239
C63EE56D1BBA07ED008F46BB /* MGSwipeTableCell */,
63-
C63EE5791BBA07ED008F46BB /* MGSwipeTableCellTests */,
6440
C63EE56C1BBA07ED008F46BB /* Products */,
6541
);
6642
sourceTree = "<group>";
@@ -69,7 +45,6 @@
6945
isa = PBXGroup;
7046
children = (
7147
C63EE56B1BBA07ED008F46BB /* MGSwipeTableCell.framework */,
72-
C63EE5751BBA07ED008F46BB /* MGSwipeTableCellTests.xctest */,
7348
);
7449
name = Products;
7550
sourceTree = "<group>";
@@ -86,15 +61,6 @@
8661
path = MGSwipeTableCell;
8762
sourceTree = "<group>";
8863
};
89-
C63EE5791BBA07ED008F46BB /* MGSwipeTableCellTests */ = {
90-
isa = PBXGroup;
91-
children = (
92-
C63EE57A1BBA07ED008F46BB /* MGSwipeTableCellTests.m */,
93-
C63EE57C1BBA07ED008F46BB /* Info.plist */,
94-
);
95-
path = MGSwipeTableCellTests;
96-
sourceTree = "<group>";
97-
};
9864
/* End PBXGroup section */
9965

10066
/* Begin PBXHeadersBuildPhase section */
@@ -128,24 +94,6 @@
12894
productReference = C63EE56B1BBA07ED008F46BB /* MGSwipeTableCell.framework */;
12995
productType = "com.apple.product-type.framework";
13096
};
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-
};
14997
/* End PBXNativeTarget section */
15098

15199
/* Begin PBXProject section */
@@ -158,9 +106,6 @@
158106
C63EE56A1BBA07ED008F46BB = {
159107
CreatedOnToolsVersion = 7.0;
160108
};
161-
C63EE5741BBA07ED008F46BB = {
162-
CreatedOnToolsVersion = 7.0;
163-
};
164109
};
165110
};
166111
buildConfigurationList = C63EE5651BBA07ED008F46BB /* Build configuration list for PBXProject "MGSwipeTableCell" */;
@@ -176,7 +121,6 @@
176121
projectRoot = "";
177122
targets = (
178123
C63EE56A1BBA07ED008F46BB /* MGSwipeTableCell */,
179-
C63EE5741BBA07ED008F46BB /* MGSwipeTableCellTests */,
180124
);
181125
};
182126
/* End PBXProject section */
@@ -189,13 +133,6 @@
189133
);
190134
runOnlyForDeploymentPostprocessing = 0;
191135
};
192-
C63EE5731BBA07ED008F46BB /* Resources */ = {
193-
isa = PBXResourcesBuildPhase;
194-
buildActionMask = 2147483647;
195-
files = (
196-
);
197-
runOnlyForDeploymentPostprocessing = 0;
198-
};
199136
/* End PBXResourcesBuildPhase section */
200137

201138
/* Begin PBXSourcesBuildPhase section */
@@ -208,24 +145,8 @@
208145
);
209146
runOnlyForDeploymentPostprocessing = 0;
210147
};
211-
C63EE5711BBA07ED008F46BB /* Sources */ = {
212-
isa = PBXSourcesBuildPhase;
213-
buildActionMask = 2147483647;
214-
files = (
215-
C63EE57B1BBA07ED008F46BB /* MGSwipeTableCellTests.m in Sources */,
216-
);
217-
runOnlyForDeploymentPostprocessing = 0;
218-
};
219148
/* End PBXSourcesBuildPhase section */
220149

221-
/* Begin PBXTargetDependency section */
222-
C63EE5781BBA07ED008F46BB /* PBXTargetDependency */ = {
223-
isa = PBXTargetDependency;
224-
target = C63EE56A1BBA07ED008F46BB /* MGSwipeTableCell */;
225-
targetProxy = C63EE5771BBA07ED008F46BB /* PBXContainerItemProxy */;
226-
};
227-
/* End PBXTargetDependency section */
228-
229150
/* Begin XCBuildConfiguration section */
230151
C63EE57D1BBA07ED008F46BB /* Debug */ = {
231152
isa = XCBuildConfiguration;
@@ -324,6 +245,7 @@
324245
DYLIB_INSTALL_NAME_BASE = "@rpath";
325246
INFOPLIST_FILE = MGSwipeTableCell/Info.plist;
326247
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
248+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
327249
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
328250
PRODUCT_BUNDLE_IDENTIFIER = com.mortimergoro.MGSwipeTableCell;
329251
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -340,33 +262,14 @@
340262
DYLIB_INSTALL_NAME_BASE = "@rpath";
341263
INFOPLIST_FILE = MGSwipeTableCell/Info.plist;
342264
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
265+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
343266
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
344267
PRODUCT_BUNDLE_IDENTIFIER = com.mortimergoro.MGSwipeTableCell;
345268
PRODUCT_NAME = "$(TARGET_NAME)";
346269
SKIP_INSTALL = YES;
347270
};
348271
name = Release;
349272
};
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-
};
370273
/* End XCBuildConfiguration section */
371274

372275
/* Begin XCConfigurationList section */
@@ -388,15 +291,6 @@
388291
defaultConfigurationIsVisible = 0;
389292
defaultConfigurationName = Release;
390293
};
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-
};
400294
/* End XCConfigurationList section */
401295
};
402296
rootObject = C63EE5621BBA07ED008F46BB /* Project object */;

MGSwipeTableCellTests/Info.plist

-24
This file was deleted.

MGSwipeTableCellTests/MGSwipeTableCellTests.m

-39
This file was deleted.

0 commit comments

Comments
 (0)