mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +01:00
cache deps
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -41,3 +41,5 @@ Payload
|
|||||||
*.ipa.zip
|
*.ipa.zip
|
||||||
xcodebuild.log
|
xcodebuild.log
|
||||||
|
|
||||||
|
Dependencies/em_proxy.xcodeproj/project.pbxproj
|
||||||
|
Dependencies/minimuxer.xcodeproj/project.pbxproj
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// Configuration settings file format documentation can be found at:
|
// Configuration settings file format documentation can be found at:
|
||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
MARKETING_VERSION = 0.3.0-m-f1shy-mdc.11
|
MARKETING_VERSION = 0.3.0-m-f1shy-mdc.12
|
||||||
CURRENT_PROJECT_VERSION = 3020
|
CURRENT_PROJECT_VERSION = 3020
|
||||||
|
|
||||||
// Vars to be overwritten by `CodeSigning.xcconfig` if exists
|
// Vars to be overwritten by `CodeSigning.xcconfig` if exists
|
||||||
|
|||||||
648
Dependencies/em_proxy.xcodeproj/project.pbxproj
vendored
648
Dependencies/em_proxy.xcodeproj/project.pbxproj
vendored
@@ -1,371 +1,321 @@
|
|||||||
// !$*UTF8*$!
|
// !$*UTF8*$!
|
||||||
{
|
{
|
||||||
/* generated with cargo-xcode 1.5.0 */
|
archiveVersion = 1;
|
||||||
archiveVersion = 1;
|
classes = {
|
||||||
classes = {
|
};
|
||||||
};
|
objectVersion = 53;
|
||||||
objectVersion = 53;
|
objects = {
|
||||||
objects = {
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
|
CA60E4E02AAA37FC563E4BCC /* Cargo.toml in Sources */ = {isa = PBXBuildFile; fileRef = CA6094FFF6923EF4668187A5 /* Cargo.toml */; settings = {COMPILER_FLAGS = "--bin 'run'"; }; };
|
||||||
CA60E4E02AAAA30E3695DD59 /* Cargo.toml in Sources */ = {
|
CA60E4E02AAAA30E3695DD59 /* Cargo.toml in Sources */ = {isa = PBXBuildFile; fileRef = CA6094FFF6923EF4668187A5 /* Cargo.toml */; settings = {COMPILER_FLAGS = "--lib"; }; };
|
||||||
isa = PBXBuildFile;
|
|
||||||
fileRef = CA6094FFF6923EF4668187A5 /* Cargo.toml */;
|
|
||||||
settings = {
|
|
||||||
COMPILER_FLAGS = "--lib"; /* == OTHER_INPUT_FILE_FLAGS */
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
CA60E4E02AAA37FC563E4BCC /* Cargo.toml in Sources */ = {
|
|
||||||
isa = PBXBuildFile;
|
|
||||||
fileRef = CA6094FFF6923EF4668187A5 /* Cargo.toml */;
|
|
||||||
settings = {
|
|
||||||
COMPILER_FLAGS = "--bin 'run'"; /* == OTHER_INPUT_FILE_FLAGS */
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXBuildRule section */
|
/* Begin PBXBuildRule section */
|
||||||
CA6094FFF692AC6C1400ACA8 /* PBXBuildRule */ = {
|
CA6094FFF692AC6C1400ACA8 /* PBXBuildRule */ = {
|
||||||
isa = PBXBuildRule;
|
isa = PBXBuildRule;
|
||||||
compilerSpec = com.apple.compilers.proxy.script;
|
compilerSpec = com.apple.compilers.proxy.script;
|
||||||
dependencyFile = "$(DERIVED_FILE_DIR)/$(CARGO_XCODE_TARGET_ARCH)-$(EXECUTABLE_NAME).d";
|
dependencyFile = "$(DERIVED_FILE_DIR)/$(CARGO_XCODE_TARGET_ARCH)-$(EXECUTABLE_NAME).d";
|
||||||
filePatterns = "*/Cargo.toml"; /* must contain asterisk */
|
filePatterns = "*/Cargo.toml";
|
||||||
fileType = pattern.proxy;
|
fileType = pattern.proxy;
|
||||||
inputFiles = ();
|
inputFiles = (
|
||||||
isEditable = 0;
|
);
|
||||||
name = "Cargo project build";
|
isEditable = 0;
|
||||||
outputFiles = (
|
name = "Cargo project build";
|
||||||
"$(OBJECT_FILE_DIR)/$(CARGO_XCODE_TARGET_ARCH)-$(EXECUTABLE_NAME)",
|
outputFiles = (
|
||||||
);
|
"$(OBJECT_FILE_DIR)/$(CARGO_XCODE_TARGET_ARCH)-$(EXECUTABLE_NAME)",
|
||||||
script = "# generated with cargo-xcode 1.5.0\n\nset -eu; export PATH=\"$PATH:$HOME/.cargo/bin:/usr/local/bin\";\nif [ \"${IS_MACCATALYST-NO}\" = YES ]; then\n CARGO_XCODE_TARGET_TRIPLE=\"${CARGO_XCODE_TARGET_ARCH}-apple-ios-macabi\"\nelse\n CARGO_XCODE_TARGET_TRIPLE=\"${CARGO_XCODE_TARGET_ARCH}-apple-${CARGO_XCODE_TARGET_OS}\"\nfi\nif [ \"$CARGO_XCODE_TARGET_OS\" != \"darwin\" ]; then\n PATH=\"${PATH/\\/Contents\\/Developer\\/Toolchains\\/XcodeDefault.xctoolchain\\/usr\\/bin:/xcode-provided-ld-cant-link-lSystem-for-the-host-build-script:}\"\nfi\nPATH=\"$PATH:/opt/homebrew/bin\" # Rust projects often depend on extra tools like nasm, which Xcode lacks\nif [ \"$CARGO_XCODE_BUILD_MODE\" == release ]; then\n OTHER_INPUT_FILE_FLAGS=\"${OTHER_INPUT_FILE_FLAGS} --release\"\nfi\nif command -v rustup &> /dev/null; then\n if ! rustup target list --installed | egrep -q \"${CARGO_XCODE_TARGET_TRIPLE}\"; then\n echo \"warning: this build requires rustup toolchain for $CARGO_XCODE_TARGET_TRIPLE, but it isn\'t installed\"\n rustup target add \"${CARGO_XCODE_TARGET_TRIPLE}\" || echo >&2 \"warning: can\'t install $CARGO_XCODE_TARGET_TRIPLE\"\n fi\nfi\nif [ \"$ACTION\" = clean ]; then\n ( set -x; cargo clean --manifest-path=\"$SCRIPT_INPUT_FILE\" ${OTHER_INPUT_FILE_FLAGS} --target=\"${CARGO_XCODE_TARGET_TRIPLE}\"; );\nelse\n ( set -x; cargo build --manifest-path=\"$SCRIPT_INPUT_FILE\" --features=\"${CARGO_XCODE_FEATURES:-}\" ${OTHER_INPUT_FILE_FLAGS} --target=\"${CARGO_XCODE_TARGET_TRIPLE}\"; );\nfi\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_MODE}/${CARGO_XCODE_CARGO_FILE_NAME}\"\nln -f -- \"$BUILT_SRC\" \"$SCRIPT_OUTPUT_FILE_0\"\n\n# xcode generates 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_MODE}/${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\"\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 ! egrep -q \"$SCRIPT_OUTPUT_FILE_0\" \"$FILE_LIST\" ; then\n echo >> \"$FILE_LIST\" \"$SCRIPT_OUTPUT_FILE_0\"\nfi\n";
|
);
|
||||||
};
|
script = "# generated with cargo-xcode 1.5.0\n\nset -eu; export PATH=\"$PATH:$HOME/.cargo/bin:/usr/local/bin\";\nif [ \"${IS_MACCATALYST-NO}\" = YES ]; then\n CARGO_XCODE_TARGET_TRIPLE=\"${CARGO_XCODE_TARGET_ARCH}-apple-ios-macabi\"\nelse\n CARGO_XCODE_TARGET_TRIPLE=\"${CARGO_XCODE_TARGET_ARCH}-apple-${CARGO_XCODE_TARGET_OS}\"\nfi\nif [ \"$CARGO_XCODE_TARGET_OS\" != \"darwin\" ]; then\n PATH=\"${PATH/\\/Contents\\/Developer\\/Toolchains\\/XcodeDefault.xctoolchain\\/usr\\/bin:/xcode-provided-ld-cant-link-lSystem-for-the-host-build-script:}\"\nfi\nPATH=\"$PATH:/opt/homebrew/bin\" # Rust projects often depend on extra tools like nasm, which Xcode lacks\nif [ \"$CARGO_XCODE_BUILD_MODE\" == release ]; then\n OTHER_INPUT_FILE_FLAGS=\"${OTHER_INPUT_FILE_FLAGS} --release\"\nfi\nif command -v rustup &> /dev/null; then\n if ! rustup target list --installed | egrep -q \"${CARGO_XCODE_TARGET_TRIPLE}\"; then\n echo \"warning: this build requires rustup toolchain for $CARGO_XCODE_TARGET_TRIPLE, but it isn't installed\"\n rustup target add \"${CARGO_XCODE_TARGET_TRIPLE}\" || echo >&2 \"warning: can't install $CARGO_XCODE_TARGET_TRIPLE\"\n fi\nfi\nif [ \"$ACTION\" = clean ]; then\n# ( set -x; cargo clean --manifest-path=\"$SCRIPT_INPUT_FILE\" ${OTHER_INPUT_FILE_FLAGS} --target=\"${CARGO_XCODE_TARGET_TRIPLE}\"; );\n (set -x; echo \"yay\";);\nelse\n ( set -x; cargo build --manifest-path=\"$SCRIPT_INPUT_FILE\" --features=\"${CARGO_XCODE_FEATURES:-}\" ${OTHER_INPUT_FILE_FLAGS} --target=\"${CARGO_XCODE_TARGET_TRIPLE}\"; );\nfi\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_MODE}/${CARGO_XCODE_CARGO_FILE_NAME}\"\nln -f -- \"$BUILT_SRC\" \"$SCRIPT_OUTPUT_FILE_0\"\n\n# xcode generates 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_MODE}/${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\"\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 ! egrep -q \"$SCRIPT_OUTPUT_FILE_0\" \"$FILE_LIST\" ; then\n echo >> \"$FILE_LIST\" \"$SCRIPT_OUTPUT_FILE_0\"\nfi\n";
|
||||||
|
};
|
||||||
/* End PBXBuildRule section */
|
/* End PBXBuildRule section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
|
ADDEDBA66A6E1 /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; };
|
||||||
CA60C44C93D7916DE57E6EBD /* staticlib */ = {
|
CA60058A9FBE4D17AF51A7D5 /* run */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = run; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
isa = PBXFileReference;
|
CA6094FFF6923EF4668187A5 /* Cargo.toml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Cargo.toml; path = em_proxy/Cargo.toml; sourceTree = "<group>"; };
|
||||||
explicitFileType = "archive.ar";
|
CA60C44C93D7916DE57E6EBD /* libem_proxy_static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libem_proxy_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
includeInIndex = 0;
|
|
||||||
name = "libem_proxy_static.a";
|
|
||||||
sourceTree = TARGET_BUILD_DIR;
|
|
||||||
};
|
|
||||||
CA60058A9FBE4D17AF51A7D5 /* bin */ = {
|
|
||||||
isa = PBXFileReference;
|
|
||||||
explicitFileType = "compiled.mach-o.executable";
|
|
||||||
includeInIndex = 0;
|
|
||||||
name = "run";
|
|
||||||
sourceTree = TARGET_BUILD_DIR;
|
|
||||||
};
|
|
||||||
CA6094FFF6923EF4668187A5 /* Cargo.toml */ = {
|
|
||||||
isa = PBXFileReference;
|
|
||||||
lastKnownFileType = text;
|
|
||||||
fileEncoding = 4;
|
|
||||||
name = "Cargo.toml";
|
|
||||||
path = "em_proxy/Cargo.toml";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
/* Rust needs libresolv */
|
|
||||||
ADDEDBA66A6E1 = {
|
|
||||||
isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition";
|
|
||||||
name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
/* Begin PBXGroup section */
|
||||||
CA6094FFF69298AF0B5890DB /* Frameworks */ = {
|
ADDEDBA66A6E2 /* Required for static linking */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
ADDEDBA66A6E2,
|
ADDEDBA66A6E1 /* libresolv.tbd */,
|
||||||
|
);
|
||||||
);
|
name = "Required for static linking";
|
||||||
name = Frameworks;
|
sourceTree = "<group>";
|
||||||
sourceTree = "<group>";
|
};
|
||||||
};
|
CA6094FFF69222869D176AE5 /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
ADDEDBA66A6E2 /* Required for static linking */ = {
|
CA60C44C93D7916DE57E6EBD /* libem_proxy_static.a */,
|
||||||
isa = PBXGroup;
|
CA60058A9FBE4D17AF51A7D5 /* run */,
|
||||||
children = (
|
);
|
||||||
ADDEDBA66A6E1
|
name = Products;
|
||||||
);
|
sourceTree = "<group>";
|
||||||
name = "Required for static linking";
|
};
|
||||||
sourceTree = "<group>";
|
CA6094FFF69298AF0B5890DB /* Frameworks */ = {
|
||||||
};
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
CA6094FFF69222869D176AE5 /* Products */ = {
|
ADDEDBA66A6E2 /* Required for static linking */,
|
||||||
isa = PBXGroup;
|
);
|
||||||
children = (
|
name = Frameworks;
|
||||||
CA60C44C93D7916DE57E6EBD,
|
sourceTree = "<group>";
|
||||||
CA60058A9FBE4D17AF51A7D5,
|
};
|
||||||
|
CA6094FFF692D65BC3C892A8 = {
|
||||||
);
|
isa = PBXGroup;
|
||||||
name = Products;
|
children = (
|
||||||
sourceTree = "<group>";
|
CA6094FFF6923EF4668187A5 /* Cargo.toml */,
|
||||||
};
|
CA6094FFF69222869D176AE5 /* Products */,
|
||||||
|
CA6094FFF69298AF0B5890DB /* Frameworks */,
|
||||||
CA6094FFF692D65BC3C892A8 /* Main */ = {
|
);
|
||||||
isa = PBXGroup;
|
sourceTree = "<group>";
|
||||||
children = (
|
};
|
||||||
CA6094FFF6923EF4668187A5,
|
|
||||||
CA6094FFF69222869D176AE5,
|
|
||||||
CA6094FFF69298AF0B5890DB,
|
|
||||||
|
|
||||||
);
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
|
|
||||||
/* End PBXGroup section */
|
/* End PBXGroup section */
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
CA60C44C93D7A30E3695DD59 /* em_proxy-staticlib */ = {
|
CA60058A9FBE37FC563E4BCC /* run-bin */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = CA603DD75FB4A30E3695DD59;
|
buildConfigurationList = CA603DD75FB437FC563E4BCC /* Build configuration list for PBXNativeTarget "run-bin" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
CA60445C3036A30E3695DD59 /* Sources */,
|
CA60445C303637FC563E4BCC /* Sources */,
|
||||||
CA6094FFF692AF6EBB7F357C /* Universal Binary lipo */,
|
CA6094FFF692AF6EBB7F357C /* Universal Binary lipo */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
CA6094FFF692AC6C1400ACA8 /* PBXBuildRule */,
|
CA6094FFF692AC6C1400ACA8 /* PBXBuildRule */,
|
||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = "em_proxy-staticlib";
|
name = "run-bin";
|
||||||
productName = "libem_proxy_static.a";
|
productName = run;
|
||||||
productReference = CA60C44C93D7916DE57E6EBD;
|
productReference = CA60058A9FBE4D17AF51A7D5 /* run */;
|
||||||
productType = "com.apple.product-type.library.static";
|
productType = "com.apple.product-type.tool";
|
||||||
};
|
};
|
||||||
CA60058A9FBE37FC563E4BCC /* run-bin */ = {
|
CA60C44C93D7A30E3695DD59 /* em_proxy-staticlib */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = CA603DD75FB437FC563E4BCC;
|
buildConfigurationList = CA603DD75FB4A30E3695DD59 /* Build configuration list for PBXNativeTarget "em_proxy-staticlib" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
CA60445C303637FC563E4BCC /* Sources */,
|
CA60445C3036A30E3695DD59 /* Sources */,
|
||||||
CA6094FFF692AF6EBB7F357C /* Universal Binary lipo */,
|
CA6094FFF692AF6EBB7F357C /* Universal Binary lipo */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
CA6094FFF692AC6C1400ACA8 /* PBXBuildRule */,
|
CA6094FFF692AC6C1400ACA8 /* PBXBuildRule */,
|
||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = "run-bin";
|
name = "em_proxy-staticlib";
|
||||||
productName = "run";
|
productName = libem_proxy_static.a;
|
||||||
productReference = CA60058A9FBE4D17AF51A7D5;
|
productReference = CA60C44C93D7916DE57E6EBD /* libem_proxy_static.a */;
|
||||||
productType = "com.apple.product-type.tool";
|
productType = "com.apple.product-type.library.static";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* End PBXNativeTarget section */
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
CA60445C3036A30E3695DD59 = {
|
/* Begin PBXProject section */
|
||||||
isa = PBXSourcesBuildPhase;
|
CA6094FFF692E04653AD465F /* Project object */ = {
|
||||||
buildActionMask = 2147483647;
|
isa = PBXProject;
|
||||||
files = (
|
attributes = {
|
||||||
CA60E4E02AAAA30E3695DD59
|
LastUpgradeCheck = 1300;
|
||||||
);
|
TargetAttributes = {
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
CA60058A9FBE37FC563E4BCC = {
|
||||||
};
|
CreatedOnToolsVersion = 9.2;
|
||||||
|
ProvisioningStyle = Automatic;
|
||||||
CA603DD75FB4A30E3695DD59 /* staticlib */ = {
|
};
|
||||||
isa = XCConfigurationList;
|
CA60C44C93D7A30E3695DD59 = {
|
||||||
buildConfigurations = (
|
CreatedOnToolsVersion = 9.2;
|
||||||
CA604DFE779BA30E3695DD59 /* Release */,
|
ProvisioningStyle = Automatic;
|
||||||
CA60DE07A83FA30E3695DD59 /* Debug */,
|
};
|
||||||
);
|
};
|
||||||
defaultConfigurationIsVisible = 0;
|
};
|
||||||
defaultConfigurationName = Release;
|
buildConfigurationList = CA6094FFF69280E02D6C7F57 /* Build configuration list for PBXProject "em_proxy" */;
|
||||||
};
|
compatibilityVersion = "Xcode 11.4";
|
||||||
CA604DFE779BA30E3695DD59 /* staticlib */ = {
|
developmentRegion = en;
|
||||||
isa = XCBuildConfiguration;
|
hasScannedForEncodings = 0;
|
||||||
buildSettings = {
|
knownRegions = (
|
||||||
PRODUCT_NAME = "em_proxy_static";
|
en,
|
||||||
"CARGO_XCODE_CARGO_FILE_NAME" = "libem_proxy.a";
|
Base,
|
||||||
"CARGO_XCODE_CARGO_DEP_FILE_NAME" = "libem_proxy.d";
|
);
|
||||||
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
mainGroup = CA6094FFF692D65BC3C892A8;
|
||||||
SKIP_INSTALL = YES;
|
productRefGroup = CA6094FFF69222869D176AE5 /* Products */;
|
||||||
INSTALL_GROUP = "";
|
projectDirPath = "";
|
||||||
INSTALL_MODE_FLAG = "";
|
projectRoot = "";
|
||||||
INSTALL_OWNER = "";
|
targets = (
|
||||||
|
CA60C44C93D7A30E3695DD59 /* em_proxy-staticlib */,
|
||||||
};
|
CA60058A9FBE37FC563E4BCC /* run-bin */,
|
||||||
name = Release;
|
);
|
||||||
};
|
};
|
||||||
CA60DE07A83FA30E3695DD59 /* staticlib */ = {
|
/* End PBXProject section */
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
PRODUCT_NAME = "em_proxy_static";
|
|
||||||
"CARGO_XCODE_CARGO_FILE_NAME" = "libem_proxy.a";
|
|
||||||
"CARGO_XCODE_CARGO_DEP_FILE_NAME" = "libem_proxy.d";
|
|
||||||
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
|
||||||
SKIP_INSTALL = YES;
|
|
||||||
INSTALL_GROUP = "";
|
|
||||||
INSTALL_MODE_FLAG = "";
|
|
||||||
INSTALL_OWNER = "";
|
|
||||||
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};CA60445C303637FC563E4BCC = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
CA60E4E02AAA37FC563E4BCC
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
CA603DD75FB437FC563E4BCC /* bin */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
CA604DFE779B37FC563E4BCC /* Release */,
|
|
||||||
CA60DE07A83F37FC563E4BCC /* Debug */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
CA604DFE779B37FC563E4BCC /* bin */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
PRODUCT_NAME = "run";
|
|
||||||
"CARGO_XCODE_CARGO_FILE_NAME" = "run";
|
|
||||||
"CARGO_XCODE_CARGO_DEP_FILE_NAME" = "run.d";
|
|
||||||
SUPPORTED_PLATFORMS = "macosx";
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
CA60DE07A83F37FC563E4BCC /* bin */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
PRODUCT_NAME = "run";
|
|
||||||
"CARGO_XCODE_CARGO_FILE_NAME" = "run";
|
|
||||||
"CARGO_XCODE_CARGO_DEP_FILE_NAME" = "run.d";
|
|
||||||
SUPPORTED_PLATFORMS = "macosx";
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
|
|
||||||
CA6094FFF692AF6EBB7F357C /* LipoScript */ = {
|
/* Begin PBXShellScriptBuildPhase section */
|
||||||
name = "Universal Binary lipo";
|
CA6094FFF692AF6EBB7F357C /* Universal Binary lipo */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = ();
|
files = (
|
||||||
inputFileListPaths = ();
|
);
|
||||||
inputPaths = (
|
inputFileListPaths = (
|
||||||
"$(DERIVED_FILE_DIR)/$(ARCHS)-$(EXECUTABLE_NAME).xcfilelist",
|
);
|
||||||
);
|
inputPaths = (
|
||||||
outputFileListPaths = ();
|
"$(DERIVED_FILE_DIR)/$(ARCHS)-$(EXECUTABLE_NAME).xcfilelist",
|
||||||
outputPaths = (
|
);
|
||||||
"$(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH)"
|
name = "Universal Binary lipo";
|
||||||
);
|
outputFileListPaths = (
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
);
|
||||||
shellPath = /bin/sh;
|
outputPaths = (
|
||||||
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 ";
|
"$(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 */
|
||||||
|
|
||||||
CA6094FFF69280E02D6C7F57 = {
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
isa = XCConfigurationList;
|
CA60445C303637FC563E4BCC /* Sources */ = {
|
||||||
buildConfigurations = (
|
isa = PBXSourcesBuildPhase;
|
||||||
CA609A5173513CC16B37690B /* Release */,
|
buildActionMask = 2147483647;
|
||||||
CA609A517351228BE02872F8 /* Debug */,
|
files = (
|
||||||
);
|
CA60E4E02AAA37FC563E4BCC /* Cargo.toml in Sources */,
|
||||||
defaultConfigurationIsVisible = 0;
|
);
|
||||||
defaultConfigurationName = Release;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
CA60445C3036A30E3695DD59 /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
CA60E4E02AAAA30E3695DD59 /* Cargo.toml in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
CA609A5173513CC16B37690B = {
|
/* Begin XCBuildConfiguration section */
|
||||||
isa = XCBuildConfiguration;
|
CA604DFE779B37FC563E4BCC /* Release */ = {
|
||||||
buildSettings = {
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = run.d;
|
||||||
SUPPORTS_MACCATALYST = YES;
|
CARGO_XCODE_CARGO_FILE_NAME = run;
|
||||||
CARGO_TARGET_DIR = "$(PROJECT_TEMP_DIR)/cargo_target"; /* for cargo */
|
PRODUCT_NAME = run;
|
||||||
CARGO_XCODE_FEATURES = ""; /* configure yourself */
|
SUPPORTED_PLATFORMS = macosx;
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=arm64*]" = "aarch64";
|
};
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=x86_64*]" = "x86_64"; /* catalyst adds h suffix */
|
name = Release;
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=i386]" = "i686";
|
};
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=macosx*]" = "darwin";
|
CA604DFE779BA30E3695DD59 /* Release */ = {
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*]" = "ios-sim";
|
isa = XCBuildConfiguration;
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*][arch=x86_64*]" = "ios";
|
buildSettings = {
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphoneos*]" = "ios";
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = libem_proxy.d;
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=appletvsimulator*]" = "tvos";
|
CARGO_XCODE_CARGO_FILE_NAME = libem_proxy.a;
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=appletvos*]" = "tvos";
|
INSTALL_GROUP = "";
|
||||||
PRODUCT_NAME = "em_proxy";
|
INSTALL_MODE_FLAG = "";
|
||||||
MARKETING_VERSION = "0.1.0";
|
INSTALL_OWNER = "";
|
||||||
CURRENT_PROJECT_VERSION = "0.1";
|
PRODUCT_NAME = em_proxy_static;
|
||||||
SDKROOT = macosx;
|
SKIP_INSTALL = YES;
|
||||||
|
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
||||||
"CARGO_XCODE_BUILD_MODE" = "release"; /* for xcode scripts */
|
};
|
||||||
};
|
name = Release;
|
||||||
name = Release;
|
};
|
||||||
};
|
CA609A517351228BE02872F8 /* 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 = em_proxy;
|
||||||
|
SDKROOT = macosx;
|
||||||
|
SUPPORTS_MACCATALYST = YES;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
CA609A5173513CC16B37690B /* 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 = em_proxy;
|
||||||
|
SDKROOT = macosx;
|
||||||
|
SUPPORTS_MACCATALYST = YES;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
CA60DE07A83F37FC563E4BCC /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = run.d;
|
||||||
|
CARGO_XCODE_CARGO_FILE_NAME = run;
|
||||||
|
PRODUCT_NAME = run;
|
||||||
|
SUPPORTED_PLATFORMS = macosx;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
CA60DE07A83FA30E3695DD59 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = libem_proxy.d;
|
||||||
|
CARGO_XCODE_CARGO_FILE_NAME = libem_proxy.a;
|
||||||
|
INSTALL_GROUP = "";
|
||||||
|
INSTALL_MODE_FLAG = "";
|
||||||
|
INSTALL_OWNER = "";
|
||||||
|
PRODUCT_NAME = em_proxy_static;
|
||||||
|
SKIP_INSTALL = YES;
|
||||||
|
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
CA609A517351228BE02872F8 = {
|
/* Begin XCConfigurationList section */
|
||||||
isa = XCBuildConfiguration;
|
CA603DD75FB437FC563E4BCC /* Build configuration list for PBXNativeTarget "run-bin" */ = {
|
||||||
buildSettings = {
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
CA604DFE779B37FC563E4BCC /* Release */,
|
||||||
SUPPORTS_MACCATALYST = YES;
|
CA60DE07A83F37FC563E4BCC /* Debug */,
|
||||||
CARGO_TARGET_DIR = "$(PROJECT_TEMP_DIR)/cargo_target"; /* for cargo */
|
);
|
||||||
CARGO_XCODE_FEATURES = ""; /* configure yourself */
|
defaultConfigurationIsVisible = 0;
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=arm64*]" = "aarch64";
|
defaultConfigurationName = Release;
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=x86_64*]" = "x86_64"; /* catalyst adds h suffix */
|
};
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=i386]" = "i686";
|
CA603DD75FB4A30E3695DD59 /* Build configuration list for PBXNativeTarget "em_proxy-staticlib" */ = {
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=macosx*]" = "darwin";
|
isa = XCConfigurationList;
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*]" = "ios-sim";
|
buildConfigurations = (
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*][arch=x86_64*]" = "ios";
|
CA604DFE779BA30E3695DD59 /* Release */,
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphoneos*]" = "ios";
|
CA60DE07A83FA30E3695DD59 /* Debug */,
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=appletvsimulator*]" = "tvos";
|
);
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=appletvos*]" = "tvos";
|
defaultConfigurationIsVisible = 0;
|
||||||
PRODUCT_NAME = "em_proxy";
|
defaultConfigurationName = Release;
|
||||||
MARKETING_VERSION = "0.1.0";
|
};
|
||||||
CURRENT_PROJECT_VERSION = "0.1";
|
CA6094FFF69280E02D6C7F57 /* Build configuration list for PBXProject "em_proxy" */ = {
|
||||||
SDKROOT = macosx;
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
"CARGO_XCODE_BUILD_MODE" = "debug"; /* for xcode scripts */
|
CA609A5173513CC16B37690B /* Release */,
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
CA609A517351228BE02872F8 /* Debug */,
|
||||||
};
|
);
|
||||||
name = Debug;
|
defaultConfigurationIsVisible = 0;
|
||||||
};
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
CA6094FFF692E04653AD465F = {
|
/* End XCConfigurationList section */
|
||||||
isa = PBXProject;
|
};
|
||||||
attributes = {
|
rootObject = CA6094FFF692E04653AD465F /* Project object */;
|
||||||
LastUpgradeCheck = 1300;
|
|
||||||
TargetAttributes = {
|
|
||||||
CA60C44C93D7A30E3695DD59 = {
|
|
||||||
CreatedOnToolsVersion = 9.2;
|
|
||||||
ProvisioningStyle = Automatic;
|
|
||||||
};
|
|
||||||
CA60058A9FBE37FC563E4BCC = {
|
|
||||||
CreatedOnToolsVersion = 9.2;
|
|
||||||
ProvisioningStyle = Automatic;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
buildConfigurationList = CA6094FFF69280E02D6C7F57;
|
|
||||||
compatibilityVersion = "Xcode 11.4";
|
|
||||||
developmentRegion = en;
|
|
||||||
hasScannedForEncodings = 0;
|
|
||||||
knownRegions = (
|
|
||||||
en,
|
|
||||||
Base,
|
|
||||||
);
|
|
||||||
mainGroup = CA6094FFF692D65BC3C892A8;
|
|
||||||
productRefGroup = CA6094FFF69222869D176AE5 /* Products */;
|
|
||||||
projectDirPath = "";
|
|
||||||
projectRoot = "";
|
|
||||||
targets = (
|
|
||||||
CA60C44C93D7A30E3695DD59,
|
|
||||||
CA60058A9FBE37FC563E4BCC,
|
|
||||||
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
rootObject = CA6094FFF692E04653AD465F;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
507
Dependencies/minimuxer.xcodeproj/project.pbxproj
vendored
507
Dependencies/minimuxer.xcodeproj/project.pbxproj
vendored
@@ -1,292 +1,259 @@
|
|||||||
// !$*UTF8*$!
|
// !$*UTF8*$!
|
||||||
{
|
{
|
||||||
/* generated with cargo-xcode 1.5.0 */
|
archiveVersion = 1;
|
||||||
archiveVersion = 1;
|
classes = {
|
||||||
classes = {
|
};
|
||||||
};
|
objectVersion = 53;
|
||||||
objectVersion = 53;
|
objects = {
|
||||||
objects = {
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
|
CA6038F2DF2FA560B9642892 /* Cargo.toml in Sources */ = {isa = PBXBuildFile; fileRef = CA6012A875F93EF4668187A5 /* Cargo.toml */; settings = {COMPILER_FLAGS = "--lib"; }; };
|
||||||
CA6038F2DF2FA560B9642892 /* Cargo.toml in Sources */ = {
|
|
||||||
isa = PBXBuildFile;
|
|
||||||
fileRef = CA6012A875F93EF4668187A5 /* Cargo.toml */;
|
|
||||||
settings = {
|
|
||||||
COMPILER_FLAGS = "--lib"; /* == OTHER_INPUT_FILE_FLAGS */
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXBuildRule section */
|
/* Begin PBXBuildRule section */
|
||||||
CA6012A875F9AC6C1400ACA8 /* PBXBuildRule */ = {
|
CA6012A875F9AC6C1400ACA8 /* PBXBuildRule */ = {
|
||||||
isa = PBXBuildRule;
|
isa = PBXBuildRule;
|
||||||
compilerSpec = com.apple.compilers.proxy.script;
|
compilerSpec = com.apple.compilers.proxy.script;
|
||||||
dependencyFile = "$(DERIVED_FILE_DIR)/$(CARGO_XCODE_TARGET_ARCH)-$(EXECUTABLE_NAME).d";
|
dependencyFile = "$(DERIVED_FILE_DIR)/$(CARGO_XCODE_TARGET_ARCH)-$(EXECUTABLE_NAME).d";
|
||||||
filePatterns = "*/Cargo.toml"; /* must contain asterisk */
|
filePatterns = "*/Cargo.toml";
|
||||||
fileType = pattern.proxy;
|
fileType = pattern.proxy;
|
||||||
inputFiles = ();
|
inputFiles = (
|
||||||
isEditable = 0;
|
);
|
||||||
name = "Cargo project build";
|
isEditable = 0;
|
||||||
outputFiles = (
|
name = "Cargo project build";
|
||||||
"$(OBJECT_FILE_DIR)/$(CARGO_XCODE_TARGET_ARCH)-$(EXECUTABLE_NAME)",
|
outputFiles = (
|
||||||
);
|
"$(OBJECT_FILE_DIR)/$(CARGO_XCODE_TARGET_ARCH)-$(EXECUTABLE_NAME)",
|
||||||
script = "# generated with cargo-xcode 1.5.0\n\nset -eu; export PATH=\"$PATH:$HOME/.cargo/bin:/usr/local/bin\";\nif [ \"${IS_MACCATALYST-NO}\" = YES ]; then\n CARGO_XCODE_TARGET_TRIPLE=\"${CARGO_XCODE_TARGET_ARCH}-apple-ios-macabi\"\nelse\n CARGO_XCODE_TARGET_TRIPLE=\"${CARGO_XCODE_TARGET_ARCH}-apple-${CARGO_XCODE_TARGET_OS}\"\nfi\nif [ \"$CARGO_XCODE_TARGET_OS\" != \"darwin\" ]; then\n PATH=\"${PATH/\\/Contents\\/Developer\\/Toolchains\\/XcodeDefault.xctoolchain\\/usr\\/bin:/xcode-provided-ld-cant-link-lSystem-for-the-host-build-script:}\"\nfi\nPATH=\"$PATH:/opt/homebrew/bin\" # Rust projects often depend on extra tools like nasm, which Xcode lacks\nif [ \"$CARGO_XCODE_BUILD_MODE\" == release ]; then\n OTHER_INPUT_FILE_FLAGS=\"${OTHER_INPUT_FILE_FLAGS} --release\"\nfi\nif command -v rustup &> /dev/null; then\n if ! rustup target list --installed | egrep -q \"${CARGO_XCODE_TARGET_TRIPLE}\"; then\n echo \"warning: this build requires rustup toolchain for $CARGO_XCODE_TARGET_TRIPLE, but it isn\'t installed\"\n rustup target add \"${CARGO_XCODE_TARGET_TRIPLE}\" || echo >&2 \"warning: can\'t install $CARGO_XCODE_TARGET_TRIPLE\"\n fi\nfi\nif [ \"$ACTION\" = clean ]; then\n ( set -x; cargo clean --manifest-path=\"$SCRIPT_INPUT_FILE\" ${OTHER_INPUT_FILE_FLAGS} --target=\"${CARGO_XCODE_TARGET_TRIPLE}\"; );\nelse\n ( set -x; cargo build --manifest-path=\"$SCRIPT_INPUT_FILE\" --features=\"${CARGO_XCODE_FEATURES:-}\" ${OTHER_INPUT_FILE_FLAGS} --target=\"${CARGO_XCODE_TARGET_TRIPLE}\"; );\nfi\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_MODE}/${CARGO_XCODE_CARGO_FILE_NAME}\"\nln -f -- \"$BUILT_SRC\" \"$SCRIPT_OUTPUT_FILE_0\"\n\n# xcode generates 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_MODE}/${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\"\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 ! egrep -q \"$SCRIPT_OUTPUT_FILE_0\" \"$FILE_LIST\" ; then\n echo >> \"$FILE_LIST\" \"$SCRIPT_OUTPUT_FILE_0\"\nfi\n";
|
);
|
||||||
};
|
script = "# generated with cargo-xcode 1.5.0\n\nset -eu; export PATH=\"$PATH:$HOME/.cargo/bin:/usr/local/bin\";\nif [ \"${IS_MACCATALYST-NO}\" = YES ]; then\n CARGO_XCODE_TARGET_TRIPLE=\"${CARGO_XCODE_TARGET_ARCH}-apple-ios-macabi\"\nelse\n CARGO_XCODE_TARGET_TRIPLE=\"${CARGO_XCODE_TARGET_ARCH}-apple-${CARGO_XCODE_TARGET_OS}\"\nfi\nif [ \"$CARGO_XCODE_TARGET_OS\" != \"darwin\" ]; then\n PATH=\"${PATH/\\/Contents\\/Developer\\/Toolchains\\/XcodeDefault.xctoolchain\\/usr\\/bin:/xcode-provided-ld-cant-link-lSystem-for-the-host-build-script:}\"\nfi\nPATH=\"$PATH:/opt/homebrew/bin\" # Rust projects often depend on extra tools like nasm, which Xcode lacks\nif [ \"$CARGO_XCODE_BUILD_MODE\" == release ]; then\n OTHER_INPUT_FILE_FLAGS=\"${OTHER_INPUT_FILE_FLAGS} --release\"\nfi\nif command -v rustup &> /dev/null; then\n if ! rustup target list --installed | egrep -q \"${CARGO_XCODE_TARGET_TRIPLE}\"; then\n echo \"warning: this build requires rustup toolchain for $CARGO_XCODE_TARGET_TRIPLE, but it isn't installed\"\n rustup target add \"${CARGO_XCODE_TARGET_TRIPLE}\" || echo >&2 \"warning: can't install $CARGO_XCODE_TARGET_TRIPLE\"\n fi\nfi\nif [ \"$ACTION\" = clean ]; then\n #( set -x; cargo clean --manifest-path=\"$SCRIPT_INPUT_FILE\" ${OTHER_INPUT_FILE_FLAGS} --target=\"${CARGO_XCODE_TARGET_TRIPLE}\"; );\n (set -x; echo \"yay\";);\nelse\n ( set -x; cargo build --manifest-path=\"$SCRIPT_INPUT_FILE\" --features=\"${CARGO_XCODE_FEATURES:-}\" ${OTHER_INPUT_FILE_FLAGS} --target=\"${CARGO_XCODE_TARGET_TRIPLE}\"; );\nfi\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_MODE}/${CARGO_XCODE_CARGO_FILE_NAME}\"\nln -f -- \"$BUILT_SRC\" \"$SCRIPT_OUTPUT_FILE_0\"\n\n# xcode generates 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_MODE}/${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\"\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 ! egrep -q \"$SCRIPT_OUTPUT_FILE_0\" \"$FILE_LIST\" ; then\n echo >> \"$FILE_LIST\" \"$SCRIPT_OUTPUT_FILE_0\"\nfi\n";
|
||||||
|
};
|
||||||
/* End PBXBuildRule section */
|
/* End PBXBuildRule section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
|
ADDEDBA66A6E1 /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; };
|
||||||
CA609C732349C7AAD9FA67C4 /* staticlib */ = {
|
CA6012A875F93EF4668187A5 /* Cargo.toml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Cargo.toml; path = minimuxer/Cargo.toml; sourceTree = "<group>"; };
|
||||||
isa = PBXFileReference;
|
CA609C732349C7AAD9FA67C4 /* libminimuxer_static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libminimuxer_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
explicitFileType = "archive.ar";
|
|
||||||
includeInIndex = 0;
|
|
||||||
name = "libminimuxer_static.a";
|
|
||||||
sourceTree = TARGET_BUILD_DIR;
|
|
||||||
};
|
|
||||||
CA6012A875F93EF4668187A5 /* Cargo.toml */ = {
|
|
||||||
isa = PBXFileReference;
|
|
||||||
lastKnownFileType = text;
|
|
||||||
fileEncoding = 4;
|
|
||||||
name = "Cargo.toml";
|
|
||||||
path = "minimuxer/Cargo.toml";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
/* Rust needs libresolv */
|
|
||||||
ADDEDBA66A6E1 = {
|
|
||||||
isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition";
|
|
||||||
name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
/* Begin PBXGroup section */
|
||||||
CA6012A875F998AF0B5890DB /* Frameworks */ = {
|
ADDEDBA66A6E2 /* Required for static linking */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
ADDEDBA66A6E2,
|
ADDEDBA66A6E1 /* libresolv.tbd */,
|
||||||
|
);
|
||||||
);
|
name = "Required for static linking";
|
||||||
name = Frameworks;
|
sourceTree = "<group>";
|
||||||
sourceTree = "<group>";
|
};
|
||||||
};
|
CA6012A875F922869D176AE5 /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
ADDEDBA66A6E2 /* Required for static linking */ = {
|
CA609C732349C7AAD9FA67C4 /* libminimuxer_static.a */,
|
||||||
isa = PBXGroup;
|
);
|
||||||
children = (
|
name = Products;
|
||||||
ADDEDBA66A6E1
|
sourceTree = "<group>";
|
||||||
);
|
};
|
||||||
name = "Required for static linking";
|
CA6012A875F998AF0B5890DB /* Frameworks */ = {
|
||||||
sourceTree = "<group>";
|
isa = PBXGroup;
|
||||||
};
|
children = (
|
||||||
|
ADDEDBA66A6E2 /* Required for static linking */,
|
||||||
CA6012A875F922869D176AE5 /* Products */ = {
|
);
|
||||||
isa = PBXGroup;
|
name = Frameworks;
|
||||||
children = (
|
sourceTree = "<group>";
|
||||||
CA609C732349C7AAD9FA67C4,
|
};
|
||||||
|
CA6012A875F9D65BC3C892A8 = {
|
||||||
);
|
isa = PBXGroup;
|
||||||
name = Products;
|
children = (
|
||||||
sourceTree = "<group>";
|
CA6012A875F93EF4668187A5 /* Cargo.toml */,
|
||||||
};
|
CA6012A875F922869D176AE5 /* Products */,
|
||||||
|
CA6012A875F998AF0B5890DB /* Frameworks */,
|
||||||
CA6012A875F9D65BC3C892A8 /* Main */ = {
|
);
|
||||||
isa = PBXGroup;
|
sourceTree = "<group>";
|
||||||
children = (
|
};
|
||||||
CA6012A875F93EF4668187A5,
|
|
||||||
CA6012A875F922869D176AE5,
|
|
||||||
CA6012A875F998AF0B5890DB,
|
|
||||||
|
|
||||||
);
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
|
|
||||||
/* End PBXGroup section */
|
/* End PBXGroup section */
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
CA609C732349A560B9642892 /* minimuxer-staticlib */ = {
|
CA609C732349A560B9642892 /* minimuxer-staticlib */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = CA600589A243A560B9642892;
|
buildConfigurationList = CA600589A243A560B9642892 /* Build configuration list for PBXNativeTarget "minimuxer-staticlib" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
CA600F638141A560B9642892 /* Sources */,
|
CA600F638141A560B9642892 /* Sources */,
|
||||||
CA6012A875F9AF6EBB7F357C /* Universal Binary lipo */,
|
CA6012A875F9AF6EBB7F357C /* Universal Binary lipo */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
CA6012A875F9AC6C1400ACA8 /* PBXBuildRule */,
|
CA6012A875F9AC6C1400ACA8 /* PBXBuildRule */,
|
||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = "minimuxer-staticlib";
|
name = "minimuxer-staticlib";
|
||||||
productName = "libminimuxer_static.a";
|
productName = libminimuxer_static.a;
|
||||||
productReference = CA609C732349C7AAD9FA67C4;
|
productReference = CA609C732349C7AAD9FA67C4 /* libminimuxer_static.a */;
|
||||||
productType = "com.apple.product-type.library.static";
|
productType = "com.apple.product-type.library.static";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* End PBXNativeTarget section */
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
CA600F638141A560B9642892 = {
|
/* Begin PBXProject section */
|
||||||
isa = PBXSourcesBuildPhase;
|
CA6012A875F9E04653AD465F /* Project object */ = {
|
||||||
buildActionMask = 2147483647;
|
isa = PBXProject;
|
||||||
files = (
|
attributes = {
|
||||||
CA6038F2DF2FA560B9642892
|
LastUpgradeCheck = 1300;
|
||||||
);
|
TargetAttributes = {
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
CA609C732349A560B9642892 = {
|
||||||
};
|
CreatedOnToolsVersion = 9.2;
|
||||||
|
ProvisioningStyle = Automatic;
|
||||||
CA600589A243A560B9642892 /* staticlib */ = {
|
};
|
||||||
isa = XCConfigurationList;
|
};
|
||||||
buildConfigurations = (
|
};
|
||||||
CA602DE9FCEDA560B9642892 /* Release */,
|
buildConfigurationList = CA6012A875F980E02D6C7F57 /* Build configuration list for PBXProject "minimuxer" */;
|
||||||
CA6008D36272A560B9642892 /* Debug */,
|
compatibilityVersion = "Xcode 11.4";
|
||||||
);
|
developmentRegion = en;
|
||||||
defaultConfigurationIsVisible = 0;
|
hasScannedForEncodings = 0;
|
||||||
defaultConfigurationName = Release;
|
knownRegions = (
|
||||||
};
|
en,
|
||||||
CA602DE9FCEDA560B9642892 /* staticlib */ = {
|
Base,
|
||||||
isa = XCBuildConfiguration;
|
);
|
||||||
buildSettings = {
|
mainGroup = CA6012A875F9D65BC3C892A8;
|
||||||
PRODUCT_NAME = "minimuxer_static";
|
productRefGroup = CA6012A875F922869D176AE5 /* Products */;
|
||||||
"CARGO_XCODE_CARGO_FILE_NAME" = "libminimuxer.a";
|
projectDirPath = "";
|
||||||
"CARGO_XCODE_CARGO_DEP_FILE_NAME" = "libminimuxer.d";
|
projectRoot = "";
|
||||||
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
targets = (
|
||||||
SKIP_INSTALL = YES;
|
CA609C732349A560B9642892 /* minimuxer-staticlib */,
|
||||||
INSTALL_GROUP = "";
|
);
|
||||||
INSTALL_MODE_FLAG = "";
|
};
|
||||||
INSTALL_OWNER = "";
|
/* End PBXProject section */
|
||||||
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
CA6008D36272A560B9642892 /* staticlib */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
PRODUCT_NAME = "minimuxer_static";
|
|
||||||
"CARGO_XCODE_CARGO_FILE_NAME" = "libminimuxer.a";
|
|
||||||
"CARGO_XCODE_CARGO_DEP_FILE_NAME" = "libminimuxer.d";
|
|
||||||
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
|
||||||
SKIP_INSTALL = YES;
|
|
||||||
INSTALL_GROUP = "";
|
|
||||||
INSTALL_MODE_FLAG = "";
|
|
||||||
INSTALL_OWNER = "";
|
|
||||||
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
|
|
||||||
CA6012A875F9AF6EBB7F357C /* LipoScript */ = {
|
/* Begin PBXShellScriptBuildPhase section */
|
||||||
name = "Universal Binary lipo";
|
CA6012A875F9AF6EBB7F357C /* Universal Binary lipo */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = ();
|
files = (
|
||||||
inputFileListPaths = ();
|
);
|
||||||
inputPaths = (
|
inputFileListPaths = (
|
||||||
"$(DERIVED_FILE_DIR)/$(ARCHS)-$(EXECUTABLE_NAME).xcfilelist",
|
);
|
||||||
);
|
inputPaths = (
|
||||||
outputFileListPaths = ();
|
"$(DERIVED_FILE_DIR)/$(ARCHS)-$(EXECUTABLE_NAME).xcfilelist",
|
||||||
outputPaths = (
|
);
|
||||||
"$(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH)"
|
name = "Universal Binary lipo";
|
||||||
);
|
outputFileListPaths = (
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
);
|
||||||
shellPath = /bin/sh;
|
outputPaths = (
|
||||||
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 ";
|
"$(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 */
|
||||||
|
|
||||||
CA6012A875F980E02D6C7F57 = {
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
isa = XCConfigurationList;
|
CA600F638141A560B9642892 /* Sources */ = {
|
||||||
buildConfigurations = (
|
isa = PBXSourcesBuildPhase;
|
||||||
CA60A20F8EA63CC16B37690B /* Release */,
|
buildActionMask = 2147483647;
|
||||||
CA60A20F8EA6228BE02872F8 /* Debug */,
|
files = (
|
||||||
);
|
CA6038F2DF2FA560B9642892 /* Cargo.toml in Sources */,
|
||||||
defaultConfigurationIsVisible = 0;
|
);
|
||||||
defaultConfigurationName = Release;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
CA60A20F8EA63CC16B37690B = {
|
/* Begin XCBuildConfiguration section */
|
||||||
isa = XCBuildConfiguration;
|
CA6008D36272A560B9642892 /* Debug */ = {
|
||||||
buildSettings = {
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = libminimuxer.d;
|
||||||
SUPPORTS_MACCATALYST = YES;
|
CARGO_XCODE_CARGO_FILE_NAME = libminimuxer.a;
|
||||||
CARGO_TARGET_DIR = "$(PROJECT_TEMP_DIR)/cargo_target"; /* for cargo */
|
INSTALL_GROUP = "";
|
||||||
CARGO_XCODE_FEATURES = ""; /* configure yourself */
|
INSTALL_MODE_FLAG = "";
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=arm64*]" = "aarch64";
|
INSTALL_OWNER = "";
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=x86_64*]" = "x86_64"; /* catalyst adds h suffix */
|
PRODUCT_NAME = minimuxer_static;
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=i386]" = "i686";
|
SKIP_INSTALL = YES;
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=macosx*]" = "darwin";
|
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*]" = "ios-sim";
|
};
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*][arch=x86_64*]" = "ios";
|
name = Debug;
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphoneos*]" = "ios";
|
};
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=appletvsimulator*]" = "tvos";
|
CA602DE9FCEDA560B9642892 /* Release */ = {
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=appletvos*]" = "tvos";
|
isa = XCBuildConfiguration;
|
||||||
PRODUCT_NAME = "minimuxer";
|
buildSettings = {
|
||||||
MARKETING_VERSION = "0.1.0";
|
CARGO_XCODE_CARGO_DEP_FILE_NAME = libminimuxer.d;
|
||||||
CURRENT_PROJECT_VERSION = "0.1";
|
CARGO_XCODE_CARGO_FILE_NAME = libminimuxer.a;
|
||||||
SDKROOT = macosx;
|
INSTALL_GROUP = "";
|
||||||
|
INSTALL_MODE_FLAG = "";
|
||||||
"CARGO_XCODE_BUILD_MODE" = "release"; /* for xcode scripts */
|
INSTALL_OWNER = "";
|
||||||
};
|
PRODUCT_NAME = minimuxer_static;
|
||||||
name = Release;
|
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 */
|
||||||
|
|
||||||
CA60A20F8EA6228BE02872F8 = {
|
/* Begin XCConfigurationList section */
|
||||||
isa = XCBuildConfiguration;
|
CA600589A243A560B9642892 /* Build configuration list for PBXNativeTarget "minimuxer-staticlib" */ = {
|
||||||
buildSettings = {
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
CA602DE9FCEDA560B9642892 /* Release */,
|
||||||
SUPPORTS_MACCATALYST = YES;
|
CA6008D36272A560B9642892 /* Debug */,
|
||||||
CARGO_TARGET_DIR = "$(PROJECT_TEMP_DIR)/cargo_target"; /* for cargo */
|
);
|
||||||
CARGO_XCODE_FEATURES = ""; /* configure yourself */
|
defaultConfigurationIsVisible = 0;
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=arm64*]" = "aarch64";
|
defaultConfigurationName = Release;
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=x86_64*]" = "x86_64"; /* catalyst adds h suffix */
|
};
|
||||||
"CARGO_XCODE_TARGET_ARCH[arch=i386]" = "i686";
|
CA6012A875F980E02D6C7F57 /* Build configuration list for PBXProject "minimuxer" */ = {
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=macosx*]" = "darwin";
|
isa = XCConfigurationList;
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*]" = "ios-sim";
|
buildConfigurations = (
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*][arch=x86_64*]" = "ios";
|
CA60A20F8EA63CC16B37690B /* Release */,
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=iphoneos*]" = "ios";
|
CA60A20F8EA6228BE02872F8 /* Debug */,
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=appletvsimulator*]" = "tvos";
|
);
|
||||||
"CARGO_XCODE_TARGET_OS[sdk=appletvos*]" = "tvos";
|
defaultConfigurationIsVisible = 0;
|
||||||
PRODUCT_NAME = "minimuxer";
|
defaultConfigurationName = Release;
|
||||||
MARKETING_VERSION = "0.1.0";
|
};
|
||||||
CURRENT_PROJECT_VERSION = "0.1";
|
/* End XCConfigurationList section */
|
||||||
SDKROOT = macosx;
|
};
|
||||||
|
rootObject = CA6012A875F9E04653AD465F /* Project object */;
|
||||||
"CARGO_XCODE_BUILD_MODE" = "debug"; /* for xcode scripts */
|
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
|
|
||||||
CA6012A875F9E04653AD465F = {
|
|
||||||
isa = PBXProject;
|
|
||||||
attributes = {
|
|
||||||
LastUpgradeCheck = 1300;
|
|
||||||
TargetAttributes = {
|
|
||||||
CA609C732349A560B9642892 = {
|
|
||||||
CreatedOnToolsVersion = 9.2;
|
|
||||||
ProvisioningStyle = Automatic;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
buildConfigurationList = CA6012A875F980E02D6C7F57;
|
|
||||||
compatibilityVersion = "Xcode 11.4";
|
|
||||||
developmentRegion = en;
|
|
||||||
hasScannedForEncodings = 0;
|
|
||||||
knownRegions = (
|
|
||||||
en,
|
|
||||||
Base,
|
|
||||||
);
|
|
||||||
mainGroup = CA6012A875F9D65BC3C892A8;
|
|
||||||
productRefGroup = CA6012A875F922869D176AE5 /* Products */;
|
|
||||||
projectDirPath = "";
|
|
||||||
projectRoot = "";
|
|
||||||
targets = (
|
|
||||||
CA609C732349A560B9642892,
|
|
||||||
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
rootObject = CA6012A875F9E04653AD465F;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
2
build.sh
2
build.sh
@@ -14,4 +14,4 @@ ldid -SAltStore/Resources/tempEnt.plist archive.xcarchive/Products/Applications/
|
|||||||
mkdir Payload
|
mkdir Payload
|
||||||
mkdir Payload/SideStore.app
|
mkdir Payload/SideStore.app
|
||||||
cp -R archive.xcarchive/Products/Applications/SideStore.app/ Payload/SideStore.app/
|
cp -R archive.xcarchive/Products/Applications/SideStore.app/ Payload/SideStore.app/
|
||||||
zip -r SideStore_MDC_11.ipa Payload
|
zip -r SideStore_MDC_12.ipa Payload
|
||||||
|
|||||||
Reference in New Issue
Block a user