|
@@ -142,7 +142,9 @@ class AIPurchaseWindowController: NSWindowController, NSWindowDelegate {
|
|
func reloadData() -> Void {
|
|
func reloadData() -> Void {
|
|
self.purchaseButton.isEnabled = true
|
|
self.purchaseButton.isEnabled = true
|
|
#if VERSION_FREE
|
|
#if VERSION_FREE
|
|
|
|
+#if !VERSION_DMG
|
|
let priceLabel = IAPProductsManager.default().aiAllAccessPack1month_lite.price()
|
|
let priceLabel = IAPProductsManager.default().aiAllAccessPack1month_lite.price()
|
|
|
|
+#endif
|
|
#else
|
|
#else
|
|
let priceLabel = IAPProductsManager.default().aiAllAccessPack1month_pro.price()
|
|
let priceLabel = IAPProductsManager.default().aiAllAccessPack1month_pro.price()
|
|
#endif
|
|
#endif
|