chore: rename project to clawdbot
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# fastlane setup (Clawdis iOS)
|
||||
# fastlane setup (Clawdbot iOS)
|
||||
|
||||
Install:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user