Skip to content

Commit 36142a2

Browse files
committed
maciekish#71 Sign plugins and additional executable files. When generating entitlements.plist, do it in a different working folder and don't show path in the UI
1 parent 553c1b9 commit 36142a2

File tree

6 files changed

+87
-73
lines changed

6 files changed

+87
-73
lines changed

iReSign.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>16B2555</string>
6+
<string>16B2657</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>

iReSign.app/Contents/MacOS/iReSign

-8 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

iReSign/iReSign/iReSignAppDelegate.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@
3030
NSString *workingPath;
3131
NSString *appName;
3232
NSString *fileName;
33+
NSString *entitlementsDirPath;
34+
NSString *entitlementsFilePath;
3335

3436
NSString *entitlementsResult;
3537
NSString *codesigningResult;
3638
NSString *verificationResult;
3739

38-
NSMutableArray *frameworks;
39-
Boolean hasFrameworks;
40+
NSMutableArray *additionalResourcesToSign;
41+
Boolean additionalToSign;
4042

4143
IBOutlet IRTextFieldDrag *pathField;
4244
IBOutlet IRTextFieldDrag *provisioningPathField;
@@ -63,8 +65,6 @@
6365

6466
@property (unsafe_unretained) IBOutlet NSWindow *window;
6567

66-
@property (nonatomic, strong) NSString *workingPath;
67-
6868
- (IBAction)resign:(id)sender;
6969
- (IBAction)browse:(id)sender;
7070
- (IBAction)provisioningBrowse:(id)sender;

0 commit comments

Comments
 (0)