Tagged: Automation
4 articles tagged with "Automation"
AllAIActorsAnimationAppleApple IntelligenceArchitectureAsync AwaitAutomationBackground TasksBuild PerformanceCICode QualityCode ReviewCodexCoding AgentsConcurrencyDebuggingDeep LinkingDesign SystemsDeveloper ExperienceDeveloper ToolsEngineeringEngineering CultureEngineering ManagementEngineering WorkflowFeature FlagsFormsFoundation ModelsInstrumentsLaunchMCPMemoryMigrationNavigationNetworkingOSLogObservabilityObservationOfflinePerformanceProductRelease EngineeringReliabilitySendableState ManagementStoreKitStoreKit2SubscriptionsSwiftSwift 6SwiftUISyncTeam PracticesTestingURLSessionUXWorkflowXCTestXcodeiOS
iOSCIXcode
iOS CI that stays fast as the app grows
Fast iOS CI is not a GitHub Actions trick. It is a product of small schemes, deterministic tests, ruthless caching, useful sharding, and a refusal to let slow checks become everybody’s problem.
•10 min read
iOSSwiftXcode
AGENTS.md for iOS: guardrails that stop AI from breaking your app
Treat AI as a powerful, unreliable teammate. An AGENTS.md file gives it constraints, workflows, and verification steps that keep your iOS codebase stable and your PRs reviewable.
•5 min read
iOSSwiftXcode
Slash commands that save hours: /build /test /perf /release-notes for iOS
Turn repetitive iOS workflows into reliable one-liners. Define a small set of slash commands that run the right builds, tests, and checks, and generate release notes without ceremony.
•5 min read
iOSSwiftXcode
Codex workflow for iOS: guardrails, repeatable loops, and how to keep the build green
A practical Codex-assisted workflow for iOS teams: define guardrails, run tight build and test loops, measure impact, and ship changes without breaking CI.
•7 min read