Skip to content

Commit 0ccd6aa

Browse files
committed
Fix build phase to always sign Python on build
1 parent 02ef3bb commit 0ccd6aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@
499499
/* Begin PBXShellScriptBuildPhase section */
500500
C8A3AE572A28852D0046E809 /* Sign Python STD */ = {
501501
isa = PBXShellScriptBuildPhase;
502+
alwaysOutOfDate = 1;
502503
buildActionMask = 2147483647;
503504
files = (
504505
);
@@ -517,6 +518,7 @@
517518
};
518519
C8A3B1782A2894E10046E809 /* Sign Python Site Packages */ = {
519520
isa = PBXShellScriptBuildPhase;
521+
alwaysOutOfDate = 1;
520522
buildActionMask = 2147483647;
521523
files = (
522524
);

0 commit comments

Comments
 (0)