Merge pull request #3 from microsoft/useless-files
Remove useless files in tests target
This commit is contained in:
Коммит
2c2b726de7
|
@ -8,7 +8,6 @@
|
|||
|
||||
/* Begin PBXBuildFile section */
|
||||
DDF2F98D23DF3FA400B7E8E9 /* LocalizedStringKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDF2F98323DF3FA400B7E8E9 /* LocalizedStringKit.framework */; };
|
||||
DDF2F99223DF3FA400B7E8E9 /* LocalizedStringKitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF2F99123DF3FA400B7E8E9 /* LocalizedStringKitTests.m */; };
|
||||
DDF2F99423DF3FA400B7E8E9 /* LocalizedStringKit.h in Headers */ = {isa = PBXBuildFile; fileRef = DDF2F98623DF3FA400B7E8E9 /* LocalizedStringKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
DDF2F99E23DF401600B7E8E9 /* LocalizedStringKit.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF2F99D23DF401600B7E8E9 /* LocalizedStringKit.m */; };
|
||||
DDF2F9A323DF413400B7E8E9 /* LocalizedStringKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDF2F9A223DF413400B7E8E9 /* LocalizedStringKitTests.swift */; };
|
||||
|
@ -29,10 +28,8 @@
|
|||
DDF2F98623DF3FA400B7E8E9 /* LocalizedStringKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LocalizedStringKit.h; sourceTree = "<group>"; };
|
||||
DDF2F98723DF3FA400B7E8E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
DDF2F98C23DF3FA400B7E8E9 /* LocalizedStringKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LocalizedStringKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
DDF2F99123DF3FA400B7E8E9 /* LocalizedStringKitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LocalizedStringKitTests.m; sourceTree = "<group>"; };
|
||||
DDF2F99323DF3FA400B7E8E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
DDF2F99D23DF401600B7E8E9 /* LocalizedStringKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocalizedStringKit.m; sourceTree = "<group>"; };
|
||||
DDF2F99F23DF412500B7E8E9 /* LocalizedStringKitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LocalizedStringKitTests-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
DDF2F9A223DF413400B7E8E9 /* LocalizedStringKitTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalizedStringKitTests.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -89,9 +86,7 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
DDF2F9A223DF413400B7E8E9 /* LocalizedStringKitTests.swift */,
|
||||
DDF2F99123DF3FA400B7E8E9 /* LocalizedStringKitTests.m */,
|
||||
DDF2F99323DF3FA400B7E8E9 /* Info.plist */,
|
||||
DDF2F99F23DF412500B7E8E9 /* LocalizedStringKitTests-Bridging-Header.h */,
|
||||
);
|
||||
path = LocalizedStringKitTests;
|
||||
sourceTree = "<group>";
|
||||
|
@ -214,7 +209,6 @@
|
|||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
DDF2F99223DF3FA400B7E8E9 /* LocalizedStringKitTests.m in Sources */,
|
||||
DDF2F9A323DF413400B7E8E9 /* LocalizedStringKitTests.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
@ -412,7 +406,6 @@
|
|||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.Office.Outlook.LocalizedStringKitTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "LocalizedStringKitTests/LocalizedStringKitTests-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -432,7 +425,6 @@
|
|||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.Office.Outlook.LocalizedStringKitTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "LocalizedStringKitTests/LocalizedStringKitTests-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
//
|
||||
// Use this file to import your target's public headers that you would like to expose to Swift.
|
||||
//
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
//
|
||||
// LocalizedStringKitTests.m
|
||||
// LocalizedStringKitTests
|
||||
//
|
||||
// Created by Dale Myers on 27/01/2020.
|
||||
// Copyright © 2020 Microsoft. All rights reserved.
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
@interface LocalizedStringKitTests : XCTestCase
|
||||
|
||||
@end
|
||||
|
||||
@implementation LocalizedStringKitTests
|
||||
|
||||
- (void)setUp {
|
||||
// Put setup code here. This method is called before the invocation of each test method in the class.
|
||||
}
|
||||
|
||||
- (void)tearDown {
|
||||
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
||||
}
|
||||
|
||||
- (void)testExample {
|
||||
// This is an example of a functional test case.
|
||||
// Use XCTAssert and related functions to verify your tests produce the correct results.
|
||||
}
|
||||
|
||||
- (void)testPerformanceExample {
|
||||
// This is an example of a performance test case.
|
||||
[self measureBlock:^{
|
||||
// Put the code you want to measure the time of here.
|
||||
}];
|
||||
}
|
||||
|
||||
@end
|
Загрузка…
Ссылка в новой задаче