Links...
 
Tighten Pro
C/C++/Cocoa tool for codesign security, Developer ID, & Mac App Store Receipt Validation

Tighten Pro - in the Mac App Store

Tighten Pro is now available in the Mac App Store. Simply click on the icon to the left to purchase directly from Apple. Or choose PKCS#7Viewer.app by clicking the image to the right.

4.19.2011
Mac Developer: Pretty secure Mac App Store receipt validation in under 10 minutes

Here's a quick screencast showing how easy it is to add a custom Mac App Store receipt implementation to your app with Tighten Pro:

Labels: ,

By : Tighten Pretty secure Mac App Store receipt validation in under 10 minutes 2 comments

 
Mac Developer: GCC warning: __attribute__((always inline))

If you generate a store implementation with inlining checked and GCC complains about __attribute__((always_inline)), you can either change the generation options or remove the always inline attribute:

/* inline function prototype attributes macro */
#ifndef APPTITE_INLINE_ATTR
#ifdef _DEBUG
#define APPTITE_INLINE_ATTR __attribute__((always_inline))
#else
#define APPTITE_INLINE_ATTR __attribute__((always_inline)) __attribute__((nodebug))
#endif
#endif


Change the APPTITE_INLINE_ATTR preprocessor define to remove the ((always inline)) attribute:

/* removed always inline attribute */
#ifndef APPTITE_INLINE_ATTR
#ifdef _DEBUG
#define APPTITE_INLINE_ATTR
#else
#define APPTITE_INLINE_ATTR __attribute__((nodebug))
#endif
#endif

Labels:

By : Tighten GCC warning: __attribute__((always inline)) 0 comments

 
4.13.2011
Mac Developer: 1.0.2 Errata

If you're using version 1.0.2, the links from the Help menu to the Tutorial and Manual (PDF files) are not working. To view the Tutorial & Manual, choose AppTight Pro Sample App from the Help menu which will reveal the contents of the Resources folder. The two PDFs are located there as well.

Labels:

By : Tighten 1.0.2 Errata 0 comments

 
4.10.2011
Mac Developer: Hello World!

It's Cocoa, it's C++, it's ANSI, it's GCC. It's the official website for Tighten App (formerly AppTight Pro)!

Labels: , ,

By : Tighten Hello World! 0 comments

 
4.08.2011
Mac Developer: Tighten Pro (AppTight Pro) Launches

AppTight Pro launched today.

Due to a request from one of our fellow iOS Developers (www.apptight.com), I am changing the name of AppTight Pro - App Store Code Generator to Tighten Pro.

Please note the change.

Labels: , , ,

By : Tighten Tighten Pro (AppTight Pro) Launches 0 comments

 

 

 
 
 

 Tighten    
 Generate    
 Secure    
 Inspect    
 Quarantino    
 QTZ    
 Downloads    
 Support    
 Documentation    
 Tighten App.app    
 Tighten Pro.app    
 PKCS#7Viewer.app    
 Quarzenegger.app    
 About    
 Hire    
 Contact    
 Blogger    
 FaceBook    
 iTunes Direct Link    
 Hollywood CA    
 spctl --assess -vvv    
 spctl --master-enable    
 spctl --master-disable    
 Mac App Store Receipt Validation    
 Apple Code Signing Certificates    
 Gatekeeper Developer ID Apple    
 Xcode codesign tutorial    
 [Site Map]    
 


Copyright © 2005-2020
All Rights Reserved
Tighten Pro