diff --git a/cleanPrefsAndData b/cleanPrefsAndData index 076ca839d..5c556ca10 100755 --- a/cleanPrefsAndData +++ b/cleanPrefsAndData @@ -1,8 +1,8 @@ #!/bin/sh defaults delete com.ranchero.NetNewsWire-Evergreen -defaults delete com.ranchero.NetNewsWire-Evergreen.mas killall cfprefsd rm -rf ~/Library/Application\ Support/NetNewsWire/ -rm -rf ~/Library/Containers/com.ranchero.NetNewsWire-Evergreen.mas +rm -rf ~/Library/Containers/*NetNewsWire* + diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 8d48ff151..04d3112af 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -1,6 +1,6 @@ // High Level Settings common to both the Mac application and any extensions we bundle with it -MARKETING_VERSION = 6.1.7b1 -CURRENT_PROJECT_VERSION = 6130 +MARKETING_VERSION = 6.1.7 +CURRENT_PROJECT_VERSION = 6131 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon