Skip to content

Commit

Permalink
Make DEBUG default to NO
Browse files Browse the repository at this point in the history
May be turned on via Appirater.plist
  • Loading branch information
jlopez committed Aug 28, 2012
1 parent f275683 commit a5058ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appirater.h
Expand Up @@ -136,7 +136,7 @@ extern NSString *const kAppiraterReminderRequestDate;
'YES' will show the Appirater alert everytime. Useful for testing how your message 'YES' will show the Appirater alert everytime. Useful for testing how your message
looks and making sure the link to your app's review page works. looks and making sure the link to your app's review page works.
*/ */
#define APPIRATER_DEBUG YES #define APPIRATER_DEBUG NO


@interface Appirater : NSObject <UIAlertViewDelegate> { @interface Appirater : NSObject <UIAlertViewDelegate> {


Expand Down

0 comments on commit a5058ca

Please sign in to comment.