Skip to content

Commit

Permalink
Avoid embedding Swift Concurrency libraries.
Browse files Browse the repository at this point in the history
We no longer need this as we target macOS 11+.
  • Loading branch information
samsymons committed Oct 28, 2023
1 parent c54f4ac commit 877ac4a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2817,7 +2817,6 @@
4BF0E50A2AD2551A00FFEC9E /* NetworkProtectionPixelEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF0E5042AD2551A00FFEC9E /* NetworkProtectionPixelEvent.swift */; };
4BF0E50B2AD2552200FFEC9E /* NetworkProtectionPixelEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF0E5042AD2551A00FFEC9E /* NetworkProtectionPixelEvent.swift */; };
4BF0E50C2AD2552300FFEC9E /* NetworkProtectionPixelEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF0E5042AD2551A00FFEC9E /* NetworkProtectionPixelEvent.swift */; };
4BF0E50E2AD2555D00FFEC9E /* (null) in Frameworks */ = {isa = PBXBuildFile; };
4BF0E5122AD25A2600FFEC9E /* DuckDuckGoUserAgent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF0E5112AD25A2600FFEC9E /* DuckDuckGoUserAgent.swift */; };
4BF0E5132AD25A2600FFEC9E /* DuckDuckGoUserAgent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF0E5112AD25A2600FFEC9E /* DuckDuckGoUserAgent.swift */; };
4BF0E5142AD25A2600FFEC9E /* DuckDuckGoUserAgent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF0E5112AD25A2600FFEC9E /* DuckDuckGoUserAgent.swift */; };
Expand Down Expand Up @@ -5085,7 +5084,6 @@
7BA59C9B2AE18B49009A97B1 /* SystemExtensionManager in Frameworks */,
371D00E129D8509400EC8598 /* OpenSSL in Frameworks */,
1E950E412912A10D0051A99B /* PrivacyDashboard in Frameworks */,
4BF0E50E2AD2555D00FFEC9E /* (null) in Frameworks */,
37DF000529F9C056002B7D3E /* SyncDataProviders in Frameworks */,
37BA812D29B3CD690053F1A3 /* SyncUI in Frameworks */,
4B4D60B12A0C83B900BCD287 /* NetworkProtectionUI in Frameworks */,
Expand Down Expand Up @@ -8644,7 +8642,6 @@
buildPhases = (
4B2537562A11BE7300610219 /* Sources */,
4B2537572A11BE7300610219 /* Frameworks */,
B6BD8F0A2A260E5900B6A41F /* embed libswift_Concurrency.dylib */,
);
buildRules = (
);
Expand Down Expand Up @@ -9726,25 +9723,6 @@
shellPath = /bin/zsh;
shellScript = "if [ \"$ENABLE_PREVIEWS\" = \"YES\" ]; then exit 0; fi\n./lint.sh\n";
};
B6BD8F0A2A260E5900B6A41F /* embed libswift_Concurrency.dylib */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "embed libswift_Concurrency.dylib";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "FRAMEWORKS_DIR=\"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\nDYLIB_TARGET_PATH=\"${FRAMEWORKS_DIR}/libswift_Concurrency.dylib\"\n\nif [ ! -e \"${DYLIB_TARGET_PATH}\" ]; then\n\n DYLIB_PATH=$(find \"${TOOLCHAIN_DIR}/usr/lib\" -path \"*/${HOST_PLATFORM}/libswift_Concurrency.dylib\")\n echo \"copy ${DYLIB_PATH} to ${DYLIB_TARGET_PATH}\"\n\n mkdir -p \"${FRAMEWORKS_DIR}\"\n cp \"${DYLIB_PATH}\" \"${DYLIB_TARGET_PATH}\" || exit 1\n\nelse\n echo \"${DYLIB_TARGET_PATH} exists\"\nfi\n";
};
B6F2C8722A7A4C7D000498CF /* Make /Applications symlink, remove app on Clean build */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
Expand Down

0 comments on commit 877ac4a

Please sign in to comment.