Skip to content

Commit 374a07b

Browse files
committed
Remove test targets
1 parent cebc779 commit 374a07b

File tree

3 files changed

+5
-245
lines changed

3 files changed

+5
-245
lines changed

Examples/Simple/RESideMenuExample.xcodeproj/project.pbxproj

-120
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
3032B91F1807338200064F85 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3032B91E1807338200064F85 /* main.m */; };
1515
3032B9231807338200064F85 /* DEMOAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3032B9221807338200064F85 /* DEMOAppDelegate.m */; };
1616
3032B9251807338200064F85 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3032B9241807338200064F85 /* Images.xcassets */; };
17-
3032B92C1807338200064F85 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3032B92B1807338200064F85 /* XCTest.framework */; };
18-
3032B92D1807338200064F85 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3032B9121807338200064F85 /* Foundation.framework */; };
19-
3032B92E1807338200064F85 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3032B9161807338200064F85 /* UIKit.framework */; };
2017
3032B954180736C900064F85 /* DEMOFirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3032B953180736C900064F85 /* DEMOFirstViewController.m */; };
2118
3032B958180736E200064F85 /* DEMOSecondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3032B957180736E200064F85 /* DEMOSecondViewController.m */; };
2219
3032B95E1807372B00064F85 /* DEMOLeftMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3032B95D1807372B00064F85 /* DEMOLeftMenuViewController.m */; };
@@ -26,16 +23,6 @@
2623
30FE3D1F18AB3B6A003F59ED /* DEMORightMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 30FE3D1E18AB3B6A003F59ED /* DEMORightMenuViewController.m */; };
2724
/* End PBXBuildFile section */
2825

29-
/* Begin PBXContainerItemProxy section */
30-
3032B92F1807338200064F85 /* PBXContainerItemProxy */ = {
31-
isa = PBXContainerItemProxy;
32-
containerPortal = 3032B9071807338200064F85 /* Project object */;
33-
proxyType = 1;
34-
remoteGlobalIDString = 3032B90E1807338200064F85;
35-
remoteInfo = RESideMenuExample;
36-
};
37-
/* End PBXContainerItemProxy section */
38-
3926
/* Begin PBXFileReference section */
4027
3032B90F1807338200064F85 /* RESideMenuExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RESideMenuExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
4128
3032B9121807338200064F85 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@@ -48,7 +35,6 @@
4835
3032B9211807338200064F85 /* DEMOAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DEMOAppDelegate.h; sourceTree = "<group>"; };
4936
3032B9221807338200064F85 /* DEMOAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DEMOAppDelegate.m; sourceTree = "<group>"; };
5037
3032B9241807338200064F85 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
51-
3032B92A1807338200064F85 /* RESideMenuExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RESideMenuExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5238
3032B92B1807338200064F85 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
5339
3032B952180736C900064F85 /* DEMOFirstViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DEMOFirstViewController.h; sourceTree = "<group>"; };
5440
3032B953180736C900064F85 /* DEMOFirstViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DEMOFirstViewController.m; sourceTree = "<group>"; };
@@ -77,16 +63,6 @@
7763
);
7864
runOnlyForDeploymentPostprocessing = 0;
7965
};
80-
3032B9271807338200064F85 /* Frameworks */ = {
81-
isa = PBXFrameworksBuildPhase;
82-
buildActionMask = 2147483647;
83-
files = (
84-
3032B92C1807338200064F85 /* XCTest.framework in Frameworks */,
85-
3032B92E1807338200064F85 /* UIKit.framework in Frameworks */,
86-
3032B92D1807338200064F85 /* Foundation.framework in Frameworks */,
87-
);
88-
runOnlyForDeploymentPostprocessing = 0;
89-
};
9066
/* End PBXFrameworksBuildPhase section */
9167

9268
/* Begin PBXGroup section */
@@ -104,7 +80,6 @@
10480
isa = PBXGroup;
10581
children = (
10682
3032B90F1807338200064F85 /* RESideMenuExample.app */,
107-
3032B92A1807338200064F85 /* RESideMenuExampleTests.xctest */,
10883
);
10984
name = Products;
11085
sourceTree = "<group>";
@@ -192,24 +167,6 @@
192167
productReference = 3032B90F1807338200064F85 /* RESideMenuExample.app */;
193168
productType = "com.apple.product-type.application";
194169
};
195-
3032B9291807338200064F85 /* RESideMenuExampleTests */ = {
196-
isa = PBXNativeTarget;
197-
buildConfigurationList = 3032B93E1807338200064F85 /* Build configuration list for PBXNativeTarget "RESideMenuExampleTests" */;
198-
buildPhases = (
199-
3032B9261807338200064F85 /* Sources */,
200-
3032B9271807338200064F85 /* Frameworks */,
201-
3032B9281807338200064F85 /* Resources */,
202-
);
203-
buildRules = (
204-
);
205-
dependencies = (
206-
3032B9301807338200064F85 /* PBXTargetDependency */,
207-
);
208-
name = RESideMenuExampleTests;
209-
productName = RESideMenuExampleTests;
210-
productReference = 3032B92A1807338200064F85 /* RESideMenuExampleTests.xctest */;
211-
productType = "com.apple.product-type.bundle.unit-test";
212-
};
213170
/* End PBXNativeTarget section */
214171

215172
/* Begin PBXProject section */
@@ -219,11 +176,6 @@
219176
CLASSPREFIX = DEMO;
220177
LastUpgradeCheck = 0510;
221178
ORGANIZATIONNAME = "Roman Efimov";
222-
TargetAttributes = {
223-
3032B9291807338200064F85 = {
224-
TestTargetID = 3032B90E1807338200064F85;
225-
};
226-
};
227179
};
228180
buildConfigurationList = 3032B90A1807338200064F85 /* Build configuration list for PBXProject "RESideMenuExample" */;
229181
compatibilityVersion = "Xcode 3.2";
@@ -238,7 +190,6 @@
238190
projectRoot = "";
239191
targets = (
240192
3032B90E1807338200064F85 /* RESideMenuExample */,
241-
3032B9291807338200064F85 /* RESideMenuExampleTests */,
242193
);
243194
};
244195
/* End PBXProject section */
@@ -253,13 +204,6 @@
253204
);
254205
runOnlyForDeploymentPostprocessing = 0;
255206
};
256-
3032B9281807338200064F85 /* Resources */ = {
257-
isa = PBXResourcesBuildPhase;
258-
buildActionMask = 2147483647;
259-
files = (
260-
);
261-
runOnlyForDeploymentPostprocessing = 0;
262-
};
263207
/* End PBXResourcesBuildPhase section */
264208

265209
/* Begin PBXSourcesBuildPhase section */
@@ -279,23 +223,8 @@
279223
);
280224
runOnlyForDeploymentPostprocessing = 0;
281225
};
282-
3032B9261807338200064F85 /* Sources */ = {
283-
isa = PBXSourcesBuildPhase;
284-
buildActionMask = 2147483647;
285-
files = (
286-
);
287-
runOnlyForDeploymentPostprocessing = 0;
288-
};
289226
/* End PBXSourcesBuildPhase section */
290227

291-
/* Begin PBXTargetDependency section */
292-
3032B9301807338200064F85 /* PBXTargetDependency */ = {
293-
isa = PBXTargetDependency;
294-
target = 3032B90E1807338200064F85 /* RESideMenuExample */;
295-
targetProxy = 3032B92F1807338200064F85 /* PBXContainerItemProxy */;
296-
};
297-
/* End PBXTargetDependency section */
298-
299228
/* Begin PBXVariantGroup section */
300229
3032B91B1807338200064F85 /* InfoPlist.strings */ = {
301230
isa = PBXVariantGroup;
@@ -408,46 +337,6 @@
408337
};
409338
name = Release;
410339
};
411-
3032B93F1807338200064F85 /* Debug */ = {
412-
isa = XCBuildConfiguration;
413-
buildSettings = {
414-
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RESideMenuExample.app/RESideMenuExample";
415-
FRAMEWORK_SEARCH_PATHS = (
416-
"$(SDKROOT)/Developer/Library/Frameworks",
417-
"$(inherited)",
418-
"$(DEVELOPER_FRAMEWORKS_DIR)",
419-
);
420-
GCC_PRECOMPILE_PREFIX_HEADER = YES;
421-
GCC_PREFIX_HEADER = "RESideMenuExample/RESideMenuExample-Prefix.pch";
422-
GCC_PREPROCESSOR_DEFINITIONS = (
423-
"DEBUG=1",
424-
"$(inherited)",
425-
);
426-
INFOPLIST_FILE = "RESideMenuExampleTests/RESideMenuExampleTests-Info.plist";
427-
PRODUCT_NAME = "$(TARGET_NAME)";
428-
TEST_HOST = "$(BUNDLE_LOADER)";
429-
WRAPPER_EXTENSION = xctest;
430-
};
431-
name = Debug;
432-
};
433-
3032B9401807338200064F85 /* Release */ = {
434-
isa = XCBuildConfiguration;
435-
buildSettings = {
436-
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RESideMenuExample.app/RESideMenuExample";
437-
FRAMEWORK_SEARCH_PATHS = (
438-
"$(SDKROOT)/Developer/Library/Frameworks",
439-
"$(inherited)",
440-
"$(DEVELOPER_FRAMEWORKS_DIR)",
441-
);
442-
GCC_PRECOMPILE_PREFIX_HEADER = YES;
443-
GCC_PREFIX_HEADER = "RESideMenuExample/RESideMenuExample-Prefix.pch";
444-
INFOPLIST_FILE = "RESideMenuExampleTests/RESideMenuExampleTests-Info.plist";
445-
PRODUCT_NAME = "$(TARGET_NAME)";
446-
TEST_HOST = "$(BUNDLE_LOADER)";
447-
WRAPPER_EXTENSION = xctest;
448-
};
449-
name = Release;
450-
};
451340
/* End XCBuildConfiguration section */
452341

453342
/* Begin XCConfigurationList section */
@@ -469,15 +358,6 @@
469358
defaultConfigurationIsVisible = 0;
470359
defaultConfigurationName = Release;
471360
};
472-
3032B93E1807338200064F85 /* Build configuration list for PBXNativeTarget "RESideMenuExampleTests" */ = {
473-
isa = XCConfigurationList;
474-
buildConfigurations = (
475-
3032B93F1807338200064F85 /* Debug */,
476-
3032B9401807338200064F85 /* Release */,
477-
);
478-
defaultConfigurationIsVisible = 0;
479-
defaultConfigurationName = Release;
480-
};
481361
/* End XCConfigurationList section */
482362
};
483363
rootObject = 3032B9071807338200064F85 /* Project object */;

Examples/Simple/RESideMenuExample.xcodeproj/project.xcworkspace/xcshareddata/RESideMenuExample.xccheckout

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
1010
<string>RESideMenuExample</string>
1111
<key>IDESourceControlProjectOriginsDictionary</key>
1212
<dict>
13-
<key>A7BD2007-A73A-4CBC-967D-3FF589655E75</key>
13+
<key>4D9AE519C7D7E765CA7498EFD8B3BB24ACB11215</key>
1414
<string>ssh://github.com/romaonthego/RESideMenu.git</string>
1515
</dict>
1616
<key>IDESourceControlProjectPath</key>
1717
<string>Examples/Simple/RESideMenuExample.xcodeproj/project.xcworkspace</string>
1818
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
1919
<dict>
20-
<key>A7BD2007-A73A-4CBC-967D-3FF589655E75</key>
20+
<key>4D9AE519C7D7E765CA7498EFD8B3BB24ACB11215</key>
2121
<string>../../../..</string>
2222
</dict>
2323
<key>IDESourceControlProjectURL</key>
2424
<string>ssh://github.com/romaonthego/RESideMenu.git</string>
2525
<key>IDESourceControlProjectVersion</key>
26-
<integer>110</integer>
26+
<integer>111</integer>
2727
<key>IDESourceControlProjectWCCIdentifier</key>
28-
<string>A7BD2007-A73A-4CBC-967D-3FF589655E75</string>
28+
<string>4D9AE519C7D7E765CA7498EFD8B3BB24ACB11215</string>
2929
<key>IDESourceControlProjectWCConfigurations</key>
3030
<array>
3131
<dict>
3232
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
3333
<string>public.vcs.git</string>
3434
<key>IDESourceControlWCCIdentifierKey</key>
35-
<string>A7BD2007-A73A-4CBC-967D-3FF589655E75</string>
35+
<string>4D9AE519C7D7E765CA7498EFD8B3BB24ACB11215</string>
3636
<key>IDESourceControlWCCName</key>
3737
<string>RESideMenu</string>
3838
</dict>

0 commit comments

Comments
 (0)