Skip to content

Commit

Permalink
fixed resign apps don't contains frameworks folder
Browse files Browse the repository at this point in the history
  • Loading branch information
iMokhles authored and iMokhles committed Jun 3, 2016
1 parent 0471f77 commit fbf8857
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
Binary file modified precompiled/IMSign.app/Contents/MacOS/IMSign
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 12 additions & 12 deletions precompiled/IMSign.app/Contents/_CodeSignature/CodeResources
Expand Up @@ -12,7 +12,7 @@
<dict>
<key>hash</key>
<data>
o6QF3OSTLIXoSgVibd69xPQr6BM=
MymdADPnr5e1gXAU7caTlgST9VU=
</data>
<key>optional</key>
<true/>
Expand All @@ -21,7 +21,7 @@
<dict>
<key>hash</key>
<data>
+617tKPLsBMlLf1Z00skuRMkapA=
JbaUCCJ/Q7/EJruGS4P0OsA/yrU=
</data>
<key>optional</key>
<true/>
Expand All @@ -30,7 +30,7 @@
<dict>
<key>hash</key>
<data>
wh4xTEbaw4iS4fUcIa6FUX9YZfI=
gRIvvSMd2PwXfp1LyB6lCMZ0Zuw=
</data>
<key>optional</key>
<true/>
Expand All @@ -39,7 +39,7 @@
<dict>
<key>hash</key>
<data>
+kmOFJa3fWL3Lg6O7uI5DRNXx1k=
UcYuPII8BgWxCuDhcvEXOA7pIlg=
</data>
<key>optional</key>
<true/>
Expand All @@ -66,11 +66,11 @@
<dict>
<key>hash</key>
<data>
o6QF3OSTLIXoSgVibd69xPQr6BM=
MymdADPnr5e1gXAU7caTlgST9VU=
</data>
<key>hash2</key>
<data>
cJJtj9LMoLnbNWKbNxk0+JOpuP23Nq00Va03t8euYiU=
+/eoBLJkFKWi8oo07SbTLWC1IpBJEuRdGNxyQ1zVQog=
</data>
<key>optional</key>
<true/>
Expand All @@ -79,11 +79,11 @@
<dict>
<key>hash</key>
<data>
+617tKPLsBMlLf1Z00skuRMkapA=
JbaUCCJ/Q7/EJruGS4P0OsA/yrU=
</data>
<key>hash2</key>
<data>
DRLmY6ZMR6Uk91QO/pcTfTJ6vubis/HGHru4PsFlSeE=
fpqeOlN9QP7v1Qq529kkBWtIZkyLJ5N4H9vnY1e2fxc=
</data>
<key>optional</key>
<true/>
Expand All @@ -92,11 +92,11 @@
<dict>
<key>hash</key>
<data>
wh4xTEbaw4iS4fUcIa6FUX9YZfI=
gRIvvSMd2PwXfp1LyB6lCMZ0Zuw=
</data>
<key>hash2</key>
<data>
l91OsrQE3R8W7DP6t37AMKgfA406HCd21fxHLxoBUBE=
Z86V5ljx7AzICiVdcRo6baNlTl27Uzg6H0RxU7fmpSg=
</data>
<key>optional</key>
<true/>
Expand All @@ -105,11 +105,11 @@
<dict>
<key>hash</key>
<data>
+kmOFJa3fWL3Lg6O7uI5DRNXx1k=
UcYuPII8BgWxCuDhcvEXOA7pIlg=
</data>
<key>hash2</key>
<data>
5zNUdTvnzcNqGVDjjhpAa5419KoBuT3CvfZmsTCQcpU=
BY4lvdjxlXwzPMY7vaiA36NgRW2cp+pEppdSnYtibWM=
</data>
<key>optional</key>
<true/>
Expand Down
4 changes: 4 additions & 0 deletions source code/IMSign/ViewController.m
Expand Up @@ -477,6 +477,10 @@ - (void)signAllAppFrameworks {

}];
}
} else {
[self updateProgress:60];
// sign all plugins
[self signTheMainAppNow];
}
}

Expand Down

0 comments on commit fbf8857

Please sign in to comment.