Skip to content

Instantly share code, notes, and snippets.

@aclima93
Created November 15, 2024 10:26
Show Gist options
  • Save aclima93/09ecd259bd35c6ae6deaf50b8b7ec7d3 to your computer and use it in GitHub Desktop.
Save aclima93/09ecd259bd35c6ae6deaf50b8b7ec7d3 to your computer and use it in GitHub Desktop.
open the working directory's Xcode project
#!/bin/bash
open *.xcworkspace || open *.xcodeproj || open Package.swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment