mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
301 lines
11 KiB
Plaintext
301 lines
11 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 53;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
9961EC2829BE9C2000AF2C6F /* SwiftBridgeCore.h in Sources */ = {isa = PBXBuildFile; fileRef = 9961EC2729BE9C1200AF2C6F /* SwiftBridgeCore.h */; };
|
|
9987603329A454B500818586 /* minimuxer.h in Sources */ = {isa = PBXBuildFile; fileRef = 9987603229A454B500818586 /* minimuxer.h */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXBuildRule section */
|
|
CA6012A875F9AC6C1400ACA8 /* PBXBuildRule */ = {
|
|
isa = PBXBuildRule;
|
|
compilerSpec = com.apple.compilers.proxy.script;
|
|
filePatterns = "*/minimuxer.h";
|
|
fileType = pattern.proxy;
|
|
inputFiles = (
|
|
);
|
|
isEditable = 0;
|
|
name = "Cargo project build";
|
|
outputFiles = (
|
|
"$(OBJECT_FILE_DIR)/$(CARGO_XCODE_TARGET_ARCH)-$(EXECUTABLE_NAME)",
|
|
);
|
|
script = "# generated with cargo-xcode 1.5.0\n# modified to use prebuilt binaries\n\nset -eu;\n\nBUILT_SRC=\"./minimuxer/$LIB_FILE_NAME.a\"\nln -f -- \"$BUILT_SRC\" \"$TARGET_BUILD_DIR/$EXECUTABLE_PATH\" || cp \"$BUILT_SRC\" \"$TARGET_BUILD_DIR/$EXECUTABLE_PATH\"\necho \"$BUILT_SRC -> $TARGET_BUILD_DIR/$EXECUTABLE_PATH\"\n\n# xcode generates dep file, but for its own path, so append our rename to it\n#DEP_FILE_SRC=\"minimuxer/target/${CARGO_XCODE_TARGET_TRIPLE}/release/${CARGO_XCODE_CARGO_DEP_FILE_NAME}\"\n#if [ -f \"$DEP_FILE_SRC\" ]; then\n# DEP_FILE_DST=\"${DERIVED_FILE_DIR}/${CARGO_XCODE_TARGET_ARCH}-${EXECUTABLE_NAME}.d\"\n# cp -f \"$DEP_FILE_SRC\" \"$DEP_FILE_DST\"\n# echo >> \"$DEP_FILE_DST\" \"$SCRIPT_OUTPUT_FILE_0: $BUILT_SRC\"\n#fi\n\n# lipo script needs to know all the platform-specific files that have been built\n# archs is in the file name, so that paths don't stay around after archs change\n# must match input for LipoScript\n#FILE_LIST=\"${DERIVED_FILE_DIR}/${ARCHS}-${EXECUTABLE_NAME}.xcfilelist\"\n#touch \"$FILE_LIST\"\n#if ! egrep -q \"$SCRIPT_OUTPUT_FILE_0\" \"$FILE_LIST\" ; then\n# echo >> \"$FILE_LIST\" \"$SCRIPT_OUTPUT_FILE_0\"\n#fi\n";
|
|
};
|
|
/* End PBXBuildRule section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
9961EC2729BE9C1200AF2C6F /* SwiftBridgeCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SwiftBridgeCore.h; path = minimuxer/SwiftBridgeCore.h; sourceTree = "<group>"; };
|
|
9987603229A454B500818586 /* minimuxer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = minimuxer.h; path = minimuxer/minimuxer.h; sourceTree = "<group>"; };
|
|
ADDEDBA66A6E1 /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; };
|
|
CA609C732349C7AAD9FA67C4 /* libminimuxer_static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libminimuxer_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXGroup section */
|
|
99F87D1529D8E41100B40039 /* Generated */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9961EC2729BE9C1200AF2C6F /* SwiftBridgeCore.h */,
|
|
9987603229A454B500818586 /* minimuxer.h */,
|
|
);
|
|
name = Generated;
|
|
sourceTree = "<group>";
|
|
};
|
|
ADDEDBA66A6E2 /* Required for static linking */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
ADDEDBA66A6E1 /* libresolv.tbd */,
|
|
);
|
|
name = "Required for static linking";
|
|
sourceTree = "<group>";
|
|
};
|
|
CA6012A875F922869D176AE5 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
CA609C732349C7AAD9FA67C4 /* libminimuxer_static.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
CA6012A875F998AF0B5890DB /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
ADDEDBA66A6E2 /* Required for static linking */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
CA6012A875F9D65BC3C892A8 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
99F87D1529D8E41100B40039 /* Generated */,
|
|
CA6012A875F922869D176AE5 /* Products */,
|
|
CA6012A875F998AF0B5890DB /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
CA609C732349A560B9642892 /* minimuxer-staticlib */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = CA600589A243A560B9642892 /* Build configuration list for PBXNativeTarget "minimuxer-staticlib" */;
|
|
buildPhases = (
|
|
9987603629A4611D00818586 /* Run Script */,
|
|
CA600F638141A560B9642892 /* Sources */,
|
|
CA6012A875F9AF6EBB7F357C /* Universal Binary lipo */,
|
|
);
|
|
buildRules = (
|
|
CA6012A875F9AC6C1400ACA8 /* PBXBuildRule */,
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "minimuxer-staticlib";
|
|
productName = libminimuxer_static.a;
|
|
productReference = CA609C732349C7AAD9FA67C4 /* libminimuxer_static.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
CA6012A875F9E04653AD465F /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 1300;
|
|
TargetAttributes = {
|
|
CA609C732349A560B9642892 = {
|
|
CreatedOnToolsVersion = 9.2;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = CA6012A875F980E02D6C7F57 /* Build configuration list for PBXProject "minimuxer" */;
|
|
compatibilityVersion = "Xcode 11.4";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = CA6012A875F9D65BC3C892A8;
|
|
productRefGroup = CA6012A875F922869D176AE5 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
CA609C732349A560B9642892 /* minimuxer-staticlib */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
9987603629A4611D00818586 /* Run Script */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Run Script";
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
./minimuxer/minimuxer.h,
|
|
./minimuxer/SwiftBridgeCore.h,
|
|
./minimuxer/minimuxer.swift,
|
|
./minimuxer/SwiftBridgeCore.swift,
|
|
"./minimuxer/minimuxer-Bridging-Header.h",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "bash ./fetch-prebuilt.sh minimuxer\n";
|
|
};
|
|
CA6012A875F9AF6EBB7F357C /* Universal Binary lipo */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
"$(DERIVED_FILE_DIR)/$(ARCHS)-$(EXECUTABLE_NAME).xcfilelist",
|
|
);
|
|
name = "Universal Binary lipo";
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
"$(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH)",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "# generated with cargo-xcode 1.5.0\n\n#set -eux; cat \"$DERIVED_FILE_DIR/$ARCHS-$EXECUTABLE_NAME.xcfilelist\" | tr '\\n' '\\0' | xargs -0 lipo -create -output \"$TARGET_BUILD_DIR/$EXECUTABLE_PATH\"\n#if [ ${LD_DYLIB_INSTALL_NAME:+1} ]; then\n# install_name_tool -id \"$LD_DYLIB_INSTALL_NAME\" \"$TARGET_BUILD_DIR/$EXECUTABLE_PATH\"\n#fi\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
CA600F638141A560B9642892 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
9961EC2829BE9C2000AF2C6F /* SwiftBridgeCore.h in Sources */,
|
|
9987603329A454B500818586 /* minimuxer.h in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
CA6008D36272A560B9642892 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = libminimuxer.d;
|
|
CARGO_XCODE_CARGO_FILE_NAME = libminimuxer.a;
|
|
INSTALL_GROUP = "";
|
|
INSTALL_MODE_FLAG = "";
|
|
INSTALL_OWNER = "";
|
|
LIB_FILE_NAME = "";
|
|
"LIB_FILE_NAME[sdk=iphoneos*]" = "libminimuxer-ios";
|
|
"LIB_FILE_NAME[sdk=iphonesimulator*]" = "libminimuxer-sim";
|
|
PRODUCT_NAME = minimuxer_static;
|
|
SKIP_INSTALL = YES;
|
|
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
|
};
|
|
name = Debug;
|
|
};
|
|
CA602DE9FCEDA560B9642892 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = libminimuxer.d;
|
|
CARGO_XCODE_CARGO_FILE_NAME = libminimuxer.a;
|
|
INSTALL_GROUP = "";
|
|
INSTALL_MODE_FLAG = "";
|
|
INSTALL_OWNER = "";
|
|
LIB_FILE_NAME = "";
|
|
"LIB_FILE_NAME[sdk=iphoneos*]" = "libminimuxer-ios";
|
|
"LIB_FILE_NAME[sdk=iphonesimulator*]" = "libminimuxer-sim";
|
|
PRODUCT_NAME = minimuxer_static;
|
|
SKIP_INSTALL = YES;
|
|
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
|
};
|
|
name = Release;
|
|
};
|
|
CA60A20F8EA6228BE02872F8 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CARGO_TARGET_DIR = "$(PROJECT_TEMP_DIR)/cargo_target";
|
|
CARGO_XCODE_BUILD_MODE = debug;
|
|
CARGO_XCODE_FEATURES = "";
|
|
"CARGO_XCODE_TARGET_ARCH[arch=arm64*]" = aarch64;
|
|
"CARGO_XCODE_TARGET_ARCH[arch=i386]" = i686;
|
|
"CARGO_XCODE_TARGET_ARCH[arch=x86_64*]" = x86_64;
|
|
"CARGO_XCODE_TARGET_OS[sdk=appletvos*]" = tvos;
|
|
"CARGO_XCODE_TARGET_OS[sdk=appletvsimulator*]" = tvos;
|
|
"CARGO_XCODE_TARGET_OS[sdk=iphoneos*]" = ios;
|
|
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*]" = "ios-sim";
|
|
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*][arch=x86_64*]" = ios;
|
|
"CARGO_XCODE_TARGET_OS[sdk=macosx*]" = darwin;
|
|
CURRENT_PROJECT_VERSION = 0.1;
|
|
MARKETING_VERSION = 0.1.0;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PRODUCT_NAME = minimuxer;
|
|
SDKROOT = macosx;
|
|
SUPPORTS_MACCATALYST = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
CA60A20F8EA63CC16B37690B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CARGO_TARGET_DIR = "$(PROJECT_TEMP_DIR)/cargo_target";
|
|
CARGO_XCODE_BUILD_MODE = release;
|
|
CARGO_XCODE_FEATURES = "";
|
|
"CARGO_XCODE_TARGET_ARCH[arch=arm64*]" = aarch64;
|
|
"CARGO_XCODE_TARGET_ARCH[arch=i386]" = i686;
|
|
"CARGO_XCODE_TARGET_ARCH[arch=x86_64*]" = x86_64;
|
|
"CARGO_XCODE_TARGET_OS[sdk=appletvos*]" = tvos;
|
|
"CARGO_XCODE_TARGET_OS[sdk=appletvsimulator*]" = tvos;
|
|
"CARGO_XCODE_TARGET_OS[sdk=iphoneos*]" = ios;
|
|
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*]" = "ios-sim";
|
|
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*][arch=x86_64*]" = ios;
|
|
"CARGO_XCODE_TARGET_OS[sdk=macosx*]" = darwin;
|
|
CURRENT_PROJECT_VERSION = 0.1;
|
|
MARKETING_VERSION = 0.1.0;
|
|
PRODUCT_NAME = minimuxer;
|
|
SDKROOT = macosx;
|
|
SUPPORTS_MACCATALYST = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
CA600589A243A560B9642892 /* Build configuration list for PBXNativeTarget "minimuxer-staticlib" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
CA602DE9FCEDA560B9642892 /* Release */,
|
|
CA6008D36272A560B9642892 /* Debug */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
CA6012A875F980E02D6C7F57 /* Build configuration list for PBXProject "minimuxer" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
CA60A20F8EA63CC16B37690B /* Release */,
|
|
CA60A20F8EA6228BE02872F8 /* Debug */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = CA6012A875F9E04653AD465F /* Project object */;
|
|
}
|