From 03527f563d8733b51eb4dd006fe9e9285544e6b9 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 27 Sep 2024 18:30:21 +0200 Subject: [PATCH] Cleanup unmaintained project --- MacStd.xcodeproj/project.pbxproj | 416 ------------------ .../contents.xcworkspacedata | 7 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - .../xcshareddata/xcschemes/MacStd.xcscheme | 78 ---- .../xcshareddata/xcschemes/Tests.xcscheme | 54 --- MacStd.xcworkspace/contents.xcworkspacedata | 7 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - Tests/Tests.mm | 40 -- src/pch.cpp | 6 - src/pch.hpp | 9 - 10 files changed, 633 deletions(-) delete mode 100644 MacStd.xcodeproj/project.pbxproj delete mode 100644 MacStd.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 MacStd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist delete mode 100644 MacStd.xcodeproj/xcshareddata/xcschemes/MacStd.xcscheme delete mode 100644 MacStd.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme delete mode 100644 MacStd.xcworkspace/contents.xcworkspacedata delete mode 100644 MacStd.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist delete mode 100644 Tests/Tests.mm delete mode 100644 src/pch.cpp delete mode 100644 src/pch.hpp diff --git a/MacStd.xcodeproj/project.pbxproj b/MacStd.xcodeproj/project.pbxproj deleted file mode 100644 index 62bf266..0000000 --- a/MacStd.xcodeproj/project.pbxproj +++ /dev/null @@ -1,416 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 55; - objects = { - -/* Begin PBXBuildFile section */ - F439D28E2ABA7DCC00B92CAE /* unistd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F439D28D2ABA7DCC00B92CAE /* unistd.hpp */; }; - F4AE3B802AB440A000464926 /* dyld.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F4AE3B7E2AB440A000464926 /* dyld.hpp */; }; - F4AE3B812AB440A000464926 /* common.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F4AE3B7F2AB440A000464926 /* common.hpp */; }; - F4AE3BA22AB44AC500464926 /* Tests.mm in Sources */ = {isa = PBXBuildFile; fileRef = F4AE3BA12AB44AC400464926 /* Tests.mm */; }; - F4AE3BA32AB44AC500464926 /* libMacStd.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F4AE3B732AB43EB600464926 /* libMacStd.a */; platformFilters = (macos, ); }; - F4AE3BD02AB4561A00464926 /* pch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4AE3BCE2AB4561A00464926 /* pch.cpp */; }; - F4AE3BD12AB4561A00464926 /* pch.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F4AE3BCF2AB4561A00464926 /* pch.hpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - F4AE3BA42AB44AC500464926 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = F4AE3B6B2AB43EB600464926 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4AE3B722AB43EB600464926; - remoteInfo = MacStd; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - F439D28D2ABA7DCC00B92CAE /* unistd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = unistd.hpp; path = include/MacStd/unistd.hpp; sourceTree = ""; }; - F4AE3B732AB43EB600464926 /* libMacStd.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMacStd.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F4AE3B7E2AB440A000464926 /* dyld.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = dyld.hpp; path = include/MacStd/dyld.hpp; sourceTree = ""; }; - F4AE3B7F2AB440A000464926 /* common.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = common.hpp; path = include/MacStd/common.hpp; sourceTree = ""; }; - F4AE3B9F2AB44AC400464926 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - F4AE3BA12AB44AC400464926 /* Tests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Tests.mm; sourceTree = ""; }; - F4AE3BCE2AB4561A00464926 /* pch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pch.cpp; path = src/pch.cpp; sourceTree = ""; }; - F4AE3BCF2AB4561A00464926 /* pch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = pch.hpp; path = src/pch.hpp; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - F4AE3B712AB43EB600464926 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F4AE3B9C2AB44AC400464926 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F4AE3BA32AB44AC500464926 /* libMacStd.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - F4213D2D2ABB14F200F72674 /* MacStd */ = { - isa = PBXGroup; - children = ( - F4AE3B7F2AB440A000464926 /* common.hpp */, - F4AE3B7E2AB440A000464926 /* dyld.hpp */, - F439D28D2ABA7DCC00B92CAE /* unistd.hpp */, - ); - name = MacStd; - sourceTree = ""; - }; - F4AE3B6A2AB43EB600464926 = { - isa = PBXGroup; - children = ( - F4213D2D2ABB14F200F72674 /* MacStd */, - F4AE3BCE2AB4561A00464926 /* pch.cpp */, - F4AE3BCF2AB4561A00464926 /* pch.hpp */, - F4AE3B742AB43EB600464926 /* Products */, - F4AE3BA02AB44AC400464926 /* Tests */, - ); - sourceTree = ""; - }; - F4AE3B742AB43EB600464926 /* Products */ = { - isa = PBXGroup; - children = ( - F4AE3B732AB43EB600464926 /* libMacStd.a */, - F4AE3B9F2AB44AC400464926 /* Tests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - F4AE3BA02AB44AC400464926 /* Tests */ = { - isa = PBXGroup; - children = ( - F4AE3BA12AB44AC400464926 /* Tests.mm */, - ); - path = Tests; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - F4AE3B6F2AB43EB600464926 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - F4AE3BD12AB4561A00464926 /* pch.hpp in Headers */, - F4AE3B802AB440A000464926 /* dyld.hpp in Headers */, - F4AE3B812AB440A000464926 /* common.hpp in Headers */, - F439D28E2ABA7DCC00B92CAE /* unistd.hpp in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - F4AE3B722AB43EB600464926 /* MacStd */ = { - isa = PBXNativeTarget; - buildConfigurationList = F4AE3B772AB43EB600464926 /* Build configuration list for PBXNativeTarget "MacStd" */; - buildPhases = ( - F4AE3B6F2AB43EB600464926 /* Headers */, - F4AE3B702AB43EB600464926 /* Sources */, - F4AE3B712AB43EB600464926 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = MacStd; - productName = MacStd; - productReference = F4AE3B732AB43EB600464926 /* libMacStd.a */; - productType = "com.apple.product-type.library.static"; - }; - F4AE3B9E2AB44AC400464926 /* Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = F4AE3BA62AB44AC500464926 /* Build configuration list for PBXNativeTarget "Tests" */; - buildPhases = ( - F4AE3B9B2AB44AC400464926 /* Sources */, - F4AE3B9C2AB44AC400464926 /* Frameworks */, - F4AE3B9D2AB44AC400464926 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - F4AE3BA52AB44AC500464926 /* PBXTargetDependency */, - ); - name = Tests; - productName = Tests; - productReference = F4AE3B9F2AB44AC400464926 /* Tests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - F4AE3B6B2AB43EB600464926 /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = 1; - LastUpgradeCheck = 1430; - TargetAttributes = { - F4AE3B722AB43EB600464926 = { - CreatedOnToolsVersion = 14.3.1; - }; - F4AE3B9E2AB44AC400464926 = { - CreatedOnToolsVersion = 14.3.1; - }; - }; - }; - buildConfigurationList = F4AE3B6E2AB43EB600464926 /* Build configuration list for PBXProject "MacStd" */; - compatibilityVersion = "Xcode 13.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = F4AE3B6A2AB43EB600464926; - productRefGroup = F4AE3B742AB43EB600464926 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - F4AE3B722AB43EB600464926 /* MacStd */, - F4AE3B9E2AB44AC400464926 /* Tests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - F4AE3B9D2AB44AC400464926 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - F4AE3B702AB43EB600464926 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F4AE3BD02AB4561A00464926 /* pch.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F4AE3B9B2AB44AC400464926 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F4AE3BA22AB44AC500464926 /* Tests.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - F4AE3BA52AB44AC500464926 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - platformFilters = ( - macos, - ); - target = F4AE3B722AB43EB600464926 /* MacStd */; - targetProxy = F4AE3BA42AB44AC500464926 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - F4AE3B752AB43EB600464926 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.15; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - F4AE3B762AB43EB600464926 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.15; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = macosx; - }; - name = Release; - }; - F4AE3B782AB43EB600464926 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - EXECUTABLE_PREFIX = lib; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - F4AE3B792AB43EB600464926 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - EXECUTABLE_PREFIX = lib; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - }; - name = Release; - }; - F4AE3BA72AB44AC500464926 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - GENERATE_INFOPLIST_FILE = YES; - HEADER_SEARCH_PATHS = include; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = si.amebis.MacStd.Tests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_EMIT_LOC_STRINGS = NO; - }; - name = Debug; - }; - F4AE3BA82AB44AC500464926 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - GENERATE_INFOPLIST_FILE = YES; - HEADER_SEARCH_PATHS = include; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = si.amebis.MacStd.Tests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_EMIT_LOC_STRINGS = NO; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - F4AE3B6E2AB43EB600464926 /* Build configuration list for PBXProject "MacStd" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F4AE3B752AB43EB600464926 /* Debug */, - F4AE3B762AB43EB600464926 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F4AE3B772AB43EB600464926 /* Build configuration list for PBXNativeTarget "MacStd" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F4AE3B782AB43EB600464926 /* Debug */, - F4AE3B792AB43EB600464926 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F4AE3BA62AB44AC500464926 /* Build configuration list for PBXNativeTarget "Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F4AE3BA72AB44AC500464926 /* Debug */, - F4AE3BA82AB44AC500464926 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = F4AE3B6B2AB43EB600464926 /* Project object */; -} diff --git a/MacStd.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/MacStd.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/MacStd.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/MacStd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/MacStd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/MacStd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/MacStd.xcodeproj/xcshareddata/xcschemes/MacStd.xcscheme b/MacStd.xcodeproj/xcshareddata/xcschemes/MacStd.xcscheme deleted file mode 100644 index 9a56bf8..0000000 --- a/MacStd.xcodeproj/xcshareddata/xcschemes/MacStd.xcscheme +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MacStd.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme b/MacStd.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme deleted file mode 100644 index ce64c76..0000000 --- a/MacStd.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/MacStd.xcworkspace/contents.xcworkspacedata b/MacStd.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index b10a701..0000000 --- a/MacStd.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/MacStd.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/MacStd.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/MacStd.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/Tests/Tests.mm b/Tests/Tests.mm deleted file mode 100644 index d5b866b..0000000 --- a/Tests/Tests.mm +++ /dev/null @@ -1,40 +0,0 @@ -/* - SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis -*/ - -#import -#include -#include - -@interface Tests : XCTestCase -@end - -@implementation Tests - -- (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)test_NSGetExecutablePath { - std::string path; - XCTAssert(_NSGetExecutablePath(path) == 0); -} - -- (void)test_getcwd { - std::string path; - XCTAssert(getcwd(path)); -} - -- (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 diff --git a/src/pch.cpp b/src/pch.cpp deleted file mode 100644 index eb31fd9..0000000 --- a/src/pch.cpp +++ /dev/null @@ -1,6 +0,0 @@ -/* - SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis -*/ - -#include "pch.hpp" diff --git a/src/pch.hpp b/src/pch.hpp deleted file mode 100644 index 053e6ea..0000000 --- a/src/pch.hpp +++ /dev/null @@ -1,9 +0,0 @@ -/* - SPDX-License-Identifier: MIT - Copyright © 2023-2024 Amebis -*/ - -#pragma once - -#include "../include/MacStd/dyld.hpp" -#include "../include/MacStd/unistd.hpp"