refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -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: "Clawdbot.xcodeproj",
|
||||
scheme: "Clawdbot",
|
||||
project: "Moltbot.xcodeproj",
|
||||
scheme: "Moltbot",
|
||||
export_method: "app-store",
|
||||
clean: true,
|
||||
xcargs: "DEVELOPMENT_TEAM=#{team_id} -allowProvisioningUpdates",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# fastlane setup (Clawdbot iOS)
|
||||
# fastlane setup (Moltbot iOS)
|
||||
|
||||
Install:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user