Commit b97241f
authored
Fix PacketTunnelProvider embedding for Alpha builds (duckduckgo#1932)
Task/Issue URL: https://app.asana.com/0/0/1205324333927521/f
Description:
On trying to distribute NetP through the Alpha channel, the build were being rejected by App Store Connect as their was an invalid file containing the word app. This turned out to be because the simple cp -r I was doing to move the extension was in fact not moving the extension for Archive builds, but an alias.
I had another look at the build output of Xcode’s Embed App Extensions Build Phase which uses an Xcode-internal tool builtin-copy. rsync achieves the same result and has broadly the same options. The --copy-links option is needed to resolve symlinked .appex bundles.1 parent 71763ff commit b97241f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5844 | 5844 | | |
5845 | 5845 | | |
5846 | 5846 | | |
5847 | | - | |
| 5847 | + | |
5848 | 5848 | | |
5849 | 5849 | | |
5850 | 5850 | | |
| |||
0 commit comments