From 4874221983d2c2b09f7a5852d07cadcac66b59d4 Mon Sep 17 00:00:00 2001 From: Patrick Kellen Date: Mon, 21 Jul 2014 13:31:12 -0500 Subject: [PATCH 1/7] Changing target from 7.0 to 6.0 --- iRateHLT.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iRateHLT.podspec b/iRateHLT.podspec index a99b07fe..24776670 100644 --- a/iRateHLT.podspec +++ b/iRateHLT.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source_files = 'iRate/iRate.{h,m}' s.resources = 'iRate/iRate.bundle' s.requires_arc = true - s.ios.deployment_target = '7.0' + s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.6' s.ios.dependency 'SDCAlertViewHLT' end From f85c280fc858634c9e706d0994e85f2b2752c5e0 Mon Sep 17 00:00:00 2001 From: Patrick Kellen Date: Mon, 21 Jul 2014 14:01:52 -0500 Subject: [PATCH 2/7] Bumping to 1.10.5 --- iRateHLT.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iRateHLT.podspec b/iRateHLT.podspec index 24776670..7af75c24 100644 --- a/iRateHLT.podspec +++ b/iRateHLT.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'iRateHLT' - s.version = '1.10.3' + s.version = '1.10.5' s.license = 'zlib' s.summary = 'A handy class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while.' s.homepage = 'https://github.com/tpalmer/iRate' s.authors = 'Travis Palmer' - s.source = { :git => 'https://github.com/tpalmer/iRate.git', :tag => '1.10.3' } + s.source = { :git => 'https://github.com/tpalmer/iRate.git', :tag => '1.10.5' } s.source_files = 'iRate/iRate.{h,m}' s.resources = 'iRate/iRate.bundle' s.requires_arc = true From 2adad058d49949e561fc093e514e0e65739eec1b Mon Sep 17 00:00:00 2001 From: Patrick Kellen Date: Mon, 21 Jul 2014 14:48:58 -0500 Subject: [PATCH 3/7] Changing repo from tpalmer to gofullstack --- iRateHLT.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iRateHLT.podspec b/iRateHLT.podspec index 7af75c24..7a742900 100644 --- a/iRateHLT.podspec +++ b/iRateHLT.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.summary = 'A handy class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while.' s.homepage = 'https://github.com/tpalmer/iRate' s.authors = 'Travis Palmer' - s.source = { :git => 'https://github.com/tpalmer/iRate.git', :tag => '1.10.5' } + s.source = { :git => 'https://github.com/gofullstack/iRate.git', :tag => '1.10.5' } s.source_files = 'iRate/iRate.{h,m}' s.resources = 'iRate/iRate.bundle' s.requires_arc = true From 209ac904777668e3c457525e2e92fcf984727117 Mon Sep 17 00:00:00 2001 From: Patrick Kellen Date: Mon, 21 Jul 2014 15:00:58 -0500 Subject: [PATCH 4/7] Bumping SDCAlertViewHLT from 1.5 to 1.51 --- iRateHLT.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iRateHLT.podspec b/iRateHLT.podspec index 7a742900..8be4f739 100644 --- a/iRateHLT.podspec +++ b/iRateHLT.podspec @@ -11,5 +11,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.6' - s.ios.dependency 'SDCAlertViewHLT' + s.ios.dependency 'SDCAlertViewHLT', '1.51' end From 6412001a7f912ed6f904ba8654715aed98d0161b Mon Sep 17 00:00:00 2001 From: Patrick Kellen Date: Mon, 21 Jul 2014 15:04:20 -0500 Subject: [PATCH 5/7] Undoing last change --- iRateHLT.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iRateHLT.podspec b/iRateHLT.podspec index 8be4f739..7a742900 100644 --- a/iRateHLT.podspec +++ b/iRateHLT.podspec @@ -11,5 +11,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.6' - s.ios.dependency 'SDCAlertViewHLT', '1.51' + s.ios.dependency 'SDCAlertViewHLT' end From 0b9978335b9604e19e87e7bb1a38bcb104157316 Mon Sep 17 00:00:00 2001 From: Patrick Kellen Date: Mon, 21 Jul 2014 15:06:31 -0500 Subject: [PATCH 6/7] Another tpalmer -> gofullstack change --- iRateHLT.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iRateHLT.podspec b/iRateHLT.podspec index 7a742900..bee8e33a 100644 --- a/iRateHLT.podspec +++ b/iRateHLT.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.version = '1.10.5' s.license = 'zlib' s.summary = 'A handy class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while.' - s.homepage = 'https://github.com/tpalmer/iRate' + s.homepage = 'https://github.com/gofullstack/iRate' s.authors = 'Travis Palmer' s.source = { :git => 'https://github.com/gofullstack/iRate.git', :tag => '1.10.5' } s.source_files = 'iRate/iRate.{h,m}' From 0814d834f42b1a459e72dd623ab194e3dd703fbe Mon Sep 17 00:00:00 2001 From: Daniel Bergquist Date: Tue, 21 Oct 2014 11:36:44 -0500 Subject: [PATCH 7/7] Revert no-bold button to fix issue of no buttons at all --- iRate/iRate.m | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/iRate/iRate.m b/iRate/iRate.m index afe409d9..cf94bb66 100644 --- a/iRate/iRate.m +++ b/iRate/iRate.m @@ -813,25 +813,12 @@ - (void)promptForRating NSString *message = self.ratedAnyVersion? self.updateMessage: self.message; #if TARGET_OS_IPHONE - - id alert; - if (floor(NSFoundationVersionNumber) > NSFoundationVersionNumber_iOS_6_1) { - // iOS 7 - alert = [[SDCAlertView alloc] initWithTitle:self.messageTitle - message:self.message - delegate:(id)self - cancelButtonTitle:[self.cancelButtonLabel length] ? self.cancelButtonLabel: nil - otherButtonTitles:self.rateButtonLabel, nil]; - [alert setDoNotBoldCancel:@YES]; - } - else { - alert = [[UIAlertView alloc] initWithTitle:self.messageTitle - message:self.shortMessage - delegate:(id)self - cancelButtonTitle:[self.cancelButtonLabel length] ? self.cancelButtonLabel: nil - otherButtonTitles:self.rateButtonLabel, nil]; - } - + + UIAlertView *alert = [[UIAlertView alloc] initWithTitle:self.messageTitle + message:message + delegate:(id)self + cancelButtonTitle:[self.cancelButtonLabel length] ? self.cancelButtonLabel: nil + otherButtonTitles:self.rateButtonLabel, nil]; if ([self.remindButtonLabel length]) { [alert addButtonWithTitle:self.remindButtonLabel];