diff --git a/LocalizedStringKit/LocalizedStringKit.xcodeproj/project.pbxproj b/LocalizedStringKit/LocalizedStringKit.xcodeproj/project.pbxproj index e092203..4d7f5fc 100644 --- a/LocalizedStringKit/LocalizedStringKit.xcodeproj/project.pbxproj +++ b/LocalizedStringKit/LocalizedStringKit.xcodeproj/project.pbxproj @@ -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 = ""; }; DDF2F98723DF3FA400B7E8E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 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 = ""; }; DDF2F99323DF3FA400B7E8E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; DDF2F99D23DF401600B7E8E9 /* LocalizedStringKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocalizedStringKit.m; sourceTree = ""; }; - DDF2F99F23DF412500B7E8E9 /* LocalizedStringKitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LocalizedStringKitTests-Bridging-Header.h"; sourceTree = ""; }; DDF2F9A223DF413400B7E8E9 /* LocalizedStringKitTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalizedStringKitTests.swift; sourceTree = ""; }; /* 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 = ""; @@ -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"; }; diff --git a/LocalizedStringKit/LocalizedStringKitTests/LocalizedStringKitTests-Bridging-Header.h b/LocalizedStringKit/LocalizedStringKitTests/LocalizedStringKitTests-Bridging-Header.h deleted file mode 100644 index 1b2cb5d..0000000 --- a/LocalizedStringKit/LocalizedStringKitTests/LocalizedStringKitTests-Bridging-Header.h +++ /dev/null @@ -1,4 +0,0 @@ -// -// Use this file to import your target's public headers that you would like to expose to Swift. -// - diff --git a/LocalizedStringKit/LocalizedStringKitTests/LocalizedStringKitTests.m b/LocalizedStringKit/LocalizedStringKitTests/LocalizedStringKitTests.m deleted file mode 100644 index 29572f8..0000000 --- a/LocalizedStringKit/LocalizedStringKitTests/LocalizedStringKitTests.m +++ /dev/null @@ -1,37 +0,0 @@ -// -// LocalizedStringKitTests.m -// LocalizedStringKitTests -// -// Created by Dale Myers on 27/01/2020. -// Copyright © 2020 Microsoft. All rights reserved. -// - -#import - -@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