Skip to content

Commit f3e4797

Browse files
vveerrggclaude
andcommitted
chore: move apple/ and QA-AUTOMATION/ into dev/
Group platform tooling (Xcode project) and QA automation (screenshot capture) under dev/ to declutter the repo root before next Apple submission. All internal paths updated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent be678bc commit f3e4797

74 files changed

Lines changed: 15 additions & 13 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ distros/
2222
# Chrome Web Store credentials
2323
.env
2424

25-
# QA-AUTOMATION artifacts
26-
QA-AUTOMATION/screenshots/
27-
QA-AUTOMATION/tools/click
28-
QA-AUTOMATION/.build/
25+
# QA automation artifacts
26+
dev/qa/screenshots/
27+
dev/qa/tools/click
28+
dev/qa/.build/

README.md

Lines changed: 1 addition & 1 deletion

apple/NostrKey.xcodeproj/project.pbxproj renamed to dev/apple/NostrKey.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
A10000070000000000000015 /* nostr-keys */,
319319
);
320320
name = src;
321-
path = ../distros/safari;
321+
path = ../../distros/safari;
322322
sourceTree = "<group>";
323323
};
324324
941B03B0296FA90400CA291E /* Products */ = {

apple/NostrKey.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to dev/apple/NostrKey.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.

apple/NostrKey.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to dev/apple/NostrKey.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.

apple/Shared (App)/Assets.xcassets/AccentColor.colorset/Contents.json renamed to dev/apple/Shared (App)/Assets.xcassets/AccentColor.colorset/Contents.json

File renamed without changes.

apple/Shared (App)/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to dev/apple/Shared (App)/Assets.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.

apple/Shared (App)/Assets.xcassets/AppIcon.appiconset/Icon-1024.png renamed to dev/apple/Shared (App)/Assets.xcassets/AppIcon.appiconset/Icon-1024.png

File renamed without changes.

apple/Shared (App)/Assets.xcassets/AppIcon.appiconset/Icon-128.png renamed to dev/apple/Shared (App)/Assets.xcassets/AppIcon.appiconset/Icon-128.png

File renamed without changes.

0 commit comments

Comments
 (0)