Skip to content

Commit

Permalink
Build for iOS 18
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Aug 25, 2024
1 parent 78b27ce commit 3ce1edf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Bouncer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand All @@ -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)",
Expand Down Expand Up @@ -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;
Expand All @@ -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 = "";
Expand All @@ -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;
Expand All @@ -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 = "";
Expand Down
2 changes: 1 addition & 1 deletion Bouncer/Views/Tutorial/ContactView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct ContactView: UIViewControllerRepresentable {
let controller = MFMailComposeViewController()
controller.mailComposeDelegate = context.coordinator
controller.setToRecipients(["[email protected]"])
controller.setSubject("Bouncer Support (v\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "")")
controller.setSubject("Bouncer Support (v\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? ""))")
return controller
}

Expand Down
2 changes: 1 addition & 1 deletion Bouncer/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]";
"SETUP_INFO" = "Enable SMS filtering";
Expand Down

0 comments on commit 3ce1edf

Please sign in to comment.