Allow Xcode paths with different patterns
See original GitHub issueFirst of all, thank you for the great GH action.
it accepts Xcode paths like /Application/Xcode_12.4.app
, but not /Application/Xcode12.4.app
.
I think both type of paths are popular for maintaining multiple Xcode versions.
It would be nice to accept the second kind of paths. Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Build settings reference | Apple Developer Documentation
A detailed list of individual Xcode build settings that control or change the way a target is built.
Read more >Creating build rules for custom file types - Apple Developer
During a build, Xcode compares the full path of each project file against the specified pattern. When a match occurs, the system executes...
Read more >Drawing Paths and Shapes — SwiftUI Tutorials
This tutorial takes you through the process of creating a badge by combining paths and shapes, which you then overlay with another shape...
Read more >Accessing private data - Patterns - Human Interface Guidelines
Here are several examples of the things you must request permission to access: ... Another type of manipulation is using a term like...
Read more >Build Setting Reference - Apple Developer
Describes the build settings used in the Xcode build system to compile source code and produce binary files.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Prepared small PR with fix: https://github.com/maxim-lobanov/setup-xcode/pull/19 Validated that action continue to work as expected on Hosted runners.
@bc-lee , would be appreciate for any testing on self-hosted. You can test PR branch via
Perfect, thanks a lot!