Skip to content

Commit 101b078

Browse files
committed
✨ Codesign LoopUpdaterHelper on copy
1 parent b8d8f14 commit 101b078

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

Loop.xcodeproj/project.pbxproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
2AF9238E2F540B1300F467FD /* Scribe in Frameworks */ = {isa = PBXBuildFile; productRef = 2AF9238D2F540B1300F467FD /* Scribe */; };
1414
2AF923902F540B2200F467FD /* Scribe in Frameworks */ = {isa = PBXBuildFile; productRef = 2AF9238F2F540B2200F467FD /* Scribe */; };
1515
3ED0A7B92F21DF6800A58629 /* ZIPFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = 3ED0A7B82F21DF6800A58629 /* ZIPFoundation */; };
16-
B1AA00412F30000100AABBCC /* LoopUpdaterHelper in CopyFiles */ = {isa = PBXBuildFile; fileRef = B1AA00012F30000100AABBCC /* LoopUpdaterHelper */; };
16+
B1AA00412F30000100AABBCC /* LoopUpdaterHelper in CopyFiles */ = {isa = PBXBuildFile; fileRef = B1AA00012F30000100AABBCC /* LoopUpdaterHelper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
1717
F06D768A2DFF7A77007EEDA9 /* SkyLight.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F06D76892DFF7A77007EEDA9 /* SkyLight.framework */; };
1818
/* End PBXBuildFile section */
1919

@@ -53,6 +53,13 @@
5353
/* End PBXFileReference section */
5454

5555
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
56+
2A5DD5CC2F5D270C0077AB3C /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
57+
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
58+
membershipExceptions = (
59+
Info.plist,
60+
);
61+
target = B1AA00112F30000100AABBCC /* LoopUpdaterHelper */;
62+
};
5663
2A6A87F22F4D20F4004E995D /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
5764
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
5865
membershipExceptions = (
@@ -84,7 +91,7 @@
8491
/* Begin PBXFileSystemSynchronizedRootGroup section */
8592
2A6A87F02F4D20D2004E995D /* Shared */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (2A6A87F22F4D20F4004E995D /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Shared; sourceTree = "<group>"; };
8693
A8C751AC2D7BA98600B58784 /* Loop */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (A8C751FF2D7BA98600B58784 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Loop; sourceTree = "<group>"; };
87-
B1AA00022F30000100AABBCC /* LoopUpdaterHelper */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = LoopUpdaterHelper; sourceTree = "<group>"; };
94+
B1AA00022F30000100AABBCC /* LoopUpdaterHelper */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (2A5DD5CC2F5D270C0077AB3C /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = LoopUpdaterHelper; sourceTree = "<group>"; };
8895
/* End PBXFileSystemSynchronizedRootGroup section */
8996

9097
/* Begin PBXFrameworksBuildPhase section */
@@ -210,7 +217,7 @@
210217
attributes = {
211218
BuildIndependentTargetsInParallel = 1;
212219
LastSwiftUpdateCheck = 2620;
213-
LastUpgradeCheck = 2600;
220+
LastUpgradeCheck = 2620;
214221
TargetAttributes = {
215222
A8E59C34297F5E9A0064D4BA = {
216223
CreatedOnToolsVersion = 14.2;

0 commit comments

Comments
 (0)