Community Page
- www.cuppadev.co.uk Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- What I can say is very nice and helpful as well as informative post...really help me very much more!! Thanks.. Cheers, <a href="http://sain-web.com" rel="nofollow">Buat...
- You’re working on a proof of concept for your business and have only rough developments to show investors. This is still “friends & family” territory, but some Angel investors might be willing...
- Insightful read. I have just bookmarked this at stumbleupon. Hope others find it as interesting as I did.
- thank you for this information..
- Nice post there. Raised a few things I hadn't thought about before. Thx.
Jump to original thread »
Comments are closed for this post.
No excerpt available. Jump to website »
1 year ago
<pre>$ diff -burpN azazil/SSH* cuppadev/SSH*
Binary files azazil/SSH Tunnel Manager.app/Contents/MacOS/SSH Tunnel Manager and cuppadev/SSH Tunnel Manager.app/Contents/MacOS/SSH Tunnel Manager differ
$ ls -l azazil/SSH Tunnel Manager.app/Contents/MacOS/SSH Tunnel Manager
56 -rwxr-xr-x 1 gary gary 57236 Jul 18 16:47 azazil/SSH Tunnel Manager.app/Contents/MacOS/SSH Tunnel Manager
$ ls -l cuppadev/SSH Tunnel Manager.app/Contents/MacOS/SSH Tunnel Manager
144 -rwxr-xr-x 1 gary gary 144132 Jul 18 11:49 cuppadev/SSH Tunnel Manager.app/Contents/MacOS/SSH Tunnel Manager
</pre>
Hmmm…. I wonder what all that extra code is? Are you uploading my private keys to an anonymous ftp server somewhere? ;) But then I realised that you hadn’t explained how to configure the build as a Universal binary, and that I have just a slim intel binary. Incidentally, when I build a Universal version, my binary is still more than 3000 bytes larger than yours. Probably a slight difference between our versions of XCode. ;)
Cheers, Gary
1 year ago
Haha, i wondered if you would put your security hat on and investigate what secret code i inserted (thankfully none) :)
The XCode version i used was v2.4.1. And yes, i did miss out the step of making the arch option "i386 ppc".
With regards to security, i am surprised Apple haven't added some signing mechanism for applications, considering they are supposed to be security conscious. Actually, that sounds like a great idea for a third party app...
BTW, the comments are "textile formatted":http://en.wikipedia.org/wiki/Textile. I shall try and fix your comment for you.