Skip to content

Commit

Permalink
fix single app sign issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iMokhles authored and iMokhles committed May 31, 2016
1 parent 9f128e4 commit 0471f77
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>
VKuASY9/sYa42VKV8+wbN8vqd/0=
o6QF3OSTLIXoSgVibd69xPQr6BM=
</data>
<key>optional</key>
<true/>
Expand All @@ -21,7 +21,7 @@
<dict>
<key>hash</key>
<data>
fVNZCsU8ZfSFBgAzffnlbfa7nE8=
+617tKPLsBMlLf1Z00skuRMkapA=
</data>
<key>optional</key>
<true/>
Expand All @@ -30,7 +30,7 @@
<dict>
<key>hash</key>
<data>
LWPMhIjJ4/Am0mR3P5JdToJqH44=
wh4xTEbaw4iS4fUcIa6FUX9YZfI=
</data>
<key>optional</key>
<true/>
Expand All @@ -39,7 +39,7 @@
<dict>
<key>hash</key>
<data>
mg2a9ToA1T2LlNuYAxXHCAAwTHw=
+kmOFJa3fWL3Lg6O7uI5DRNXx1k=
</data>
<key>optional</key>
<true/>
Expand All @@ -66,11 +66,11 @@
<dict>
<key>hash</key>
<data>
VKuASY9/sYa42VKV8+wbN8vqd/0=
o6QF3OSTLIXoSgVibd69xPQr6BM=
</data>
<key>hash2</key>
<data>
FUbutBjL7Wxtlw8Z8YpzqRcvhEPulseSf9X7wDRO+KU=
cJJtj9LMoLnbNWKbNxk0+JOpuP23Nq00Va03t8euYiU=
</data>
<key>optional</key>
<true/>
Expand All @@ -79,11 +79,11 @@
<dict>
<key>hash</key>
<data>
fVNZCsU8ZfSFBgAzffnlbfa7nE8=
+617tKPLsBMlLf1Z00skuRMkapA=
</data>
<key>hash2</key>
<data>
bLKs6rT0jE/dZ9zR9DgyT71Zq1IVPVSCTrMkV9g1bbc=
DRLmY6ZMR6Uk91QO/pcTfTJ6vubis/HGHru4PsFlSeE=
</data>
<key>optional</key>
<true/>
Expand All @@ -92,11 +92,11 @@
<dict>
<key>hash</key>
<data>
LWPMhIjJ4/Am0mR3P5JdToJqH44=
wh4xTEbaw4iS4fUcIa6FUX9YZfI=
</data>
<key>hash2</key>
<data>
lrvF0eXe7Lvhe77WjpDC9vCeUx6cRoWJ2WrZiDPl0r8=
l91OsrQE3R8W7DP6t37AMKgfA406HCd21fxHLxoBUBE=
</data>
<key>optional</key>
<true/>
Expand All @@ -105,11 +105,11 @@
<dict>
<key>hash</key>
<data>
mg2a9ToA1T2LlNuYAxXHCAAwTHw=
+kmOFJa3fWL3Lg6O7uI5DRNXx1k=
</data>
<key>hash2</key>
<data>
cwAyoHXPoUDsPhfAkXZJWRNZjSllPJvJ/y2pjgYYq2o=
5zNUdTvnzcNqGVDjjhpAa5419KoBuT3CvfZmsTCQcpU=
</data>
<key>optional</key>
<true/>
Expand Down
4 changes: 4 additions & 0 deletions source code/IMSign/ViewController.m
Expand Up @@ -442,6 +442,10 @@ - (void)startSignAllDylibProcess {
}];

}
} else if (!isTweaked && allDylibs.count == 0) {
[self updateProgress:53];
// sign all plugins
[self signAllAppPlugins];
}
}];
}
Expand Down

0 comments on commit 0471f77

Please sign in to comment.