392 lines
16 KiB
Plaintext
392 lines
16 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
/* generated with cargo-xcode 1.7.0 */
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 53;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
CA0075449799D346A0A05154 /* Cargo.toml in Sources */ = {isa = PBXBuildFile; fileRef = CAF972D1F1633EF4668187A5 /* Cargo.toml */; settings = {COMPILER_FLAGS = "--lib"; }; };
|
|
CA017544979925C0556334E4 /* Cargo.toml in Sources */ = {isa = PBXBuildFile; fileRef = CAF972D1F1633EF4668187A5 /* Cargo.toml */; settings = {COMPILER_FLAGS = "--lib"; }; };
|
|
CA02754497994296ADE0F606 /* Cargo.toml in Sources */ = {isa = PBXBuildFile; fileRef = CAF972D1F1633EF4668187A5 /* Cargo.toml */; settings = {COMPILER_FLAGS = "--bin 'uniffi-bindgen'"; }; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXBuildRule section */
|
|
CAF472D1F163AC6C1400ACA8 /* PBXBuildRule */ = {
|
|
isa = PBXBuildRule;
|
|
compilerSpec = com.apple.compilers.proxy.script;
|
|
dependencyFile = "$(DERIVED_FILE_DIR)/$(CARGO_XCODE_TARGET_ARCH)-$(EXECUTABLE_NAME).d";
|
|
filePatterns = "*/Cargo.toml";
|
|
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.7.0\nset -xeu;\nexport PATH=\"$HOME/.cargo/bin:$PATH:/usr/local/bin:/opt/homebrew/bin\";\n\nif [ \"${IS_MACCATALYST-NO}\" = YES ]; then\n CARGO_XCODE_TARGET_OS=ios-macabi\nfi\nCARGO_XCODE_TARGET_TRIPLE=\"${CARGO_XCODE_TARGET_ARCH}-apple-${CARGO_XCODE_TARGET_OS}\"\nif [ \"$CARGO_XCODE_TARGET_OS\" != darwin ]; then\n export PATH=\"${PATH/\\/Contents\\/Developer\\/Toolchains\\/XcodeDefault.xctoolchain\\/usr\\/bin:/xcode-provided-ld-cant-link-lSystem-for-the-host-build-script:}\"\nfi\nif [ \"$CARGO_XCODE_BUILD_PROFILE\" == release ]; then\n OTHER_INPUT_FILE_FLAGS=\"${OTHER_INPUT_FILE_FLAGS} --release\"\nfi\n\nif [ \"$ACTION\" = clean ]; then\n cargo clean --verbose --manifest-path=\"$SCRIPT_INPUT_FILE\" ${OTHER_INPUT_FILE_FLAGS} --target=\"${CARGO_XCODE_TARGET_TRIPLE}\";\n rm -f \"$SCRIPT_OUTPUT_FILE_0\"\n exit 0\nfi\ncargo build --verbose --manifest-path=\"$SCRIPT_INPUT_FILE\" --features=\"${CARGO_XCODE_FEATURES:-}\" ${OTHER_INPUT_FILE_FLAGS} --target=\"${CARGO_XCODE_TARGET_TRIPLE}\" || {\n if command -v rustup &> /dev/null; then\n if ! rustup target list --installed | grep -Eq \"${CARGO_XCODE_TARGET_TRIPLE}\"; then\n echo >&2 \"warning: this build requires rustup toolchain for $CARGO_XCODE_TARGET_TRIPLE, but it isn't installed (will try rustup next)\"\n rustup target add \"${CARGO_XCODE_TARGET_TRIPLE}\" || echo >&2 \"warning: can't install $CARGO_XCODE_TARGET_TRIPLE\"\n fi\n fi\n echo >&2 \"error: cargo build failed\"; exit 1; }\n\n# it's too hard to explain Cargo's actual exe path to Xcode build graph, so hardlink to a known-good path instead\nBUILT_SRC=\"${CARGO_TARGET_DIR}/${CARGO_XCODE_TARGET_TRIPLE}/${CARGO_XCODE_BUILD_PROFILE}/${CARGO_XCODE_CARGO_FILE_NAME}\"\nln -f -- \"$BUILT_SRC\" \"$SCRIPT_OUTPUT_FILE_0\" || { echo >&2 \"can't hardlink $BUILT_SRC to $SCRIPT_OUTPUT_FILE_0\"; exit 1; }\n\n# cargo generates a dep file, but for its own path, so append our rename to it\nDEP_FILE_SRC=\"${CARGO_TARGET_DIR}/${CARGO_XCODE_TARGET_TRIPLE}/${CARGO_XCODE_BUILD_PROFILE}/${CARGO_XCODE_CARGO_DEP_FILE_NAME}\"\nif [ -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\" || { echo >&2 \"can't copy $DEP_FILE_SRC to $DEP_FILE_DST\"; exit 1; }\n\n echo >> \"$DEP_FILE_DST\" \"${SCRIPT_OUTPUT_FILE_0/ /\\\\ /}: ${BUILT_SRC/ /\\\\ /}\"\nfi\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\nFILE_LIST=\"${DERIVED_FILE_DIR}/${ARCHS}-${EXECUTABLE_NAME}.xcfilelist\"\ntouch \"$FILE_LIST\"\nif ! grep -Eq \"$SCRIPT_OUTPUT_FILE_0\" \"$FILE_LIST\" ; then\n echo >> \"$FILE_LIST\" \"$SCRIPT_OUTPUT_FILE_0\"\nfi\n\necho \"success: $ACTION of $SCRIPT_OUTPUT_FILE_0 for $CARGO_XCODE_TARGET_TRIPLE\"\n";
|
|
};
|
|
/* End PBXBuildRule section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
CA0049BF7D4FFB09138082B7 /* libshared_static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libshared_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CA01C51694BE10F7F7FCAC5B /* shared.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = shared.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CA02FA85CE9E8109328FB0D5 /* uniffi-bindgen */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "uniffi-bindgen"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CAF972D1F1633EF4668187A5 /* Cargo.toml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cargo.toml; sourceTree = "<group>"; };
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXGroup section */
|
|
CAF072D1F163D65BC3C892A8 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
CAF972D1F1633EF4668187A5 /* Cargo.toml */,
|
|
CAF172D1F16322869D176AE5 /* Products */,
|
|
CAF272D1F16398AF0B5890DB /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
CAF172D1F16322869D176AE5 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
CA0049BF7D4FFB09138082B7 /* libshared_static.a */,
|
|
CA01C51694BE10F7F7FCAC5B /* shared.dylib */,
|
|
CA02FA85CE9E8109328FB0D5 /* uniffi-bindgen */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
CAF272D1F16398AF0B5890DB /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
CA0049BF7D4FD346A0A05154 /* shared-staticlib */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = CA009BFF234FD346A0A05154 /* Build configuration list for PBXNativeTarget "shared-staticlib" */;
|
|
buildPhases = (
|
|
CA002DB2DC98D346A0A05154 /* Sources */,
|
|
CAF572D1F163AF6EBB7F357C /* Universal Binary lipo */,
|
|
);
|
|
buildRules = (
|
|
CAF472D1F163AC6C1400ACA8 /* PBXBuildRule */,
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "shared-staticlib";
|
|
productName = libshared_static.a;
|
|
productReference = CA0049BF7D4FFB09138082B7 /* libshared_static.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
CA01C51694BE25C0556334E4 /* shared-cdylib */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = CA019BFF234F25C0556334E4 /* Build configuration list for PBXNativeTarget "shared-cdylib" */;
|
|
buildPhases = (
|
|
CA012DB2DC9825C0556334E4 /* Sources */,
|
|
CAF572D1F163AF6EBB7F357C /* Universal Binary lipo */,
|
|
);
|
|
buildRules = (
|
|
CAF472D1F163AC6C1400ACA8 /* PBXBuildRule */,
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "shared-cdylib";
|
|
productName = shared.dylib;
|
|
productReference = CA01C51694BE10F7F7FCAC5B /* shared.dylib */;
|
|
productType = "com.apple.product-type.library.dynamic";
|
|
};
|
|
CA02FA85CE9E4296ADE0F606 /* uniffi-bindgen-bin */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = CA029BFF234F4296ADE0F606 /* Build configuration list for PBXNativeTarget "uniffi-bindgen-bin" */;
|
|
buildPhases = (
|
|
CA022DB2DC984296ADE0F606 /* Sources */,
|
|
CAF572D1F163AF6EBB7F357C /* Universal Binary lipo */,
|
|
);
|
|
buildRules = (
|
|
CAF472D1F163AC6C1400ACA8 /* PBXBuildRule */,
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "uniffi-bindgen-bin";
|
|
productName = "uniffi-bindgen";
|
|
productReference = CA02FA85CE9E8109328FB0D5 /* uniffi-bindgen */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
CAF372D1F163E04653AD465F /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 1500;
|
|
TargetAttributes = {
|
|
CA0049BF7D4FD346A0A05154 = {
|
|
CreatedOnToolsVersion = 9.2;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
CA01C51694BE25C0556334E4 = {
|
|
CreatedOnToolsVersion = 9.2;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
CA02FA85CE9E4296ADE0F606 = {
|
|
CreatedOnToolsVersion = 9.2;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = CAF672D1F16380E02D6C7F57 /* Build configuration list for PBXProject "shared" */;
|
|
compatibilityVersion = "Xcode 11.4";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = CAF072D1F163D65BC3C892A8;
|
|
productRefGroup = CAF172D1F16322869D176AE5 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
CA0049BF7D4FD346A0A05154 /* shared-staticlib */,
|
|
CA01C51694BE25C0556334E4 /* shared-cdylib */,
|
|
CA02FA85CE9E4296ADE0F606 /* uniffi-bindgen-bin */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
CAF572D1F163AF6EBB7F357C /* 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.7.0\nset -eux;\ntr '\\n' '\\0' < \"$DERIVED_FILE_DIR/$ARCHS-$EXECUTABLE_NAME.xcfilelist\" | xargs -0 lipo -create -output \"$TARGET_BUILD_DIR/$EXECUTABLE_PATH\"\nif [ ${LD_DYLIB_INSTALL_NAME:+1} ]; then\n install_name_tool -id \"$LD_DYLIB_INSTALL_NAME\" \"$TARGET_BUILD_DIR/$EXECUTABLE_PATH\"\nfi\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
CA002DB2DC98D346A0A05154 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
CA0075449799D346A0A05154 /* Cargo.toml in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
CA012DB2DC9825C0556334E4 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
CA017544979925C0556334E4 /* Cargo.toml in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
CA022DB2DC984296ADE0F606 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
CA02754497994296ADE0F606 /* Cargo.toml in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
CA00D94DC8EDD346A0A05154 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = libshared.d;
|
|
CARGO_XCODE_CARGO_FILE_NAME = libshared.a;
|
|
INSTALL_GROUP = "";
|
|
INSTALL_MODE_FLAG = "";
|
|
INSTALL_OWNER = "";
|
|
SKIP_INSTALL = YES;
|
|
PRODUCT_NAME = shared_static;
|
|
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
|
|
|
};
|
|
name = Release;
|
|
};
|
|
CA00F2363223D346A0A05154 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = libshared.d;
|
|
CARGO_XCODE_CARGO_FILE_NAME = libshared.a;
|
|
INSTALL_GROUP = "";
|
|
INSTALL_MODE_FLAG = "";
|
|
INSTALL_OWNER = "";
|
|
SKIP_INSTALL = YES;
|
|
PRODUCT_NAME = shared_static;
|
|
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
|
|
|
};
|
|
name = Debug;
|
|
};
|
|
CA01D94DC8ED25C0556334E4 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = libshared.d;
|
|
CARGO_XCODE_CARGO_FILE_NAME = libshared.dylib;
|
|
|
|
PRODUCT_NAME = shared;
|
|
SUPPORTED_PLATFORMS = macosx;
|
|
DYLIB_COMPATIBILITY_VERSION = 0;
|
|
};
|
|
name = Release;
|
|
};
|
|
CA01F236322325C0556334E4 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = libshared.d;
|
|
CARGO_XCODE_CARGO_FILE_NAME = libshared.dylib;
|
|
|
|
PRODUCT_NAME = shared;
|
|
SUPPORTED_PLATFORMS = macosx;
|
|
DYLIB_COMPATIBILITY_VERSION = 0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
CA02D94DC8ED4296ADE0F606 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = "uniffi-bindgen.d";
|
|
CARGO_XCODE_CARGO_FILE_NAME = "uniffi-bindgen";
|
|
|
|
PRODUCT_NAME = "uniffi-bindgen";
|
|
SUPPORTED_PLATFORMS = macosx;
|
|
|
|
};
|
|
name = Release;
|
|
};
|
|
CA02F23632234296ADE0F606 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = "uniffi-bindgen.d";
|
|
CARGO_XCODE_CARGO_FILE_NAME = "uniffi-bindgen";
|
|
|
|
PRODUCT_NAME = "uniffi-bindgen";
|
|
SUPPORTED_PLATFORMS = macosx;
|
|
|
|
};
|
|
name = Debug;
|
|
};
|
|
|
|
CAF73C790FAA3CC16B37690B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CARGO_TARGET_DIR = "$(PROJECT_TEMP_DIR)/cargo_target";
|
|
CARGO_XCODE_BUILD_PROFILE = 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 = shared;
|
|
RUSTUP_TOOLCHAIN = "";
|
|
SDKROOT = macosx;
|
|
SUPPORTS_MACCATALYST = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
CAF83C790FAA228BE02872F8 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CARGO_TARGET_DIR = "$(PROJECT_TEMP_DIR)/cargo_target";
|
|
CARGO_XCODE_BUILD_PROFILE = 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 = shared;
|
|
RUSTUP_TOOLCHAIN = "";
|
|
SDKROOT = macosx;
|
|
SUPPORTS_MACCATALYST = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
CA009BFF234FD346A0A05154 /* Build configuration list for PBXNativeTarget "shared-staticlib" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
CA00D94DC8EDD346A0A05154 /* Release */,
|
|
CA00F2363223D346A0A05154 /* Debug */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
CA019BFF234F25C0556334E4 /* Build configuration list for PBXNativeTarget "shared-cdylib" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
CA01D94DC8ED25C0556334E4 /* Release */,
|
|
CA01F236322325C0556334E4 /* Debug */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
CA029BFF234F4296ADE0F606 /* Build configuration list for PBXNativeTarget "uniffi-bindgen-bin" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
CA02D94DC8ED4296ADE0F606 /* Release */,
|
|
CA02F23632234296ADE0F606 /* Debug */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
|
|
CAF672D1F16380E02D6C7F57 /* Build configuration list for PBXProject "shared" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
CAF73C790FAA3CC16B37690B /* Release */,
|
|
CAF83C790FAA228BE02872F8 /* Debug */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = CAF372D1F163E04653AD465F /* Project object */;
|
|
}
|