|
|
|
@ -140,14 +140,14 @@ import LeStorage |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
var currentPlan: StoreItem? { |
|
|
|
var currentPlan: StoreItem? { |
|
|
|
// return .monthlyUnlimited |
|
|
|
return .monthlyUnlimited |
|
|
|
// #if DEBUG |
|
|
|
// #if DEBUG |
|
|
|
// return .monthlyUnlimited |
|
|
|
// return .monthlyUnlimited |
|
|
|
// #else |
|
|
|
// #else |
|
|
|
if let currentBestPlan = self.currentBestPlan, let plan = StoreItem(rawValue: currentBestPlan.productID) { |
|
|
|
// if let currentBestPlan = self.currentBestPlan, let plan = StoreItem(rawValue: currentBestPlan.productID) { |
|
|
|
return plan |
|
|
|
// return plan |
|
|
|
} |
|
|
|
// } |
|
|
|
return nil |
|
|
|
// return nil |
|
|
|
// #endif |
|
|
|
// #endif |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|