We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cmake-rn
1 parent 4924f66 commit aa539c2Copy full SHA for aa539c2
packages/cmake-rn/src/platforms/apple.ts
@@ -127,7 +127,8 @@ export const platform: Platform<Target[], AppleOpts> = {
127
];
128
},
129
buildArgs() {
130
- return [];
+ // We expect the final application to sign these binaries
131
+ return ["CODE_SIGNING_ALLOWED=NO"];
132
133
isSupportedByHost: function (): boolean | Promise<boolean> {
134
return process.platform === "darwin";
0 commit comments