diff --git a/.gitignore b/.gitignore index 1233a92..4c0eea4 100644 --- a/.gitignore +++ b/.gitignore @@ -66,4 +66,7 @@ DerivedData/ # XcodeGen generated — NOT in version control TabataGo.xcodeproj -build/ \ No newline at end of file +build/ + +# Xcode user state +*.xcuserstate \ No newline at end of file diff --git a/AGENTS.md b/AGENTS.md index c8f37ad..a8c2ab3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -149,7 +149,7 @@ Complications : `TabataGoComplication`. ## 5. CI/CD -### Workflow : `.gitea/workflows/pr-iphone-deploy.yml` +### Workflow : `.github/workflows/pr-iphone-deploy.yml` **Trigger** : PR ouverte/synchronize/reopened sur `main`. **Runner** : label `macos` (auto-hébergé). diff --git a/docs/ci-cd-setup.md b/docs/ci-cd-setup.md index 66fe87d..f2895e4 100644 --- a/docs/ci-cd-setup.md +++ b/docs/ci-cd-setup.md @@ -66,7 +66,7 @@ The workflow uses **automatic code signing**. Ensure: ## 4. Workflow Overview -The workflow at `.gitea/workflows/pr-iphone-deploy.yml` triggers on PRs to `main`: +The workflow at `.github/workflows/pr-iphone-deploy.yml` triggers on PRs to `main`: ``` PR Opened / Updated diff --git a/tabatago-swift/TabataGo.xcodeproj/project.xcworkspace/xcuserdata/20015659.xcuserdatad/UserInterfaceState.xcuserstate b/tabatago-swift/TabataGo.xcodeproj/project.xcworkspace/xcuserdata/20015659.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 72b1850..0000000 Binary files a/tabatago-swift/TabataGo.xcodeproj/project.xcworkspace/xcuserdata/20015659.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ