Skip to content

Commit ec7d88d

Browse files
graycreateclaude
andcommitted
fix: address PR review feedback
- Removed empty demo_account_name and demo_account_password fields (optional) - Updated placeholder phone number to a more realistic format - Kept English descriptions and notes for Apple reviewers Addresses review comments from PR #44 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2bddb2b commit ec7d88d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ platform :ios do
9191
contact_email: "support@v2er.app",
9292
contact_first_name: "V2er",
9393
contact_last_name: "Support",
94-
contact_phone: "+86 1234567890",
95-
demo_account_name: "",
96-
demo_account_password: "",
94+
contact_phone: "+86 13800138000",
9795
notes: "This is a third-party client app for V2EX forum. No special account needed for testing."
9896
}
9997
)
@@ -177,9 +175,7 @@ platform :ios do
177175
contact_email: "support@v2er.app",
178176
contact_first_name: "V2er",
179177
contact_last_name: "Support",
180-
contact_phone: "+86 1234567890",
181-
demo_account_name: "",
182-
demo_account_password: "",
178+
contact_phone: "+86 13800138000",
183179
notes: "This is a third-party client app for V2EX forum. No special account needed for testing."
184180
}
185181
)

0 commit comments

Comments
 (0)