Skip to content

Commit

Permalink
Remove gdbm
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Nov 30, 2018
1 parent f869a57 commit 3eb493a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 171 deletions.
165 changes: 4 additions & 161 deletions iSH.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
30F5698A21986630001B01FB /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 30F5698821986630001B01FB /* Settings.bundle */; };
BB0FC5921F980A6C00803272 /* Terminal.m in Sources */ = {isa = PBXBuildFile; fileRef = BB0FC5911F980A6B00803272 /* Terminal.m */; };
BB13F7EA200ADCED003D1C4D /* libish.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BB13F7DC200AD81D003D1C4D /* libish.a */; };
BB13F7FC200ADDA0003D1C4D /* libgdbm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BB13F7EF200ADD69003D1C4D /* libgdbm.a */; };
BB455E111FB37F6600AFB48B /* DelayedUITask.m in Sources */ = {isa = PBXBuildFile; fileRef = BB455E101FB37F6600AFB48B /* DelayedUITask.m */; };
BB52C03D2083DA3600104515 /* xterm-dist in Resources */ = {isa = PBXBuildFile; fileRef = BB52C03C2083DA3600104515 /* xterm-dist */; };
BB60F55221573FCA003A4E52 /* BarButton.m in Sources */ = {isa = PBXBuildFile; fileRef = BB60F55121573FCA003A4E52 /* BarButton.m */; };
Expand All @@ -29,7 +28,6 @@
BB88F49A2154760800A341FD /* FileProviderEnumerator.m in Sources */ = {isa = PBXBuildFile; fileRef = BB88F4992154760800A341FD /* FileProviderEnumerator.m */; };
BB88F49F2154760800A341FD /* iSHFileProvider.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = BB88F4902154760800A341FD /* iSHFileProvider.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
BB88F4A62154770200A341FD /* libish.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BB13F7DC200AD81D003D1C4D /* libish.a */; };
BB88F4A72154770600A341FD /* libgdbm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BB13F7EF200ADD69003D1C4D /* libgdbm.a */; };
BBFB55662158644C00DFE6DE /* libresolv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = BBFB55652158644C00DFE6DE /* libresolv.tbd */; };
BBFB556A215868E800DFE6DE /* About.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BBFB5569215868E800DFE6DE /* About.storyboard */; };
BBFB557121586C4800DFE6DE /* UIViewController+Back.m in Sources */ = {isa = PBXBuildFile; fileRef = BBFB557021586C4800DFE6DE /* UIViewController+Back.m */; };
Expand Down Expand Up @@ -61,20 +59,6 @@
remoteGlobalIDString = BB13F7D0200ACCA2003D1C4D;
remoteInfo = Ninja;
};
BB13F7F8200ADD94003D1C4D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BB792B461F96D8E000FFB7A4 /* Project object */;
proxyType = 1;
remoteGlobalIDString = BB13F7D0200ACCA2003D1C4D;
remoteInfo = Ninja;
};
BB13F7FA200ADD99003D1C4D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BB792B461F96D8E000FFB7A4 /* Project object */;
proxyType = 1;
remoteGlobalIDString = BB13F7EE200ADD69003D1C4D;
remoteInfo = libgdbm;
};
BB88F49D2154760800A341FD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BB792B461F96D8E000FFB7A4 /* Project object */;
Expand Down Expand Up @@ -104,7 +88,6 @@
BB0FC5911F980A6B00803272 /* Terminal.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Terminal.m; sourceTree = "<group>"; };
BB13F7C8200ACC24003D1C4D /* xcode-meson.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "xcode-meson.sh"; sourceTree = "<group>"; };
BB13F7DC200AD81D003D1C4D /* libish.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libish.a; sourceTree = BUILT_PRODUCTS_DIR; };
BB13F7EF200ADD69003D1C4D /* libgdbm.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgdbm.a; sourceTree = BUILT_PRODUCTS_DIR; };
BB455E0F1FB37F6600AFB48B /* DelayedUITask.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DelayedUITask.h; sourceTree = "<group>"; };
BB455E101FB37F6600AFB48B /* DelayedUITask.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DelayedUITask.m; sourceTree = "<group>"; };
BB4A539A1FAA411D00A72ACE /* package.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = package.json; sourceTree = "<group>"; };
Expand Down Expand Up @@ -281,15 +264,13 @@
BB6DB261216435340047A611 /* libiconv.tbd in Frameworks */,
BBFB55662158644C00DFE6DE /* libresolv.tbd in Frameworks */,
BB13F7EA200ADCED003D1C4D /* libish.a in Frameworks */,
BB13F7FC200ADDA0003D1C4D /* libgdbm.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
BB88F48D2154760800A341FD /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BB88F4A72154770600A341FD /* libgdbm.a in Frameworks */,
BB88F4A62154770200A341FD /* libish.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -353,7 +334,6 @@
BB792B501F96D90D00FFB7A4 /* iSH.app */,
BBF124901FA7C3100088FB50 /* alpine */,
BB13F7DC200AD81D003D1C4D /* libish.a */,
BB13F7EF200ADD69003D1C4D /* libgdbm.a */,
BB88F4902154760800A341FD /* iSHFileProvider.appex */,
);
name = Products;
Expand Down Expand Up @@ -687,22 +667,6 @@
productReference = BB13F7DC200AD81D003D1C4D /* libish.a */;
productType = "com.apple.product-type.library.static";
};
BB13F7EE200ADD69003D1C4D /* libgdbm */ = {
isa = PBXNativeTarget;
buildConfigurationList = BB13F7F5200ADD69003D1C4D /* Build configuration list for PBXNativeTarget "libgdbm" */;
buildPhases = (
BB13F7FF200AE0D9003D1C4D /* Run Script */,
);
buildRules = (
);
dependencies = (
BB13F7F9200ADD94003D1C4D /* PBXTargetDependency */,
);
name = libgdbm;
productName = libgdbm;
productReference = BB13F7EF200ADD69003D1C4D /* libgdbm.a */;
productType = "com.apple.product-type.library.static";
};
BB792B4F1F96D90D00FFB7A4 /* iSH */ = {
isa = PBXNativeTarget;
buildConfigurationList = BB792B661F96D90D00FFB7A4 /* Build configuration list for PBXNativeTarget "iSH" */;
Expand All @@ -719,7 +683,6 @@
);
dependencies = (
BB13F7E7200AD874003D1C4D /* PBXTargetDependency */,
BB13F7FB200ADD99003D1C4D /* PBXTargetDependency */,
BB88F49E2154760800A341FD /* PBXTargetDependency */,
);
name = iSH;
Expand Down Expand Up @@ -768,11 +731,6 @@
DevelopmentTeam = CK5SXRTBR7;
ProvisioningStyle = Automatic;
};
BB13F7EE200ADD69003D1C4D = {
CreatedOnToolsVersion = 9.2;
DevelopmentTeam = CK5SXRTBR7;
ProvisioningStyle = Automatic;
};
BB792B4F1F96D90D00FFB7A4 = {
CreatedOnToolsVersion = 9.0;
DevelopmentTeam = CK5SXRTBR7;
Expand Down Expand Up @@ -813,7 +771,6 @@
BB13F7CA200ACC31003D1C4D /* Meson */,
BB13F7D0200ACCA2003D1C4D /* Ninja */,
BB13F7DB200AD81D003D1C4D /* libish */,
BB13F7EE200ADD69003D1C4D /* libgdbm */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -844,21 +801,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
BB13F7FF200AE0D9003D1C4D /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"$(MESON_BUILD_DIR)/subprojects/gdbm-1.18/src/libgdbm.a",
);
name = "Run Script";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "mkdir -p $CONFIGURATION_BUILD_DIR\nln -sf $MESON_BUILD_DIR/subprojects/gdbm-1.18/src/libgdbm.a $CONFIGURATION_BUILD_DIR\n";
};
BB13F813200AEFAC003D1C4D /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -973,16 +915,6 @@
target = BB13F7D0200ACCA2003D1C4D /* Ninja */;
targetProxy = BB13F7E8200AD967003D1C4D /* PBXContainerItemProxy */;
};
BB13F7F9200ADD94003D1C4D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = BB13F7D0200ACCA2003D1C4D /* Ninja */;
targetProxy = BB13F7F8200ADD94003D1C4D /* PBXContainerItemProxy */;
};
BB13F7FB200ADD99003D1C4D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = BB13F7EE200ADD69003D1C4D /* libgdbm */;
targetProxy = BB13F7FA200ADD99003D1C4D /* PBXContainerItemProxy */;
};
BB88F49E2154760800A341FD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = BB88F48F2154760800A341FD /* iSHFileProvider */;
Expand Down Expand Up @@ -1206,74 +1138,6 @@
};
name = Release;
};
BB13F7F6200ADD69003D1C4D /* 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++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
MTL_ENABLE_DEBUG_INFO = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = gdbm;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
BB13F7F7200ADD69003D1C4D /* 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++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = gdbm;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
BB792B4A1F96D8E000FFB7A4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -1408,10 +1272,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)",
"$(MESON_BUILD_DIR)/subprojects/gdbm-1.18/src",
);
HEADER_SEARCH_PATHS = "$(SRCROOT)";
INFOPLIST_FILE = app/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
Expand Down Expand Up @@ -1470,10 +1331,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)",
"$(MESON_BUILD_DIR)/subprojects/gdbm-1.18/src",
);
HEADER_SEARCH_PATHS = "$(SRCROOT)";
INFOPLIST_FILE = app/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
Expand Down Expand Up @@ -1515,10 +1373,7 @@
);
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)",
"$(MESON_BUILD_DIR)/subprojects/gdbm-1.18/src",
);
HEADER_SEARCH_PATHS = "$(SRCROOT)";
INFOPLIST_FILE = app/FileProvider/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
Expand Down Expand Up @@ -1555,10 +1410,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)",
"$(MESON_BUILD_DIR)/subprojects/gdbm-1.18/src",
);
HEADER_SEARCH_PATHS = "$(SRCROOT)";
INFOPLIST_FILE = app/FileProvider/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
Expand Down Expand Up @@ -1602,15 +1454,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
BB13F7F5200ADD69003D1C4D /* Build configuration list for PBXNativeTarget "libgdbm" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BB13F7F6200ADD69003D1C4D /* Debug */,
BB13F7F7200ADD69003D1C4D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
BB792B491F96D8E000FFB7A4 /* Build configuration list for PBXProject "iSH" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
10 changes: 0 additions & 10 deletions subprojects/gdbm.wrap

This file was deleted.

0 comments on commit 3eb493a

Please sign in to comment.