chore: rename project to clawdbot

This commit is contained in:
Peter Steinberger
2026-01-04 14:32:47 +00:00
parent d48dc71fa4
commit 246adaa119
841 changed files with 4590 additions and 4328 deletions

View File

@@ -1,4 +1,4 @@
app_identifier("com.clawdis.ios")
app_identifier("com.clawdbot.ios")
# Auth is expected via App Store Connect API key.
# Provide either:

View File

@@ -72,8 +72,8 @@ platform :ios do
UI.user_error!("Missing IOS_DEVELOPMENT_TEAM (Apple Team ID). Add it to fastlane/.env or export it in your shell.") if team_id.nil? || team_id.strip.empty?
build_app(
project: "Clawdis.xcodeproj",
scheme: "Clawdis",
project: "Clawdbot.xcodeproj",
scheme: "Clawdbot",
export_method: "app-store",
clean: true,
xcargs: "DEVELOPMENT_TEAM=#{team_id} -allowProvisioningUpdates",

View File

@@ -1,4 +1,4 @@
# fastlane setup (Clawdis iOS)
# fastlane setup (Clawdbot iOS)
Install: