diff --git a/Bouncer.xcodeproj/project.pbxproj b/Bouncer.xcodeproj/project.pbxproj index 16a77e5..878b73a 100644 --- a/Bouncer.xcodeproj/project.pbxproj +++ b/Bouncer.xcodeproj/project.pbxproj @@ -691,8 +691,8 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = SMSFilter/SMSFilter.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1034; - DEVELOPMENT_TEAM = JM9222EF99; + CURRENT_PROJECT_VERSION = 1037; + DEVELOPMENT_TEAM = J9F8F3PWTV; INFOPLIST_FILE = SMSFilter/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -714,8 +714,8 @@ CODE_SIGN_ENTITLEMENTS = SMSFilter/SMSFilter.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1034; - DEVELOPMENT_TEAM = JM9222EF99; + CURRENT_PROJECT_VERSION = 1037; + DEVELOPMENT_TEAM = J9F8F3PWTV; INFOPLIST_FILE = SMSFilter/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -860,9 +860,9 @@ CODE_SIGN_ENTITLEMENTS = Bouncer/Bouncer.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1034; + CURRENT_PROJECT_VERSION = 1037; DEVELOPMENT_ASSET_PATHS = "\"Bouncer/Preview Content\""; - DEVELOPMENT_TEAM = JM9222EF99; + DEVELOPMENT_TEAM = J9F8F3PWTV; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = Bouncer/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Bouncer; @@ -872,7 +872,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.4.1; + MARKETING_VERSION = 2.4.2; PRODUCT_BUNDLE_IDENTIFIER = com.banshai.bouncer; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -891,9 +891,9 @@ CODE_SIGN_ENTITLEMENTS = Bouncer/Bouncer.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1034; + CURRENT_PROJECT_VERSION = 1037; DEVELOPMENT_ASSET_PATHS = "\"Bouncer/Preview Content\""; - DEVELOPMENT_TEAM = JM9222EF99; + DEVELOPMENT_TEAM = J9F8F3PWTV; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = Bouncer/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Bouncer; @@ -903,7 +903,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.4.1; + MARKETING_VERSION = 2.4.2; PRODUCT_BUNDLE_IDENTIFIER = com.banshai.bouncer; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/Bouncer/Views/Tutorial/ContactView.swift b/Bouncer/Views/Tutorial/ContactView.swift index b786948..113ee46 100644 --- a/Bouncer/Views/Tutorial/ContactView.swift +++ b/Bouncer/Views/Tutorial/ContactView.swift @@ -20,7 +20,7 @@ struct ContactView: UIViewControllerRepresentable { let controller = MFMailComposeViewController() controller.mailComposeDelegate = context.coordinator controller.setToRecipients(["danielbernal@hey.com"]) - controller.setSubject("Bouncer Support (v\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "")") + controller.setSubject("Bouncer Support (v\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? ""))") return controller } diff --git a/Bouncer/en.lproj/Localizable.strings b/Bouncer/en.lproj/Localizable.strings index 6e64c49..78bc24c 100644 --- a/Bouncer/en.lproj/Localizable.strings +++ b/Bouncer/en.lproj/Localizable.strings @@ -75,7 +75,7 @@ "ERROR" = "Error"; "EMPTY_IMPORT_FILE" = "The file you selected contained no rules."; "IMPORT_ERROR %@" = "There was an error importing the selected file.\n\n%@"; -"NEED_HELP" = "Need help?"; +"NEED_HELP" = "Need more help?"; "ASK_ANYTHING" = "Ask anything!"; "NO_EMAIL_CONFIGURED" = "It seems you don't have an email account set up. You can write me directly at danielbernal@hey.com"; "SETUP_INFO" = "Enable SMS filtering";