From 660974ff8f9950fdd6aa76ab7f9bcbc948b98a39 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 9 Feb 2026 23:10:29 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- SelfieCam/Resources/Localizable.xcstrings | 18 ++---------------- .../SelfieCamUITestsLaunchTests.swift | 9 +-------- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/SelfieCam/Resources/Localizable.xcstrings b/SelfieCam/Resources/Localizable.xcstrings index f39f79c..42bb59d 100644 --- a/SelfieCam/Resources/Localizable.xcstrings +++ b/SelfieCam/Resources/Localizable.xcstrings @@ -997,6 +997,7 @@ }, "Debug mode: Purchase simulated!" : { "comment" : "Announcement posted to VoiceOver when a premium purchase is simulated in debug mode.", + "extractionState" : "stale", "isCommentAutoGenerated" : true, "localizations" : { "es-MX" : { @@ -1021,6 +1022,7 @@ }, "Debug mode: Restore simulated!" : { "comment" : "Accessibility announcement when restoring purchases in debug mode.", + "extractionState" : "stale", "isCommentAutoGenerated" : true, "localizations" : { "es-MX" : { @@ -1808,14 +1810,6 @@ } } }, - "Onboarding Reset" : { - "comment" : "The title of an alert that confirms the onboarding state has been reset.", - "isCommentAutoGenerated" : true - }, - "Onboarding will show again when you restart the app." : { - "comment" : "A message displayed in an alert when the \"Reset Onboarding\" button is tapped.", - "isCommentAutoGenerated" : true - }, "One Time" : { "comment" : "A description of a one-time purchase option.", "isCommentAutoGenerated" : true @@ -2133,10 +2127,6 @@ } } }, - "Reset Onboarding" : { - "comment" : "A button label that resets the onboarding state.", - "isCommentAutoGenerated" : true - }, "Restore Purchases" : { "comment" : "A button that restores purchases.", "isCommentAutoGenerated" : true, @@ -2787,10 +2777,6 @@ } } }, - "Show onboarding flow on next app launch" : { - "comment" : "A description of what the \"Reset Onboarding\" button does.", - "isCommentAutoGenerated" : true - }, "Shows a grid overlay to help compose your shot" : { "comment" : "A toggle that enables or disables the rule of thirds grid overlay in the camera view.", "isCommentAutoGenerated" : true, diff --git a/SelfieCamUITests/SelfieCamUITestsLaunchTests.swift b/SelfieCamUITests/SelfieCamUITestsLaunchTests.swift index d5783b3..33b9b32 100644 --- a/SelfieCamUITests/SelfieCamUITestsLaunchTests.swift +++ b/SelfieCamUITests/SelfieCamUITestsLaunchTests.swift @@ -21,13 +21,6 @@ final class SelfieCamUITestsLaunchTests: XCTestCase { func testLaunch() throws { let app = XCUIApplication() app.launch() - - // Insert steps here to perform after app launch but before taking a screenshot, - // such as logging into a test account or navigating somewhere in the app - - let attachment = XCTAttachment(screenshot: app.screenshot()) - attachment.name = "Launch Screen" - attachment.lifetime = .keepAlways - add(attachment) + XCTAssertTrue(app.state == .runningForeground) } }