Remove unit test files and target

They are not used right now and require to delete them when including the sdk without the library but the files only
This commit is contained in:
Andreas Linde 2011-12-08 14:53:39 +01:00
parent e7da6943e2
commit 344bbddb1c
5 changed files with 0 additions and 243 deletions

View File

@ -9,14 +9,6 @@
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
1E322DAD148FCE2100077977 /* CNSFixCategoryBug.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E322DAC148FCE2100077977 /* CNSFixCategoryBug.h */; }; 1E322DAD148FCE2100077977 /* CNSFixCategoryBug.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E322DAC148FCE2100077977 /* CNSFixCategoryBug.h */; };
E400561E148D79B500EB22B9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E400561D148D79B500EB22B9 /* Foundation.framework */; }; E400561E148D79B500EB22B9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E400561D148D79B500EB22B9 /* Foundation.framework */; };
E400562C148D79B500EB22B9 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E400562B148D79B500EB22B9 /* SenTestingKit.framework */; };
E400562E148D79B500EB22B9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E400562D148D79B500EB22B9 /* UIKit.framework */; };
E400562F148D79B500EB22B9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E400561D148D79B500EB22B9 /* Foundation.framework */; };
E4005632148D79B500EB22B9 /* libHockeySDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E400561A148D79B500EB22B9 /* libHockeySDK.a */; };
E4005638148D79B500EB22B9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E4005636148D79B500EB22B9 /* InfoPlist.strings */; };
E400563B148D79B500EB22B9 /* HockeySDKTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E400563A148D79B500EB22B9 /* HockeySDKTests.m */; };
E400564B148D7A3000EB22B9 /* Hockey.bundle in Resources */ = {isa = PBXBuildFile; fileRef = E4005649148D7A3000EB22B9 /* Hockey.bundle */; };
E400564C148D7A3000EB22B9 /* Quincy.bundle in Resources */ = {isa = PBXBuildFile; fileRef = E400564A148D7A3000EB22B9 /* Quincy.bundle */; };
E41EB471148D7BF50015DEDC /* BWApp.h in Headers */ = {isa = PBXBuildFile; fileRef = E41EB459148D7BF50015DEDC /* BWApp.h */; }; E41EB471148D7BF50015DEDC /* BWApp.h in Headers */ = {isa = PBXBuildFile; fileRef = E41EB459148D7BF50015DEDC /* BWApp.h */; };
E41EB472148D7BF50015DEDC /* BWApp.m in Sources */ = {isa = PBXBuildFile; fileRef = E41EB45A148D7BF50015DEDC /* BWApp.m */; }; E41EB472148D7BF50015DEDC /* BWApp.m in Sources */ = {isa = PBXBuildFile; fileRef = E41EB45A148D7BF50015DEDC /* BWApp.m */; };
E41EB473148D7BF50015DEDC /* BWGlobal.h in Headers */ = {isa = PBXBuildFile; fileRef = E41EB45B148D7BF50015DEDC /* BWGlobal.h */; }; E41EB473148D7BF50015DEDC /* BWGlobal.h in Headers */ = {isa = PBXBuildFile; fileRef = E41EB45B148D7BF50015DEDC /* BWGlobal.h */; };
@ -42,30 +34,14 @@
E41EB487148D7BF50015DEDC /* UIImage+HockeyAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E41EB46F148D7BF50015DEDC /* UIImage+HockeyAdditions.h */; }; E41EB487148D7BF50015DEDC /* UIImage+HockeyAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E41EB46F148D7BF50015DEDC /* UIImage+HockeyAdditions.h */; };
E41EB488148D7BF50015DEDC /* UIImage+HockeyAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = E41EB470148D7BF50015DEDC /* UIImage+HockeyAdditions.m */; }; E41EB488148D7BF50015DEDC /* UIImage+HockeyAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = E41EB470148D7BF50015DEDC /* UIImage+HockeyAdditions.m */; };
E41EB48C148D7C4E0015DEDC /* CrashReporter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E41EB48B148D7C4E0015DEDC /* CrashReporter.framework */; }; E41EB48C148D7C4E0015DEDC /* CrashReporter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E41EB48B148D7C4E0015DEDC /* CrashReporter.framework */; };
E41EB48D148D7C4E0015DEDC /* CrashReporter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E41EB48B148D7C4E0015DEDC /* CrashReporter.framework */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
E4005630148D79B500EB22B9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E4005611148D79B500EB22B9 /* Project object */;
proxyType = 1;
remoteGlobalIDString = E4005619148D79B500EB22B9;
remoteInfo = HockeySDK;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
1E322DAC148FCE2100077977 /* CNSFixCategoryBug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CNSFixCategoryBug.h; sourceTree = "<group>"; }; 1E322DAC148FCE2100077977 /* CNSFixCategoryBug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CNSFixCategoryBug.h; sourceTree = "<group>"; };
E400561A148D79B500EB22B9 /* libHockeySDK.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libHockeySDK.a; sourceTree = BUILT_PRODUCTS_DIR; }; E400561A148D79B500EB22B9 /* libHockeySDK.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libHockeySDK.a; sourceTree = BUILT_PRODUCTS_DIR; };
E400561D148D79B500EB22B9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; E400561D148D79B500EB22B9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
E400562A148D79B500EB22B9 /* HockeySDKTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HockeySDKTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
E400562B148D79B500EB22B9 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; E400562B148D79B500EB22B9 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
E400562D148D79B500EB22B9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; E400562D148D79B500EB22B9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
E4005635148D79B500EB22B9 /* HockeySDKTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "HockeySDKTests-Info.plist"; sourceTree = "<group>"; };
E4005637148D79B500EB22B9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E4005639148D79B500EB22B9 /* HockeySDKTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HockeySDKTests.h; sourceTree = "<group>"; };
E400563A148D79B500EB22B9 /* HockeySDKTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HockeySDKTests.m; sourceTree = "<group>"; };
E4005649148D7A3000EB22B9 /* Hockey.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Hockey.bundle; sourceTree = "<group>"; }; E4005649148D7A3000EB22B9 /* Hockey.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Hockey.bundle; sourceTree = "<group>"; };
E400564A148D7A3000EB22B9 /* Quincy.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Quincy.bundle; sourceTree = "<group>"; }; E400564A148D7A3000EB22B9 /* Quincy.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Quincy.bundle; sourceTree = "<group>"; };
E41EB459148D7BF50015DEDC /* BWApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BWApp.h; sourceTree = "<group>"; }; E41EB459148D7BF50015DEDC /* BWApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BWApp.h; sourceTree = "<group>"; };
@ -107,18 +83,6 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
E4005626148D79B500EB22B9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E400562C148D79B500EB22B9 /* SenTestingKit.framework in Frameworks */,
E400562E148D79B500EB22B9 /* UIKit.framework in Frameworks */,
E400562F148D79B500EB22B9 /* Foundation.framework in Frameworks */,
E4005632148D79B500EB22B9 /* libHockeySDK.a in Frameworks */,
E41EB48D148D7C4E0015DEDC /* CrashReporter.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */ /* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */ /* Begin PBXGroup section */
@ -126,7 +90,6 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
E41EB489148D7BF90015DEDC /* HockeySDK */, E41EB489148D7BF90015DEDC /* HockeySDK */,
E4005633148D79B500EB22B9 /* HockeySDKTests */,
E400561C148D79B500EB22B9 /* Frameworks */, E400561C148D79B500EB22B9 /* Frameworks */,
E4005648148D7A3000EB22B9 /* Resources */, E4005648148D7A3000EB22B9 /* Resources */,
E400561B148D79B500EB22B9 /* Products */, E400561B148D79B500EB22B9 /* Products */,
@ -139,7 +102,6 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
E400561A148D79B500EB22B9 /* libHockeySDK.a */, E400561A148D79B500EB22B9 /* libHockeySDK.a */,
E400562A148D79B500EB22B9 /* HockeySDKTests.octest */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
@ -155,25 +117,6 @@
name = Frameworks; name = Frameworks;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
E4005633148D79B500EB22B9 /* HockeySDKTests */ = {
isa = PBXGroup;
children = (
E4005639148D79B500EB22B9 /* HockeySDKTests.h */,
E400563A148D79B500EB22B9 /* HockeySDKTests.m */,
E4005634148D79B500EB22B9 /* Supporting Files */,
);
path = HockeySDKTests;
sourceTree = "<group>";
};
E4005634148D79B500EB22B9 /* Supporting Files */ = {
isa = PBXGroup;
children = (
E4005635148D79B500EB22B9 /* HockeySDKTests-Info.plist */,
E4005636148D79B500EB22B9 /* InfoPlist.strings */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
E4005648148D7A3000EB22B9 /* Resources */ = { E4005648148D7A3000EB22B9 /* Resources */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
@ -276,25 +219,6 @@
productReference = E400561A148D79B500EB22B9 /* libHockeySDK.a */; productReference = E400561A148D79B500EB22B9 /* libHockeySDK.a */;
productType = "com.apple.product-type.library.static"; productType = "com.apple.product-type.library.static";
}; };
E4005629148D79B500EB22B9 /* HockeySDKTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = E4005641148D79B500EB22B9 /* Build configuration list for PBXNativeTarget "HockeySDKTests" */;
buildPhases = (
E4005625148D79B500EB22B9 /* Sources */,
E4005626148D79B500EB22B9 /* Frameworks */,
E4005627148D79B500EB22B9 /* Resources */,
E4005628148D79B500EB22B9 /* ShellScript */,
);
buildRules = (
);
dependencies = (
E4005631148D79B500EB22B9 /* PBXTargetDependency */,
);
name = HockeySDKTests;
productName = HockeySDKTests;
productReference = E400562A148D79B500EB22B9 /* HockeySDKTests.octest */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
/* Begin PBXProject section */ /* Begin PBXProject section */
@ -316,40 +240,10 @@
projectRoot = ""; projectRoot = "";
targets = ( targets = (
E4005619148D79B500EB22B9 /* HockeySDK */, E4005619148D79B500EB22B9 /* HockeySDK */,
E4005629148D79B500EB22B9 /* HockeySDKTests */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
E4005627148D79B500EB22B9 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E4005638148D79B500EB22B9 /* InfoPlist.strings in Resources */,
E400564B148D7A3000EB22B9 /* Hockey.bundle in Resources */,
E400564C148D7A3000EB22B9 /* Quincy.bundle in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
E4005628148D79B500EB22B9 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */
E4005616148D79B500EB22B9 /* Sources */ = { E4005616148D79B500EB22B9 /* Sources */ = {
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
@ -370,35 +264,8 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
E4005625148D79B500EB22B9 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E400563B148D79B500EB22B9 /* HockeySDKTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
E4005631148D79B500EB22B9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E4005619148D79B500EB22B9 /* HockeySDK */;
targetProxy = E4005630148D79B500EB22B9 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
E4005636148D79B500EB22B9 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
E4005637148D79B500EB22B9 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */ /* Begin XCBuildConfiguration section */
E400563C148D79B500EB22B9 /* Debug */ = { E400563C148D79B500EB22B9 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
@ -478,38 +345,6 @@
}; };
name = Release; name = Release;
}; };
E4005642148D79B500EB22B9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(DEVELOPER_LIBRARY_DIR)/Frameworks",
"\"$(SRCROOT)/../Vendor\"",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "HockeySDK/HockeySDK-Prefix.pch";
INFOPLIST_FILE = "HockeySDKTests/HockeySDKTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = octest;
};
name = Debug;
};
E4005643148D79B500EB22B9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(DEVELOPER_LIBRARY_DIR)/Frameworks",
"\"$(SRCROOT)/../Vendor\"",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "HockeySDK/HockeySDK-Prefix.pch";
INFOPLIST_FILE = "HockeySDKTests/HockeySDKTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = octest;
};
name = Release;
};
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
@ -531,15 +366,6 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
E4005641148D79B500EB22B9 /* Build configuration list for PBXNativeTarget "HockeySDKTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4005642148D79B500EB22B9 /* Debug */,
E4005643148D79B500EB22B9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */ /* End XCConfigurationList section */
}; };
rootObject = E4005611148D79B500EB22B9 /* Project object */; rootObject = E4005611148D79B500EB22B9 /* Project object */;

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>de.codenauts.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -1,13 +0,0 @@
//
// HockeySDKTests.h
// HockeySDKTests
//
// Created by Stephan Diederich on 05.12.11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface HockeySDKTests : SenTestCase
@end

View File

@ -1,32 +0,0 @@
//
// HockeySDKTests.m
// HockeySDKTests
//
// Created by Stephan Diederich on 05.12.11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import "HockeySDKTests.h"
@implementation HockeySDKTests
- (void)setUp
{
[super setUp];
// Set-up code here.
}
- (void)tearDown
{
// Tear-down code here.
[super tearDown];
}
- (void)testExample
{
STFail(@"Unit tests are not implemented yet in HockeySDKTests");
}
@end

View File

@ -1,2 +0,0 @@
/* Localized versions of Info.plist keys */