Timothy Costa

Results 11 issues of Timothy Costa

The highlighted state indicates that the user is pressing the button.

Resolves https://github.com/tuist/XcodeProj/issues/683 ### Short description 📝 Ensure UUIDs are considered during sort by filename to ensure information is not lost when filenames are equal. ### Solution 📦 Consider both the...

## Context 🕵️‍♀️ Trying to make Xcode project deterministic for easy diffing the same as [this issue](https://github.com/tuist/XcodeProj/issues/265). ``` let xcodeproj = try XcodeProj(path: projectPath) xcodeproj.pbxproj.invalidateUUIDs() let settings = PBXOutputSettings(projFileListOrder: .byFilename)...

This just fixes a warning I was getting in Xcode 12. Possibly older versions also.

This was working perfectly when I used it with a UITableViewController. But I am now trying to use it in a UIViewController, where I programmatically create the tableView. Most of...

I just expanded on what you did and added support for the tab bar as well. Thanks for your useful library!

It would be great if realm could include type info (or even more, like NSZombie) in exceptions. I've frequently received crash reports from lines like the following: ``` self.lessonMetadata.difficulty =...

T-Enhancement
O-Community
Pipeline-Idea-Backlog

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

status: waiting-for-reply

This is just a minor cleanup of of DependencyValues.swift to use early return and factor out the warning in order to make it easier to understand the logic of how...

I've factored out all of the individual permissions into subspecs. However, the subspecs just add swift files into the core framework. They don't result in individual frameworks or use preprocessor...