I’ve created a simple Azure pipeline to list the available version of Xcode available in Azure Devops.

2024-11-15T16:12:05.6560090Z ##[section]Starting: Select Xcode Version 2024-11-15T16:12:05.6568780Z ============================================================================== 2024-11-15T16:12:05.6569020Z Task : PowerShell 2024-11-15T16:12:05.6569140Z Description : Run a PowerShell script on Linux, macOS, or Windows 2024-11-15T16:12:05.6569360Z Version : 2.247.1 2024-11-15T16:12:05.6569480Z Author : Microsoft Corporation 2024-11-15T16:12:05.6569610Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2024-11-15T16:12:05.6569810Z ============================================================================== 2024-11-15T16:12:06.3313040Z Generating script. 2024-11-15T16:12:06.3438110Z ========================== Starting Command Output =========================== 2024-11-15T16:12:06.3465730Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . ‘/Users/runner/work/_temp/c.ps1’… Continue reading I’ve created a simple Azure pipeline to list the available version of Xcode available in Azure Devops.

Published

Proposal: Swift Extension Naming Convention

Proposal: Standardizing Naming Conventions for Extension Files Introduction As a consultant with extensive experience in software development, I have observed a wide range of naming methodologies employed across various projects and organizations. One area that often lacks standardization is the naming convention for extension files. The inconsistency in naming conventions can lead to confusion, reduced… Continue reading Proposal: Swift Extension Naming Convention

FTC Announces Rule Banning Noncompetes | Federal Trade Commission

I’ve had to sign many non comports over the years — this is past due. FTC Announces Rule Banning Noncompetes | Federal Trade Commission: FTC’s final rule will generate over 8,500 new businesses each year, raise worker wages, lower health care costs, and boost innovation

Published

Michael Tsai – Blog – It’s Time for a New AirPort

Michael Tsai – Blog – It’s Time for a New AirPort: Designing networking solutions in every device to work around the one component Apple doesn’t want to make is a lot of effort. The R&D can’t cost more than a self-driving, bread-loaf saloon, and the benefits of an Apple wireless router will lift all of… Continue reading Michael Tsai – Blog – It’s Time for a New AirPort

Slow Swift Macro Compilation

I haven’t yet used any of the new Swift Macro ‘stuff’, so this doesn’t give me a warm fuzzy. Michael Tsai – Blog: Just adding SwiftSyntax can potentially add up to 12 minutes to your build time on Xcode Cloud as noted by @Ignacio_Soto.

Published